:root {
    --brand-black: #000004;
    --secondary-dark-grey-brand: #21282e;
    --white-smoke: #f3f3f3;
    --white: white;
    --neutral-white: #fafafc;
    --ghost-white: #f0f1f6;
    --medium-spring-green: #2bff99;
    --black3: #16181a;
    --cool-gray-brand: #f0f1f6;
    --dim-grey: #6e6e6e;
    --ghost-white2: #f0f1f6;
    --dark-grey: #a5a6a8;
    --secondary--dark-grey-800: #454b50;
    --dark-gray-50: #f0f0f0;
    --cool-grey-400: #cdcdd5;
    --ward-gray-brand: #e4e1dd;
    --medium-spring-green-2: #17df87;
    --medium-sea-green2: #18ca7b;
    --dark-grey2: #9b9b9f;
    --crimson: #dc2626;
    --dark-gray-900: #141619;
    --gainsboro: #e4e1dd;
    --neon-pink: #ff2abf;
    --brand-white: #fafafc;
    --dark-grey-brand: #21282e;
    --cool-gray-brand-2: #f0f1f6;
    --shadow-news: #0003;
    --perk: #00000017;
    --light-gray-brand: #f0f1f6;
    --menu-items-hover: #81878c;
    --elopage-green-web: #17df87;
    --button-green-hover: #18ca7b;
    --dark-gray-200: #d9dadb;
    --neon-green-brand: #2bff99;
    --cool-gray-500: #9b9b9f;
    --dark-gray-800: #454b50;
    --utility-attention-300: #facc15;
    --dark-gray-100: #e4e5e5;
    --cool-gray-200: #f9f9fe;
    --dark-button-hover: #454b50;
    --dark-gray-600: #81878c;
    --baby-blue: #63cbff;
    --neon-green-shadow: #2bff99bd;
    --baby-blue-grey: #728b97;
    --e4e1dd: #e4e1dd;
    --fffefc: #f0f0f0;
    --size: 0px;
    --color-2: white;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

body {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
}

h1 {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage2, sans-serif;
    font-weight: 600;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
}

h3 {
    color: var(--brand-black);
    cursor: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 500;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage2, sans-serif;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

p {
    color: var(--secondary-dark-grey-brand);
    margin-bottom: 0;
    font-weight: 400;
}

a {
    color: var(--brand-black);
    text-decoration: none;
}

li {
    font-size: 16px;
}

label {
    color: var(--white-smoke);
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
}

.section-form-holder {
    z-index: 5;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
}

.section-form-holder.post {
    z-index: 11;
    width: 35vw;
    padding-right: 0;
    position: fixed;
}

.section-form-holder.post.mobile {
    display: none;
}

.form-item {
    margin-bottom: 4vh;
}

.form-text-label {
    color: var(--white-smoke);
    font-family: Inter, sans-serif;
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
}

.form-field {
    border-style: solid;
    border-width: 1px 1px 1.5px;
    border-color: transparent transparent var(--white-smoke);
    color: var(--white-smoke);
    background-color: #0000;
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.2;
}

.elopage_link {
    color: var(--white-smoke);
    font-weight: 700;
    text-decoration: none;
}

.section-hero {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding: 10vh 5vw 5vh;
    display: flex;
    position: relative;
}

.section-hero.post {
    align-items: flex-start;
    height: 89vh;
}

.holder_cta_buttons {
    align-items: center;
    display: none;
}

.holder_cta_buttons.post {
    display: flex;
}

.highlight_bold {
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
}

.highlight_bold.post {
    color: var(--brand-black);
}

.title_event {
    color: var(--neutral-white);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.1;
}

.title_event.post {
    color: var(--brand-black);
    font-size: 5vw;
}

.title_event.rn {
    color: var(--ghost-white);
    text-align: center;
}

.button-signup-event {
    border: 1px solid var(--medium-spring-green);
    background-color: var(--medium-spring-green);
    color: #141414;
    text-align: center;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 1.5vh 2vw;
    font-family: Inter, sans-serif;
    font-size: 0.85vw;
    font-weight: 600;
    line-height: 1em;
    transition: background-color 0.2s, color 0.2s;
    display: flex;
    position: static;
}

.button-signup-event:hover {
    border-color: var(--medium-spring-green);
    color: var(--medium-spring-green);
    background-color: #0000;
    font-weight: 600;
}

.button-signup-event:active {
    background-color: #141619;
}

.button-signup-event.form-combo {
    border-width: 2px;
    border-color: var(--medium-spring-green);
    background-color: var(--medium-spring-green);
    color: #141414;
    margin-top: 2vh;
    margin-right: 0;
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.2;
}

.button-signup-event.form-combo:hover {
    color: var(--medium-spring-green);
    background-color: #0000;
}

.button-signup-event.combo {
    border-color: var(--white);
    color: var(--white);
    background-color: #0000;
}

.button-signup-event.combo:hover {
    background-color: var(--white);
    color: #141414;
}

.button-signup-event.post {
    border-color: var(--brand-black);
    background-color: #0000;
    margin-right: 2vw;
    display: block;
}

.button-signup-event.post:hover {
    background-color: var(--brand-black);
    color: var(--white-smoke);
}

.button-signup-event.post.black {
    border-color: var(--brand-black);
    background-color: var(--brand-black);
    color: var(--white);
    display: none;
}

.button-signup-event.post.black:hover {
    border-color: var(--medium-spring-green);
    background-color: var(--medium-spring-green);
    color: var(--brand-black);
}

.button-signup-event.post.slide-down {
    color: var(--neutral-white);
    background-color: #141414;
    margin-right: 0;
    font-size: 0.85vw;
    display: block;
}

.button-signup-event.post.slide-down.upcoming {
    display: none;
}

.button-signup-event.post.slide-down.rtg {
    background-color: var(--medium-spring-green);
    color: #141414;
    font-size: 0.85vw;
    font-weight: 700;
}

.button-signup-event.post-now.wp {
    background-color: #17df87;
    font-size: 0.85vw;
}

.button-signup-event.post-now.wp:hover {
    border-color: var(--secondary-dark-grey-brand);
    background-color: var(--secondary-dark-grey-brand);
    color: var(--neutral-white);
}

.button-signup-event.post-now.wp.nav {
    padding-left: 1vw;
    padding-right: 1vw;
}

.holder_hero_asset {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
}

.hero-image_shape {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
    display: none;
}

.div-hero_asset {
    border-radius: 10px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 7vh;
    display: block;
    position: relative;
    overflow: hidden;
}

.holder_shortdescription_event {
    width: 80%;
    margin-bottom: 2vh;
}

.section-about-event {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2vw;
    display: flex;
}

.elopage-event-description {
    color: var(--white-smoke);
    font-family: Inter, sans-serif;
    font-size: 1.2vw;
    line-height: 1.5;
}

.elopage-event-description.post {
    color: var(--brand-black);
    font-weight: 400;
}

.holder_title_event {
    align-items: center;
    margin-bottom: 4vh;
    display: flex;
}

.holder_title_event.combo {
    margin-bottom: 4vh;
}

.holder_title_event.combo.rn {
    justify-content: center;
}

.holder_hero_info {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    margin-bottom: 2vh;
    display: flex;
}

.div-hero_info {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
}

.holder_antititle_event {
    border-radius: 50px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.85vw;
    display: flex;
    position: relative;
}

.wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.section-event {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7vh 5vw;
    display: flex;
    position: relative;
}

.section-event.post {
    display: none;
}

.fomr-sticky {
    width: 100%;
    height: 100%;
    position: relative;
}

.form-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: relative;
    top: 0;
}

.heading-title-event {
    color: #141414;
    border: 3px solid #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 4vw;
    font-weight: 600;
}

.heading-title-event.masterclass {
    color: var(--white-smoke);
}

.heading-title-event.masterclass.s {
    color: var(--black3);
}

.heading-title-event.post {
    font-size: 3vw;
}

.heading-title-event.post.small {
    font-size: 2vw;
    font-weight: 600;
}

.heading-title-event.post.small.wh {
    color: var(--white-smoke);
    text-align: left;
}

.heading-title-event.post.small.rdg {
    text-align: left;
}

.heading-title-event.post.small.tg {
    text-align: center;
    font-size: 3vw;
}

.holder-title_event {
    align-items: center;
    margin-bottom: 4vh;
    display: flex;
}

.holder-title_event.combo {
    justify-content: center;
    margin-bottom: 40px;
}

.holder-title_event.post {
    margin-bottom: 1vh;
    position: relative;
}

.holder-title_event.post.rtg {
    margin-bottom: 1vh;
}

.fomr-title_holder {
    align-items: center;
    margin-bottom: 5vh;
    display: flex;
}

.fomr-title_holder.post {
    margin-bottom: 0;
}

.info_sign_up {
    cursor: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.1;
}

.info_sign_up.white {
    color: var(--ghost-white);
}

.final_holder_form_sticky {
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    border-radius: 1px;
    align-self: stretch;
    padding: 7vh 2vw;
    position: relative;
}

.final_holder_form_sticky.post {
    background-color: var(--black3);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: flex;
}

.heading_event_holder {
    margin-bottom: 0.6vh;
}

.heading_event_holder.rdg {
    justify-content: center;
    align-items: center;
    margin-bottom: 3vh;
    display: flex;
}

.heading_event {
    color: #141414;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.5;
}

.heading_event.black {
    font-weight: 700;
}

.heading_event.post {
    font-size: 1vw;
    font-weight: 400;
}

.heading_event.post.black {
    margin-bottom: 0.5vw;
    font-weight: 600;
}

.heading_event.post.black.wh {
    color: var(--neutral-white);
    line-height: 2;
}

.heading_event.post.black.rdg {
    text-align: left;
    margin-bottom: 0.5vw;
    line-height: 2;
}

.heading_event.post.wh {
    color: var(--neutral-white);
    text-align: left;
}

.heading_event.post.rdg {
    text-align: left;
}

.heading_event.post.tg {
    text-align: center;
    margin-bottom: 2vw;
}

.holder_hero_about-event {
    margin-top: 2vw;
    margin-bottom: 2vh;
}

.holder_hero_about-event.high-light {
    background-color: var(--secondary-dark-grey-brand);
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4vw 2vw;
    display: flex;
}

.holder_hero_about-event.wp {
    margin-top: 3vw;
}

.holder_hero_about-event.wp.rtg {
    background-color: var(--cool-gray-brand);
    flex-direction: column;
    align-items: center;
    padding: 2vw;
    display: flex;
}

.holder_hero_about-event.line {
    background-color: var(--cool-gray-brand);
    border-radius: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4vw 2vw;
    display: flex;
}

.paragraph-about_event {
    color: var(--dim-grey);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.2;
}

.item-holder_paragraph_event {
    margin-bottom: 0.5vh;
}

.subtitle_info-about-event {
    color: var(--brand-black);
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.2;
}

.holder-item-card {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.anchor {
    width: 100%;
    height: 7vh;
    position: relative;
    inset: auto auto 0% 0%;
}

.anchor.up {
    height: 7vh;
    inset: 0% 0% auto;
}

.anchor.up.absolute {
    z-index: 1;
    position: absolute;
}

.anchor.up.absolute.down {
    inset: auto 0% 0%;
}

.anchor.absolute._43423 {
    z-index: 1;
    display: none;
    position: absolute;
    overflow: visible;
}

.anchor.succes {
    position: absolute;
    inset: auto 0% 0%;
}

.body {
    background-color: var(--ghost-white2);
}

.holder_info_event_img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 0.5fr;
    width: 100%;
    display: grid;
}

.holder_item_about_event {
    overflow: hidden;
}

.holder_item_item {
    background-image: linear-gradient(
        to bottom,
        var(--white-smoke),
        transparent
    );
    display: flex;
}

.holder_item_item.combo {
    background-image: none;
    align-items: center;
}

.holder_about_event-img {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 10vw;
    height: 10vw;
}

.holder_about_event-img.combo {
    justify-content: center;
    align-items: flex-end;
    width: 3vw;
    height: 100%;
    display: flex;
}

.holder_info_about-event {
    flex: 1;
    align-items: center;
    padding: 2vh 3vw;
    display: flex;
}

.paragraph-3 {
    color: var(--dim-grey);
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1vw;
    font-weight: 500;
    line-height: 1;
}

.message_ty {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5vw;
    display: flex;
}

.message_ty._2 {
    width: 100%;
    padding-top: 1vw;
    padding-left: 0;
    padding-right: 0;
}

.message_ty._2.post {
    align-items: flex-start;
    padding-bottom: 1vw;
}

.item_time {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 12vw;
    margin-right: 3vw;
    display: flex;
}

.item_time.final {
    width: 9vw;
    margin-right: 2vw;
}

.item_time.final.post {
    width: 6vw;
    margin-right: 1.5vw;
    font-size: 2vw;
}

.item_time.final.post.no-spage {
    margin-right: 0;
}

.item_time.launch {
    width: 9vw;
    margin-right: 2vw;
}

.item_time.launch.post {
    width: 6vw;
    margin-right: 1.5vw;
    font-size: 2vw;
}

.item_time.launch.post.no-spage {
    margin-right: 0;
}

.heading-62 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1;
}

.heading-62._3 {
    color: #141414;
    font-size: 8vw;
}

.heading-62._3.hero {
    font-size: 7vw;
}

.heading-62._3.hero.post {
    color: var(--white-smoke);
    font-size: 3.5vw;
    font-weight: 400;
}

.info_time {
    color: #141414;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2vh;
    font-weight: 400;
    line-height: 1;
}

.info_time.final.post {
    color: var(--white-smoke);
    font-size: 1.5vh;
    line-height: 1.5;
}

.countdown_holder {
    justify-content: flex-start;
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
    position: relative;
    left: -2vw;
}

.countdown_holder.final {
    left: -1vw;
}

.countdown_holder.final.post {
    background-color: var(--secondary-dark-grey-brand);
    justify-content: center;
    width: 100%;
    padding: 2vh 1vw;
    display: none;
    left: 0;
}

.heading_ty {
    justify-content: center;
    align-items: center;
    margin-bottom: 2vh;
    font-family: Inter, sans-serif;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.1;
}

.heading_ty.event {
    color: #141414;
    margin-bottom: 2vh;
    font-weight: 600;
}

.heading_ty.event.post {
    color: var(--white-smoke);
    margin-top: 0;
    font-size: 1vw;
}

.holder_left-info {
    z-index: 5;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
}

.holder_left-info.post {
    width: 65vw;
}

.absolute_bg {
    z-index: 1;
    background-color: #181818;
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0%;
}

.nav_bar {
    z-index: 100;
    width: 100%;
    padding-left: 3vw;
    padding-right: 5vw;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
}

.logo_holder {
    justify-content: flex-start;
    align-items: center;
    height: 3vh;
    padding: 2vw;
    display: flex;
}

.logo {
    height: 3vh;
}

.hero_ty {
    background-color: #141414;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding: 5vw;
    display: flex;
}

.hero_ty.rm {
    background-color: var(--brand-black);
    align-items: center;
    padding-top: 1vw;
    padding-bottom: 2vw;
}

.hero_ty.rm._2._43 {
    background-color: var(--brand-black);
}

.info_holder_ty {
    flex: 0 auto;
    margin-bottom: 2vh;
}

.div_start {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 2vw;
    display: flex;
}

.number_item {
    opacity: 1;
    color: #141414;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 4vw;
    font-weight: 600;
    line-height: 0.9;
}

.number_item._1 {
    opacity: 0.8;
}

.number_item._2 {
    opacity: 0.86;
}

.number_item._3 {
    opacity: 0.9;
}

.image-7 {
    filter: invert();
    display: none;
}

.holder_data {
    align-items: center;
    margin-bottom: 2vh;
    display: flex;
}

.holder_data.combo {
    display: none;
}

.holder_data.rn {
    justify-content: center;
}

.item_date {
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 2vw;
    font-weight: 600;
    line-height: 1;
}

.item_date.combo {
    color: var(--neutral-white);
    font-size: 2.5vw;
}

.item_date.combo.rm {
    color: var(--ghost-white);
    text-align: center;
    font-size: 2vw;
    font-weight: 300;
}

.time_item {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.bg_color_effect_holder {
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.bg_color_effect_holder.combo {
    height: 100vh;
    display: block;
}

.paragraph-4 {
    color: var(--neutral-white);
    text-align: left;
    font-family: Inter, sans-serif;
    font-size: 1vw;
    line-height: 1.4;
}

.lottie-animation-14 {
    height: 4vh;
    display: none;
}

.section-video-main {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
}

.section-video-main.post {
    margin-top: 4vw;
    display: block;
    position: relative;
}

.section-video-main.post.tg {
    margin-top: 0;
}

.section-testimonial {
    width: 100%;
    padding-left: 5vw;
    padding-right: 6vw;
    display: block;
}

.section-testimonial.e {
    background-color: var(--cool-gray-brand);
    padding: 5vw 7vw;
    position: relative;
}

.section-testimonial.e.ms {
    background-color: var(--brand-black);
}

.section-testimonial.e.ss {
    padding-left: 10vw;
    padding-right: 10vw;
}

.paragraph-customer {
    color: #141414;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.5;
}

.paragraph-customer.masterclass {
    color: var(--white);
    font-size: 1.3vw;
    font-weight: 400;
}

.paragraph-customer.masterclass.s {
    color: var(--black3);
    font-family: Esklarheitelopage, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
}

.section-imprint {
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: relative;
}

.imprint-text {
    color: #141414;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1vw;
    position: static;
}

.imprint {
    color: var(--dim-grey);
    padding: 0.5vh 1vw;
    font-size: 0.75vw;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    display: flex;
}

.holder-imtem {
    flex: 1;
    justify-content: center;
    display: flex;
}

.grid-testimonial {
    grid-column-gap: 87px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid-testimonial.masterclass {
    grid-template-columns: 1fr 1fr 1fr;
}

.item-testimonial {
    background-color: var(--neutral-white);
    border-radius: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2vw;
    display: flex;
}

.item-testimonial.masterclass {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--black3);
    justify-content: space-between;
}

.item-testimonial.masterclass.s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 10px;
    flex: 0 auto;
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    box-shadow: 0 12px 18px #0003;
}

.item-testimonial.masterclass.s2 {
    border: 1px solid var(--dark-grey);
}

.item-testimonial.masterclass.ep2 {
    background-color: var(--black3);
}

.item_customer_img {
    border-radius: 50px;
    width: 3vw;
    height: 3vw;
    overflow: hidden;
}

.image-8 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.error-message {
    color: var(--white-smoke);
    background-color: #ec5454;
    border-radius: 15px;
    font-family: Inter, sans-serif;
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.5;
}

.error-message.x {
    background-color: #cf1937;
}

.badge_holder {
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 100%;
    margin-left: 4vw;
    display: flex;
    position: relative;
}

.badge_holder.combo {
    display: none;
}

.image-9 {
    z-index: 5;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.text-span-3 {
    font-weight: 600;
}

.holder_all_about-event {
    border-top: 1px solid var(--dim-grey);
    border-bottom: 1px solid var(--dim-grey);
    flex-direction: column;
    margin-top: 4vh;
    padding-top: 4vh;
    padding-bottom: 4vh;
    display: flex;
}

.section-ty-countdown {
    background-color: #2bff99;
    width: 100%;
}

.item-testimonial-person {
    flex-direction: column;
    display: flex;
}

.item-testimonial-person.s {
    flex-direction: row;
}

.paragraph-testimonial-name {
    color: #141414;
    margin-bottom: 2px;
    font-family: Inter, sans-serif;
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.1;
}

.paragraph-testimonial-name.masterclass {
    color: var(--neutral-white);
}

.paragraph-testimonial-name.masterclass.s {
    color: var(--black3);
}

.paragraph-testimonial-company {
    color: var(--dim-grey);
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.text-span-4 {
    line-height: 1.2;
}

.button-share-holder {
    display: flex;
    position: relative;
    left: -1vw;
}

.share-heading {
    color: var(--neutral-white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5vw;
    line-height: 1.5;
}

.sm-icon-link {
    color: #000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 1vw;
    padding: 1vw;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.sm-icon {
    object-fit: cover;
    width: 40px;
    height: 40px;
}

.video {
    margin-top: 16px;
}

.body-2 {
    background-color: var(--brand-black);
}

.navbar-brand {
    align-items: center;
    display: flex;
}

.nav-link {
    color: var(--white);
    letter-spacing: 0.25px;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 2vw;
    font-size: 0.85vw;
    line-height: 1;
    text-decoration: none;
    display: flex;
}

.nav-link:hover {
    color: var(--medium-spring-green);
}

.nav-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.paragraph-5 {
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 0.5vw;
    font-family: Inter, sans-serif;
    font-size: 0.85vw;
}

.hero_masterclass {
    width: 100%;
    height: 100vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: relative;
}

.hero_masterclass.evergreen {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.hero_right-side {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
}

.hero_left-side {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.holder_hero-right {
    width: 100%;
}

.title_hero-left {
    color: var(--neutral-white);
    font-family: Esklarheitelopage, sans-serif;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.1;
}

.title_hero-left.evergreen {
    font-size: 5vw;
    font-weight: 600;
}

.subtitle_season {
    color: var(--white);
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1vw;
    font-weight: 300;
}

.subtitle_season.combo {
    font-size: 1.5vw;
}

.subtitle_season.combo.post {
    font-size: 1vw;
}

.image-10 {
    width: 90%;
    margin-bottom: 1vh;
    line-height: 1;
}

.speakers_masterclass {
    justify-content: center;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
    position: relative;
}

.item_right-side_hero {
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.short_description {
    color: var(--white);
    width: 70%;
    margin-bottom: 3vh;
    font-size: 16px;
    font-weight: 400;
}

.people_subscrived {
    align-items: center;
    display: flex;
}

.people_subscrived.m {
    grid-column-gap: 8px;
    grid-column-gap: 8px;
    margin-top: 24px;
}

.people_subscribed {
    margin-bottom: 0;
    margin-left: 0.5vw;
}

.people_subscribed.white {
    color: var(--ghost-white);
}

.body-xl-medium {
    color: var(--brand-black);
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}

.body-xl-medium.white {
    color: var(--ghost-white);
}

.vectors-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vh;
    display: flex;
}

.pricing-tier {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #141414;
    border-radius: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 3vw 2vw;
    display: flex;
    box-shadow: 0 4px 8px #0000001f, 0 2px 2px #00000014, 0 0 8px #0000000a;
}

.pricing-tier.evergreen {
    display: block;
}

.vectors-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 1.5vw;
    display: flex;
}

.vectors-wrapper-2.rtg {
    filter: invert();
    width: 1.1vw;
}

.info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 24px;
    display: none;
}

.info.ever {
    width: auto;
}

.info.ever.on-top {
    margin-top: 1vw;
}

.info.black {
    filter: brightness(0%);
}

.info.masterclas {
    width: auto;
}

.avatars {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.headings-h1-medium {
    color: #fafafc;
    text-align: center;
    letter-spacing: 0;
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.5;
}

.pbase.white {
    color: var(--ghost-white);
}

.pbase.medium {
    color: var(--brand-black);
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.pbase.font-text-center.negative-margin-top {
    margin-top: -12px;
}

.pbase.grey {
    color: #454b50;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.feature {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.feature.left {
    align-items: flex-start;
}

.feature.left.opacity0 {
    opacity: 0;
}

.feature.left.etickets,
.feature.left.modus-anzeige {
    opacity: 0.4;
    cursor: pointer;
}

.feature.right {
    opacity: 1;
}

.feature.right.business-account,
.feature.right.analytics,
.feature.right.echtzeit {
    opacity: 0.4;
    cursor: pointer;
}

.frame-27005 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.price {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.frame-27004 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.psm {
    justify-content: center;
    align-items: center;
}

.psm.white {
    color: var(--white-smoke);
}

.psm.info {
    width: auto;
}

.psm.grey {
    color: var(--secondary--dark-grey-800);
}

.header {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.image-11 {
    margin-bottom: 1vh;
}

.grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.item_speaker {
    display: flex;
}

.item_left-side {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
    display: flex;
}

.image_speaker_holder {
    width: 30vw;
    padding: 1vw;
}

.collection-item {
    margin-bottom: 3vh;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.heading_speaker_name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25vw;
    font-weight: 400;
}

.name_company {
    color: var(--dim-grey);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1vw;
    font-weight: 400;
}

.heading-63 {
    color: var(--neutral-white);
    font-size: 3vw;
    font-weight: 500;
}

.data_holder-speaker {
    flex-direction: row;
    align-items: center;
    margin-bottom: 1vh;
    display: flex;
}

.icon_calendar {
    margin-right: 0.5vw;
}

.date-calendar {
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
}

.date-calendar.white {
    color: var(--ghost-white);
}

.vectors-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 31px;
    display: flex;
}

.vectors-wrapper-4.post {
    width: 9vw;
    height: 100%;
    display: block;
}

.frame-26962 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.frame-26966 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.frame-26966.post {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.frame-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    padding: 32px 149px;
    display: flex;
}

.frame-7.post {
    padding-left: 5vw;
    padding-right: 5vw;
}

.frame-26965 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3vh;
    display: flex;
}

.text-4 {
    color: var(--medium-spring-green);
    text-align: center;
    letter-spacing: 0.41em;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 7vw;
    font-weight: 400;
    line-height: 1;
}

.text-4.post {
    font-size: 4vw;
}

.frame-26999 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4vh;
    padding-bottom: 4vh;
    display: flex;
}

.frame-26999.post {
    background-color: var(--brand-black);
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    padding-left: 4vw;
    padding-right: 4vw;
    display: none;
    position: relative;
}

.frame-26999.rm {
    background-color: var(--brand-black);
    padding-bottom: 0;
}

.vectors-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.academy_section {
    align-items: center;
    padding-right: 7vw;
    display: flex;
    position: relative;
}

.academy_section.combo {
    flex-direction: row-reverse;
    padding-left: 7vw;
    padding-right: 0;
}

.academy_section.combo.e {
    padding: 5vw 7vw;
}

.video_placeholder {
    z-index: 1;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
}

.video_placeholder.combo {
    justify-content: flex-end;
    display: flex;
}

.feature-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.actions {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 506px;
    display: flex;
}

.bodylgregular {
    color: var(--brand-black);
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
}

.bodylgregular.ever {
    color: var(--dark-gray-50);
}

.bodylgregular.ever.rtg {
    color: var(--secondary-dark-grey-brand);
    font-weight: 600;
}

.bodylgregular.navigation {
    color: var(--brand-black);
    font-weight: 500;
}

.bodylgregular.white {
    color: var(--cool-grey-400);
}

.bodylgregular.center {
    color: var(--secondary--dark-grey-800);
    text-align: center;
}

.bodylgregular.center.dim-white {
    color: var(--cool-grey-400);
}

.bodylgregular.grey {
    opacity: 1;
    color: var(--secondary--dark-grey-800);
    font-weight: 400;
}

.bodylgregular.grey._80 {
    color: var(--secondary--dark-grey-800);
}

.bodylgregular.grey.center.cancel-center {
    text-align: left;
    font-size: 16px;
}

.bodylgregular.grey.opacity-noreason {
    opacity: 0.5;
    color: var(--neutral-white);
}

.bodylgregular._80 {
    color: var(--brand-black);
    width: 80%;
}

.frame-27006 {
    grid-column-gap: 0.5vh;
    grid-row-gap: 0.5vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.frame-27006.e.rtg {
    align-items: flex-start;
}

.info_academy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.feature-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.l {
    color: var(--brand-black);
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.l.white {
    color: var(--neutral-white);
}

.l.grey {
    color: var(--secondary--dark-grey-800);
    font-size: 16px;
}

.l.dim-white {
    color: #cdcdd5;
}

.l.dark-gray-50 {
    color: var(--neutral-white);
}

.l.x-form-field {
    color: var(--white);
    background-image: linear-gradient(#2d343a, #2d343a);
    border: 1px solid #485056;
    border-radius: 8px;
    margin-top: 4px;
    padding-left: 8px;
    font-size: 1rem;
    font-weight: 400;
}

.l.x-form-field:active,
.l.x-form-field:focus {
    color: var(--white);
}

.l.x-form-field.select.dark-gray-600 {
    color: var(--white);
    margin-right: 0;
}

.l.x-form-field.select.dark-gray-600:focus {
    color: var(--white);
}

.l.x-form-field.select.dark-gray-600.alt-form-field-style {
    border-width: 0 0 1px;
    border-bottom-color: var(--ward-gray-brand);
    background-image: none;
    border-radius: 0;
}

.l.cool-gray-400 {
    color: var(--neutral-white);
}

.l.left.normal {
    color: #454b50;
    font-weight: 400;
}

.l.left.normal.dark-gray-50 {
    color: var(--dark-gray-50);
}

.l.left.normal.black {
    color: var(--brand-black);
}

.l.left.normal.email {
    margin-top: 32px;
}

.l.left.normal.regular-news {
    height: 124px;
}

.l.left.normal.regular-news.truncate {
    height: auto;
}

.l.left.normal.white {
    color: var(--neutral-white);
}

.l.left.cool-gray-400 {
    color: var(--cool-grey-400);
}

.l.left.cool-gray-400.special-x {
    width: 60%;
}

.l.center {
    text-align: center;
}

.l.center.cool-grey-400 {
    color: var(--cool-grey-400);
    font-weight: 400;
}

.l.center.cool-grey-400.mobile-updates {
    width: 80%;
}

.l.center.normal {
    color: #454b50;
    padding: 0;
}

.l.center.normal.cta-copy {
    color: var(--neutral-white);
}

.l.demo-body {
    color: var(--secondary--dark-grey-800);
}

.l.demo-body.form {
    align-items: flex-start;
    font-weight: 500;
}

.l.demo-body.form.form-labels-restyle {
    color: var(--dark-gray-50);
    font-weight: 400;
}

.content-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.short_description-speaker {
    color: var(--neutral-white);
    margin-bottom: 2vh;
    font-weight: 300;
}

.info_placeholder {
    z-index: 5;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 50vw;
    padding-left: 5vw;
    display: flex;
    position: relative;
}

.info_placeholder.combo {
    padding-left: 0;
    padding-right: 5vw;
}

.info_placeholder.combo.e {
    width: 55vw;
}

.background-video {
    background-image: linear-gradient(to right, #0000 10%, #000 67%);
    align-items: center;
    width: 80%;
    height: 100%;
    overflow: hidden;
}

.background-video.combo {
    background-image: linear-gradient(to right, #000 35%, #0000 82%);
}

.spacer_video {
    z-index: 5;
    width: 50vw;
    height: 85vh;
    position: relative;
}

.spacer_video.e {
    width: auto;
    height: auto;
    display: flex;
}

.spacer_universal {
    width: 100%;
    height: 10vh;
    position: relative;
}

.spacer_universal.none {
    align-items: flex-end;
    display: flex;
    position: relative;
}

.description_academy {
    color: var(--dark-grey);
    font-size: 1vw;
    line-height: 1.2;
}

.title_academy {
    color: var(--white);
    font-family: Esklarheitelopage, sans-serif;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.2;
}

.navigation-masterclass {
    z-index: 99;
    background-color: var(--brand-black);
    justify-content: space-between;
    width: 100%;
    padding: 1vh 7vw;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
}

.navigation-links {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.paragraph-6 {
    text-align: center;
    font-size: 1.2vw;
}

.heading-64 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1vh;
    font-size: 2vw;
}

.holder_masterclass-item {
    flex-direction: column;
    width: 80%;
    margin-bottom: 2vh;
    display: flex;
}

.holder-plans {
    margin-bottom: 2vw;
}

.item-plans {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.item-title_plan {
    border-bottom: 1px solid var(--secondary-dark-grey-brand);
    justify-content: space-between;
    align-items: center;
    padding: 1vw;
    text-decoration: none;
    display: flex;
}

.item-title_plan:hover {
    background-color: var(--secondary-dark-grey-brand);
}

.item-title_plans {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5vw;
}

.item-title_plans.white {
    color: var(--ghost-white);
}

.price-item-plans {
    justify-content: flex-end;
    margin-bottom: 5px;
    text-decoration: line-through;
    display: flex;
}

.price-item-plans.main {
    margin-bottom: 0;
    font-size: 1.5vw;
    font-weight: 600;
    text-decoration: none;
}

.price-item-plans.main.white {
    color: var(--ghost-white);
}

.price-item-plans.non {
    color: var(--dark-grey);
    display: none;
}

.save-money-plans {
    color: var(--dark-grey);
    font-weight: 300;
}

.button-holder {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.collection-list-wrapper {
    z-index: 5;
    position: relative;
}

.navigation-postevent {
    z-index: 10;
    background-color: var(--neutral-white);
    justify-content: space-between;
    align-items: center;
    width: 65vw;
    padding: 1vh 5vw;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
}

.navigation-masterclass-hub {
    z-index: 99;
    background-color: var(--brand-black);
    justify-content: space-between;
    padding: 1vh 5vw;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
}

.logo-hub {
    justify-content: center;
    align-items: center;
    display: flex;
}

.body-4 {
    background-color: var(--brand-black);
}

.navigation-button {
    justify-content: center;
    align-items: center;
    display: flex;
}

.wrapper-masterclass {
    padding-left: 5vw;
    padding-right: 5vw;
}

.hero-masterclass-hub {
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
}

.hero-masterclass-hub-right {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.confeti {
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
}

.video-postevent {
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
}

.info-video-post-event {
    width: 100%;
    margin-top: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-right: 2vw;
    display: flex;
    position: relative;
}

.grid-timestap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.time-timestamp {
    align-items: center;
    margin-right: 1vw;
    display: flex;
}

.holder-timestamp {
    flex-direction: row;
    align-items: center;
    display: flex;
}

.round-timestamp {
    border: 2px solid var(--white);
    background-color: var(--black3);
    border-radius: 50%;
    width: 0.65vw;
    height: 0.65vw;
    margin-right: 0.5vw;
}

.time-video {
    color: var(--black3);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1vw;
}

.time-video.title {
    color: var(--dim-grey);
    font-weight: 400;
}

.time-video.title.black {
    color: var(--black3);
    font-weight: 500;
}

.blocker {
    z-index: 5;
    display: block;
    position: absolute;
    inset: 0%;
}

.about-prices-post {
    margin-top: 2vw;
    display: block;
    position: relative;
    inset: auto 0% 0%;
}

.about-price-in-post {
    margin-bottom: 0;
    font-size: 0.85vw;
    font-weight: 300;
    position: relative;
    inset: auto 0% 0%;
}

.about-price-in-post.white {
    color: var(--ghost-white);
}

.recording-titele {
    color: var(--black3);
    font-size: 1.2vw;
    font-weight: 500;
    text-decoration: underline;
    display: none;
}

.video-hub.hub {
    display: none;
}

.holder-button-episode1 {
    margin-top: 2vh;
    display: none;
}

.holder-button-episode1.hub {
    margin-top: 2vw;
    margin-bottom: 2vw;
    display: flex;
}

.body-5 {
    height: 100vh;
}

.episodes {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 4vw;
}

.grid-episode {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid-episode.ever {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 75%;
}

.item-episode {
    display: flex;
}

.item-episode.evergreen {
    flex-direction: row;
}

.item-right-episode {
    width: 30vw;
}

.item-right-episode.ever {
    width: 18vw;
}

.item-left-episode {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    padding-left: 3vw;
    display: flex;
}

.item-left-episode.ever {
    justify-content: center;
    align-items: flex-start;
    padding-left: 1vw;
}

.small-masterclass-title {
    color: var(--neutral-white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5vw;
}

.small-masterclass-title.evergreen {
    font-size: 0.75vw;
}

.title-episode {
    margin-bottom: 1vw;
}

.heading-episode {
    color: var(--neutral-white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3vw;
}

.description-episode {
    color: var(--neutral-white);
    font-size: 15px;
    font-weight: 300;
}

.description-episode.ever {
    margin-bottom: 0;
}

.line-bulet-points-episode {
    align-items: center;
    margin-bottom: 0.5vw;
    display: flex;
}

.icon-bulet-points {
    align-items: center;
    margin-right: 0.75vw;
    display: flex;
}

.bulet-point {
    color: var(--neutral-white);
    margin-bottom: 0;
    font-weight: 500;
}

.title-speaker-section {
    font-size: 1.5vw;
}

.holder-speaker-item {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.item-speaker-episode {
    align-items: center;
    height: 4vw;
    display: flex;
    position: relative;
}

.item-speaker-image {
    justify-content: center;
    align-items: flex-start;
    width: 2vw;
    margin-right: 0.5vw;
    display: flex;
}

.speaker-div {
    flex: 1;
}

.image-14 {
    width: 2vw;
}

.heading-speaker-name {
    color: var(--white-smoke);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1vw;
}

.paragraph-company {
    margin-bottom: 0;
    font-size: 0.75vw;
}

.info-hover-speaker {
    z-index: 5;
    background-color: var(--secondary-dark-grey-brand);
    border-radius: 15px 15px 15px 0;
    justify-content: center;
    align-items: center;
    height: 4vw;
    padding: 0.5vw;
    display: flex;
    position: absolute;
    inset: -3.8vw 0% auto 7%;
}

.info-hover-speaker.masterclass {
    padding-left: 1vw;
    padding-right: 1vw;
}

.info-hover-bar {
    color: var(--cool-grey-400);
    margin-bottom: 0;
    font-size: 0.85vw;
    font-weight: 300;
    line-height: 1.1;
}

.button-episode-hub {
    margin-top: 2vw;
}

.button-4 {
    background-color: #141414;
    border: 1px solid #141414;
    border-radius: 100px;
    font-size: 1vw;
    font-weight: 500;
    transition: all 0.2s;
}

.button-4:hover {
    border-color: var(--black3);
    background-color: var(--brand-black);
}

.button-4.ever {
    background-color: var(--medium-spring-green);
    color: var(--brand-black);
    font-weight: 600;
}

.button-4.ever.someting {
    display: none;
}

.image-15 {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.image-15.ever {
    object-fit: cover;
}

.body-6 {
    background-color: var(--white-smoke);
}

.hero-bb {
    background-image: linear-gradient(
        to top,
        var(--white),
        var(--neutral-white)
    );
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 1vw 5vw 2vw;
    display: flex;
}

.bb-left-holder {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding-right: 2vw;
    display: flex;
}

.bb-right-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 40vw;
    padding-top: 0;
    padding-left: 2vw;
    display: flex;
    position: relative;
}

.bb-info-holder {
    margin-top: 0.32vw;
}

.bb-title {
    margin-bottom: 1vw;
}

.bb-heading-title {
    color: var(--black3);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 3vw;
    line-height: 1;
}

.bb-heading-title.small {
    font-size: 2vw;
}

.bb-title-description {
    width: 80%;
    margin-bottom: 1vw;
}

.bb-paragraph-description {
    color: var(--secondary-dark-grey-brand);
    margin-bottom: 0;
    font-size: 0.85vw;
    font-weight: 500;
    line-height: 1.3;
}

.bb-button-holder {
    display: flex;
}

.bb-image-cover {
    width: 100%;
    height: 50vh;
    margin-bottom: 2vw;
}

.background-video-2 {
    z-index: 5;
    width: 100%;
    height: 100%;
}

.link-block {
    background-color: var(--secondary-dark-grey-brand);
    color: var(--white);
    border-radius: 50px;
    align-items: center;
    padding: 0.5vw 1.5vw 0.5vw 1vw;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
}

.link-block:hover {
    background-color: var(--brand-black);
}

.paragraph-7 {
    color: var(--white);
    margin-bottom: 0;
    font-weight: 700;
    text-decoration: none;
}

.image-16 {
    filter: invert();
    margin-right: 0.1vw;
}

.bb-line {
    border-radius: 50px;
    align-items: center;
    width: 2px;
    height: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
}

.bb-inside-line {
    background-color: var(--dark-grey);
    width: 100%;
    height: 100%;
}

.bb-holder-speaker {
    width: 100%;
    display: none;
}

.bb-grid-speaker {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 2vw;
    display: grid;
}

.bb-item-speaker-info {
    padding-top: 0.5vw;
}

.bb-item-speaker-nam {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1vw;
}

.bb-heading-speaker-title {
    color: var(--brand-black);
    text-align: left;
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-size: 1.5vw;
    font-weight: 600;
}

.bb-heading-speaker-title.huge {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1vw;
}

.bb-about-event {
    background-color: var(--cool-gray-brand);
    border-radius: 10px;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1vw;
    padding: 1vw;
    text-decoration: none;
    display: flex;
}

.bb-about-event._2 {
    background-color: #0000;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.bb-location-info {
    color: var(--brand-black);
    font-weight: 500;
}

.bb-location-info._2 {
    text-align: left;
    margin-bottom: 1vw;
    font-size: 0.85vw;
    font-weight: 600;
    line-height: 1.3;
}

.bb-location-info._2._3 {
    font-weight: 400;
}

.bb-image-location {
    width: 7vw;
    height: 7vw;
    margin-right: 2vw;
    overflow: hidden;
}

.bb-image-location.not-round {
    border-radius: 0%;
    width: 21vw;
    margin-right: 1vw;
}

.bb-image-location.not-round._2 {
    border-radius: 50%;
    width: 7vw;
    padding: 1vw;
    display: none;
}

.bb-about-event-urt {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    display: flex;
}

.bb-about-event-urt._2 {
    flex-direction: column;
}

.image-17 {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.image-17._2 {
    display: block;
}

.bb-ticket-about {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

.bb-div-info-about-tiket {
    background-color: #d3d8f1;
    justify-content: center;
    align-items: center;
    height: 4.5vh;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    text-decoration: none;
    display: flex;
    position: relative;
}

.bb-heading-info {
    color: var(--brand-black);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1vw;
}

.bb-heading-info.uper {
    font-size: 0.85vw;
}

.text-span-5 {
    font-size: 1.4vw;
    font-weight: 700;
}

.bb-power-elopage {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 2vw;
    text-decoration: none;
    display: flex;
}

.bb-power-elopage._2 {
    display: none;
}

.bb-logo-elopage {
    width: 8vw;
    margin-left: 1vw;
}

.bb-power {
    color: var(--brand-black);
    margin-bottom: 0;
    font-size: 0.85vw;
    font-weight: 500;
}

.black-info {
    font-size: 1.2vw;
    font-weight: 700;
}

.bb-cta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 0;
    display: flex;
}

.image-18 {
    width: 100%;
}

.spirit-item-speaker {
    width: 1.5vw;
}

.bb-schedule-item {
    flex-direction: column;
    width: 100%;
    display: flex;
}

.bb-schedule-item.grid {
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
}

.bb-schedule-heading {
    color: var(--brand-black);
    font-family: Inter, sans-serif;
    font-size: 2vw;
    font-weight: 600;
}

.bb-paragraph-schedule {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 2vw;
    display: grid;
}

.paragraph-8 {
    color: var(--secondary-dark-grey-brand);
    margin-bottom: 0;
    font-weight: 500;
}

.text-span-7,
.text-span-8 {
    font-weight: 700;
}

.text-span-9 {
    color: var(--dim-grey);
    font-size: 0.85vw;
}

.body-7 {
    background-color: var(--brand-black);
}

.image-19 {
    transform-style: preserve-3d;
    width: 75%;
    transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.e-banner {
    z-index: 99;
    background-color: var(--medium-spring-green);
    justify-content: center;
    width: 100%;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    text-decoration: none;
    display: flex;
    position: fixed;
}

.e-paragrapgh-banner {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 0.85vw;
    font-weight: 500;
}

.e-paragrapgh-banner.black {
    font-weight: 700;
}

.e-banner-left {
    align-items: center;
    margin-right: 1vw;
    display: flex;
}

.e-banner-right {
    display: flex;
}

.e-banner-img {
    width: 1.5vw;
}

.blank {
    z-index: 15;
    display: block;
    position: absolute;
    inset: 0%;
}

.e-about-course {
    background-color: var(--black3);
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5vw 7vw;
    display: flex;
}

.e-about-course._2 {
    background-color: #0000;
}

.e-about-course.e {
    background-color: #0000;
    flex-direction: column;
    padding-left: 7vw;
    padding-right: 7vw;
}

.e-title-about-course {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.e-title-about-course.e {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}

.e-title-about-course.e.r {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 2vw;
}

.e-anti-title {
    color: var(--medium-spring-green);
    margin-bottom: 0;
    font-weight: 400;
}

.e-title-sections {
    color: var(--ghost-white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 1.1;
}

.e-title-sections._2 {
    text-align: left;
}

.e-paragraph {
    justify-content: center;
    width: 75%;
    margin-bottom: 2vw;
    display: flex;
}

.e-paragraph._2 {
    width: 100%;
}

.e-paragraph-description {
    color: var(--neutral-white);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.e-paragraph-description.e {
    text-align: center;
}

.e-paragraph-description.e._2 {
    text-align: left;
}

.e-paragraph-description._75 {
    width: 75%;
    font-size: 16px;
}

.e-grid-about-course {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 85%;
    display: grid;
}

.e-grid-about-course.ever {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 80%;
}

.e-item-about-course {
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 1vw;
    display: flex;
}

.e-item-description {
    color: var(--cool-grey-400);
    margin-bottom: 0;
    font-weight: 400;
}

.e-img-item {
    background-color: var(--black3);
    border-radius: 50px;
    margin-right: 1vw;
    padding: 1vw;
}

.e-statistics {
    background-color: #141414;
    padding: 7vw;
    display: flex;
}

.e-statistic-left {
    align-items: center;
    display: flex;
}

.e-statistics-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50vw;
    display: grid;
}

.e-item-statistics {
    flex-direction: column;
    display: flex;
}

.e-heading-statistic {
    color: var(--ghost-white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3vw;
}

.e-paragraph-statistics {
    color: var(--dark-grey);
    margin-bottom: 0;
    font-weight: 400;
}

.e-statistics-title {
    color: var(--ghost-white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2vw;
}

.inner-container._1012px.center {
    background-color: var(--cool-gray-brand);
    padding: 2vw;
}

.inner-container._1012px.center.ev {
    background-color: var(--brand-black);
}

.accordion-item-wrapper {
    cursor: pointer;
    transform-style: preserve-3d;
    background-color: #fff;
    border: 1px solid #eff0f6;
    border-radius: 24px;
    width: 100%;
    padding: 48px 64px;
    transition: transform 0.3s;
    display: flex;
    box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper:hover {
    transform: scale3d(0.96, 0.96, 1.01);
}

.accordion-item-wrapper.v2 {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1vw;
    padding: 0 0;
}

.accordion-item-wrapper.v2:hover {
    transform: none;
}

.acordion-body {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

.accordion-title {
    color: var(--ghost-white);
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5vw;
    font-weight: 400;
}

.accordion-title.p {
    color: var(--brand-black);
    font-size: 1.2vw;
    font-weight: 600;
}

.accordion-title.p.tg {
    cursor: auto;
}

.accordion-spacer {
    cursor: pointer;
    min-height: 0;
}

.accordion-content-wrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.accordion-content-wrapper.v2 {
    cursor: pointer;
}

.mg-bottom-0 {
    color: var(--dark-grey);
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 300;
}

.mg-bottom-0.p {
    color: var(--secondary-dark-grey-brand);
    font-weight: 400;
    line-height: 1.3;
}

.mg-bottom-0.p.rtg {
    text-align: left;
    cursor: auto;
    margin-bottom: 0.5vw;
}

.grid-1-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid-1-column.gap-row-0 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.accordion-header {
    cursor: pointer;
    align-items: center;
    margin-bottom: 0.5vw;
    display: flex;
}

.e-faq {
    padding-left: 7vw;
    padding-right: 7vw;
}

.e-faq.s {
    padding-left: 0;
    padding-right: 0;
}

.e-about-course-sticky {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.navbar-success {
    z-index: 98;
    background-color: var(--neutral-white);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    display: flex;
    position: fixed;
    box-shadow: 0 4px 35px -5px #0003;
}

.s-hero-section {
    justify-content: space-between;
    width: 1440px;
    padding: 144px 104px 64px;
    display: flex;
}

.s-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
}

.s-hero-section-left {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 606px;
    margin-right: 5vw;
    display: flex;
}

.s-image-holder {
    width: 480px;
    height: 632px;
}

.s-image-item {
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 24px;
    width: 100%;
    height: 100%;
}

.s-heading-holder {
    margin-bottom: 2vw;
}

.s-banner-success {
    margin-bottom: 2vw;
    display: none;
}

.s-paragraph-holder {
    width: 552px;
}

.s-paragraph-holder.s {
    width: 100%;
}

.s-heading-title {
    color: var(--brand-black);
    font-size: 60px;
    line-height: 1.1;
}

.s-heading-banner-text {
    color: var(--brand-black);
    letter-spacing: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3vw;
    font-weight: 600;
}

.s-paragraph-text {
    color: #454b50;
    margin-bottom: 2vw;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.s-banner-holder {
    background-color: var(--medium-spring-green);
    border-radius: 50px;
    padding: 0.25vw 2vw;
    display: flex;
}

.s-number {
    background-color: var(--white);
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    position: relative;
}

.s-number-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
}

.s-number-item {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.s-number-metric {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 110%;
}

.s-number-paragrap-metric {
    color: #141414;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.body-9 {
    background-color: var(--neutral-white);
}

.s-story {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 1440px;
    padding: 64px 104px;
    display: flex;
    position: relative;
}

.s-story.d {
    flex-direction: row;
    align-items: center;
}

.s-story.d.revers {
    background-color: var(--white-smoke);
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.s-story-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 536px;
    margin-left: 64px;
    display: flex;
}

.s-story-right {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.s-story-right.s {
    height: 85vh;
    margin-left: 4vw;
}

.s-logo-holder {
    align-items: center;
    width: 228px;
    padding-right: 2vw;
    text-decoration: none;
    display: flex;
}

.s-navbar-title {
    color: var(--brand-black);
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 0.85vw;
    font-weight: 500;
    display: none;
}

.elopage-logo {
    width: 153px;
}

.s-navbar-links {
    color: #000004;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.s-navbar-textlink {
    color: var(--brand-black);
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s;
    display: flex;
}

.s-navbar-textlink:hover {
    color: var(--dim-grey);
    font-weight: 500;
}

.s-navbar-textlink.rtg {
    color: var(--secondary-dark-grey-brand);
}

.s-navbar-textlink.no-underline:hover {
    color: #141414;
}

.s-button {
    border: 1px solid var(--brand-black);
    background-color: var(--secondary-dark-grey-brand);
    color: var(--neutral-white);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 24px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    transition: all 0.225s ease-in;
    display: flex;
}

.s-button:hover {
    border-style: solid;
    border-color: var(--secondary--dark-grey-800);
    background-color: var(--secondary--dark-grey-800);
    color: var(--white-smoke);
}

.s-button.s {
    border-color: var(--medium-spring-green-2);
    background-color: var(--medium-spring-green);
    color: var(--black3);
}

.s-button.s:hover {
    border-color: var(--medium-sea-green2);
    background-color: var(--medium-sea-green2);
    color: var(--brand-black);
}

.s-button._2 {
    color: var(--brand-black);
    background-color: #0000;
}

.s-button._2:hover {
    background-color: var(--cool-gray-brand);
}

.s-button.nav {
    background-color: var(--medium-spring-green-2);
    color: var(--brand-black);
    border-style: none;
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 140%;
}

.s-button.nav:hover {
    background-color: var(--medium-sea-green2);
}

.s-story-heading-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
}

.s-story-grid-holder {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.s-story-gird2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 2vw;
    display: grid;
}

.s-story-heading-text {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 110%;
}

.s-story-heading-antitext {
    color: var(--brand-black);
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.s-image-overall {
    width: 560px;
}

.s-image-overall.s {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0 7px 50px 17px #0003;
}

.s-story-item {
    align-items: center;
    margin-bottom: 0.5vw;
    display: flex;
}

.s-story-item-img {
    margin-right: 1vw;
}

.s-story-item-paragraph {
    flex: 1;
}

.s-story-paragraph-tet {
    color: var(--black3);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.s-story-item-image {
    width: 24px;
    height: 24px;
    display: block;
}

.s-cta {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--secondary-dark-grey-brand);
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
}

.s-cta-heading-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
    width: 1440px;
    padding-left: 140px;
    padding-right: 140px;
    display: flex;
}

.s-cta-heading-text {
    color: var(--ghost-white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 1.1;
}

.s-cta-heading-antitext {
    color: var(--cool-grey-400);
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 140%;
}

.s-video {
    display: flex;
}

.s-video.s {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.s-left-video {
    width: 666px;
}

.s-video-item {
    z-index: 1;
    width: 100%;
    height: 100%;
}

.s-right-video {
    flex: 0 auto;
    align-items: center;
    width: 522px;
    padding-left: 40px;
    display: flex;
}

.s-testimonial {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.image-21 {
    width: 80px;
    height: 80px;
    margin-right: 1vw;
}

.footer {
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    position: relative;
}

.footer._404 {
    background-color: #0000;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: auto;
    padding: 24px;
    position: static;
    inset: auto 0% 0%;
}

.container-2 {
    width: 1140px;
    max-width: 1140px;
}

.footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.footer-brand {
    display: flex;
}

.footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-items: start;
    display: grid;
}

.footer-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer-title {
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.footer-link {
    color: var(--dark-grey);
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    transition: all 0.15s;
    position: static;
}

.footer-link:hover {
    color: #141414;
    font-weight: 400;
    transform: translate(3px);
}

.footer-social-block {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 25px;
    display: flex;
    position: relative;
    left: -7px;
}

.footer-social-link {
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-divider {
    background-color: var(--white);
    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 15px;
}

.copyright {
    color: var(--dark-grey2);
    text-align: center;
    margin-bottom: 1vw;
    display: flex;
}

.s-footer-logo-section {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    width: 296px;
    margin-right: 70px;
    display: flex;
}

.s-footer-logo-section.d {
    align-items: center;
    width: 40vw;
}

.s-paragraph-footer {
    color: var(--secondary--dark-grey-800);
    margin-bottom: 0;
    font-weight: 400;
}

.image-22 {
    width: 90px;
    height: 24px;
}

.image-23 {
    filter: invert();
    width: 3vw;
}

.s-footer-links-holder {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex: 1;
    display: flex;
}

.s-footer-icon-item {
    filter: brightness(73%) contrast(200%) saturate(0%);
    width: 24px;
    height: 24px;
}

.s-footer-icon-item.s {
    width: 1.3vw;
}

.s-over-form {
    z-index: 105;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
}

.s-form-holder {
    z-index: 199;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    padding: 3vw;
    position: relative;
}

.s-form-absolut {
    z-index: 99;
    position: absolute;
    inset: 0%;
}

.s-form-item-close {
    padding: 0.5vw;
    text-decoration: none;
    position: absolute;
    inset: 0% 0% auto auto;
}

.paragraph-9 {
    color: var(--brand-black);
    margin-bottom: 0;
    font-size: 2vw;
    font-weight: 500;
    line-height: 1;
}

.holder-thankyou {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    display: flex;
}

.p-image-main {
    position: relative;
}

.image-24 {
    width: 100%;
}

.text-span-10 {
    font-size: 2.2vw;
    font-weight: 600;
}

.rtg-button {
    display: flex;
}

.rdg-holder-button {
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
}

.image-26 {
    width: 8vw;
}

.rtg-grid-prices {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.rtg-all-button-holder {
    display: none;
}

.d-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.d-hero {
    justify-content: space-between;
    width: 1440px;
    padding-bottom: 64px;
    padding-left: 104px;
    padding-right: 104px;
    display: flex;
}

.d-navbar {
    justify-content: center;
    width: 100%;
    display: flex;
}

.d-navbar-holder {
    justify-content: flex-start;
    align-items: center;
    width: 1440px;
    height: 80px;
    padding-left: 104px;
    padding-right: 104px;
    display: flex;
}

.image-27 {
    width: 153px;
}

.d-navbar-container {
    align-items: center;
    width: 100%;
    display: flex;
}

.ck_sniped,
.html-embed-2 {
    display: none;
}

.d-hero-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    width: 630px;
    display: flex;
}

.d-hero-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    display: flex;
}

.d-hero-right.form {
    z-index: 999;
    background-color: var(--neutral-white);
    border-radius: 36px;
    position: relative;
    inset: 0%;
}

.d-video-item {
    width: 628px;
    height: 347px;
}

.d-hero-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
}

.d-heading1 {
    color: var(--brand-black);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    display: none;
}

.field-label {
    color: var(--brand-black);
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.text-field {
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent var(--dark-grey);
    color: var(--dim-grey);
    background-color: #0000;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.text-field:active {
    border-top-color: #0000;
    border-left-color: #0000;
    border-right-color: #0000;
}

.text-field:focus {
    border-color: transparent transparent var(--dark-grey);
}

.body-10 {
    background-color: var(--neutral-white);
}

.d-form-field {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    width: 100%;
    display: flex;
}

.d-form-field.hide {
    display: none;
}

.d-hero-more-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
}

.d-hero-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
    display: flex;
}

.d-hero-icon {
    justify-content: center;
    align-items: center;
    display: flex;
}

.d-hero-info-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
}

.d-heading3 {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

.d-paragraph1 {
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
}

.d-paragraph1.white {
    color: #dc2626;
}

.image-28 {
    width: 25px;
}

.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.form.demo-form {
    align-items: flex-start;
}

.form-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    padding: 3vw;
    display: flex;
}

.form-block.partner {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}

.form-block.db.restyling {
    box-shadow: none;
    background-color: #fff0;
    padding: 0;
}

.form-block.db {
    background-color: #f0f1f6;
    border-radius: 16px;
    max-width: none;
    height: auto;
    padding: 32px;
    box-shadow: 0 8px 9px #00000424;
}

.select-field {
    border-style: solid;
    border-width: 1px;
    border-color: var(--ghost-white) var(--ghost-white) var(--dark-grey);
    background-color: var(--ghost-white);
    color: var(--dim-grey);
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 16px;
    line-height: 140%;
}

.textarea {
    border-style: solid;
    border-width: 1px;
    border-color: var(--neutral-white) var(--neutral-white) var(--dark-grey);
    background-color: var(--neutral-white);
    font-size: 16px;
    line-height: 140%;
}

.success-message {
    background-color: var(--dark-gray-900);
    padding-left: 0;
}

.error-message-2 {
    background-color: #0000;
    padding: 0;
}

.submit-button {
    background-color: var(--medium-sea-green2);
    color: var(--brand-black);
    border-radius: 50px;
    align-self: stretch;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    transition: all 0.2s;
}

.submit-button:hover {
    background-color: var(--medium-spring-green-2);
}

.submit-button.partner {
    background-color: var(--secondary-dark-grey-brand);
    color: var(--white-smoke);
    height: 48px;
    font-size: 16px;
}

.submit-button.partner:hover {
    background-color: #333;
}

.d-video-main {
    justify-content: center;
    width: 100%;
    display: flex;
}

.d-video-main-item {
    justify-content: center;
    align-items: center;
    width: 1440px;
    height: 810px;
    padding: 64px 104px;
    display: flex;
}

.video-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.chili-piper-embed,
.chili-piper_embed {
    display: none;
}

.rtg-link-holder {
    flex-direction: row;
    margin-left: 2vw;
    display: flex;
}

.rtg-grid-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.text-span-11 {
    font-weight: 600;
}

.text-span-12,
.text-span-13 {
    font-size: 1vw;
    font-weight: 700;
}

.link {
    color: var(--brand-black);
    text-decoration: none;
}

.holder-etet {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
}

.iframe {
    width: 100%;
    height: 100vh;
}

.m-speaker-item {
    flex-direction: row;
    display: flex;
}

.m-image-holder {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 30vw;
    padding: 1vw;
    display: flex;
}

.m-speaker-info-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
    display: flex;
}

.m-heading-name-speaker {
    color: var(--ghost-white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25vw;
}

.m-paragraph-company {
    margin-bottom: 0;
}

.m-heading-speaker {
    color: var(--ghost-white);
    font-size: 3vw;
    font-weight: 500;
}

.collection-item-2 {
    margin-bottom: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.m-paragraph {
    color: var(--ghost-white);
    margin-bottom: 2vh;
    font-weight: 300;
}

.m-paragraph.calendar {
    color: var(--ghost-white);
    margin-bottom: 0;
}

.m-calendar {
    align-items: center;
    margin-bottom: 2vw;
    display: flex;
}

.s-navigation-holder {
    color: #000004;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
    display: flex;
}

.s-number-holder {
    width: 1440px;
    padding-left: 104px;
    padding-right: 104px;
}

.bold-text-3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.holder-size {
    justify-content: space-between;
    width: 1440px;
    padding: 64px 140px;
    display: flex;
}

.popup-form {
    z-index: 99;
    background-color: #00000029;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.popup-standard {
    z-index: 99;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
}

.p-navbar {
    z-index: 99;
    background-color: var(--neutral-white);
    color: #000004;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 94px;
    display: flex;
    position: fixed;
    box-shadow: 0 4px 20px -4px #0003;
}

.p-navbar.pricing {
    height: 80px;
    display: none;
}

.p-navbar.test-page {
    display: block;
    top: 15%;
}

.p-hero {
    grid-column-gap: 128px;
    grid-row-gap: 128px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 104px 48px;
    display: flex;
}

.p-holder-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 848px;
    padding-bottom: 16px;
    display: flex;
}

.p-price-plan {
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
    display: none;
}

.p-grid-plan {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 1440px;
}

.p-price-item-header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    height: 350px;
    display: flex;
}

.p-price-item-button {
    align-self: stretch;
}

.p-price-item-bigprice {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.p-price-item-check {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.p-price-item-check-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button-price_plan {
    background-color: var(--secondary-dark-grey-brand);
    border-radius: 25px;
    justify-content: center;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 140%;
    display: flex;
}

.button-price_plan.fluid {
    align-items: center;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.2s;
}

.button-price_plan.fluid:hover {
    background-color: var(--secondary--dark-grey-800);
}

.check-plane {
    width: 18px;
}

.check-plane.white {
    z-index: 1;
    filter: invert();
    position: relative;
}

.p-price-table {
    background-color: #fafafc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0 5% 64px;
    display: flex;
}

.plan-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 0;
    position: relative;
}

.p-table_blank {
    height: 100px;
}

.p-table_blank.high {
    z-index: 2;
    align-items: center;
    height: 100px;
    padding-left: 16px;
    display: flex;
    position: relative;
}

.plan-title {
    z-index: 6;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--neutral-white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: sticky;
    top: 96px;
}

.plan-title.title-1.h {
    top: 80px;
}

.plan-title.title-1.h.white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fafafc;
    padding-top: 0;
    top: 78px;
}

.plan-title.title-2.h {
    top: 80px;
}

.plan-title.title-2.h.white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fafafc;
    padding-top: 0;
    top: 78px;
}

.plan-title.title-3.h {
    top: 80px;
}

.plan-title.title-3.h.white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fafafc;
    padding-top: 0;
    top: 78px;
}

.plan-title.title-4.h {
    top: 80px;
}

.plan-title.title-4.h.white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fafafc;
    padding-top: 0;
    top: 78px;
}

.headings-h3semibold {
    color: #141414;
    margin-top: 0;
    margin-bottom: 0;
}

.headings-h3semibold.fluid {
    color: var(--brand-black);
}

.headings-h3semibold.white {
    color: var(--neutral-white);
    line-height: 120%;
}

.p-table-title_feature {
    z-index: 2;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--neutral-white);
    align-items: center;
    height: 100px;
    padding-left: 16px;
    display: flex;
    position: sticky;
    top: 80px;
}

.p-table-title_feature.white {
    background-color: #fafafc;
    top: 78px;
}

.headings-h4-medium {
    color: #141414;
    margin-top: 0;
    margin-bottom: 0;
}

.headings-h4-medium.fluid {
    line-height: 120%;
}

.p-table_feature {
    justify-content: flex-start;
    align-items: center;
    height: 56px;
    padding: 16px;
    display: flex;
    position: relative;
}

.p-table_feature.grey {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--ghost-white);
    justify-content: space-between;
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative;
}

.p-table_feature.grey.big {
    height: 86px;
}

.p-table_feature.auto-height {
    height: auto;
}

.p-table_feature.cmbo {
    justify-content: space-between;
    align-items: center;
}

.p-table_info {
    justify-content: center;
    align-items: center;
    height: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
}

.p-table_info.grey {
    z-index: 1;
    background-color: var(--ghost-white);
    height: 56px;
    position: relative;
}

.p-table_info.grey.big {
    height: 86px;
}

.p-table_info.auto-height {
    height: auto;
}

.p-check {
    width: 24px;
}

.popular {
    justify-content: center;
    align-items: center;
    height: 20px;
    display: flex;
    position: absolute;
    inset: -10px 0% auto;
}

.plg.white {
    color: var(--neutral-white);
}

.plg.white.center {
    color: var(--ghost-white);
    text-align: center;
}

.info-on-hover {
    z-index: 25;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--neutral-white);
    border-radius: 8px 8px 8px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 316px;
    padding: 16px;
    display: none;
    position: absolute;
    inset: auto 0% 50px 92%;
    box-shadow: 5px 3px 20px -5px #0003;
}

.info-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.title {
    color: #ffffff80;
    letter-spacing: 2px;
    font-size: 12px;
}

.image-29 {
    width: 47px;
    height: 47px;
}

.headingsh1semibold {
    color: var(--brand-black);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 110%;
}

.headingsh1semibold.center {
    text-align: center;
}

.headingsh1semibold.center.white {
    color: var(--neutral-white);
}

.headingsh1semibold.center.cancel-center {
    text-align: left;
    font-size: 48px;
}

.dropdown-toggle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-right: 20px;
    display: flex;
}

.p-navigation_login {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.demo-buchen {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--medium-spring-green-2);
    border-radius: 50px;
    align-items: center;
    height: 46px;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
}

.demo-buchen:hover {
    background-color: var(--medium-sea-green2);
}

.demo-buchen.cta {
    background-color: var(--medium-spring-green);
}

.demo-buchen.cta:hover {
    background-color: #a3ffd0;
}

.image-30 {
    width: 16px;
    height: 13px;
}

.dropdown-list {
    background-color: var(--ghost-white);
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    background-clip: border-box;
}

.dropdown-list.w--open {
    background-color: var(--neutral-white);
    box-shadow: 0 11px 20px #0000001a;
}

.dropdown-link {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    transition: all 0.2s;
}

.dropdown-link:hover {
    color: var(--dark-grey);
}

.absolute-dropdown {
    z-index: 1;
    font-weight: 500;
    display: block;
    position: absolute;
    inset: 0%;
}

.holder-table_title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
}

.headingsh2semibold {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
}

.emotional-cta {
    background-color: var(--gainsboro);
    display: flex;
}

.emotional-left {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
}

.emotional-right {
    flex: 0 auto;
    width: 50%;
}

.cta-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.emotional-left_holder {
    justify-content: flex-end;
    max-width: 530px;
    display: flex;
}

.emotional-info {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.holder-buttons-emotional {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.button-primary-arrow {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px solid var(--secondary-dark-grey-brand);
    background-color: var(--secondary-dark-grey-brand);
    border-radius: 50px;
    align-items: center;
    padding: 12px 24px;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
}

.button-primary-arrow:hover {
    border-color: var(--secondary--dark-grey-800);
    background-color: var(--secondary--dark-grey-800);
}

.button-tertiary {
    border: 1px solid var(--secondary--dark-grey-800);
    background-color: #0000;
    border-radius: 50px;
    align-items: center;
    padding: 12px 24px;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
}

.button-tertiary:hover {
    background-color: var(--dark-gray-50);
}

.non-button-emotional {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.enterprise {
    background-color: var(--secondary-dark-grey-brand);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
    display: flex;
}

.enterprise-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 140px;
    padding-right: 140px;
    display: flex;
}

.enterprise-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    width: 814px;
    display: flex;
}

.enterprise-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
}

.button-white {
    background-color: var(--ghost-white2);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
}

.dropdown {
    color: #000004;
}

.mobile-menu {
    display: none;
    position: relative;
}

.slider-tablet-menu,
.nav-bar-slider {
    display: none;
}

.scroll-snap-wrapper {
    color: #000004;
}

.elo-medium {
    color: var(--brand-black);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.holder-tittle-info-hover {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
}

.holder-navigation-logo {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-bottom: 38px;
    display: flex;
}

.info-tab-masterclass-episode,
.fixed-button-test-scroll {
    display: none;
}

.header-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1140px;
    display: none;
    position: sticky;
    top: 0;
}

.nav_bar-static {
    justify-content: center;
    align-items: center;
    width: 1440px;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    position: relative;
}

.container {
    width: 1440px;
    max-width: 1440px;
    padding-left: 104px;
    padding-right: 104px;
}

.container.db {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.container.db._2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hero-partner {
    flex-direction: row;
    justify-content: center;
    display: flex;
}

.left-hero {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 50vw;
    display: flex;
}

.right-hero {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 40vw;
    display: flex;
}

.image-35 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.half-container {
    justify-content: flex-start;
    max-width: 720px;
    padding-left: 104px;
    padding-right: 104px;
    display: flex;
}

.image-half {
    width: 100%;
    height: 100%;
}

.holder-hero-partner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 524px;
    display: flex;
}

.info-partner-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.form-section {
    background-color: var(--ghost-white2);
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    position: relative;
}

.test-zise {
    width: 100%;
}

.main-container {
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    padding-left: 104px;
    padding-right: 104px;
    display: flex;
}

.main_left-holder,
.main-right-holder {
    flex: 1;
}

.wrapper-partner {
    flex-direction: column;
    width: 100%;
    display: flex;
}

.info-form-section-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    width: 442px;
    display: flex;
}

.steps-partner {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    display: flex;
}

.checkbox-field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.checkbox {
    border-color: var(--dark-grey);
    border-radius: 3px;
    width: 17px;
    height: 17px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 8px;
}

.checkbox.w--redirected-checked {
    background-color: var(--medium-spring-green-2);
}

.cta-partner {
    background-color: var(--secondary-dark-grey-brand);
    justify-content: center;
    align-items: center;
    padding-top: 108px;
    padding-bottom: 108px;
    display: flex;
}

.info_cta-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.restrict_cta-holder {
    justify-content: center;
    align-items: center;
    width: 651px;
    display: flex;
}

.holder-button-partner {
    align-items: center;
    display: flex;
}

.highlight {
    background-color: var(--medium-spring-green);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
}

.highlight:hover {
    background-color: var(--dark-gray-50);
}

.just-text-holder-cta {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.holder-main {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    display: flex;
}

.sponsor-partner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
}

.sponsor-img {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.sponsor-parner {
    filter: brightness(200%);
}

.about_product-partner {
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
}

.about-item-product {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    flex: 1;
    display: flex;
}

.item-product-partner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
}

.item-product-partner.reverse {
    flex-direction: row-reverse;
}

.left-about-item,
.right-about-item {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
}

.image-item-holder_partner {
    width: 100%;
    height: 100%;
}

.img-product_partner {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.holder-info-product-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    max-width: 452px;
    display: flex;
}

.headings-h3-semibold {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 110%;
}

.use-case_partner {
    background-color: var(--ghost-white2);
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.use-case-right {
    width: 50vw;
    height: 40vw;
}

.use-case-left {
    justify-content: center;
    align-items: center;
    width: 720px;
    display: flex;
}

.image-holder-usecase {
    width: 100%;
    height: 100%;
}

.info-use-case {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    width: 453px;
    display: flex;
}

.info-just-text-usecase {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
}

.primary-button {
    background-color: var(--secondary-dark-grey-brand);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
}

.primary-button:hover {
    background-color: #333;
}

.image-36 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.testimonials {
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
}

.testimonials-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.holder-testimonials {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.testimonials-item {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-color: var(--secondary-dark-grey-brand);
    border-radius: 36px;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    display: flex;
}

.testimonial-icon {
    width: 48px;
    height: 48px;
}

.testimonial-write-holder {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.item-product-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
}

.anchor-absolute {
    position: absolute;
}

.anchor-absolute.top {
    height: 30px;
    inset: 0% 0% auto;
}

.iframe_holder {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
}

.ihpone-14 {
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 14px #0003;
}

.html-embed-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.body-14 {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.db-features_holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 550px;
    margin-top: 24px;
    margin-bottom: 32px;
    display: grid;
}

.holder-footer_imprint {
    display: flex;
}

.headings-h4-semibold {
    color: var(--brand-black);
    font-size: 28px;
}

.headings-h4-semibold.center {
    text-align: center;
    line-height: 140%;
}

.db-feature_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
    display: flex;
}

.db-info-feature_item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: flex;
}

.absoluter_hide_botom-menu {
    display: none;
}

.holder_enterprise-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.holder_cta_emotional-tite {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.h1.center {
    text-align: center;
}

.h1.neon {
    color: var(--neon-pink);
}

.fsdhga {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    display: none;
}

.vw-test {
    font-size: 100px;
    line-height: 1.5;
}

.vw-test._2 {
    font-size: 7vw;
}

.vw-test._3 {
    font-size: 7.5em;
}

.vw-test._5 {
    font-size: 6.4rem;
}

.vw-test._6 {
    font-size: 12ch;
}

.vw-test._7 {
    font-size: 12vh;
}

.vw-test._9 {
    font-size: 7dvw;
}

.vw-test._11 {
    font-size: 12dvh;
}

.h2.center {
    text-align: center;
}

.h2.center.white {
    color: var(--neutral-white);
}

.pxl.white {
    color: var(--cool-grey-400);
}

.pxl.grey {
    color: var(--secondary--dark-grey-800);
}

.pxl.negative-margin-bot {
    margin-bottom: -8px;
}

.navigation-link-block {
    color: var(--brand-black);
    padding: 13px 20px;
    text-decoration: none;
}

.pbasesemibold {
    color: var(--brand-black);
}

.h4alternative {
    margin-bottom: 4px;
}

.body-15 {
    background-color: var(--neutral-white);
}

.company-image-item {
    height: 20px;
}

.holder-company-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.holder-company-div.new-style {
    flex-direction: row;
}

.holder_info-form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row-reverse;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
    position: static;
}

.absolut-form-info {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #f0f1f6e6;
    border-radius: 16px 16px 0;
    align-items: center;
    height: 135px;
    padding: 16px;
    display: none;
    position: absolute;
    inset: -145px 3% 0% 0%;
    box-shadow: 0 2px 5px #0003;
}

.lead_source {
    display: none;
}

.absoluter_blocker-chilipiper {
    z-index: 99;
    background-color: var(--white-smoke);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
}

.holder-loader-chili-piper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--neutral-white);
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    padding: 32px;
    display: flex;
    box-shadow: 0 5px 8px #00000029;
}

.text-loading-chili {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}

.lottie-loading-chili-piper {
    width: 75px;
    height: 75px;
}

.button-text {
    color: var(--brand-black);
    font-size: 16px;
}

.button-text.grey {
    color: var(--secondary--dark-grey-800);
    font-weight: 400;
}

.button-text.white {
    color: var(--ghost-white);
}

.slider-left {
    background-color: var(--secondary--dark-grey-800);
    border-radius: 300px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    padding: 0;
    display: flex;
    box-shadow: 1px 1px 45px #0016321a;
}

.slider-left:hover {
    background-color: #31363a;
}

.slider-right {
    background-color: var(--secondary--dark-grey-800);
    border-radius: 400px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    padding: 0;
    display: flex;
    box-shadow: 1px 1px 55px #00163214;
}

.slider-right:hover {
    background-color: #31363a;
}

.nav_link {
    grid-column-gap: 8px;
    color: #ededed;
    border: 1px solid #0000;
    border-radius: 12px;
    align-items: center;
    padding: 12px 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    display: flex;
}

.nav_link:hover {
    color: #fff;
    background-color: #1a1d22e6;
    border-color: #1a1d22;
    box-shadow: 0 0 4px #ff168633;
}

.nav_link.w--current {
    color: #fff;
}

.secondary-button {
    color: #454b50;
    text-align: center;
    cursor: pointer;
    border: 1.5px solid #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 12px 24px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.secondary-button:hover {
    background-color: #e4e1dd;
}

.secondary-button._100.more-news {
    height: auto;
}

.nav_big {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1a1d22e6;
    border-radius: 20px;
    padding: 20px 16px;
    display: none;
    position: absolute;
    inset: auto 0% 70px;
}

.menu {
    grid-row-gap: 4px;
    cursor: pointer;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    transition: background-color 0.2s;
    display: flex;
}

.menu:hover {
    background-color: #1a1d22;
    align-items: center;
}

.menu_line {
    background-color: #ededed;
    width: 16px;
    height: 2px;
}

.flex_h-10 {
    grid-column-gap: 10px;
    display: flex;
}

.flex_h-10.center-left {
    align-items: center;
}

.nav-2 {
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: auto auto 20px;
}

.grid_nav {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.nav_inner {
    z-index: 10;
    grid-column-gap: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1a1d22e6;
    border: 1px solid #555b62;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 16px;
    display: flex;
    position: relative;
}

.navibar {
    z-index: 11111;
    background-color: #fafafc;
    border: 1px #000;
    border-bottom: 1px solid #e4e1dd;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    position: fixed;
}

.navibar.navix {
    height: 64px;
}

.navibar.navix.dark {
    z-index: 100;
    background-color: var(--secondary-dark-grey-brand);
    border: 0 solid #000;
    order: -1;
    align-self: auto;
}

.navibar.navix.dark.blur {
    background-color: #21282e00;
}

.navibar.masterclass {
    background-color: #000004;
    border-style: none;
    border-color: #000;
    height: 64px;
}

.navibar-link {
    border: 1px solid #0000;
}

.navibar-container {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: auto;
    display: flex;
}

.navibar-container.demo {
    justify-content: center;
}

.highlight-button {
    color: var(--dark-grey-brand);
    text-align: center;
    cursor: pointer;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.highlight-button.neutral-white {
    color: var(--white);
    font-weight: 500;
}

.link-block-3 {
    display: none;
}

.highlight-button-div {
    text-align: center;
    cursor: pointer;
    background-color: #2bff99;
    border-radius: 300px;
    padding: 12px 36px;
}

.highlight-button-div:hover {
    background-color: #17df87;
}

.highlight-button-div.top-navi {
    background-color: #17df87;
    display: none;
}

.highlight-button-div.top-navi:hover {
    background-color: #00dc6b;
}

.highlight-button-div.top-navi.mobile,
.highlight-button-div.top-navi.mobile._3-0 {
    display: none;
}

.highlight-button-div.top-navi._3-0 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
}

.highlight-button-div.top-navi.masterclass {
    display: block;
}

.highlight-button-div.top-margin-32 {
    width: auto;
    margin-top: 32px;
}

.highlight-button-div.top-margin-32.x,
.highlight-button-div.top-margin-32.masterclass {
    align-self: flex-start;
    width: auto;
    margin-top: 0;
    display: inline-block;
}

.highlight-button-div.top-margin-32.masterclass.cta {
    align-self: center;
}

.highlight-button-div.highlight-button.x-100 {
    width: 100%;
}

.highlight-button-div.highlight-button.main-form {
    margin-top: 16px;
}

.highlight-button-div.button-glow {
    filter: drop-shadow(0 7px 7px #2bff9954);
    padding-top: 16px;
    padding-bottom: 16px;
}

.highlight-button-div.button-glow.deal-button {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
}

.button-arrow {
    cursor: pointer;
    margin-left: 8px;
}

.image-39 {
    width: 153px;
}

.horizontal-div.width-80 {
    width: 50%;
}

.horizontal-div.width-80.flex {
    flex-direction: column;
    align-items: center;
    width: 80%;
    display: flex;
}

.horizontal-div.width-80.flex.center-mobile {
    width: 100%;
}

.horizontal-div.grid {
    grid-column-gap: 104px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.horizontal-div.grid.top-margin-64 {
    margin-top: 64px;
}

.horizontal-div.grid.top-margin-64.align-items-center {
    align-items: center;
}

.section-content {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
}

.section-content.new-style {
    align-items: flex-start;
    width: 50%;
}

.ready-to-grow {
    margin-top: 0;
}

.ready-to-grow.top-margin-48 {
    object-fit: scale-down;
    margin-top: 48px;
}

.h1-semibold {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.h1-semibold.black {
    color: #000004;
}

.h1-semibold.left {
    text-align: left;
}

.h1-semibold.left.dark-gray-50.masterclass-header {
    margin-bottom: 24px;
}

.h1-semibold.center.dark-gray-50 {
    color: var(--dark-gray-50);
}

.vertical-div.top-margin-32 {
    margin-top: 32px;
}

.vertical-div.top-margin-32.flex {
    display: flex;
}

.vertical-div.top-margin-32.flex.gap-16 {
    grid-column-gap: 16px;
}

.image-40 {
    display: none;
}

.l-2 {
    color: #000004;
    margin-bottom: 0;
}

.l-2.top-margin-16 {
    margin-top: 16px;
    margin-bottom: 0;
}

.l-2.top-margin-16.center {
    color: #454b50;
    text-align: center;
}

.l-2.top-margin-16.center.light {
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.l-2.bot-margin-8 {
    margin-bottom: 8px;
}

.l-2.bot-margin-8.light {
    font-family: Inter, sans-serif;
    font-weight: 300;
}

.all-in-one-plattform {
    background-color: #f0f1f6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 104px;
    display: flex;
}

.h2-semibold {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.h2-semibold.black {
    color: #000004;
}

.h2-semibold.black.left.white {
    color: #fafafc;
}

.h2-semibold.left {
    text-align: left;
}

.h2-semibold.left.hyphens {
    display: none;
}

.h2-semibold.left.white.special-x.moible-feature {
    text-align: center;
    width: 80%;
}

.h2-semibold.white {
    color: #fafafc;
}

.h2-semibold.faq,
.h2-semibold.platform {
    margin-bottom: 64px;
}

.l-3 {
    color: #000004;
    margin-bottom: 0;
}

.l-3.left.light {
    font-family: Inter, sans-serif;
    font-weight: 300;
}

.l-3.left.light.align-center {
    color: #454b50;
    margin-bottom: 0;
    font-weight: 400;
}

.l-3.left.light.align-center.paddingtop {
    color: #454b50;
    font-weight: 400;
}

.l-3.left.light.align-center._70.bot-margin-24 {
    margin-bottom: 24px;
}

.l-3.left.light.align-center._100 {
    width: 100%;
}

.l-3.left.light.align-center._100.bot-margin-24 {
    margin-bottom: 24px;
}

.l-3.left.light.top-margin-4 {
    color: #454b50;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 400;
}

.l-3.left.light.top-margin-4.dark-gray-alt {
    color: #a5a6a8;
}

.l-3.left.regular {
    font-family: Inter, sans-serif;
    font-weight: 300;
}

.l-3.left.regular.align-center {
    margin-bottom: 0;
}

.l-3.left.regular.align-center._70.color-black {
    color: #000004;
    font-weight: 400;
}

.l-3.left.regular.align-center._70.color-black.check {
    text-align: left;
    text-align: left;
    margin-top: 0;
}

.l-3.bot-margin-8 {
    margin-bottom: 8px;
}

.l-3.bot-margin-8.light {
    font-family: Inter, sans-serif;
    font-weight: 300;
}

.l-3.bot-margin-8.light.cool-grey {
    color: #cdcdd5;
}

.l-3.bot-margin-8.normal {
    font-weight: 500;
}

.l-3.bot-margin-8.normal.dark-gray {
    color: #454b50;
    font-weight: 400;
}

.l-3.bot-margin-8.normal.dark-gray-200 {
    color: #d9dadb;
    -webkit-text-stroke-color: #d9dadb;
    font-weight: 400;
}

.l-3.bot-margin-8.dark-gray {
    color: #454b50;
}

.l-3.bot-margin-8.cool-gray {
    color: #f0f1f6;
}

.l-3.top-margin-16 {
    margin-top: 16px;
    margin-bottom: 0;
}

.l-3.top-margin-16.center {
    color: #454b50;
    text-align: center;
}

.l-3.top-margin-16.center.light {
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.l-3.top-margin-16.center.light.cool-grey {
    color: #f0f1f6;
}

.l-3.top-margin-16.center.light.black {
    color: #000004;
}

.l-3.top-margin-16.center.light.black.bot-margin-32 {
    margin-bottom: 32px;
}

.l-3.top-margin-16.center.light.cool-gray {
    color: #000004;
}

.l-3.top-margin-16.center.light.cool-gray.bot-margin-32 {
    color: #f0f1f6;
    margin-bottom: 32px;
}

.l-3.top-margin-16.light {
    font-weight: 300;
}

.l-3.top-margin-16.light.strikethrough {
    text-decoration: line-through;
}

.l-3.top-margin-16.light.strikethrough.dark-grey {
    color: #81878c;
}

.l-3.top-margin-16.light.strikethrough.dark-gray-200 {
    color: #d9dadb;
}

.l-3.light {
    font-weight: 300;
}

.l-3.black.center {
    text-align: center;
}

.l-3.white {
    color: #fafafc;
}

.l-3.dark-gray {
    color: var(--dark-grey);
}

.h6-medium {
    font-weight: 500;
}

.h6-medium.black {
    color: #000004;
    display: block;
}

.h6-medium.bot-padding-16 {
    margin-top: 0;
    margin-bottom: 16px;
}

.h6-medium.bot-padding-16._100 {
    width: 100%;
}

.h6-medium.bot-padding-16._100.white {
    color: #fafafc;
}

.image-42 {
    border-radius: 24px;
}

.image-34 {
    display: none;
}

.h3-semibold {
    color: var(--neutral-white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.h3-semibold.left {
    color: var(--secondary-dark-grey-brand);
    text-align: left;
}

.h3-semibold.left.bot-margin-16 {
    margin-bottom: 16px;
}

.h3-semibold.left.bot-margin-16.black {
    color: #000004;
}

.h3-semibold.left.hyphens.bot-margin-24 {
    margin-bottom: 24px;
}

.h3-semibold.left.hyphens.bot-margin-24.black {
    color: #000004;
}

.h3-semibold.left.white {
    font-weight: 500;
}

.h3-semibold.left.white.tablet-mobile {
    display: none;
}

.h3-semibold.left.black {
    color: #000004;
}

.h3-semibold.left.black._100 {
    width: 100%;
}

.h3-semibold.white {
    color: #fafafc;
}

.h3-semibold.center.dark-gray-50 {
    color: var(--dark-gray-50);
}

.h3-semibold.center.brand-black {
    color: var(--brand-black);
}

.perks._100 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.perks._100._6-items.top-margin-80 {
    margin-top: 80px;
}

.perks._100._6-items.top-margin-80.bot-margin-80 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    margin-bottom: 80px;
}

.perks._100._4-items.top-margin-80 {
    margin-top: 80px;
}

.perks._100._4-items.top-margin-80.bot-margin-80 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 80px;
}

.perks._100._4-items.top-margin-80.bot-margin-80.gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.produkte-kreieren {
    background-color: #fafafc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 104px 104px 80px;
    display: flex;
}

.wrapper-2._90 {
    width: 90%;
}

.text-wrapper.align-center {
    justify-content: center;
    display: flex;
}

.zahlungen-abwickeln {
    background-color: #fafafc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 104px 80px;
    display: flex;
}

.image-44 {
    display: none;
}

.grid-4 {
    grid-template-rows: auto;
    width: 100%;
}

.content-hub {
    background-color: #f0f1f6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 104px;
    display: flex;
}

.accordion-item {
    border: 1px #000;
    border-bottom: 1px solid #e4e1dd;
    width: 100%;
    max-width: none;
    position: relative;
}

.faq-container {
    border: 1px #000;
    border-bottom: 1px solid #454b50;
    min-width: auto;
    margin-bottom: 0;
}

.accordion__content {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    margin: 16px 0;
    display: flex;
}

.accordion__content.new-style {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: grid;
}

.accordion__bar-hor {
    background-color: #000004;
    width: 100%;
    height: 2px;
}

.accordion {
    background-color: #fafafc;
    border-top: 0 #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 104px 104px;
    display: flex;
}

.accordion.x-post-faq.nopadding {
    padding-left: 20px;
    padding-right: 20px;
}

.accordion.x-post-faq.no-margin {
    padding-left: 0;
    padding-right: 0;
}

.accordion.x-post-faq.margin-20,
.accordion.x-post-faq-neon.nopadding {
    padding-left: 20px;
    padding-right: 20px;
}

.accordion.x-post-faq-neon.no-margin {
    padding-left: 0;
    padding-right: 0;
}

.accordion.x-post-faq-neon.margin-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.check {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    margin-top: 16px;
    display: flex;
}

.check.top-padding-24 {
    margin-top: 12px;
    padding-top: 24px;
}

.check.prices {
    margin-top: 8px;
}

.check.prices._100 {
    flex-wrap: nowrap;
    width: 100%;
}

.div-block-2 {
    position: static;
}

.icon-accordion {
    border: 1.5px solid #000;
    border-radius: 3000px;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    padding: 8px;
    display: flex;
}

.h4-semibold {
    color: #454b50;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.h4-semibold.black {
    color: #000004;
}

.h4-semibold.black.hyphens._100pro {
    width: 100%;
}

.h4-semibold.black {
    color: #000004;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
}

.h4-semibold.left.demo {
    color: #000004;
}

.accordion__content-wrap {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0 36px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 -6px 8px 1px #728b972b, inset 0 7px 16px 1px #0000004d;
}

.accordion__content-wrap.new-style {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.accordion__bar-vert {
    background-color: #000004;
    width: 2px;
    height: 100%;
    position: absolute;
}

.accordion__title {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 28px 0 16px;
    font-size: 18px;
    display: flex;
    position: relative;
}

.accordion__title.new-mob-style {
    justify-content: space-between;
}

.accordion__title.new-mob-style.new-style {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
}

.accordion__plus-wrapper {
    -webkit-text-stroke-color: var(--white-smoke);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    margin-left: 0;
    display: flex;
    position: relative;
}

.service-hub,
.community-program {
    background-color: #f0f1f6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 104px;
    display: flex;
}

.slider-arrow-wrap {
    margin-top: 45px;
    display: flex;
}

.arrow-disabled {
    border-radius: 400px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    padding: 0;
    display: flex;
}

.testimonial-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.left-arrow {
    display: none;
    position: absolute;
    inset: auto 40% 0% auto;
}

.testimonial-columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    margin-left: 0%;
    display: grid;
}

.testimonial-slider-2 {
    background-color: #0000;
    width: 100%;
    height: 100%;
}

.arrow {
    width: 28px;
}

.testimonials-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #e4e1dd;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    display: block;
}

.icon-3 {
    color: #4c4172;
}

.mask-2 {
    height: auto;
}

.testimonial-image-block {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 0;
    display: flex;
    position: relative;
}

.right-arrow {
    display: none;
    inset: auto 35% 0% auto;
}

.testimonial-slide-2 {
    height: 100%;
}

.testimonial-content-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-right: 0;
    padding: 104px 0;
    display: flex;
    position: relative;
}

.testimonial-content-block {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 56px;
    padding-left: 104px;
    padding-right: 0;
    position: static;
}

.slide-nav {
    display: none;
}

.testimonial-author-wrap {
    height: 300px;
    margin-top: 0;
}

.testimonial-author-wrap.mc-wrap {
    height: auto;
}

.cta-2 {
    background-color: #21282e;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    padding: 104px;
    display: flex;
}

.footer-2 {
    z-index: 3001;
    background-color: #f0f1f6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 24px 80px;
    display: flex;
    position: relative;
}

.footer-2.demo {
    justify-content: flex-end;
    width: auto;
    position: static;
}

.footer-content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.sm {
    margin-bottom: 0;
    display: inline-block;
}

.sm.dark {
    color: #fafafc;
}

.sm.light {
    color: #a5a6a8;
    font-weight: 300;
}

.footer-links {
    grid-column-gap: 24px;
    justify-content: center;
    display: flex;
}

.sticky-navi {
    z-index: 3000;
    opacity: 0;
    background-color: #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-width: 80%;
    max-width: 80%;
    min-height: auto;
    max-height: none;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
}

.botom-navi-div {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    opacity: 1;
    background-color: #000000ad;
    border-radius: 300px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    position: absolute;
}

.link-block-2 {
    margin: 8px 0;
    position: static;
}

.sticky-button {
    color: #454b50;
    text-align: center;
    cursor: pointer;
    background-color: #fafafc;
    border: 1.5px solid #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 12px 24px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.sticky-button:hover {
    background-color: #e4e1dd;
}

.sticky-button.produkte-kreieren-btn,
.sticky-button.zahlungen-abwickeln-btn,
.sticky-button.neu-bei-btn,
.sticky-button.jetz-durchstarten-btn,
.sticky-button.conversion-tools-btn,
.sticky-button.inkasso-btn,
.sticky-button.sales-btn,
.sticky-button.analytics-btn,
.sticky-button.mobile-updates-btn,
.sticky-button.services-btn {
    border-style: none;
    align-items: center;
    display: flex;
}

.produkte-kreieren-grid {
    grid-template-rows: auto;
    width: 100%;
}

.produkte-kreieren-grid.top-margin-64 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 64px;
}

.accordion-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
    position: static;
}

.accordion-div.x {
    width: 100%;
}

.image-47 {
    width: 153px;
}

.content-wrap {
    z-index: 10;
    align-self: center;
    width: 100%;
    display: flex;
    position: static;
}

.image-48 {
    display: none;
}

.image-49 {
    margin-bottom: 24px;
}

.header-3 {
    background-color: #fafafc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 160px 32px 64px;
    display: flex;
    position: relative;
}

.divider-2 {
    background-color: #e4e1dd;
    width: 100%;
    height: 1px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.price-tab-2 {
    color: #fafafc;
    text-align: center;
    background-color: #0000;
    border: 2px solid #0000;
    width: 6em;
    margin: -2px;
    padding: 0.5em 0;
    font-size: 1.1em;
    transition: background-color 0.2s, color 0.2s;
}

.price-tab-2:hover {
    color: #fff;
    background-color: #131617;
}

.price-tab-2.w--current {
    color: #000004;
    background-color: #000004;
    border-color: #131617;
}

.price-tab-2.left {
    border-style: none;
    border-width: 0;
}

.price-tab-2.left:hover {
    background-color: #fafafc;
    border-right-style: none;
}

.price-tab-2.left.w--current {
    border: 0 #0000;
}

.price-tab-2.left.w--current:hover {
    border-style: none;
}

.price-tab-2.left.alt {
    background-color: #fafafc;
    justify-content: center;
    margin: 0;
    padding: 4px 2px;
    display: flex;
}

.price-tab-2.right {
    border-style: none;
    border-width: 0;
}

.price-tab-2.right:hover {
    background-color: #fafafc;
    border: 0 #0000;
}

.price-tab-2.right.w--current {
    border-left-style: none;
    border-left-width: 0;
    border-right-width: 0;
    border-right-color: #0000;
}

.price-tab-2.right.w--current:hover {
    border-left-style: none;
    border-left-width: 0;
}

.price-tab-2.right.alt {
    background-color: #fafafc;
    justify-content: center;
    margin: 0;
    padding: 4px 2px;
    display: flex;
}

.plan-price {
    margin-top: 32px;
    margin-bottom: 32px;
}

.plan-price._100 {
    flex-flow: column wrap;
    width: 100%;
    display: flex;
}

.tabs-content-2 {
    width: 100%;
    position: static;
}

.verkaufsautomatisierung {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: none;
    order: 0;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: 232px;
    display: flex;
}

.primary-button-2 {
    color: #454b50;
    text-align: center;
    cursor: pointer;
    background-color: #000004;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 12px 24px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.primary-button-2:hover {
    background-color: #454b50;
}

.primary-button-2._100 {
    color: #fafafc;
    background-color: #000004;
    width: 100%;
}

.primary-button-2._100:hover {
    background-color: #454b50;
}

.price-table-span {
    order: 0;
}

.services-hub-and-content {
    height: auto;
}

.plan-disclaimer-2 {
    color: #454b50;
    margin-top: 32px;
    margin-bottom: 0;
}

.plan-disclaimer-2.fixed-height {
    height: 64px;
}

.plan-disclaimer-2.fixed-height.dark-gray-200 {
    color: #d9dadb;
}

.software-funktionen {
    height: 232px;
}

.pricing-menu-3 {
    color: #fafafc;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    width: 13em;
    margin: 0 auto 48px;
    display: none;
    overflow: hidden;
}

.integrations-block-2 {
    background-color: #fafafc;
    border: 1px solid #131617;
    border-radius: 24px;
    flex-flow: column wrap;
    padding: 24px;
    display: flex;
}

.integrations-block-2:hover {
    box-shadow: 0 0 #ffda5480;
}

.integrations-block-2.higlighted {
    background-color: #21282e;
}

.tabs-4 {
    background-color: #fafafc;
    width: 100%;
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
}

.check-small {
    width: 20px;
    max-width: none;
    height: 20px;
}

.s-2 {
    color: #fafafc;
    font-family: Inter, sans-serif;
    font-weight: 300;
}

.s-2:hover {
    color: #fafafc;
}

.s-2.left {
    color: #000004;
    margin-bottom: 0;
}

.s-2.left.dark-gray-200 {
    color: #d9dadb;
}

.s-2.plan {
    color: #fafafc;
}

.s-2.plan.right {
    color: #000004;
    border-radius: 6px;
    width: 90%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.s-2.plan.left {
    color: #fafafc;
    background-color: #000004;
    border-radius: 6px;
    align-self: center;
    width: 90%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.volumen-transaktionen {
    height: 232px;
}

.tab-pane-monthly,
.tab-pane-yearly {
    width: 100%;
    position: static;
}

.highlight-button-plan {
    color: #454b50;
    text-align: center;
    cursor: pointer;
    background-color: #000004;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 12px 24px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.highlight-button-plan:hover {
    background-color: #454b50;
}

.highlight-button-plan._100 {
    color: #000004;
    background-color: #2bff99;
    border-color: #2bff99;
    width: 100%;
}

.highlight-button-plan._100:hover {
    -webkit-text-stroke-color: #a3ffd0;
    background-color: #a3ffd0;
}

.flexible-bezahloptionen-2 {
    background-color: #2bff99;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 104px;
    display: flex;
}

.primary-button-3 {
    color: #454b50;
    text-align: center;
    cursor: pointer;
    background-color: #000004;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 12px 24px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.primary-button-3:hover {
    background-color: #454b50;
}

.primary-button-cta-2 {
    color: #fafafc;
    text-align: center;
    cursor: pointer;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.highlights-2 {
    background-color: #fafafc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 104px 104px 64px;
    display: flex;
}

.headings-h3-medium-2 {
    color: #000004;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
}

.headings-h3-medium-2.white {
    color: #fafafc;
}

.p-price-plan-item-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fafafc;
    border: 1px solid #000;
    border-radius: 32px;
    flex-direction: column;
    padding: 64px 32px;
    display: flex;
}

.p-price-plan-item-2.inverted {
    background-color: #21282e;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    position: relative;
}

.psm-2 {
    color: #454b50;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.psm-2.white {
    color: #f3f3f3;
}

.bodylgregular-2 {
    color: #000004;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
}

.l-4 {
    color: #000004;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.l-4.white {
    color: #fafafc;
}

.tag-popular-2 {
    background-color: #17df87;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
}

.p-price-sticky-2 {
    background-color: #fafafc;
    padding-top: 8px;
    padding-bottom: 8px;
    position: sticky;
    top: 80px;
}

.p-price-sticky-2.black {
    z-index: 5;
    background-color: #21282e;
}

.jumbo-h3-medium-2 {
    color: #000004;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
}

.jumbo-h3-medium-2.white {
    color: #fafafc;
}

.button-price_plan-2 {
    background-color: #21282e;
    border-radius: 25px;
    justify-content: center;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 140%;
    display: flex;
}

.button-price_plan-2.green {
    color: #000004;
    background-color: #17df87;
}

.button-price_plan-2.fluid {
    align-items: center;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.2s;
}

.button-price_plan-2.fluid:hover {
    background-color: #454b50;
}

.div-block-3 {
    background-color: #fafafc;
    justify-content: center;
    padding-bottom: 104px;
    display: flex;
}

.div-block-3.white {
    background-color: #fafafc;
}

.s-navbar-title-2 {
    color: #000004;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 0.85vw;
    font-weight: 500;
    display: none;
}

.psm-3 {
    color: #454b50;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.psm-3.info {
    width: auto;
}

.demo-buchen-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #17df87;
    border-radius: 50px;
    align-items: center;
    height: 46px;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
}

.demo-buchen-2:hover {
    background-color: #18ca7b;
}

.s-navigation-holder-2 {
    color: #000004;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
    display: flex;
}

.dropdown-2 {
    color: #000004;
}

.buchen-heading-2 {
    color: #21282e;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.bodylgregular-3 {
    color: #000004;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
}

.bodylgregular-3.navigation {
    color: #000004;
    font-weight: 500;
}

.dropdown-toggle-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-right: 20px;
    display: flex;
}

.info-on-hover-2 {
    z-index: 25;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fafafc;
    border-radius: 8px 8px 8px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 316px;
    padding: 16px;
    display: none;
    position: absolute;
    inset: auto 0% 50px 92%;
    box-shadow: 5px 3px 20px -5px #0003;
}

.p-table_feature-2 {
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 16px;
    display: flex;
    position: relative;
}

.p-table_feature-2.grey {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #f0f1f6;
    justify-content: space-between;
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative;
}

.p-table_feature-2.grey.big {
    height: 86px;
}

.p-table_info-2 {
    justify-content: center;
    align-items: center;
    height: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
}

.p-table_info-2.grey {
    z-index: 1;
    background-color: #f0f1f6;
    height: 56px;
    position: relative;
}

.p-table_info-2.grey.big {
    height: 86px;
}

.elo-medium-2 {
    color: #000004;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.s-navbar-textlink-2 {
    color: #000004;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s;
    display: flex;
}

.s-navbar-textlink-2:hover {
    color: #6e6e6e;
    font-weight: 500;
}

.s-navbar-textlink-2.no-underline:hover {
    color: #141414;
}

.white-label-info {
    z-index: 25;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fafafc;
    border-radius: 8px 8px 8px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 316px;
    padding: 16px;
    display: none;
    position: absolute;
    inset: auto 0% 50px 92%;
    box-shadow: 5px 3px 20px -5px #0003;
}

.image-51 {
    width: 16px;
    height: 13px;
}

.dropdown-list-2 {
    background-color: #f0f1f6;
}

.dropdown-list-2.w--open {
    background-color: #fafafc;
    box-shadow: 0 11px 20px #0000001a;
}

.nav-bar-slider-2 {
    display: none;
}

.dropdown-link-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    transition: all 0.2s;
}

.dropdown-link-2:hover {
    color: #a5a6a8;
}

.h5-semibold {
    font-weight: 600;
}

.h5-semibold.hyphens.bot-padding-8 {
    margin-bottom: 8px;
}

.h5-semibold.left {
    font-family: Esklarheitelopage, sans-serif;
}

.h5-semibold.left.conversion,
.h5-semibold.left.inkasso,
.h5-semibold.left.analytics,
.h5-semibold.left.sales {
    margin-top: 0;
    margin-bottom: 16px;
}

.h5-semibold.left.no-margins {
    margin-top: 0;
    margin-bottom: 0;
}

.h5-semibold.neutral-white.card-cta {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}

.h5-semibold.center {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
}

.h5-semibold.white.right {
    color: var(--neutral-white);
    text-align: right;
    align-self: flex-end;
}

.h5-semibold.white.left {
    color: var(--neutral-white);
}

.h5-semibold.neutral-white {
    color: #fafafc;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 500;
}

.image-53 {
    margin-left: 8px;
}

.pbase-2 {
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
}

.image-54 {
    display: none;
}

.blank-2 {
    background-color: #0000;
    border-top-left-radius: 16px;
    justify-content: center;
    align-items: center;
    height: 56px;
    display: flex;
}

.table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tab-link-tab-1 {
    background-color: #0000;
    border: 1px solid #fafafc;
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    padding: 12px 0;
    display: flex;
}

.tab-link-tab-1.w--current {
    background-color: #2bff99;
    border-color: #2bff99;
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    padding: 12px 0;
    display: flex;
}

.tab-link-tab-1.pay-as-you-go {
    padding: 12px 0;
    display: flex;
}

.regular-medium {
    font-weight: 500;
}

.regular-medium.dark-gray {
    color: #454b50;
    margin-bottom: 0;
}

.company-size {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.regular {
    color: #fafafc;
    text-align: center;
    margin-bottom: 0;
}

.regular.dark-gray {
    color: #454b50;
}

.tab-link-tab-2 {
    background-color: #0000;
    border: 1px solid #fafafc;
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    padding: 12px 0;
    display: flex;
}

.tab-link-tab-2.w--current {
    background-color: #2bff99;
    border-color: #2bff99;
    padding-right: 0;
}

.tab-link-tab-2.pay-as-you-go {
    padding: 12px 0;
    display: flex;
}

.tabs-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: flex;
    position: static;
}

.tabs-content-3,
.tab-pane-tab-2 {
    position: static;
}

.row-light-gray {
    background-color: #f0f1f6;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: 56px;
    display: flex;
}

.transcation-volume {
    background-color: #454b50;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: 56px;
    display: flex;
}

.horizontal-scroll_page-padding {
    grid-row-gap: 16px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
}

.horizontal-scroll {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}

.secondary-button-white {
    color: #fafafc;
    text-align: center;
    cursor: pointer;
    border: 1.5px #fafafc;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.company-status {
    background-color: #2bff99;
    border-top-left-radius: 16px;
    justify-content: center;
    align-items: center;
    height: 56px;
    display: flex;
}

.table-text-div {
    grid-template-rows: auto;
    margin-top: 64px;
    margin-bottom: 64px;
}

.transcation-volume-title {
    background-color: #81878c;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: 56px;
    display: flex;
}

.transcation-volume-title.align-left {
    justify-content: flex-start;
    padding-left: 0;
}

.transcation-volume-title.radius-right {
    border-top-right-radius: 16px;
}

.transcation-volume-title.radius-left {
    border-top-left-radius: 16px;
}

.transcation-volume-title.align-right {
    justify-content: flex-end;
}

.tab-pane-tab-1 {
    position: static;
}

.pay-as-you-go {
    background-color: #21282e;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 104px;
    display: block;
}

.row-dark-gray {
    background-color: #cdcdd5;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: 56px;
    display: flex;
}

.row-dark-gray.bot-radius-right {
    border-bottom-right-radius: 16px;
}

.row-dark-gray.bot-radius-left {
    border-bottom-left-radius: 16px;
}

.tabs-3 {
    width: 100%;
    position: static;
}

.haufig-gestellte-fragen {
    background-color: #fafafc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 104px 104px 0;
    display: flex;
}

.accordion-2 {
    background-color: #fafafc;
    border-top: 0 #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 104px 104px;
    display: flex;
}

.div-block-4 {
    position: static;
}

.produkte-von-dave {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #e4e1dd;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    display: block;
}

.ready-to-grow-content-block {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 56px;
    padding-left: 104px;
    padding-right: 0;
    position: static;
}

.ready-to-grow-wrap {
    height: auto;
    margin-top: 0;
}

.primary-button-4 {
    color: #454b50;
    text-align: center;
    cursor: pointer;
    background-color: #000004;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 12px 24px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.primary-button-4:hover {
    background-color: #454b50;
}

.ready-to-grow-wrapp {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-right: 0;
    padding: 104px 0;
    display: flex;
    position: relative;
}

.image-55 {
    width: 13px;
    height: 16px;
    margin-left: 8px;
}

.footer-3 {
    z-index: 3001;
    background-color: #f0f1f6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 104px;
    display: flex;
    position: relative;
}

.acnhor_price_plan {
    height: 80px;
    position: absolute;
    inset: auto 0% 0%;
}

.header-2-3-0 {
    background-color: #fafafc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 160px 32px 64px;
    display: flex;
}

.x-header {
    background-color: var(--cool-gray-brand-2);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 144px 80px 112px;
    display: flex;
}

.x-header-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: grid;
}

.x-sticky-part {
    border: 3px solid var(--medium-spring-green);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #21282efa;
    border-radius: 32px;
    align-self: stretch;
    width: 32vw;
    margin-top: 72px;
    margin-right: 80px;
    padding: 28px;
    position: fixed;
    inset: 0% 0% auto auto;
}

.x-sticky-part.new-styles {
    align-self: auto;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 24px;
    position: static;
}

.xl.semibold {
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.x-form-title-holder {
    align-items: center;
    margin-bottom: 16px;
    display: flex;
}

.elopagex_20230606 {
    margin-bottom: 0;
}

.x-form-field {
    border-style: solid;
    border-width: 1px 1px 1.5px;
    border-color: transparent transparent var(--white-smoke);
    color: var(--white-smoke);
    background-color: #0000;
    padding-left: 0;
    font-family: Inter, sans-serif;
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.2;
}

.x-form-item {
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 12px;
    display: flex;
}

.x-form-item.last {
    margin-top: 14px;
    margin-bottom: 14px;
}

.x-form-item.last.more-space {
    margin-bottom: 40px;
}

.x-form-item.hide {
    display: none;
}

.xs.regular.left {
    text-align: left;
    font-weight: 400;
}

.vertical-div-x {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px 0;
    display: flex;
}

.vertical-div-x.cta-section {
    grid-row-gap: 40px;
    align-items: flex-start;
    width: 100%;
}

.vertical-div-x.masterclass.hide-on-mobile {
    display: block;
}

.vertical-div-x.masterclass.show-only-on-mobile {
    display: none;
}

.x-was-ist-neu {
    background-color: var(--secondary-dark-grey-brand);
    background-image: url("../images/bg-x.jpg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    padding: 104px 80px;
    display: flex;
}

.features-teaser-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 16px;
    display: grid;
    position: relative;
}

.feature-teaser {
    background-color: var(--cool-gray-brand-2);
    border-radius: 32px;
    padding: 32px;
}

.feature-teaser:hover {
    border-radius: 56px 0;
}

.feature-grid {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    height: 192px;
    display: flex;
}

.feature-icon {
    width: 32px;
    max-width: none;
    height: 32px;
}

.feature-detailed {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 104px;
    display: flex;
}

.feature-image {
    margin-top: 40px;
}

.features-div {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
}

.x-countdown-header {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    background-color: var(--medium-spring-green);
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 12px 4px;
    font-family: Inter, sans-serif;
    display: flex;
    position: static;
    left: -2vw;
}

.x-countdown-header.news {
    opacity: 0;
}

.top-navi-tsms {
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 400;
}

.x-item_time {
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
    display: flex;
}

.x-item_divider {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4px;
    margin-right: 0;
    display: flex;
}

.invisible-divider {
    opacity: 0;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.mehr-fur-dich-div {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    background-color: var(--dark-grey-brand);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    margin-left: 0%;
    display: grid;
}

.mehr-fur-dich-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mehr-fur-dich-wrap {
    grid-row-gap: 24px;
    flex-direction: column;
    height: auto;
    margin-top: 0;
    display: flex;
}

.mehr-fur-dich-content-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-right: 0;
    padding: 104px 0;
    display: flex;
    position: relative;
}

.mehr-fur-dich-content {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 56px;
    padding-left: 80px;
    padding-right: 0;
    position: static;
}

.mehr-fuhr-dich-image2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 0;
    display: flex;
    position: relative;
}

.x-testimonials {
    background-color: var(--cool-gray-brand-2);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 104px 80px;
    display: flex;
}

.x-testimonials-div {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: block;
}

.testimonials-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 16px;
    display: grid;
    position: relative;
}

.testimonial {
    background-color: var(--dark-grey-brand);
    border-radius: 32px;
    padding: 32px;
}

.testimonial-content-grid {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
    display: flex;
}

.image-57 {
    width: 48px;
    height: 48px;
}

.h4-medium {
    font-weight: 600;
}

.h4-medium.typ-x {
    font-family: Esklarheitelopage, sans-serif;
}

.h4-medium.typ-x.white {
    color: #fafafc;
    font-weight: 500;
}

.h4-medium.typ-x.white.testi-text-conversion {
    margin-top: 32px;
    margin-bottom: 32px;
}

.das-ist-x {
    background-color: var(--medium-spring-green);
    background-image: url("../images/green.jpg");
    background-position: -30vw;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 60vh;
    padding: 104px 80px;
    display: flex;
}

.das-ist-x.mobile {
    display: none;
}

.das-ist-x.desktop {
    height: auto;
    padding-top: 168px;
    padding-bottom: 168px;
}

.das-ist-x-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: grid;
}

.was-ist-div,
.was-ist-div-blank {
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
}

.scope {
    grid-column-gap: 8px;
    display: flex;
}

.scope-of-webinar {
    grid-row-gap: 4px;
    flex-direction: column;
    margin-top: 8px;
    display: flex;
}

.x-cta {
    background-color: var(--secondary-dark-grey-brand);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    padding: 104px 80px;
    display: flex;
}

.horizontal-div-x {
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
}

.x-cta-div {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: block;
}

.form-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 16px;
    display: flex;
    position: relative;
}

.main-form-countdown {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    font-family: Inter, sans-serif;
    display: flex;
    position: static;
    left: -2vw;
}

.main_form_countdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 3vw;
    display: block;
}

.feaures-section {
    flex-direction: column;
    justify-content: center;
    padding: 0 80px 104px;
    display: flex;
}

.section-conversion-tools,
.section-inkasso {
    height: auto;
}

.section-sales-teams {
    height: auto;
    position: static;
}

.section-analytics {
    height: auto;
}

.inkasso-cta {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    align-items: center;
    display: none;
}

.medium {
    font-weight: 500;
}

.medium.white {
    color: var(--neutral-white);
}

.conversion-cta,
.sales-cta,
.analytics-cta {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    align-items: center;
    display: none;
}

.only-tablet-mobile {
    display: none;
}

.image-59 {
    height: 32px;
}

.link-block-5 {
    display: none;
}

.link-block-6 {
    margin-top: 8px;
}

.mobile-form-countdown {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    font-family: Inter, sans-serif;
    display: none;
    position: static;
    left: -2vw;
}

.mobile_form_countdown_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 3vw;
    display: block;
}

.dark-gray {
    color: #454b50;
}

.x-thank-you {
    background-color: var(--cool-gray-brand-2);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    padding: 168px 80px 104px;
    display: flex;
}

.x-thank-you-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: block;
}

.x-thank-you-calendar {
    background-color: var(--ghost-white2);
    color: #454b50;
    text-align: center;
    cursor: pointer;
    border: 2px solid #454b50;
    border-radius: 10000px;
    width: 220px;
    margin-bottom: 0;
    padding: 12px 24px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.x-thank-you-calendar:hover {
    background-color: #f0f0f0;
}

.event-item-content {
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
}

.content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}

.event-title,
.event-start {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.event-end {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
    display: block;
}

.event-location {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.calendar-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    margin-top: 24px;
    display: flex;
}

.event {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.collection-list-wrapper-2 {
    display: none;
}

.calendar-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
}

.calendar-button-cta {
    color: var(--brand-black);
    text-align: center;
    cursor: pointer;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.add-to-calendar-div {
    margin-top: 32px;
}

.add-to {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.x-social {
    background-color: var(--secondary-dark-grey-brand);
    background-image: url("../images/bg-x.jpg");
    background-position: 51%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 600px;
    padding: 104px 80px;
    display: flex;
}

.x-social-share {
    display: flex;
    position: relative;
    left: -1vw;
}

.x-social-mobile {
    background-color: var(--secondary-dark-grey-brand);
    background-image: url("../images/bg-x.jpg");
    background-position: 51%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 600px;
    padding: 104px 80px;
    display: none;
}

.calendar-icon {
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 8px;
}

.calendar-icon.apple {
    margin-bottom: 3px;
}

.floating-div {
    height: 100%;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
}

.floating-div.hide {
    display: none;
}

.video-modal {
    z-index: 99999;
    background-color: #000000e6;
    display: none;
    position: absolute;
    inset: 0%;
}

.video-embed {
    justify-content: center;
    margin-left: 50%;
    margin-right: 50%;
    display: flex;
}

.sticky-copy {
    color: var(--cool-grey-400);
    margin-bottom: 20px;
}

.sticky-copy.sub {
    font-weight: 500;
}

.sticky-copy.sub.l {
    color: var(--neutral-white);
    margin-bottom: 8px;
}

.form-sticky {
    color: #cdcdd5;
}

.html-embed-8 {
    margin-top: 16px;
}

.html-embed-8.thank-you {
    margin-top: 48px;
}

.stickyform {
    color: var(--neutral-white);
    font-family: Esklarheitelopage2, sans-serif;
    font-weight: 500;
}

.stickyform._1 {
    font-family: Esklarheitelopage, sans-serif;
}

.x-was-ist-neu-mobile {
    background-color: var(--secondary-dark-grey-brand);
    background-image: url("../images/bg-x.jpg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    padding: 104px 80px;
    display: none;
}

.s {
    color: #cdcdd5;
}

.s.news-date {
    color: var(--brand-black);
}

.x-featured-news {
    background-color: var(--cool-gray-brand-2);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 94px 80px 32px;
    display: flex;
}

.x-featured-news-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: block;
}

.ratio-box {
    background-color: #dee8eb;
    border-radius: 8px;
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.ratio-box._16-9 {
    border-radius: 0;
    padding-top: 56.25%;
}

.content-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    display: flex;
    position: absolute;
    inset: 0%;
}

.vertical-div-x-news {
    grid-row-gap: 16px;
    cursor: pointer;
    background-color: #fffefc;
    flex-direction: column;
    padding: 32px;
    display: flex;
}

.image-60 {
    width: 100%;
}

.x-regular-news {
    background-color: var(--cool-gray-brand-2);
    padding-bottom: 32px;
    padding-left: 80px;
    padding-right: 80px;
}

.vertical-div-x-featured-news {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px;
    display: flex;
}

.regular-news-item-div {
    cursor: pointer;
}

.featured-news-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    box-shadow: none;
    cursor: pointer;
    flex-direction: column;
    display: flex;
}

.featured-news-item:hover {
    box-shadow: 0 1px 4px 1px #00000021;
}

.regular-news-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.regular-news-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    cursor: pointer;
    flex-direction: column;
    display: flex;
}

.regular-news-item:hover {
    box-shadow: 0 2px 5px 0 var(--shadow-news);
}

.html-embed-9,
.html-embed-10 {
    display: none;
}

.x-post {
    background-color: var(--cool-gray-brand-2);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 94px 80px 80px;
    display: flex;
}

.x-post-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: block;
}

.vertical-div-x-post-grid {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    padding: 32px 32px 48px;
    display: flex;
}

.x-post-text-div {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    margin-top: 64px;
    display: block;
}

.x-countdown-header-2 {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    background-color: #2bff99;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 12px 4px;
    font-family: Inter, sans-serif;
    display: flex;
    position: static;
    left: -2vw;
}

.link-block-8 {
    display: none;
}

.image-61 {
    border: 1px solid #0000;
}

.more-news {
    background-color: var(--white);
}

.x-more-news {
    background-color: var(--brand-white);
    background-image: url("../images/x_1.svg");
    background-position: 170%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 80px;
}

.more-news-item-div {
    cursor: pointer;
    margin-top: 40px;
}

.more-news-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    cursor: pointer;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.more-news-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    cursor: pointer;
    flex-direction: column;
    display: flex;
}

.more-news-item:hover {
    box-shadow: 0 2px 5px 0 var(--shadow-news);
}

.rich-text-class-test {
    padding-left: 120px;
    padding-right: 120px;
}

.rich-text-class-test p {
    color: #454b50;
    height: auto;
    font-size: 16px;
    line-height: 145%;
}

.rich-text-class-test h2,
.rich-text-class-test h4 {
    font-weight: 500;
}

.rich-text-class-test h5 {
    font-family: Esklarheitelopage2, sans-serif;
    font-weight: 500;
}

.rich-text-class-test h3 {
    font-family: Esklarheitelopage2, sans-serif;
}

.rich-text-class-test h6 {
    font-family: Esklarheitelopage2, sans-serif;
    font-weight: 500;
}

.rich-text-class-test li {
    color: #454b50;
    font-size: 16px;
    line-height: 145%;
}

.link-block-9.w--current,
.link-block-9.news {
    opacity: 0;
}

.mobile-link {
    display: none;
}

.mobile-countdown {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    background-color: var(--medium-spring-green);
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 12px 4px;
    font-family: Inter, sans-serif;
    display: flex;
    position: static;
    left: -2vw;
}

.mobile-x-item_time {
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
    display: flex;
}

.mobile-x-item_divider {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4px;
    margin-right: 0;
    display: flex;
}

.more-news-button {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.link-block-10.mobile {
    display: none;
}

.semibold {
    font-weight: 600;
}

.mobile-countdown-alt {
    display: none;
}

.article-h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.article-h3.left {
    text-align: left;
}

.html-embed-11 {
    display: none;
}

.qr-code-div {
    margin-top: 32px;
}

.image-62 {
    width: 320px;
    margin-top: 0;
}

.link-2 {
    text-decoration: underline;
}

.link-block-11 {
    margin-top: 0;
}

.text-span-14 {
    color: var(--black3);
    font-style: normal;
    text-decoration: none;
}

.link-3 {
    text-decoration: underline;
}

.x-post-header {
    background-color: var(--secondary-dark-grey-brand);
    background-image: url("../images/x-gray.svg");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 144px 80px 112px;
    display: flex;
}

.x-post-header-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.x-post-header-grid.cta {
    grid-column-gap: 64px;
    flex-direction: row;
}

.hero-feature-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 32px;
    display: grid;
}

.header-feature-div {
    grid-row-gap: 8px;
    flex-direction: column;
    padding: 16px;
    display: flex;
}

.ghost-button {
    cursor: pointer;
    background-color: #0000;
    border-radius: 300px;
    padding: 0;
    display: inline-block;
}

.ghost-button:hover {
    background-color: #0000;
}

.hero-feature-link {
    background-color: #14161900;
}

.hero-feature-link:hover {
    background-color: #0000;
    border-radius: 16px;
}

.x-post-feature {
    flex-direction: column;
    justify-content: center;
    padding: 104px 80px;
    display: flex;
}

.x-post-feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.x-post-feature-header {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
}

.x-post-feature-header-half.space-behind {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.x-post-feature-header-half.space-behind.left {
    grid-row-gap: 24px;
}

.post-event-feature-video {
    margin-top: 104px;
    margin-bottom: 80px;
    padding-bottom: 0;
}

.x-post-perks-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
}

.x-post-perks-grid.cta {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 32px;
    display: flex;
}

.x-post-perks-grid.cta.inverted {
    grid-template-columns: 2.1fr 1fr;
    display: block;
}

.x-post-perks-grid.cta.special {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.x-post-perk-div {
    background-color: var(--white);
    border-radius: 24px;
    padding: 16px 24px 40px;
}

.x-post-perk-div.no-hover:hover {
    box-shadow: none;
}

.dark-grey-800.center {
    color: #454b50;
    text-align: center;
}

.dark-grey-800.center.same-body-height-sales,
.dark-grey-800.left {
    color: var(--secondary--dark-grey-800);
}

.perk-texts {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.perk-link {
    cursor: default;
}

.perk-img {
    width: 100%;
    height: auto;
}

.header-feature-pic-div {
    background-color: #21282ed6;
    border-radius: 16px;
    align-self: center;
}

.cta-in-grid {
    background-color: #e4e5e5;
    border-radius: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
}

.cta-in-grid.inkasso {
    grid-row-gap: 32px;
    background-color: #e4e5e5;
    justify-content: flex-end;
    padding-top: 56px;
    padding-bottom: 56px;
}

.cta-in-grid.sales {
    grid-row-gap: 0px;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 56px;
}

.cta-in-table-pic {
    max-width: none;
    height: 280px;
}

.cta-in-table-pic.inkasso,
.cta-in-table-pic.sales {
    width: 560px;
    height: auto;
    margin-bottom: 0;
}

.primary-button-post {
    background-color: var(--dark-grey-brand);
    cursor: pointer;
    border-radius: 300px;
    padding: 12px 24px;
}

.primary-button-post:hover {
    background-color: var(--secondary--dark-grey-800);
}

.primary-button-post.analytics {
    background-color: #2bff99;
}

.primary-button-post.analytics:hover {
    background-color: #17df87;
}

.primary-button-post.cta-post {
    border: 1px solid var(--white);
    background-color: #0000;
}

.primary-button-post.cta-post:hover {
    background-color: var(--secondary--dark-grey-800);
}

.x-post-cta {
    background-color: var(--secondary-dark-grey-brand);
    background-image: url("../images/arrows_1.svg");
    background-position: 50% -290%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 144px 80px;
    display: flex;
}

.cta-long-button {
    align-self: center;
    margin-top: 8px;
}

.cta-long-button.post,
.cta-long-button.masterclass {
    align-self: flex-start;
}

.cta-bottom-texts {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: -8px;
    display: flex;
}

.cta-img-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
}

.cta-img-div.inkasso {
    height: 100%;
}

.cta-img-div.masterc {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-self: center;
}

.link-button {
    color: #000004;
    text-align: center;
    cursor: pointer;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
}

.link-button.neutral-white {
    color: var(--brand-white);
    font-weight: 500;
}

.divider-post {
    background-color: #d6d4d0;
    width: auto;
    height: 1px;
    margin: 0 auto;
}

.x-analytics-table-grid {
    grid-column-gap: 56px;
    grid-row-gap: 32px;
    background-color: var(--white);
    border-radius: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding: 32px 40px;
    display: grid;
}

.analytics-bullets {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    margin-top: 8px;
    display: flex;
}

.services {
    grid-row-gap: 72px;
    background-color: #fafafc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 104px;
    display: flex;
}

.service-hub-grid {
    grid-template-rows: auto;
    width: 100%;
}

.service-hub-grid.top-margin-64 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 64px;
}

.service-hub-grid.top-margin-64._1 {
    margin-top: 0;
}

.services-img-div,
.services-img {
    border-radius: 24px;
}

.services-div.width-80 {
    width: 50%;
}

.services-div.width-80.flex {
    flex-direction: column;
    align-items: center;
    width: 80%;
    display: flex;
}

.services-div.width-80.flex._24 {
    grid-row-gap: 16px;
}

.whats-app-grid {
    grid-template-rows: auto;
    width: 100%;
}

.whats-app-grid.top-margin-64 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 64px;
}

.whats-app-grid.top-margin-64._1 {
    margin-top: 0;
}

.wrapper-services._90 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    display: flex;
}

.dark-gray-50 {
    color: var(--dark-gray-50);
}

.static-section-texts {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-bottom: 32px;
    margin-left: 104px;
    margin-right: 104px;
    display: flex;
}

.logos {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    display: flex;
}

.app-store-logo {
    height: 40px;
}

.cool-gray-400 {
    color: var(--cool-grey-400);
}

.platform-updates {
    background-color: var(--white);
    border-top: 0 #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 104px 104px;
    display: flex;
}

.updates-grid {
    grid-row-gap: 56px;
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
}

.update-two-items {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    border: 1px #000;
    border-bottom: 1px solid #e4e1dd;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    padding-bottom: 56px;
    display: grid;
    position: relative;
}

.update-item {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.h5-semibold-conversion {
    font-weight: 600;
}

.h5-semibold-conversion.center {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
}

.text-conversion.center {
    color: #454b50;
    text-align: center;
}

.dashboard-3-columns {
    background-color: var(--white);
    border-radius: 24px;
    padding: 16px 24px 40px;
}

.dashboard-3-columns:hover {
    box-shadow: 0 2px 13px 0 var(--perk);
}

.dashboard-3-columns.no-hover {
    display: none;
}

.dashboard-3-columns.no-hover:hover {
    box-shadow: none;
}

.dashboard-2-columns {
    background-color: var(--white);
    border-radius: 24px;
    padding: 16px 24px 40px;
}

.dashboard-2-columns:hover {
    box-shadow: 0 2px 13px 0 var(--perk);
}

.dashboard-2-columns.no-hover:hover {
    box-shadow: none;
}

.zahlungslinks-3-columns {
    background-color: var(--white);
    border-radius: 24px;
    padding: 16px 24px 40px;
}

.zahlungslinks-3-columns:hover {
    box-shadow: 0 2px 13px 0 var(--perk);
}

.zahlungslinks-3-columns.no-hover {
    display: none;
}

.zahlungslinks-3-columns.no-hover:hover {
    box-shadow: none;
}

.zahlungslinks-2-columns {
    background-color: var(--white);
    border-radius: 24px;
    padding: 16px 24px 40px;
}

.zahlungslinks-2-columns:hover {
    box-shadow: 0 2px 13px 0 var(--perk);
}

.zahlungslinks-2-columns.no-hover {
    display: block;
}

.zahlungslinks-2-columns.no-hover:hover {
    box-shadow: none;
}

.mobile-overview-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--secondary-dark-grey-brand);
    background-image: url("../images/Group-26921.svg");
    background-position: 110%;
    background-repeat: no-repeat;
    background-size: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    display: none;
}

.link-mobile-post {
    display: none;
}

.sticky-navi-post {
    z-index: 3000;
    opacity: 0;
    background-color: #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-width: 95%;
    max-width: 95%;
    min-height: auto;
    max-height: none;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
}

.sticky-navi-bot {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    opacity: 1;
    background-color: #000000ad;
    border-radius: 300px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    position: absolute;
}

.universal-mobile-updates {
    height: 1px;
}

.link-block-13 {
    align-self: flex-start;
    margin-top: 24px;
}

.nav-post {
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: auto auto 20px;
}

.services-content {
    grid-row-gap: 80px;
    flex-direction: column;
    display: flex;
}

.feature-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    opacity: 0.2;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    transition: opacity 0.2s;
    display: flex;
}

.mobile-updates-2 {
    background-color: var(--dark-grey-brand);
    background-image: url("../images/Group-26921.svg");
    background-position: 110%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: column;
    height: auto;
    display: flex;
}

.mobile-alt {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    margin: 104px;
    padding-top: 0;
    display: flex;
}

.mobile-grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    display: grid;
}

.mobile-grid-2 {
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}

.features-body {
    color: var(--cool-grey-400);
}

.features-body.right {
    text-align: right;
}

.headline-content {
    grid-row-gap: 16px;
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
}

.div-block-8 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.img-business-acc,
.img-analytics,
.img-echtzeit,
.img-etickets,
.img-modus {
    width: 240px;
    position: absolute;
}

.mobile-updates-cards {
    background-color: var(--white);
    border-radius: 24px;
    padding: 16px 24px 40px;
}

.mobile-updates-cards:hover {
    box-shadow: 0 2px 13px 0 var(--perk);
}

.mobile-updates-cards.no-hover:hover {
    box-shadow: none;
}

.mobile-updates-text {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.whatsapp-div {
    z-index: 999999999;
    opacity: 0;
    position: fixed;
    inset: auto 0% 0% auto;
}

.card-link {
    position: relative;
    overflow: hidden;
}

.cta-img {
    width: 100%;
    max-width: none;
    height: auto;
}

.badges {
    grid-column-gap: 48px;
    margin-top: 16px;
    display: flex;
}

.image-66 {
    max-width: none;
    height: 80px;
}

.image-67 {
    height: 80px;
}

.image-68 {
    margin-top: 16px;
}

.cta-part {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    padding-top: 104px;
    padding-bottom: 104px;
    display: flex;
}

.cta-part-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #0000;
    margin-left: 104px;
    margin-right: 104px;
    display: flex;
}

.cta-part-content.restyling {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
}

.cta-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 48px;
    display: flex;
}

.cta-div-stroke {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--dark-grey-brand);
    border: 1px solid #000;
    border-radius: 24px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 32px;
    display: flex;
}

.image-69 {
    margin-left: auto;
    margin-right: auto;
}

.cta-section-btn {
    align-self: center;
    margin-top: auto;
}

.cta-section-btn.cta-button:hover {
    color: #0000;
}

.cta-img-div-alt {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
}

.cta-post-btn-text {
    color: var(--white);
    text-align: center;
    cursor: pointer;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.image-70 {
    height: 80px;
}

.link-block-14 {
    margin-top: 80px;
    margin-bottom: 88px;
    margin-right: 16px;
}

.demo-buchen-logo {
    height: 64px;
}

.x-event-call {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 32px;
    display: flex;
}

.x-demo-buchen-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.x-event-item {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.x-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
}

.banner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--secondary-dark-grey-brand);
    border-radius: 16px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 32px;
    padding: 24px;
    display: flex;
}

.demo.green {
    color: var(--medium-spring-green);
    font-family: Esklarheitelopage, sans-serif;
}

.headline-demo {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.headline-demo.left {
    text-align: left;
}

.trust-div {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.wa-container {
    z-index: 999;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.navbar-brand-2 {
    position: static;
}

.nav-menu-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    list-style-type: none;
    display: flex;
}

.nav-link-2 {
    color: var(--brand-black);
    letter-spacing: 0.25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.nav-link-2:hover {
    color: var(--menu-items-hover);
}

.nav-link-2:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
    position: static;
}

.nav-dropdown-toggle {
    letter-spacing: 0.25px;
    padding: 24px 30px 24px 10px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.nav-dropdown-toggle:hover {
    color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
    margin-right: 10px;
}

.nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
}

.nav-dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
    left: 0;
    right: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: var(--brand-white);
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 77px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.regular-dropdown.w--open {
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 300px;
    display: flex;
    left: auto;
    right: auto;
    overflow: visible;
}

.nav-dropdown-link {
    border-radius: 4px;
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    font-size: 0.85rem;
    transition: background-color 0.225s;
    position: static;
}

.nav-dropdown-link:hover {
    background-color: var(--cool-gray-brand);
}

.nav-dropdown-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-link.h5-mm {
    font-family: Esklarheitelopage, sans-serif;
}

.nav-dropdown-link.h5-mm.no-hover:hover {
    background-color: #0000;
}

.button-primary {
    background-color: var(--elopage-green-web);
    color: var(--brand-black);
    text-transform: none;
    border-radius: 2000px;
    padding: 12px 24px;
    transition: all 0.2s;
}

.button-primary:hover {
    color: #fff;
}

.button-primary:active {
    background-color: #43464d;
}

.button-primary.tablet-mobile-only {
    display: none;
}

.button-primary.pbase:hover {
    color: var(--brand-black);
    background-color: #18ca7b;
}

.button-primary.new-header-link {
    text-align: center;
    white-space: nowrap;
}

.button-primary.new-header-link:hover {
    background-color: var(--button-green-hover);
    color: var(--brand-black);
}

.image-73 {
    width: 153px;
    height: 32px;
}

.link-4 {
    color: var(--brand-black);
}

.link-4:hover {
    color: var(--menu-items-hover);
}

.zl_header-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--brand-white);
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.l-5 {
    color: #000004;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.l-5.center {
    text-align: center;
}

.post-event-watch-video {
    background-color: #2bff99;
    flex-direction: column;
    height: auto;
    padding-top: 104px;
    padding-bottom: 104px;
    display: flex;
}

.webinar-replay {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-event-watch-div {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    margin: 0 104px;
    padding-top: 0;
    display: flex;
}

.post-event-video-frame {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.post-event-watch-texts {
    grid-row-gap: 16px;
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
}

.zl_nav-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.zl_menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
    position: static;
}

.zl_mega-menu-wrapper {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--dark-gray-200);
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.navbar-2 {
    width: 100%;
    height: 100%;
}

.zl_mega-menu-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px solid var(--dark-gray-200);
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    padding: 45px 30px;
    display: flex;
}

.zl_mega-menu-col.has-left-border {
    border-left: 1px solid var(--dark-gray-200);
}

.zl_mega-menu-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
    display: flex;
}

.zl_mega-menu-title-span {
    align-items: center;
    display: flex;
}

.zl_mega-menu-link {
    width: 100%;
}

.text-block {
    border-top: 1px solid var(--dark-gray-200);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 44px;
}

.zl_mega-menu-link-container {
    border-radius: 16px;
    flex-direction: column;
    flex: 45%;
    padding: 16px;
    transition: background-color 0.225s;
}

.zl_mega-menu-link-container:hover {
    background-color: var(--light-gray-brand);
}

.zl_mega-menu-link-container.last-child {
    flex-grow: 0;
    flex-basis: 49%;
}

.zl_link-container-title {
    margin-bottom: 8px;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 500;
}

.zl_link-container-title.h5-mm {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.zl_green-badge {
    background-color: #17df87;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 10px;
    line-height: 1;
    display: inline-block;
}

.zl_standard-dropdown-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--brand-white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 500px;
    padding: 16px;
    display: flex;
    box-shadow: 0 4px 20px -5px #0003;
}

.list-item {
    height: 100%;
}

.list-item.list_item-padding.mobile-login-link {
    display: none;
}

.text-span-19,
.text-span-20,
.text-span-21,
.text-span-22 {
    margin-right: 10px;
}

.navbar-masterclass {
    grid-column-gap: 8px;
    align-items: center;
    display: flex;
}

.masterclass-logo-text {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 0.5vw;
    font-family: Inter, sans-serif;
    font-size: 14px;
}

.masterclass-logo-text.s {
    letter-spacing: 2px;
}

.link-block-15 {
    display: none;
}

.masterclass-sticky {
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #16181a;
    border: 3px #2bff99;
    border-radius: 32px;
    flex-direction: column;
    align-self: stretch;
    width: 32vw;
    margin-top: 72px;
    margin-right: 80px;
    padding: 32px 28px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
}

.icon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 1.5vw;
    display: flex;
}

.icon.masterclass {
    width: 16px;
    height: 16px;
}

.image-74 {
    width: 24px;
    height: 24px;
}

.masterclass-logo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.vectors-wrapper-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vh;
    display: flex;
}

.perk-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    width: auto;
    display: flex;
}

.masterclass-h {
    color: #cdcdd5;
    margin-bottom: 20px;
}

.masterclass-h.l.center {
    color: #f3f3f3;
    margin-bottom: auto;
}

.h3-semibold-2 {
    color: #fafafc;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.sticky-masterclass {
    justify-content: center;
    margin-top: 8px;
    display: flex;
}

.masterclass-b {
    color: #cdcdd5;
    margin-bottom: 20px;
}

.masterclass-b.center {
    text-align: center;
    margin-bottom: 0;
}

.masterclass-b.bullet {
    margin-top: auto;
    margin-bottom: auto;
}

.frame-27007 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.subtitle_season-2 {
    color: #fff;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1vw;
    font-weight: 300;
}

.additional-info-cta {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;
    display: flex;
}

.masterclass-sticky-headline {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
}

.m-header {
    background-color: #000004;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 124px 80px 64px;
    display: flex;
}

.subtitle_season-3 {
    color: #fff;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 1vw;
    font-weight: 300;
}

.m-header-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: grid;
}

.vid-masterclass {
    margin-top: 0;
    margin-bottom: 24px;
}

.m-sticky-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: grid;
}

.m-sticky-mobile {
    background-color: #000004;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 144px 80px 104px;
    display: none;
}

.image-77 {
    width: 24px;
    height: 24px;
}

.image-78 {
    margin-bottom: 1vh;
}

.vectors-wrapper-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vh;
    display: flex;
}

.h3-semibold-3 {
    color: #fafafc;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.frame-27008 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.sticky-mobile {
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #16181a;
    border: 3px #2bff99;
    border-radius: 32px;
    flex-direction: column;
    align-self: stretch;
    width: 32vw;
    margin-top: 72px;
    margin-right: 80px;
    padding: 28px;
    display: none;
    position: fixed;
    inset: 0% 0% auto auto;
}

.m-speakers {
    background-color: #000004;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 64px 80px 104px;
    display: flex;
}

.m-speakers-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.m-list-grid {
    grid-row-gap: 64px;
    flex-direction: column;
    display: flex;
}

.collection-item-4 {
    margin-bottom: 0;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.m-cta-grid {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.image-79 {
    width: 600px;
}

.m-cta {
    background-color: var(--brand-black);
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-top: 64px;
    margin-bottom: 64px;
    padding: 144px 80px;
    display: flex;
}

.vectors-wrapper-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 31px;
    display: flex;
}

.background-video-3 {
    background-image: linear-gradient(to right, #0000 10%, #000 67%);
    align-items: center;
    width: 80%;
    height: 100%;
    overflow: hidden;
}

.background-video-3.masterclass {
    background-image: linear-gradient(to right, #0000 10%, #000 50%);
}

.background-video-3.masterclass2 {
    background-image: linear-gradient(to right, #000 50%, #0000 82%);
}

.image-80 {
    width: 24px;
    height: 24px;
}

.cta-post-btn-text-2 {
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.video-left-sub {
    grid-row-gap: 24px;
    flex-direction: column;
    height: auto;
    margin-top: 0;
    padding-left: 80px;
    padding-right: 0;
    display: flex;
}

.video-right-wrap {
    z-index: 5;
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-right: 0;
    padding: 104px 0;
    display: flex;
    position: relative;
}

.video-left-content {
    width: auto;
    max-width: none;
    height: auto;
    margin: 0 0 0 56px;
    padding-left: 0;
    padding-right: 0;
    position: static;
}

.primary-button-post-2 {
    cursor: pointer;
    background-color: #21282e;
    border-radius: 300px;
    padding: 12px 24px;
}

.primary-button-post-2:hover {
    background-color: #454b50;
}

.primary-button-post-2.cta-post {
    background-color: #0000;
    border: 1px solid #fff;
}

.primary-button-post-2.cta-post:hover {
    background-color: #454b50;
}

.video-right-sub {
    grid-row-gap: 24px;
    flex-direction: column;
    height: auto;
    margin-top: 0;
    padding-right: 80px;
    display: flex;
}

.image-81 {
    width: 24px;
    height: 24px;
}

.video-on-right-section {
    align-items: center;
    padding-right: 7vw;
    display: flex;
    position: relative;
}

.video-on-right-section.combo {
    flex-direction: row-reverse;
    padding-left: 7vw;
    padding-right: 0;
}

.masterclass-video {
    z-index: 5;
    width: 50vw;
    height: 85vh;
    position: relative;
}

.video-right-content {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 56px;
    padding-left: 0;
    padding-right: 0;
    position: static;
}

.image-82 {
    width: 48px;
    height: 48px;
}

.testimonial-2 {
    background-color: #21282e;
    border-radius: 32px;
    padding: 32px;
}

.testimonial-2.masterclass {
    background-color: #16181a;
}

.m-testi-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 16px;
    display: grid;
    position: relative;
}

.m-testimonials-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: block;
}

.m-testimonials {
    background-color: #000004;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 0 80px 104px;
    display: none;
}

.l-8 {
    color: #000004;
    margin-bottom: 0;
}

.l-8.dark-gray {
    color: #a5a6a8;
}

.l-8.white {
    color: #fafafc;
}

.testimonial-content-grid-2 {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    display: flex;
}

.testimonial-content-grid-2.masterclass {
    height: auto;
}

.footer-4 {
    z-index: 3001;
    background-color: #f0f1f6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 24px 80px;
    display: flex;
    position: relative;
}

.footer-4.dark {
    -webkit-text-stroke-color: #16181a;
    background-color: #000004;
}

.m-date-speaker {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.m-speaker-info-holder-2 {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
    display: flex;
}

.speakers-text-and-button {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
}

.video-on-left-section {
    align-items: center;
    padding-right: 7vw;
    display: flex;
    position: relative;
}

.m-features {
    z-index: 5;
    grid-row-gap: 72px;
    background-color: var(--brand-black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 104px;
    margin-bottom: 104px;
    padding: 0 104px;
    display: flex;
    position: relative;
}

.masterclass-img-div {
    border-radius: 24px;
}

.masterclass-grid {
    grid-template-rows: auto;
    width: 100%;
}

.masterclass-grid.top-margin-64 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 64px;
}

.masterclass-grid.top-margin-64._1 {
    grid-column-gap: 0px;
    align-items: center;
    margin-top: 0;
}

.m-section-content {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
}

.mastergrid {
    grid-template-rows: auto;
    width: 100%;
}

.mastergrid.top-margin-64 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 64px;
}

.mastergrid.top-margin-64._1 {
    align-items: center;
    margin-top: 0;
}

.mastergrid.top-margin-64._1.special {
    grid-column-gap: 0px;
}

.subheadline-master {
    font-weight: 600;
}

.subheadline-master.neutral-white {
    color: #fafafc;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 500;
}

.master_customer_img {
    border-radius: 50px;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.masterclass-img {
    border-radius: 0;
}

.masterclass-nav {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 0.5vw;
    font-family: Inter, sans-serif;
    font-size: 12px;
}

.image-84.cta-logo {
    height: auto;
}

.new-cta-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.new-cta-grid.masterc {
    grid-column-gap: 64px;
    flex-direction: row;
    align-items: center;
}

.image-85 {
    max-width: none;
    height: 80px;
}

.new-cta {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px 0;
    display: flex;
}

.new-cta.masterc {
    grid-row-gap: 40px;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.m-cta-2 {
    background-color: var(--black3);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 104px 80px;
    display: flex;
}

.m2-testimonials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--black3);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    display: block;
}

.m2-testimonials-slider {
    background-color: #0000;
    width: 100%;
    height: 100%;
}

.m2-mask {
    height: auto;
}

.webinar_header {
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.webinar_header.bg-color-bw {
    position: sticky;
}

.webinar_header._2024 {
    justify-content: space-between;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
    position: absolute;
}

.webinar_boxed-container {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1232px;
    display: flex;
}

.webinar_boxed-container.flex-vertical {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.webinar_boxed-container.flex-vertical.gap-36 {
    grid-row-gap: 36px;
}

.webinar_date-info--container {
    grid-column-gap: 16px;
    justify-content: space-between;
    display: flex;
}

.webinar_date-info--container.mobile-hide.nav-scroll-hide {
    opacity: 0;
}

.info_container {
    grid-column-gap: 12px;
    background-color: var(--cool-gray-brand);
    border-radius: 8px;
    align-items: center;
    padding: 8px 12px 8px 6px;
    display: flex;
}

.image-86 {
    width: 34px;
    height: 33px;
}

.nav_cta {
    grid-column-gap: 8px;
    background-color: var(--neon-green-brand);
    border-radius: 2000px;
    align-items: center;
    padding: 12px 24px;
    display: flex;
}

.nav_cta.dark-bg {
    background-color: var(--dark-gray-900);
    color: var(--brand-white);
}

.nav_cta.bg-color-dg900.hide-above-mobile {
    display: none;
}

.nav_cta.mobile-full-w.bg-color-orange:hover {
    transform: none;
}

.nav_cta.mobile-full-w.bg-color-orange.button-pulse-animation.big-button {
    padding: 24px 48px;
    transition-property: none;
}

.nav_cta.mobile-full-w.bg-color-orange.button-pulse-animation.big-button:hover {
    transform: none;
}

.nav_cta.mobile-full-w.bg-color-orange.button-pulse-animation.big-button.margin-bot-top {
    margin-top: 48px;
    margin-bottom: 48px;
}

.nav_cta.open-popup.hide-desktop,
.nav_cta.tablet-up-hide {
    display: none;
}

.webinar_hero {
    justify-content: center;
    align-items: stretch;
    padding: 80px 20px;
}

.webinar_hero.overflow-hidden {
    overflow: hidden;
}

.webinar_hero.bg-color-dgb {
    width: 100%;
}

.webinar_hero-column.left-side {
    align-items: center;
    width: 50%;
}

.webinar_hero-column.left-side.new-padding {
    padding-top: 140px;
    padding-bottom: 60px;
}

.webinar_hero-column.left-side.new-width {
    width: 40%;
}

.webinar_hero-column.right-side {
    grid-row-gap: 32px;
    width: 50%;
}

.webinar_hero-column.right-side.new-width {
    width: 60%;
}

.countdown-wrapper {
    grid-column-gap: 24px;
    background-color: var(--neon-green-brand);
    border-radius: 12px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 24px;
    padding: 12px 24px;
    display: flex;
}

.countdown-wrapper.dark-bg {
    background-color: var(--dark-gray-900);
}

.countdown-wrapper.no-margin {
    margin-bottom: 0;
}

.countdown-wrapper.bg-color-dgb.new-gap {
    grid-column-gap: 80px;
}

.countdown-wrapper.dg800 {
    background-color: var(--secondary--dark-grey-800);
}

.countdown-wrapper.bg-color-transparent.font-margin-top-32.font-margin-bot-48.large-gap {
    grid-column-gap: 128px;
}

.countdown-wrapper.bg-color-transparent.font-margin-top-32.font-margin-bot-48.large-gap.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.countdown-item {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.clock-number {
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.clock-number.light {
    color: var(--brand-white);
}

.clock-number.alt-size {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.clock-label {
    font-size: 12px;
    line-height: 18px;
}

.clock-label.light {
    color: var(--brand-white);
}

.clock-label.alt-size {
    font-size: 8px;
    line-height: 12px;
}

.webinar_h1 {
    text-align: left;
    margin-bottom: 8px;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.webinar_h1.font-color-bw.h1-title.custom-width {
    width: 360px;
}

.hero_description {
    margin-bottom: 32px;
}

.hero_description.font-color-cg400.plg.custom-width {
    width: 350px;
}

.hero_content-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-right: 40px;
    display: flex;
}

.hero_content-wrapper.green-border {
    border: 3px solid var(--neon-green-brand);
    border-radius: 12px;
    max-width: 550px;
    padding: 20px 25px;
}

.webinar_social-proof {
    background-color: var(--dark-gray-900);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
}

.social_proof-wrapper {
    justify-content: space-between;
    width: 100%;
}

.webinar_dark-section {
    background-color: var(--dark-grey-brand);
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.webinar_dark-section.padding_48-64 {
    padding-top: 48px;
    padding-bottom: 64px;
}

.webinar_h2 {
    margin-bottom: 16px;
    font-weight: 600;
}

.webinar_h2.center {
    text-align: center;
}

.webinar_h2.center.light {
    color: var(--brand-white);
}

.webinar_h2.font-color-bw.h2-title.mobile-text-center.dark-color {
    color: var(--brand-black);
}

.paragraph-16 {
    color: var(--cool-gray-500);
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.webinar_card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: grid;
}

.card_wrapper-item {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 64px 32px;
    display: flex;
}

.webinar_h3 {
    font-family: Esklarheitelopage, sans-serif;
}

.webinar_h3.center {
    text-align: center;
}

.webinar_h3.center.light {
    color: var(--brand-white);
}

.webinar_h3.font-text-center.font-color-bw.h3-title.custom-width {
    width: 250px;
}

.card_item-text {
    color: var(--cool-grey-400);
    text-align: center;
}

.section_title-text {
    align-items: center;
    max-width: 730px;
}

.section_title-text.padding-24-48 {
    padding-top: 24px;
    padding-bottom: 48px;
}

.section_title-text.padding-24-48.gap12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.webinar_green-section {
    background-color: var(--neon-green-brand);
    align-items: center;
}

.webinar_green-section.padding-104 {
    padding-top: 104px;
    padding-bottom: 104px;
}

.paragraph-17 {
    color: var(--dark-gray-900);
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}

.webinar_h3-jumbo {
    margin-bottom: 16px;
    font-size: 60px;
    line-height: 66px;
}

.webinar_h3-jumbo.center {
    text-align: center;
}

.button-icon {
    width: 24px;
    height: 24px;
}

.tolga-img {
    border-radius: 20px;
    width: 50%;
}

.tolga-img.no-radius {
    border-radius: 0;
}

.webinar_stats-container {
    grid-row-gap: 8px;
    align-items: center;
}

.stats_number {
    text-align: center;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.webinar_testimonial-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--dark-gray-900);
    border-radius: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 32px;
}

.testimonial_img {
    width: 48px;
    height: 48px;
}

.testimonial_text {
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 500;
}

.testimonial_name {
    font-weight: 500;
}

.testimonial_grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template:
        "."
        "."
        / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.webinar_footer {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 24px 20px;
    display: flex;
}

.webinar_footer.bg-color-cgb.z-index {
    z-index: 6;
    position: relative;
}

.webinar_footer.bg-color-cgb.height {
    height: 10vh;
}

.footer_links-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 60%;
    display: flex;
}

.footer_copy {
    color: var(--dark-gray-800);
    font-size: 14px;
    line-height: 21px;
}

.footer_links {
    grid-column-gap: 16px;
}

.footer_link {
    color: var(--dark-gray-800);
    font-size: 14px;
    line-height: 21px;
}

.greator_hero {
    background-image: url("../images/greator-hero.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
}

.greator_hero._2024 {
    background-image: url("../images/hero-image.webp");
    background-position: 0 0;
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
}

.greator_button {
    grid-column-gap: 8px;
    background-color: var(--neon-green-brand);
    border-radius: 2000px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 24px;
    transition: transform 0.2s, background-color 0.225s;
    display: flex;
}

.greator_button:hover {
    background-color: var(--medium-sea-green2);
    transform: scale(0.96);
}

.text-block-5 {
    color: var(--brand-black);
    font-weight: 500;
}

.greator_logos-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1232px;
    margin-top: auto;
    padding-top: 48px;
    padding-bottom: 48px;
}

.greator_section-vertical {
    align-items: center;
    width: 100%;
    padding: 80px 20px 64px;
}

.greator_section-vertical.background-lgb {
    background-color: var(--light-gray-brand);
}

.greator_section-subtitle {
    color: var(--dark-gray-800);
    margin-bottom: 8px;
    font-weight: 500;
}

.greator_section-h2 {
    font-weight: 600;
}

.greator_deals-card {
    background-color: var(--dark-grey-brand);
    border-radius: 40px;
    width: 100%;
    padding: 64px 48px;
}

.greator_deals-card--content {
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.card_content-title-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.greator_green-badge {
    background-color: var(--neon-green-brand);
    border-radius: 8px;
    padding: 8px;
    font-weight: 500;
}

.greator_deals-card--title {
    color: var(--brand-white);
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.greator_deals-card--intro {
    color: var(--light-gray-brand);
}

.greator_deals-card-text {
    color: var(--brand-white);
}

.greator_card-cp--button {
    background-color: var(--neon-green-brand);
    color: var(--dark-grey-brand);
    text-align: center;
    border-radius: 2000px;
    width: 100%;
    padding: 16px 24px;
    font-weight: 500;
    transition: transform 0.2s, background-color 0.2s;
}

.greator_card-cp--button:hover {
    background-color: var(--medium-sea-green2);
    transform: scale(0.98);
}

.grid_2x2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.grid_2x2.margin-top-64 {
    margin-top: 64px;
}

.greator_feature-card {
    background-color: var(--brand-white);
    border-radius: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    display: flex;
    box-shadow: 0 0 2px #0000001f;
}

.greator_feature-card--title {
    margin-bottom: 8px;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.greator_feature-card--text {
    color: var(--dark-gray-800);
}

.greator_feature-card--icon {
    margin-bottom: 80px;
}

.greator_testimonial-section {
    z-index: 1;
    position: relative;
}

.slider {
    background-color: var(--ward-gray-brand);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 750px;
}

.slide-nav-2 {
    display: none;
}

.right-arrow-2 {
    inset: auto 0% 20% -50%;
}

.greator_testimonial-slide {
    height: 100%;
}

.slide_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    width: 100%;
    height: 100%;
    display: flex;
}

.slide_content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.slide_testimonial {
    margin-bottom: 24px;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.slide_testimonial-name {
    margin-bottom: 4px;
    font-weight: 500;
}

.slide_testimonial-role {
    color: var(--cool-gray-500);
}

.image-91 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.slide_testimonial-img--wrapper {
    width: 50%;
    height: 100%;
}

.div-block-10 {
    width: 100%;
    max-width: 550px;
}

.greator_cta-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--dark-grey-brand);
    justify-content: center;
    align-items: center;
    padding: 132px 20px;
}

.light-text {
    color: var(--light-gray-brand);
}

.light-text.width680 {
    text-align: center;
    max-width: 680px;
}

.greator_modal {
    background-color: #00000094;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: fixed;
    inset: 0;
}

.close_modal-button {
    color: var(--brand-white);
    font-size: 48px;
    line-height: 100%;
}

.div-block-11 {
    align-self: center;
}

.div-block-12 {
    align-self: flex-end;
}

.div-block-13 {
    align-self: auto;
}

.div-block-14 {
    display: flex;
}

.div-block-15 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.html-embed-15 {
    background-color: #f8f9fa;
    border: 0 solid #000;
    width: 700%;
    max-width: 700px;
    display: block;
}

.greator_modal-2 {
    z-index: 20;
    background-color: #21282edb;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0;
}

.greator_modal-2.new-style {
    display: none;
}

.close_modal2-button {
    color: var(--brand-white);
    font-size: 48px;
    line-height: 100%;
}

.left-arrow-2 {
    inset: auto auto 20% 15%;
}

.icon-4,
.icon-5 {
    display: none;
}

.image-93 {
    width: 92px;
}

.image-94 {
    width: 87px;
}

.image-95 {
    width: 152px;
}

.text-block-6 {
    text-align: left;
}

.success-message-2 {
    background-color: var(--light-gray-brand);
}

.paragraph-19 {
    color: var(--brand-white);
}

.paragraph-19.pxl {
    margin-bottom: 10px;
    font-weight: 500;
}

.greator_deals-card--divider {
    background-color: var(--cool-grey-400);
    width: 100%;
    height: 1px;
    margin-top: 48px;
    margin-bottom: 48px;
    padding-right: 0;
}

.greator_deals-card--plan {
    border-radius: 12px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.card_plan-container {
    grid-column-gap: 16px;
    align-items: center;
    display: flex;
}

.card_plan-container.nogap {
    grid-column-gap: 0px;
}

.div-block-17 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
    display: flex;
}

.div-block-17.align-left {
    align-items: flex-start;
}

.heading-65 {
    color: var(--brand-white);
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.text-block-7 {
    color: var(--brand-white);
    text-align: right;
    font-weight: 400;
}

.card_plan-deal {
    background-color: var(--utility-attention-300);
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    padding: 8px 16px;
    display: flex;
}

.card_plan-deal.custom-width {
    width: 400px;
}

.image-96 {
    object-fit: contain;
    width: 50%;
}

.image-96.background-color {
    background-color: var(--dark-grey-brand);
    object-fit: contain;
}

.image-96.background-color.tablet-change {
    object-fit: contain;
}

.submit-button-2 {
    background-color: var(--neon-green-brand);
    color: var(--brand-black);
    border-radius: 12px;
    width: 100%;
    transition: background-color 0.2s;
}

.submit-button-2:hover {
    background-color: var(--medium-sea-green2);
}

.text-block-8 {
    text-align: left;
}

.sales_team-form {
    width: 100%;
    margin-bottom: 0;
}

.sales_teams-form-field {
    border: 1px solid var(--menu-items-hover);
    color: var(--white);
    background-color: #2d343a;
    border-radius: 12px;
}

.sales-teams-h1 {
    color: var(--brand-white);
    margin-bottom: 20px;
    font-family: Esklarheitelopage, sans-serif;
    font-weight: 600;
}

.sales-teams-subtitle {
    background-color: var(--neon-green-brand);
    color: var(--brand-black);
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 4px 8px;
}

.sales-teams-hero-text {
    color: var(--dark-gray-100);
    margin-bottom: 20px;
}

.flex-block-2 {
    grid-row-gap: 24px;
    width: 50%;
}

.light-color,
.list {
    color: var(--brand-white);
}

.text-block-9,
.text-block-10 {
    text-align: center;
}

.div-block-19 {
    grid-column-gap: 64px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.storage_body {
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 60px 20px;
    display: flex;
}

.heading-66 {
    text-align: center;
    font-size: 60px;
    line-height: 1;
}

.flex-block-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom: 1px solid var(--dark-grey2);
    align-items: stretch;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.list-2 {
    grid-column-gap: 64px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.list-item-with-icon {
    background-image: url("../images/XS.svg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 25px;
}

.text-span-23 {
    color: var(--brand-white);
    font-weight: 600;
}

.bg-color-bw {
    background-color: var(--brand-white);
}

.bg-color-bw.padding-64-48.container-flex-v--center-center.gap-64 {
    grid-row-gap: 64px;
}

.bg-color-dgb {
    background-color: var(--dark-grey-brand);
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-color-dgb.padding-100-100.container-flex-v--center-center.gap-48 {
    grid-row-gap: 48px;
}

.bg-color-dgb.padding-100-100.container-flex-v--center-center.gap-48.z-index {
    z-index: 6;
    position: relative;
}

.font-color-bw {
    color: var(--brand-white);
}

.font-color-bw.plg.left-align {
    text-align: left;
}

.font-color-bw.h3-title.custom-width {
    flex-direction: row;
    justify-content: flex-start;
    width: 700px;
    display: none;
}

.font-color-bw.h1-title.margin-botom32 {
    margin-bottom: 32px;
}

.font-color-bw.pbase.font-text-center.mobile-styles {
    max-width: 200px;
}

.font-color-bw.h2-title.max-width-500 {
    max-width: 510px;
}

.font-color-bw.padding-right {
    padding-right: 140px;
}

.font-color-b {
    color: var(--brand-black);
}

.font-color-dg800 {
    color: var(--secondary--dark-grey-800);
}

.font-color-cg400 {
    color: var(--cool-grey-400);
}

.bg-color-cgb {
    background-color: var(--light-gray-brand);
}

.flex-block-4 {
    grid-column-gap: 48px;
    align-items: center;
    margin-top: 48px;
}

.container-grid--1232 {
    width: 100%;
    max-width: 1232px;
}

.container-grid--1232.container-flex-v--left-top.gap-24 {
    grid-row-gap: 24px;
}

.container-grid--1232.container-flex-v--center-top.gap24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.container-grid--1232.container-flex-v--center-center.gap48 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
}

.container-grid--1232.container-flex-v--center-center.gap64 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
}

.container-grid--1232.container-flex-v--sb-strech.gap-56 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
}

.container-flex-h--center-left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.container-flex-h--center-left.gap12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.container-flex-h--center-left.gap12.margin-bottom32 {
    margin-bottom: 32px;
}

.container-flex-h--center-left.gap40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.font-color-dgb {
    color: var(--dark-grey-brand);
}

.container-flex-v--center-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.container-flex-v--center-top.row-gap-48 {
    grid-row-gap: 48px;
}

.padding-48-64 {
    padding: 48px 20px 64px;
}

.font-color-cg500 {
    color: var(--cool-gray-500);
}

.font-text-center {
    text-align: center;
}

.font-text-center.font-color-dg800.pxl.font-margin-bot-48.mobile-text-left.large-screen-width {
    max-width: 750px;
}

.font-text-center.font-color-dg800.pxl.text-left-mobile.custom-width {
    max-width: 600px;
}

.card-item-icon {
    margin-bottom: 8px;
}

.bg-color-dg900 {
    background-color: var(--dark-gray-900);
}

.border-radius-24 {
    border-radius: 24px;
}

.container-flex-v--center-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.container-flex-v--center-center.padding-48-48.bg-color-cgb.gap32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.container-flex-v--center-center.gap-48 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
}

.container-flex-v--center-center.padding-100-100.remove-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0;
}

.padding-48-48 {
    padding: 48px 20px;
}

.font-weight-sb {
    font-weight: 600;
}

.font-color-dg900 {
    color: var(--dark-gray-900);
}

.font-weight-m {
    font-weight: 500;
}

.padding-100-100 {
    padding: 100px 20px;
}

.padding-100-100.container-flex-h--center-center.has-top-border {
    border-top: 1px solid var(--dark-gray-900);
}

.container-flex-v--left-top {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.container-flex-v--left-top.width-50 {
    width: 50%;
}

.container-flex-v--left-top.width-50.gap {
    grid-row-gap: 24px;
}

.image-98 {
    width: 50%;
    display: block;
}

.container-flex-h--center-spaceb {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.container-flex-h--center-spaceb.gap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
}

.container-width-60 {
    width: 60%;
}

.container-width-60.container-flex-h--center-spaceb.align-container-left {
    align-self: flex-start;
}

.container-width-60.container-flex-v--left-top.gap20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.container-width-60.container-flex-v--left-top.gap20.padding-right {
    padding-right: 40px;
}

.font-color-dg100 {
    color: var(--dark-gray-100);
}

.container-flex-h--center-spacee {
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.h1-title.font-weight-n.align-left {
    align-self: flex-start;
}

.h2-title.font-text-center.font-margin-bot-48 {
    flex: 1;
}

.h2-title.font-text-center.font-margin-bot-48.custom-width {
    max-width: 580px;
}

.h2-title.font-text-center.mobile-text-left.large-screen-width {
    max-width: 750px;
}

.h2-title.font-color-bw.left-align {
    text-align: left;
}

.padding-120-80 {
    padding: 120px 20px 80px;
}

.padding-120-80.bg-color-dgb.container-flex-v--center-center.gap80 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
}

.container-width-100 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.container-width-100.gap24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.image-100 {
    width: 150px;
}

.flex-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 60px;
}

.calendar-rounded-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border: 1px solid var(--brand-white);
    border-radius: 2000px;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    display: flex;
}

.bg-color-bg {
    background-color: var(--neon-green-brand);
}

.padding-32-64 {
    padding: 32px 20px 64px;
}

.text-block-12 {
    margin-bottom: 16px;
}

.flex-block-7 {
    width: 100px;
}

.html-embed-16 {
    width: 100%;
}

.container-flex-h--center-center {
    justify-content: center;
    align-items: center;
    display: flex;
}

.container-flex-h--center-center.padding-48-64.bg-color-bw.z-index {
    z-index: 6;
    position: relative;
}

.container-flex-h--center-center.bg-color-bw.padding-80-160 {
    padding: 80px 20px 160px;
}

.container-flex-h--center-center.has-height {
    height: 90px;
}

.container-flex-h--center-center.has-height.padding.has-shadow {
    box-shadow: 0 2px 5px #0003;
}

.divider {
    width: 100%;
    height: 1px;
}

.heading-67 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

.paragraph-20 {
    background-color: var(--dark-grey-brand);
    color: var(--brand-white);
    padding: 20px;
    font-size: 20px;
    line-height: 140%;
}

.font-text-right {
    text-align: right;
}

.font-margin-bot-10 {
    margin-bottom: 10px;
}

.font-margin-bot-20 {
    margin-bottom: 20px;
}

.font-margin-top-10 {
    margin-top: 10px;
}

.font-margin-top-20 {
    margin-top: 20px;
}

.heading-68 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1;
}

.flex-block-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.flex-block-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--dark-grey-brand);
    align-items: stretch;
    padding: 20px;
}

.font-color-cgb {
    color: var(--light-gray-brand);
}

.font-color-wgb {
    color: var(--ward-gray-brand);
}

.font-color-cg200 {
    color: var(--cool-gray-200);
}

.font-color-dg200 {
    color: var(--dark-gray-200);
}

.font-color-ngb {
    color: var(--neon-green-brand);
}

.font-color-ua {
    color: var(--utility-attention-300);
}

.text-block-13 {
    text-align: center;
    align-items: center;
    width: 150px;
    height: 150px;
    padding: 20px;
    display: flex;
}

.flex-block-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
}

.text-span-24 {
    color: var(--light-gray-brand);
}

.bg-color-wgb {
    background-color: var(--ward-gray-brand);
}

.container-width-40 {
    width: 450px;
}

.container-width-40.padding-left-60 {
    padding-left: 60px;
}

.container-width-40.padding-left-60.sticky-col {
    z-index: 5;
    position: fixed;
    inset: 140px 40px auto auto;
}

.flex-block-11 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.list-3 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    display: flex;
}

.list-item-5 {
    background-image: url("../images/ArrowUpRight_3.svg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 28px;
    padding-left: 48px;
}

.flex-block-12 {
    grid-column-gap: 50px;
    width: 100%;
}

.image-102 {
    width: 74px;
    height: 80px;
}

.image-103 {
    width: 140px;
    height: 82px;
}

.flex-block-13 {
    grid-row-gap: 24px;
    width: 100%;
    padding-right: 60px;
}

.padding-80-64 {
    padding: 80px 20px 64px;
}

.font-margin-bot-48 {
    margin-bottom: 48px;
}

.border-radius-40 {
    border-radius: 40px;
}

.padding-64-48 {
    padding: 64px 48px;
}

.div-block-23 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    width: 390px;
    display: flex;
}

.div-block-23.gap {
    grid-row-gap: 4px;
}

.div-block-24 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    width: 600px;
    display: flex;
}

.div-block-24.center-end-align {
    grid-column-gap: 24px;
    flex-direction: row;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
}

.text-block-14 {
    background-color: var(--utility-attention-300);
    border-radius: 12px;
    padding: 8px 16px;
}

.button-5 {
    background-color: var(--neon-green-brand);
    color: var(--brand-black);
    text-align: center;
    border-radius: 2000px;
    width: 100%;
    margin-top: 48px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color 0.2s;
}

.button-5:hover {
    background-color: var(--medium-sea-green2);
}

.body-19 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100dvh;
    display: flex;
}

.form-wrapper {
    border: 2px solid var(--neon-green-brand);
    border-radius: 12px;
    width: 600px;
    padding: 32px;
}

.div-block-25 {
    grid-column-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.flex-block-14 {
    grid-column-gap: 24px;
    align-items: center;
}

.form-2 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.text-span-25,
.text-span-26 {
    color: var(--medium-sea-green2);
}

.live-webinar-form {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.heading-69 {
    font-size: 40px;
    line-height: 110%;
}

.text-span-27,
.text-span-28 {
    color: var(--elopage-green-web);
}

.flex-block-15 {
    align-items: center;
    max-width: 810px;
    margin-bottom: 48px;
}

.padding-24 {
    padding: 24px;
}

.live-webinar-form-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.form-4 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 40px;
    display: flex;
}

.alt-form-field-style {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--ward-gray-brand);
    color: var(--brand-white);
    background-color: #0000;
}

.padding-top-100 {
    padding-top: 100px;
}

.flex-block-16 {
    text-align: center;
    align-items: center;
    width: 1050px;
    display: block;
}

.font-margin-top-64 {
    margin-top: 64px;
}

.font-margin-top-64.full-width {
    display: block;
}

.full-width {
    width: 100%;
}

.list-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
    display: flex;
}

.padding-32-24 {
    padding: 32px 24px;
}

.h3-title.space-with-border {
    border-bottom: 1px solid var(--dark-gray-900);
    padding-bottom: 24px;
}

.body-404 {
    background-color: var(--white);
    flex-flow: column;
    height: auto;
    display: flex;
}

.header-404 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    height: auto;
    padding: 0 80px;
    display: flex;
}

._404-header-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
    grid-auto-columns: 1fr;
    place-content: center space-around;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.vertical-div-404 {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 160px 0;
    display: flex;
}

.maintenance {
    width: 320px;
}

.navibar-404 {
    z-index: 11111;
    background-color: #fafafc;
    border: 1px #000;
    border-bottom: 1px solid #e4e1dd;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    position: fixed;
}

.navibar-404.navix {
    height: 64px;
}

.navibar-404.navix.dark {
    background-color: #0000;
    border: 0 solid #000;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    position: static;
}

.ms_header {
    justify-content: center;
    align-items: center;
    padding: 24px 20px;
}

.ms_hero {
    justify-content: center;
    align-items: center;
    padding: 104px 20px;
    display: flex;
}

.container-width-50 {
    width: 50%;
}

.container-width-50.gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.container-width-50.gap-32.padding-right-100 {
    padding-right: 100px;
}

.container-width-50.gap-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.container-width-50.padding-left {
    padding-left: 100px;
}

.container-width-50.padding-right {
    padding-right: 100px;
}

.image-105 {
    width: 100%;
}

.ms_hero-card {
    background-color: var(--ward-gray-brand);
    border-radius: 24px;
    align-items: stretch;
    width: 100%;
    padding: 32px 24px;
}

.list-padding-left {
    padding-left: 30px;
}

.list-bg-icon {
    background-image: url("../images/ArrowUpRight_2.svg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.list-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-bottom: 1px solid #000;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 24px;
    padding-left: 0;
    display: flex;
}

.list-5.no-border-no-space-bot {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.flex-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
}

.flex-block-18 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-end;
}

.image-106 {
    width: 24px;
    height: 24px;
}

.flex-block-19 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
}

.container-flex-h--center-strech {
    display: flex;
}

.max-width-500 {
    max-width: 500px;
}

.speaker-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 25% 35% 40%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: grid;
}

.flex-block-20 {
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px 24px;
}

.flex-block-20.bg-color-wgb.border-radius-24 {
    align-items: stretch;
}

.container-flex-v--sb-strech {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.flex-block-21 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.image-107 {
    border-radius: 24px;
}

.flex-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.flex-block-23 {
    justify-content: space-between;
    align-items: center;
}

.master-class-badge {
    border: 1px solid var(--brand-white);
    color: var(--brand-white);
    border-radius: 8px;
    padding: 8px 16px;
}

.flex-block-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
}

.ms_mobile-only-content {
    display: none;
}

.font-weight-n {
    font-weight: 400;
}

.image-109 {
    width: 100%;
    max-width: 1020px;
}

.cta-transparent {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 10px 16px;
    transition: transform 0.18s;
}

.cta-transparent:hover {
    transform: scale(1.1);
}

.transparent-button {
    border: 1px solid var(--brand-white);
    color: var(--neutral-white);
    background-color: #3898ec00;
    border-radius: 2000px;
    padding: 12px 24px;
    transition: background-color 0.23s;
}

.transparent-button:hover {
    background-color: var(--dark-gray-50);
    color: var(--brand-black);
}

.font-margin-top-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 32px;
}

.flex-block-25 {
    align-items: center;
}

.padding-64-64 {
    padding: 64px 20px;
}

.div-block-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.flex-block-26 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    padding-left: 64px;
    padding-right: 0;
}

.list-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.list-item-checkbox {
    background-image: url("../images/CheckCircle_1.svg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-left: 32px;
}

.list-item-checkbox.light {
    color: var(--dark-gray-100);
    background-image: url("../images/CheckCircle_2.svg");
}

.dark-button-with-arrow {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--dark-grey-brand);
    border-radius: 2000px;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 12px 24px;
    transition: background-color 0.23s;
    display: flex;
}

.dark-button-with-arrow:hover {
    background-color: var(--dark-button-hover);
}

.div-block-28 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.transparent-card {
    border: 1px solid var(--brand-black);
    border-radius: 40px;
    padding: 32px 24px;
}

.image-111 {
    margin-bottom: 80px;
}

.flex-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
}

.flex-block-28 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.flex-block-26-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-right: 100px;
}

.padding-right-100 {
    padding-right: 100px;
}

.bg-color-transparent {
    background-color: #0000;
}

.bg-color-transparent.font-color-dg600.custom-border {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--dark-grey);
}

.flex-block-29 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.font-color-dg600 {
    color: var(--dark-gray-600);
}

.font-margin-top-48 {
    margin-top: 48px;
}

.custom-max-width {
    width: 100%;
    max-width: 1000px;
}

.div-block-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
}

.card-with-img {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--ward-gray-brand);
    border-radius: 36px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 32px;
}

.body-405 {
    background-color: var(--neutral-white);
}

.div-block-29-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    place-content: space-between space-around;
    place-items: stretch center;
    width: 100%;
    display: grid;
}

.icon-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px solid var(--dark-gray-200);
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
}

.icon-box._33percent {
    width: 33%;
}

.html-embed-18 {
    margin-bottom: 32px;
}

.div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--dark-grey-brand);
    border-radius: 24px;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 32px 64px;
    display: grid;
}

.div-block-30.mobile-styles {
    margin-top: 48px;
}

.flex-block-30 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
}

.flex-block-30.padding-right {
    padding-right: 120px;
}

.image-117 {
    width: 100%;
}

.image-117.mobile-hide.negative-margin {
    margin-top: -40px;
}

.steps-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    max-width: 450px;
    padding: 24px;
}

.separation-line {
    background-color: var(--cool-grey-400);
    align-self: center;
    width: 1px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div-block-31 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
}

.left-aligned-card-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
    max-width: 400px;
    padding: 24px;
}

.image-119 {
    border-radius: 24px;
    width: 100%;
}

.html-embed-19 {
    z-index: 100;
}

.div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 710px;
    display: flex;
}

.form-dark-styling {
    background-color: var(--dark-gray-900);
    border-radius: 48px;
    max-width: 700px;
    padding: 24px 32px;
}

.html-embed-20,
.html-embed-21 {
    display: none;
}

.round-image {
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    height: 300px;
}

.flex-block-33 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.flex-block-35 {
    justify-content: center;
}

.flex-block-36.gap24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.hidden-ga {
    display: none;
}

.flex-block-37 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 40px;
    padding-right: 10px;
}

.carousel_container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
}

.reviews_container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--dark-grey-brand);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
}

.review-image {
    object-fit: contain;
    max-width: none;
    height: 300px;
}

.div-block-35 {
    align-self: auto;
}

.div-block-36 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.div-block-37 {
    align-self: flex-end;
}

.close_modal2-button-2 {
    color: #fafafc;
    font-size: 48px;
    line-height: 100%;
}

.div-block-38 {
    align-self: center;
}

.video-container-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
            0,
            1fr
        );
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.html-embed-22 {
    width: 100%;
}

.flex-block-38 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
}

.image-121 {
    width: 300px;
    margin-bottom: 48px;
}

.div-block-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
            0,
            1fr
        );
    grid-auto-columns: 1fr;
    display: grid;
}

.flex-block-40 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.link-6 {
    color: var(--dark-gray-800);
    text-decoration: underline;
}

.div-block-42 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--brand-white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    padding-top: 50px;
    display: flex;
}

.image-122 {
    color: var(--white);
    margin-bottom: 48px;
}

.flex-block-41 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--dark-grey-brand);
    border-radius: 12px;
    margin-top: 48px;
    padding: 24px 36px;
}

.bg-color-orange {
    background-color: #f8a100;
}

.c-magnetic-btn-link {
    color: #333;
    border-radius: 40px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.button-pulse-animation {
    clear: none;
}

.heading-70 {
    color: var(--white);
    font-weight: 400;
}

.paragraph-24 {
    color: var(--dark-grey);
    font-weight: 400;
}

.banner-embed {
    background-color: var(--brand-black);
    color: var(--secondary-dark-grey-brand);
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
}

.word-break {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.flex-block-43 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.flex-block-44 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 420px;
}

.hide-desktop {
    display: none;
}

.flex-block-45 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--light-gray-brand);
    border-radius: 24px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 32px;
}

.flex-block-46 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: stretch;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.image-123 {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.image-124 {
    width: 200px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-700 {
    max-width: 700px;
}

.div-block-47 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.underline {
    text-decoration: underline;
}

.image-125 {
    width: 50%;
}

.flex-block-49 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
}

.nav-menu-two-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
}

.new-header-link {
    font-size: 0.85rem;
    line-height: 100%;
}

.nav-dropdown-toggle-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    letter-spacing: 0.25px;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    position: relative;
}

.nav-dropdown-toggle-copy:hover {
    color: #1a1b1fbf;
}

.nav-dropdown-toggle-copy:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-copy[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-copy {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
}

.list-item-copy {
    align-items: flex-end;
    height: 100%;
}

.nav-dropdown-icon-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: static;
}

.button-primary-copy {
    background-color: var(--elopage-green-web);
    color: var(--brand-black);
    text-transform: none;
    border-radius: 2000px;
    padding: 12px 24px;
    transition: all 0.2s;
}

.button-primary-copy:hover {
    color: #fff;
}

.button-primary-copy:active {
    background-color: #43464d;
}

.nav-link-2-copy {
    color: var(--brand-black);
    letter-spacing: 0.25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.nav-link-2-copy:hover {
    color: var(--menu-items-hover);
}

.nav-link-2-copy:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link-2-copy[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.p-navbar-copy {
    z-index: 99;
    background-color: var(--neutral-white);
    color: #000004;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-right: 24px;
    padding-left: 24px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 0 4px 20px -4px #0003;
}

.paragraph-25 {
    padding-bottom: 0;
    transform: translate(0, 90px);
}

.body-406 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.margin-top-auto {
    margin-top: auto;
}

.margin-top-auto.container-flex-v--left-top.container-gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.min-height-700 {
    min-height: 700px;
}

.font-margin-bot-32 {
    margin-bottom: 32px;
}

.div-block-49 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    display: grid;
}

.flex-block-53 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 500px;
}

.greator-form-field {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--neutral-white) transparent;
    color: var(--dark-grey-brand);
    background-color: #0000;
    width: 100%;
    padding-left: 0;
}

.greator-form-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.greator-form-col,
.greator-form {
    width: 100%;
}

.greator-form-button {
    background-color: var(--brand-black);
    color: var(--brand-white);
    border-radius: 2000px;
    padding: 12px 32px;
}

.error-message-4 {
    background-color: var(--crimson);
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-block-16 {
    color: var(--neutral-white);
}

.flex-block-56 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.div-block-52 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 1232px;
    display: grid;
}

.flex-block-57 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.lessons {
    flex-direction: column;
    justify-content: center;
    padding: 104px 80px;
    display: flex;
}

.lessons.hub {
    background-color: var(--white-smoke);
}

.hub-grid {
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.hub-header {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 48px;
    display: grid;
}

.hub-header-title.space-behind {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.hub-header-title.space-behind.left {
    grid-row-gap: 24px;
}

.hub-lessons-row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
}

.hub-lessons-grid-link {
    cursor: default;
}

.hub-lessons-grid-link-div {
    background-color: var(--white);
    border-radius: 24px;
    padding: 16px 24px 40px;
}

.lesson-img {
    width: 100%;
    height: auto;
}

.lessons-texts {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.lessons-body.center {
    color: #454b50;
    text-align: center;
}

.adjust-height {
    display: none;
}

.lessons-headline {
    font-weight: 600;
}

.lessons-headline.center {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
}

.link-8,
.link-9 {
    color: var(--medium-sea-green2);
    text-decoration: underline;
}

.logo-ablefy {
    width: 160px;
}

.body-407 {
    background-color: #141619;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.launch-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    height: 90vh;
    min-height: auto;
    max-height: none;
    display: flex;
}

.launch-text-part {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.launch-countdown-part {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    display: flex;
}

.timer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #20282ebf;
    border: 3px solid #2bf996;
    border-radius: 0 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 24px;
    padding: 16px 32px;
    display: flex;
}

.shape-top {
    flex-flow: row;
    width: 100%;
    height: 200px;
    display: flex;
}

.shape-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 50vh;
    display: grid;
}

.shape-bottom-square {
    position: relative;
}

.image-128,
.image-129 {
    width: 100%;
}

.shape-mid {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
}

.shape-top-fixed {
    background-color: #21282f;
    height: auto;
    display: block;
}

.shape-top-flex {
    background-color: #21282f;
    width: 100%;
    display: flex;
}

.logo-left {
    width: 32px;
    height: 32px;
    margin-top: 32px;
    margin-left: 32px;
    position: absolute;
    inset: 0% auto auto 0%;
}

.text-area {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 720px;
    margin-left: 0;
    display: flex;
}

.launch-body {
    color: #c7c7c7;
    font-size: 16px;
    line-height: 140%;
}

.launch-body.countdown {
    text-align: center;
}

.launch-link {
    margin-top: 8px;
    margin-right: auto;
    display: none;
}

.launch-button-cta {
    color: #000004;
    text-align: center;
    cursor: pointer;
    border: 1.5px #454b50;
    border-radius: 10000px;
    margin-bottom: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.launch-button {
    cursor: pointer;
    background-color: #2bff99;
    border-radius: 300px;
    padding: 12px 24px;
}

.launch-button:hover {
    background-color: #17df87;
}

.launch-button.top-margin-32 {
    width: auto;
    margin-top: 32px;
}

.launch-button.top-margin-32.tight {
    align-self: flex-start;
    width: auto;
    margin-top: 0;
    display: inline-block;
}

.claim-mobile {
    width: 100%;
    display: none;
}

.launch-countdown {
    justify-content: flex-start;
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
    position: relative;
    left: -2vw;
}

.launch-countdown.final {
    left: -1vw;
}

.launch-countdown.final.post {
    background-color: var(--secondary-dark-grey-brand);
    justify-content: center;
    width: 100%;
    padding: 2vh 1vw;
    display: none;
    left: 0;
}

.launch-countdown-digit {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1;
}

.launch-countdown-digit._3 {
    color: #141414;
    font-size: 8vw;
}

.launch-countdown-digit._3.hero {
    font-size: 7vw;
}

.launch-countdown-digit._3.hero.post {
    color: var(--white-smoke);
    font-size: 3.5vw;
    font-weight: 400;
}

.time-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: flex;
}

.big-number {
    color: var(--white-smoke);
    text-align: center;
    -webkit-text-stroke-color: var(--white-smoke);
    font-family: Esklarheitelopage2, sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.2;
}

.big-number.glow-text {
    text-shadow: 0 0 20px var(--baby-blue);
    margin-bottom: 0;
}

.text-block-17 {
    text-align: center;
    font-family: Inconsolata, monospace;
    font-size: 18px;
    line-height: 1.5;
}

.countdown-headline {
    color: #fe2bbf;
    text-align: center;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}

.countdown-headline.countdown {
    text-align: center;
}

.bold-text-4 {
    color: var(--neon-pink);
    font-weight: 400;
}

.code-embed {
    flex: 0 auto;
    display: none;
}

.text-span-32 {
    color: #f3f3f3;
}

.launch-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.launch-links-text-body {
    color: #141619;
    font-size: 16px;
    text-decoration: underline;
}

.launch-footer {
    z-index: 3001;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #141619;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 24px 32px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.launch-footer.demo {
    justify-content: flex-end;
    width: auto;
    position: static;
}

.div-block-54 {
    height: 5px;
}

.launch-footer-fixed {
    z-index: 3001;
    background-color: #141619;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10vh;
    margin-top: 0;
    padding: 24px 32px;
    display: flex;
    position: relative;
    bottom: 0;
}

.launch-footer-fixed.demo {
    justify-content: flex-end;
    width: auto;
    position: static;
}

.bold-text-5,
.bold-text-6 {
    font-family: Esklarheitelopage2, sans-serif;
}

.body-404-page {
    color: var(--dark-gray-800);
    text-align: center;
    font-size: 16px;
}

.image-130 {
    height: 40px;
}

.image-131 {
    width: 136px;
}

.submit-button-3 {
    color: #000004;
    background-color: #18ca7b;
    border-radius: 50px;
    align-self: stretch;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    transition: all 0.2s;
}

.submit-button-3:hover {
    background-color: #17df87;
}

.x-demo-buchen-2 {
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 32px;
    display: flex;
}

.form-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.form-5.demo-form {
    align-items: flex-start;
}

.error-message-5 {
    background-color: #0000;
    padding: 0;
}

.x-content-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
}

.l-9 {
    color: #000004;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.l-9.demo-body {
    color: #454b50;
}

.l-9.demo-body.form {
    align-items: flex-start;
    font-weight: 500;
}

.l-9.left.normal {
    color: #454b50;
    font-weight: 400;
}

.headings-h4-semibold-2 {
    color: #000004;
    font-size: 28px;
}

.headings-h4-semibold-2.center {
    text-align: center;
    line-height: 140%;
}

.headingsh1semibold-2 {
    color: #000004;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 110%;
}

.success-message-3 {
    background-color: #141619;
    padding-left: 0;
}

.text-field-2 {
    color: #6e6e6e;
    background-color: #0000;
    border: 1px solid #0000;
    border-bottom-color: #a5a6a8;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.text-field-2:active {
    border-top-color: #0000;
    border-left-color: #0000;
    border-right-color: #0000;
}

.text-field-2:focus {
    border-color: #0000 #0000 #a5a6a8;
}

.lottie-anim-banner {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 300px;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
}

.select-field-2 {
    color: #6e6e6e;
    background-color: #f0f1f6;
    border: 1px solid #f0f1f6;
    border-bottom-color: #a5a6a8;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 16px;
    line-height: 140%;
}

.footer-5 {
    z-index: 3001;
    background-color: #f0f1f6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 24px 80px;
    display: flex;
    position: relative;
}

.footer-5.demo {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: static;
}

.footer-content-3 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.spacer-header {
    height: 50px;
}

.header-bf-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--neon-pink);
    border: 0 solid #20282f00;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
}

.header-fill {
    align-self: center;
    max-width: none;
    height: 100%;
    position: fixed;
    inset: 0%;
}

.floating-label {
    width: 16vw;
    max-width: none;
    display: none;
    position: absolute;
    inset: 9% 4% auto auto;
    overflow: visible;
}

.button-container {
    margin-top: 32px;
    margin-bottom: 32px;
}

.countdown-body-black-friday {
    color: var(--neon-pink);
    text-align: center;
    -webkit-text-stroke-color: var(--brand-black);
    font-size: 16px;
    line-height: 140%;
}

.countdown-body-black-friday.countdown {
    color: #ff2abf;
    text-align: center;
}

.launch-body-copy {
    color: #c7c7c7;
    font-size: 16px;
    line-height: 140%;
}

.launch-body-copy.countdown {
    text-align: center;
}

.timer-container-bf {
    z-index: 9;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #20282ed1;
    border: 3px solid #2bf996;
    border-radius: 0 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 463px;
    height: auto;
    margin-bottom: 24px;
    padding: 16px 32px;
    display: flex;
    position: relative;
}

.launch-footer-fixed-bf {
    z-index: 103;
    background-color: var(--secondary-dark-grey-brand);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10vh;
    margin-top: 0;
    padding: 24px 32px;
    display: flex;
    position: relative;
    bottom: 0;
}

.launch-footer-fixed-bf.demo {
    justify-content: flex-end;
    width: auto;
    position: static;
}

.offer-section {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.offer-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: relative;
}

.offer-block.leaf-container-bf {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.offer-block.leaf-container-bf.container-off {
    border-width: 0;
}

.offer-block.leaf-container-bf.container-off.webinar {
    justify-content: flex-start;
    align-items: center;
}

.offer-block.leaf-container-bf.webinar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-width: 0;
    border-radius: 0 60px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 500px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.offer-block.leaf-container-bf.end-leaf {
    max-width: 450px;
}

.offer-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: 350px;
    position: relative;
}

.offer-wrapper.vert {
    flex-flow: column;
}

.offer-wrapper.mod {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
}

.offer-wrapper.off {
    display: none;
}

.flex-spacer {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    position: relative;
}

.flex-spacer.faq {
    height: 100px;
}

.flex-spacer.mid {
    width: 100%;
    min-width: 47%;
    height: 6px;
    min-height: 0;
    line-height: 12px;
}

.body-bf {
    background-color: var(--secondary-dark-grey-brand);
}

.body-bf.inner-shadow {
    box-shadow: inset 0 2px 20px 20px #0000001f;
}

.header-image-bf {
    z-index: 10;
    width: 100%;
    max-height: 30vh;
    display: none;
    position: relative;
}

.leaf-container-bf {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #20282ebf;
    border: 3px solid #2bf996;
    border-radius: 60px 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 24px;
    padding: 16px 32px;
    display: flex;
}

.leaf-container-bf.viz {
    display: none;
}

.neon {
    color: var(--neon-pink);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.neon.green {
    color: var(--neon-green-brand);
    text-align: left;
    text-shadow: 0 0 9px var(--neon-green-shadow);
    justify-content: flex-start;
    align-items: center;
    max-width: 600px;
    margin-top: 12px;
}

.neon.green.cta-text-3 {
    text-shadow: none;
    margin-bottom: 12px;
}

.neon.green.faq-header {
    text-align: left;
}

.text-block-18 {
    color: var(--white-smoke);
    text-shadow: 0 0 9px var(--baby-blue);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 375px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
}

.rich-text-block {
    width: 100%;
    max-width: 375px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
}

.list-7 {
    color: var(--white-smoke);
    overflow: visible;
}

.img133 {
    margin-top: 36px;
}

.image-133 {
    width: 80.8181%;
    max-width: 750px;
    margin-top: 32px;
}

.image-134 {
    display: none;
}

.container-3 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.accordion-neon {
    background-color: #fafafc;
    border-top: 0 #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 104px 104px;
    display: flex;
}

.accordion-neon.x-post-faq.nopadding {
    padding-left: 20px;
    padding-right: 20px;
}

.accordion-neon.x-post-faq.no-margin {
    padding-left: 0;
    padding-right: 0;
}

.accordion-neon.x-post-faq.margin-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.accordion-neon.x-post-faq-neon {
    background-color: var(--secondary-dark-grey-brand);
}

.accordion-neon.x-post-faq-neon.nopadding {
    padding-left: 20px;
    padding-right: 20px;
}

.accordion-neon.x-post-faq-neon.no-margin {
    padding-left: 0;
    padding-right: 0;
}

.accordion-neon.x-post-faq-neon.margin-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.div-block-55 {
    width: 100%;
    height: 48px;
    display: flex;
}

.icon-accordion-neon {
    border: 1.5px solid var(--white-smoke);
    border-radius: 3000px;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    padding: 8px;
    display: flex;
}

.icon-accordion-neon:hover {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.accordion__bar-vert-neon {
    background-color: var(--white-smoke);
    color: var(--white-smoke);
    -webkit-text-stroke-color: var(--white-smoke);
    width: 2px;
    height: 100%;
    position: absolute;
}

.accordion__bar-hor-neon {
    background-color: var(--white-smoke);
    color: var(--neon-green-brand);
    width: 100%;
    height: 2px;
}

.accordion-item-neon {
    border-top: 1px solid var(--baby-blue-grey);
    border-radius: 0;
    width: 100%;
    max-width: none;
    position: relative;
}

.accordion-item-neon.stroke-off {
    border: 1px #000;
}

.p-neon {
    color: var(--white-smoke);
}

.code-embed-bf {
    flex: 0 auto;
    display: none;
}

.div-block-56 {
    z-index: 12;
    margin-top: 12px;
    display: flex;
    position: relative;
}

.bold-text-7 {
    text-align: left;
    width: 100%;
    max-width: 100%;
}

.countdown-headline-copy {
    color: #fe2bbf;
    text-align: center;
    max-width: 500px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    display: flex;
}

.countdown-headline-copy.countdown {
    text-align: center;
}

.big-text {
    color: var(--white-smoke);
    text-align: center;
    -webkit-text-stroke-color: var(--white-smoke);
    font-family: Esklarheitelopage2, sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.2;
}

.big-text.glow-text {
    text-align: center;
    text-shadow: 0 0 20px #63cbffc9;
    margin-bottom: 0;
}

.big-text.glow-text.big-text-mod {
    font-size: 48px;
}

.text-block-19 {
    color: var(--white-smoke);
    padding-top: 16px;
    padding-bottom: 32px;
}

.list-8 {
    color: var(--white-smoke);
    width: auto;
    padding-left: 12px;
    line-height: 24px;
}

.flex-block-58 {
    justify-content: center;
    align-items: center;
    margin: 24px 48px;
}

.countdown-headline-copy-copy {
    color: #fe2bbf;
    text-align: center;
    max-width: 50%;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    display: flex;
}

.countdown-headline-copy-copy.countdown {
    text-align: center;
}

.highlight-button-div-copy {
    text-align: center;
    cursor: pointer;
    background-color: #2bff99;
    border-radius: 300px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 12px 36px;
}

.highlight-button-div-copy:hover {
    background-color: #17df87;
}

.highlight-button-div-copy.top-navi {
    background-color: #17df87;
    display: none;
}

.highlight-button-div-copy.top-navi:hover {
    background-color: #00dc6b;
}

.highlight-button-div-copy.top-navi.mobile,
.highlight-button-div-copy.top-navi.mobile._3-0 {
    display: none;
}

.highlight-button-div-copy.top-navi._3-0 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
}

.highlight-button-div-copy.top-navi.masterclass {
    display: block;
}

.highlight-button-div-copy.top-margin-32 {
    width: auto;
    margin-top: 32px;
}

.highlight-button-div-copy.top-margin-32.x,
.highlight-button-div-copy.top-margin-32.masterclass {
    align-self: flex-start;
    width: auto;
    margin-top: 0;
    display: inline-block;
}

.highlight-button-div-copy.top-margin-32.masterclass.cta {
    align-self: center;
}

.highlight-button-div-copy.highlight-button.x-100 {
    width: 100%;
}

.highlight-button-div-copy.highlight-button.main-form {
    margin-top: 16px;
}

.highlight-button-div-copy.call-cta {
    background-color: var(--neon-pink);
}

.section-5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 850px;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
}

.cta-text {
    color: var(--white-smoke);
    margin-bottom: -19px;
}

.button-container-copy {
    margin-top: 12px;
    margin-bottom: 32px;
}

.flex-block-58-copy {
    justify-content: center;
    align-items: center;
    margin: 24px 48px;
}

.bold-text-8 {
    text-align: left;
}

.countdown-headline-copy-copy-copy {
    color: var(--baby-blue-grey);
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Esklarheitelopage, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    display: flex;
}

.countdown-headline-copy-copy-copy.countdown {
    text-align: center;
}

.section-5-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 850px;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
}

.text-block-19-copy {
    color: var(--white-smoke);
    padding-top: 16px;
    padding-bottom: 16px;
}

.flex-block-59 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    overflow: clip;
}

.timer-cta-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.div-block-57 {
    z-index: 102;
    background-color: #e40505;
    margin-bottom: 0;
    position: fixed;
    inset: 0% 0% 0% auto;
}

.sticky-cta {
    z-index: 110;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 2px 5px #00000054);
    border-radius: 0 24px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 200px;
    height: auto;
    margin-bottom: 12px;
    margin-right: 12px;
    padding: 12px;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
}

.link-block-16 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.paragraph-26 {
    width: 100%;
}

.flex-block-60 {
    width: 100%;
    height: auto;
}

.leaf-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-top-right-radius: 48px;
    border-bottom-left-radius: 48px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 36px;
}

.leaf-container.mod {
    border-top-right-radius: 48px;
    border-bottom-left-radius: 48px;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}

.leaf-container.mod.flip {
    border-radius: 60px 0;
    justify-content: center;
    align-items: center;
    height: auto;
}

.leaf-container.mod.alt1 {
    border-radius: 48px 0;
}

.leaf-container.mod.alt2 {
    border-radius: 60px 0;
}

.leaf-container.invert {
    filter: none;
    border-bottom-left-radius: 0;
    max-width: 800px;
    padding: 24px 48px;
    box-shadow: inset 0 -6px 14px 2px #7ca0b321, inset 0 7px 11px 7px #0000004d;
}

.leaf-container.invert.shape3 {
    border-bottom-left-radius: 60px;
}

.leaf-container.invert.shape3.header {
    z-index: 7;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 72px;
    position: relative;
}

.leaf-container.invert.faq-leaf {
    border-top-right-radius: 0;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    max-width: none;
    height: auto;
    margin-bottom: 16px;
}

.leaf-container.flip {
    border-radius: 60px 0;
}

.heading-72 {
    color: var(--baby-blue-grey);
}

.heading-72.green {
    color: var(--neon-green-brand);
}

.heading-73 {
    color: var(--neon-green-brand);
    display: flex;
}

.text-block-20 {
    color: var(--neon-green-brand);
    font-size: 16px;
    line-height: 24px;
}

.text-block-20.white {
    color: var(--white-smoke);
}

.text-block-20-copy {
    color: var(--white-smoke);
    font-size: 16px;
    font-weight: 400;
    display: flex;
}

.list-item-7 {
    color: var(--white-smoke);
    -webkit-text-stroke-color: var(--white-smoke);
}

.flex-block-61 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
}

.flex-block-62 {
    width: 100%;
    height: 100%;
}

.flex-block-63 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 800px;
}

.bold-text-9 {
    color: var(--white-smoke);
}

.bold-text-9.header {
    text-align: center;
}

.image-135 {
    width: 462.852px;
    display: block;
}

.flex-block-64 {
    width: auto;
    height: auto;
    display: block;
}

.flex-block-64.leaf-container {
    height: auto;
    display: block;
}

.flex-block-64.leaf-container.leaf-stretch {
    border-radius: 60px 0;
}

.flex-block-65 {
    background-color: #20282ea1;
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
}

.bold-text-4-copy {
    color: var(--white-smoke);
    font-weight: 400;
}

.countdown-body-black-friday-copy {
    color: var(--white-smoke);
    text-align: center;
    -webkit-text-stroke-color: var(--brand-black);
    font-size: 16px;
    line-height: 140%;
}

.countdown-body-black-friday-copy.countdown {
    color: #ff2abf;
    text-align: center;
}

.heading-73-copy {
    color: var(--neon-green-brand);
    display: none;
}

.image-136 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.offer-wrapper-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: 430px;
    position: relative;
}

.offer-wrapper-3.vert {
    flex-flow: column;
}

.offer-wrapper-3.mod {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.offer-wrapper-3.off {
    display: none;
}

.div-block-58 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    height: 100%;
    display: flex;
}

.leaf-container-pic {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 36px;
}

.leaf-container-pic.mod {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
}

.leaf-container-pic.mod.flip {
    border-radius: 60px 0;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 24px 12px;
}

.leaf-container-pic.invert {
    filter: none;
    border-bottom-left-radius: 0;
    max-width: 800px;
    padding: 24px 48px;
    box-shadow: inset 0 -6px 14px 2px #7ca0b321, inset 0 7px 11px 7px #0000004d;
}

.leaf-container-pic.invert.shape3 {
    border-bottom-left-radius: 60px;
}

.flex-block-66 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 100%;
}

.leaf-container-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-radius: 60px 0;
    flex-flow: column;
    width: 100px;
    height: 100%;
    padding: 36px;
}

.leaf-container-small.mod {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
}

.leaf-container-small.mod.flip {
    border-radius: 60px 0;
    justify-content: center;
    align-items: center;
    height: auto;
}

.leaf-container-small.invert {
    filter: none;
    border-bottom-left-radius: 0;
    max-width: 800px;
    padding: 24px 48px;
    box-shadow: inset 0 -6px 14px 2px #7ca0b321, inset 0 7px 11px 7px #0000004d;
}

.leaf-container-small.invert.shape3 {
    border-bottom-left-radius: 60px;
}

.leaf-container-decoration {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 36px;
}

.leaf-container-decoration.mod {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
}

.leaf-container-decoration.mod.flip {
    border-radius: 60px 0;
    justify-content: center;
    align-items: center;
    height: auto;
}

.leaf-container-decoration.invert {
    filter: none;
    border-bottom-left-radius: 0;
    max-width: 800px;
    padding: 24px 48px;
    box-shadow: inset 0 -6px 14px 2px #7ca0b321, inset 0 7px 11px 7px #0000004d;
}

.leaf-container-decoration.invert.shape3 {
    border-bottom-left-radius: 60px;
}

.div-block-58-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    height: 100%;
    display: flex;
}

.flex-block-66-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    height: 100%;
}

.offer-wrapper-3-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: 260px;
    position: relative;
}

.offer-wrapper-3-copy.vert {
    flex-flow: column;
}

.offer-wrapper-3-copy.mod {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.offer-wrapper-3-copy.off {
    display: none;
}

.offer-wrapper-3-copy.section-2 {
    height: 180px;
}

.flex-block-66-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
    height: 100%;
}

.leaf-container-small-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-radius: 0 0 0 60px;
    flex-flow: column;
    width: 100px;
    height: 100px;
    padding: 36px;
    display: block;
}

.leaf-container-decoration-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-top-right-radius: 0;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 36px;
}

.deal-leaf {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: 100%;
    position: relative;
}

.deal-leaf.vert {
    flex-flow: column;
}

.deal-leaf.mod {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.deal-leaf.off {
    display: none;
}

.deal-leaf.bottom {
    flex-flow: column-reverse;
}

.div-block-58-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    height: 100%;
    display: flex;
}

.flex-block-66-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    height: 100%;
}

.flex-block-66-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 66%;
    height: 100%;
}

.div-block-58-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    width: 100%;
    height: 90px;
    display: none;
}

.flex-block-67 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.flex-block-66-copy-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 66%;
    height: 100%;
}

.div-block-58-copy-copy-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 90px;
    display: none;
}

.leaf-container-decoration-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 36px;
}

.leaf-container-decoration-copy.mod {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
}

.leaf-container-decoration-copy.mod.flip {
    border-radius: 60px 0;
    justify-content: center;
    align-items: center;
    height: auto;
}

.leaf-container-decoration-copy.invert {
    filter: none;
    border-bottom-left-radius: 0;
    max-width: 800px;
    padding: 24px 48px;
    box-shadow: inset 0 -6px 14px 2px #7ca0b321, inset 0 7px 11px 7px #0000004d;
}

.leaf-container-decoration-copy.invert.shape3 {
    border-bottom-left-radius: 60px;
}

.leaf-container-decoration-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-top-right-radius: 60px;
    border-bottom-left-radius: 0;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 36px;
}

.leaf-container-small-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-radius: 100px;
    flex-flow: column;
    width: 100px;
    height: 100%;
    padding: 36px;
}

.leafs-align-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 90px;
    display: none;
}

.leafs-align-bottom.left {
    justify-content: flex-start;
    align-items: center;
}

.leafs-align-bottom.hide-leaf.left {
    display: none;
}

.leaf-container-small-copy-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-radius: 60px 0 0;
    flex-flow: column;
    width: 100px;
    height: 100%;
    padding: 36px;
}

.leaf-container-decoration-copy-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-top-right-radius: 0;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 0;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 36px;
}

.leaf-container-decoration-copy-copy-copy.mod {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
}

.leaf-container-decoration-copy-copy-copy.mod.flip {
    border-radius: 60px 0;
    justify-content: center;
    align-items: center;
    height: auto;
}

.leaf-container-decoration-copy-copy-copy.invert {
    filter: none;
    border-bottom-left-radius: 0;
    max-width: 800px;
    padding: 24px 48px;
    box-shadow: inset 0 -6px 14px 2px #7ca0b321, inset 0 7px 11px 7px #0000004d;
}

.leaf-container-decoration-copy-copy-copy.invert.shape3 {
    border-bottom-left-radius: 60px;
}

.leaf-container-small-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-radius: 60px 0 0;
    flex-flow: column;
    width: 100px;
    height: 100%;
    padding: 36px;
}

.leaf-container-small-copy.mod {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
}

.leaf-container-small-copy.mod.flip {
    border-radius: 60px 0;
    justify-content: center;
    align-items: center;
    height: auto;
}

.leaf-container-small-copy.invert {
    filter: none;
    border-bottom-left-radius: 0;
    max-width: 800px;
    padding: 24px 48px;
    box-shadow: inset 0 -6px 14px 2px #7ca0b321, inset 0 7px 11px 7px #0000004d;
}

.leaf-container-small-copy.invert.shape3 {
    border-bottom-left-radius: 60px;
}

.faq-question {
    color: var(--white-smoke);
}

.accordion__content-wrap-old {
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0 24px;
    display: block;
    position: relative;
    overflow: hidden;
}

.accordion__content-wrap-old.new-style {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.text-block-20-copy {
    color: var(--neon-green-brand);
    font-size: 16px;
    line-height: 24px;
}

.text-block-20-copy.white {
    color: var(--white-smoke);
    display: none;
}

.flex-block-62-copy {
    width: 100%;
    height: 100%;
    display: none;
}

.text-block-20-copy-copy {
    color: var(--white-smoke);
    font-size: 16px;
    font-weight: 400;
    display: flex;
}

.heading-72-copy {
    color: var(--white-smoke);
}

.heading-72-copy.green {
    color: var(--neon-green-brand);
    display: none;
}

.leaf-heading-4 {
    color: var(--baby-blue-grey);
    text-decoration: none;
}

.leaf-heading-4.green {
    color: var(--neon-green-brand);
}

.leaf-heading-4.strikethru {
    text-decoration: line-through;
}

.div-block-59 {
    height: 100%;
}

.leaf-container-small-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-radius: 0 60px;
    flex-flow: column;
    width: 100px;
    height: 100px;
    padding: 36px;
    display: block;
}

.leaf-container-small-copy-copy.mod {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
}

.leaf-container-small-copy-copy.mod.flip {
    border-radius: 60px 0;
    justify-content: center;
    align-items: center;
    height: auto;
}

.leaf-container-small-copy-copy.invert {
    filter: none;
    border-bottom-left-radius: 0;
    max-width: 800px;
    padding: 24px 48px;
    box-shadow: inset 0 -6px 14px 2px #7ca0b321, inset 0 7px 11px 7px #0000004d;
}

.leaf-container-small-copy-copy.invert.shape3 {
    border-bottom-left-radius: 60px;
}

.leaf-container-decoration-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    flex-flow: column;
    width: 66%;
    height: 100%;
    padding: 36px;
}

.leaf-container-decoration-copy-copy.mod {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
}

.leaf-container-decoration-copy-copy.mod.flip {
    border-radius: 60px 0;
    justify-content: center;
    align-items: center;
    height: auto;
}

.leaf-container-decoration-copy-copy.invert {
    filter: none;
    border-bottom-left-radius: 0;
    max-width: 800px;
    padding: 24px 48px;
    box-shadow: inset 0 -6px 14px 2px #7ca0b321, inset 0 7px 11px 7px #0000004d;
}

.leaf-container-decoration-copy-copy.invert.shape3 {
    border-bottom-left-radius: 60px;
}

.leaf-container-small-copy-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--secondary-dark-grey-brand);
    filter: drop-shadow(0 -6px 6px #7ca0b321) drop-shadow(0 7px 9px #0000004d);
    border-radius: 60px 0;
    flex-flow: column;
    width: 100px;
    height: 100px;
    padding: 36px;
    display: block;
}

.leaf-container-small-copy-copy-copy.mod {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
}

.leaf-container-small-copy-copy-copy.mod.flip {
    border-radius: 60px 0;
    justify-content: center;
    align-items: center;
    height: auto;
}

.leaf-container-small-copy-copy-copy.invert {
    filter: none;
    border-bottom-left-radius: 0;
    max-width: 800px;
    padding: 24px 48px;
    box-shadow: inset 0 -6px 14px 2px #7ca0b321, inset 0 7px 11px 7px #0000004d;
}

.leaf-container-small-copy-copy-copy.invert.shape3 {
    border-bottom-left-radius: 60px;
}

.flex-block-68 {
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
}

.image-137 {
    border-top-left-radius: 36px;
    border-bottom-right-radius: 36px;
}

.flex-block-69 {
    height: 36px;
}

.flex-block-70 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.flex-block-71 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.lottie-animation-15 {
    width: 100%;
}

.grid-anim-embed {
    z-index: 1;
    position: absolute;
}

.grid-anim-embed-2 {
    z-index: 1;
    position: relative;
}

.lottie-animation-16 {
    position: relative;
}

@media screen and (min-width: 1280px) {
    .sm-icon {
        width: 40px;
        height: 40px;
    }

    .people_subscrived.m {
        margin-top: 32px;
    }

    .l.left.cool-gray-400.special-x {
        width: 60%;
    }

    .footer._404 {
        margin-top: auto;
        padding-left: 24px;
        padding-right: 24px;
        position: static;
        inset: auto 0% 0%;
    }

    .p-price-plan {
        display: none;
    }

    .container.db._2 {
        align-items: flex-start;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .body-14 {
        align-items: stretch;
    }

    .db-features_holder {
        margin-top: 16px;
    }

    .company-image-item {
        height: 20px;
    }

    .holder-company-div {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        justify-content: flex-start;
        display: flex;
    }

    .navibar {
        padding-left: 144px;
        padding-right: 144px;
    }

    .navibar-container {
        width: auto;
    }

    .all-in-one-plattform {
        padding-left: 144px;
        padding-right: 144px;
    }

    .h2-semibold.black.left.white {
        color: #fafafc;
    }

    .h2-semibold.left.hyphens {
        display: none;
    }

    .h2-semibold.faq {
        margin-bottom: 64px;
    }

    .h2-semibold.platform {
        margin-bottom: 80px;
    }

    .l-3.bot-margin-8.normal.dark-gray-200,
    .l-3.top-margin-16.light.strikethrough.dark-gray-200 {
        color: #d9dadb;
    }

    .h6-medium.bot-padding-16._100.white {
        color: #fafafc;
    }

    .h3-semibold.left.hyphens {
        display: block;
    }

    .h3-semibold.left.hyphens.bot-margin-24 {
        margin-bottom: 24px;
    }

    .produkte-kreieren,
    .zahlungen-abwickeln,
    .content-hub {
        padding-left: 144px;
        padding-right: 144px;
    }

    .faq-container {
        margin-bottom: 0;
    }

    .accordion {
        padding-left: 144px;
        padding-right: 144px;
    }

    .check {
        margin-top: 12px;
    }

    .service-hub,
    .community-program {
        padding-left: 144px;
        padding-right: 144px;
    }

    .testimonial-columns-2 {
        margin-left: 0%;
    }

    .testimonials-2 {
        padding-left: 0%;
    }

    .mask-2 {
        height: auto;
    }

    .testimonial-content-block {
        margin-right: 56px;
        padding-left: 144px;
    }

    .testimonial-author-wrap {
        height: 300px;
    }

    .cta-2 {
        height: 90vh;
        padding-left: 144px;
        padding-right: 144px;
    }

    .footer-2 {
        margin-top: 0;
        padding-left: 144px;
        padding-right: 144px;
    }

    .header-3 {
        padding-left: 144px;
        padding-right: 144px;
    }

    .verkaufsautomatisierung {
        height: 200px;
    }

    .services-hub-and-content {
        height: auto;
    }

    .plan-disclaimer-2.fixed-height.dark-gray-200 {
        color: #d9dadb;
    }

    .software-funktionen {
        height: 200px;
    }

    .integrations-block-2.higlighted {
        background-color: #21282e;
    }

    .check-small.dark-gray-200,
    .s-2.left.dark-gray-200 {
        color: #d9dadb;
    }

    .volumen-transaktionen {
        height: 200px;
    }

    .highlight-button-plan._100 {
        color: #000004;
        background-color: #2bff99;
        border-color: #2bff99;
    }

    .highlight-button-plan._100:hover {
        background-color: #a3ffd0;
        border-color: #a3ffd0;
    }

    .flexible-bezahloptionen-2,
    .highlights-2 {
        height: auto;
        padding-left: 144px;
        padding-right: 144px;
    }

    .h5-semibold.center.same-headline-height-sales {
        text-align: center;
    }

    .tab-link-tab-1.pay-as-you-go {
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .tab-link-tab-1.pay-as-you-go.w--current {
        height: auto;
    }

    .tab-link-tab-2.pay-as-you-go {
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .pay-as-you-go,
    .haufig-gestellte-fragen {
        height: auto;
        padding-left: 144px;
        padding-right: 144px;
    }

    .accordion-2 {
        padding-left: 144px;
        padding-right: 144px;
    }

    .produkte-von-dave {
        padding-left: 0%;
    }

    .ready-to-grow-content-block {
        margin-right: 56px;
        padding-left: 144px;
    }

    .ready-to-grow-wrap {
        height: 300px;
    }

    .footer-3,
    .header-2-3-0,
    .x-header {
        padding-left: 144px;
        padding-right: 144px;
    }

    .x-sticky-part {
        width: 30vw;
        margin-right: 144px;
        padding: 32px;
    }

    .x-form-title-holder {
        margin-bottom: 8px;
    }

    .x-form-item {
        margin-bottom: 16px;
    }

    .x-form-item.last {
        margin-bottom: 28px;
    }

    .x-was-ist-neu {
        padding-left: 144px;
        padding-right: 144px;
    }

    .mehr-fur-dich-div {
        margin-left: 0%;
    }

    .mehr-fur-dich-wrap {
        grid-row-gap: 24px;
        flex-direction: column;
        height: auto;
        display: flex;
    }

    .mehr-fur-dich-content {
        margin-right: 56px;
        padding-left: 144px;
    }

    .x-testimonials {
        align-items: center;
        padding-left: 144px;
        padding-right: 144px;
    }

    .das-ist-x {
        background-color: var(--medium-spring-green);
        background-position: -15vw;
        background-size: cover;
        padding-left: 144px;
        padding-right: 144px;
    }

    .x-cta,
    .feaures-section,
    .x-thank-you {
        padding-left: 144px;
        padding-right: 144px;
    }

    .x-social,
    .x-social-mobile {
        background-position: 150%;
        background-size: cover;
        padding-left: 144px;
        padding-right: 144px;
    }

    .sticky-copy {
        margin-bottom: 20px;
    }

    .x-was-ist-neu-mobile {
        padding-left: 144px;
        padding-right: 144px;
    }

    .x-featured-news {
        padding: 104px 144px 40px;
    }

    .image-60 {
        width: 100%;
    }

    .x-regular-news {
        padding-bottom: 40px;
        padding-left: 144px;
        padding-right: 144px;
    }

    .regular-news-list {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .html-embed-9 {
        display: none;
    }

    .x-post {
        padding: 104px 144px 80px;
    }

    .x-more-news {
        background-position: 150%;
        padding-bottom: 80px;
        padding-left: 144px;
        padding-right: 144px;
    }

    .more-news-list {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .rich-text-class-test {
        padding-left: 176px;
        padding-right: 176px;
    }

    .rich-text-class-test p {
        font-size: 16px;
    }

    .x-post-header {
        background-position: 50% 110%;
        padding-left: 144px;
        padding-right: 144px;
    }

    .x-post-feature {
        padding-left: 144px;
        padding-right: 144px;
    }

    .post-event-feature-video {
        margin-bottom: 80px;
        padding-bottom: 0;
    }

    .x-post-perks-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .x-post-perks-grid.cta {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 2.1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .x-post-perks-grid.cta.inverted {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-rows: auto;
        grid-template-columns: 2.1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .x-post-perks-grid.cta.special {
        grid-template-columns: 1fr 2.1fr;
    }

    .perk-img {
        height: auto;
    }

    .cta-in-grid.inkasso,
    .cta-in-grid.sales {
        grid-row-gap: 0px;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .cta-in-table-pic {
        height: 280px;
    }

    .cta-in-table-pic.inkasso {
        width: 480px;
    }

    .cta-in-table-pic.sales {
        width: 380px;
    }

    .x-post-cta {
        background-position: 50% -40%;
        padding-left: 144px;
        padding-right: 144px;
    }

    .cta-img-div {
        justify-content: center;
        height: 100%;
    }

    .divider-post {
        margin-left: auto;
        margin-right: auto;
    }

    .services {
        padding-left: 144px;
        padding-right: 144px;
    }

    .static-section-texts {
        margin-bottom: 0;
        margin-left: 144px;
        margin-right: 144px;
    }

    .platform-updates {
        background-color: var(--white);
        padding-left: 144px;
        padding-right: 144px;
    }

    .update-two-items {
        grid-column-gap: 64px;
        grid-row-gap: 64px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .update-item {
        align-items: flex-start;
    }

    .dashboard-3-columns.no-hover {
        display: block;
    }

    .dashboard-2-columns.no-hover {
        display: none;
    }

    .zahlungslinks-3-columns.no-hover {
        display: block;
    }

    .zahlungslinks-2-columns.no-hover {
        display: none;
    }

    .mobile-overview-mobile {
        background-position: 110%;
        background-size: contain;
        padding-left: 0%;
    }

    .sticky-navi-post {
        opacity: 0;
    }

    .services-content {
        grid-row-gap: 104px;
    }

    .mobile-alt {
        margin-bottom: 104px;
        margin-left: 144px;
        margin-right: 144px;
    }

    .cta-part-content {
        margin-left: 144px;
        margin-right: 144px;
    }

    .cta-img-div-alt {
        justify-content: center;
        align-self: center;
    }

    .link-block-14 {
        margin-right: 24px;
    }

    .demo-buchen-logo {
        height: 64px;
    }

    .x-event-call {
        height: auto;
        padding-top: 80px;
        padding-left: 144px;
        padding-right: 144px;
    }

    .x-event-item {
        grid-column-gap: 64px;
        grid-row-gap: 64px;
    }

    .trust-div {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        justify-content: flex-start;
        display: flex;
    }

    .nav-dropdown-link {
        font-size: 0.95rem;
    }

    .zl_header-container {
        box-shadow: none;
        padding-left: 80px;
        padding-right: 80px;
    }

    .post-event-watch-video {
        background-image: none;
    }

    .webinar-replay {
        margin-bottom: auto;
        padding-bottom: 0;
    }

    .post-event-watch-div {
        margin-bottom: auto;
        margin-left: 144px;
        margin-right: 144px;
    }

    .zl_menu {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }

    .zl_mega-menu-link-container {
        flex-basis: 30%;
    }

    .zl_mega-menu-link-container.last-child {
        flex-basis: 33%;
    }

    .masterclass-logo-text {
        font-size: 14px;
    }

    .masterclass-sticky {
        width: 30vw;
        margin-right: 144px;
        padding: 32px;
    }

    .masterclass-h,
    .masterclass-b {
        margin-bottom: 20px;
    }

    .additional-info-cta {
        flex-wrap: wrap;
    }

    .m-header {
        padding-bottom: 40px;
        padding-left: 144px;
        padding-right: 144px;
    }

    .m-sticky-mobile {
        padding-left: 144px;
        padding-right: 144px;
    }

    .sticky-mobile {
        width: 30vw;
        margin-right: 144px;
        padding: 32px;
    }

    .m-speakers {
        padding-left: 144px;
        padding-right: 144px;
    }

    .m-cta {
        background-color: var(--brand-black);
        color: var(--secondary-dark-grey-brand);
        background-image: none;
        height: auto;
        padding-left: 144px;
        padding-right: 144px;
    }

    .video-left-sub {
        grid-row-gap: 24px;
        flex-direction: column;
        height: auto;
        display: flex;
    }

    .video-right-wrap {
        background-color: #0000;
    }

    .video-left-content {
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .video-right-sub {
        grid-row-gap: 24px;
        flex-direction: column;
        height: auto;
        display: flex;
    }

    .video-on-right-section.combo {
        padding-left: 144px;
    }

    .video-right-content {
        margin-right: 56px;
        padding-left: 0;
    }

    .m-testimonials {
        align-items: center;
        padding-top: 0;
        padding-left: 144px;
        padding-right: 144px;
    }

    .footer-4 {
        margin-top: 0;
        padding-left: 144px;
        padding-right: 144px;
    }

    .m-features {
        padding-left: 144px;
        padding-right: 144px;
    }

    .masterclass-grid.top-margin-64._1 {
        grid-column-gap: 0px;
    }

    .masterclass-nav {
        font-size: 12px;
    }

    .image-84.cta-logo {
        height: auto;
    }

    .m-cta-2 {
        background-position: 50% -40%;
        padding-left: 144px;
        padding-right: 144px;
    }

    .m2-testimonials {
        padding-left: 0%;
    }

    .m2-mask {
        height: auto;
    }

    .webinar_header {
        z-index: 10;
        padding-left: 80px;
        padding-right: 80px;
    }

    .webinar_hero-column.right-side {
        justify-content: flex-end;
        padding-bottom: 32px;
        padding-left: 32px;
    }

    .body-18 {
        font-size: 16px;
        line-height: 24px;
    }

    .bg-color-bw.padding-64-48.container-flex-v--center-center.gap-64 {
        grid-row-gap: 64px;
    }

    .container-width-60.container-flex-v--left-top.gap20 {
        grid-row-gap: 20px;
    }

    .h2-title.font-text-center.mobile-text-left.large-screen-width {
        max-width: 750px;
    }

    .container-width-40.padding-left-60.sticky-col {
        right: 7%;
    }

    .flex-block-11 {
        grid-column-gap: 24px;
    }

    .body-404 {
        height: auto;
    }

    .header-404 {
        padding-left: 144px;
        padding-right: 144px;
    }

    .vertical-div-404 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .navibar-404 {
        padding-left: 144px;
        padding-right: 144px;
    }

    .navibar-404.navix.dark {
        justify-content: center;
        align-items: center;
    }

    .ms_hero {
        padding-left: 0;
        padding-right: 0;
    }

    .flex-block-44 {
        max-width: 453px;
    }

    .new-header-link {
        font-size: 0.95rem;
    }

    .lessons {
        padding-left: 144px;
        padding-right: 144px;
    }

    .hub-lessons-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .lesson-img {
        height: auto;
    }

    .launch-grid {
        background-color: #20282f;
        justify-content: center;
        align-items: center;
        max-height: none;
    }

    .text-area {
        justify-content: center;
        align-items: center;
        max-width: 800px;
    }

    .launch-body {
        font-size: 16px;
        display: flex;
    }

    .launch-link {
        margin-right: auto;
    }

    .bold-text-4 {
        line-height: 200%;
    }

    .launch-links-text-body:hover {
        color: #8a8a8a;
    }

    .launch-footer,
    .launch-footer-fixed {
        margin-top: 0;
        padding-left: 32px;
        padding-right: 32px;
    }

    .x-demo-buchen-2 {
        height: auto;
        padding-left: 144px;
        padding-right: 144px;
    }

    .footer-5 {
        margin-top: 0;
        padding-left: 144px;
        padding-right: 144px;
    }

    .footer-5.demo {
        padding-left: 80px;
        padding-right: 80px;
    }

    .spacer-header {
        flex-flow: row;
        height: 64px;
    }

    .header-bf-container {
        background-color: #20282f;
        justify-content: center;
        align-items: center;
        max-height: none;
    }

    .countdown-body-black-friday {
        font-size: 16px;
    }

    .launch-body-copy {
        font-size: 16px;
        display: flex;
    }

    .launch-footer-fixed-bf {
        margin-top: 0;
        padding-left: 32px;
        padding-right: 32px;
    }

    .flex-spacer.img-bg {
        background-image: url("../images/grid_1.png");
        background-position: 50%;
        background-size: auto;
        width: 100%;
        height: 1200px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        overflow: visible;
    }

    .accordion-neon {
        padding-left: 144px;
        padding-right: 144px;
    }

    .countdown-headline-copy {
        margin-top: -19px;
    }

    .text-block-19,
    .text-block-19-copy {
        padding-bottom: 32px;
    }

    .sticky-cta {
        text-align: center;
    }

    .leaf-container.invert.shape2 {
        border-top-left-radius: 60px;
    }

    .leaf-container.invert.shape3.header {
        border-radius: 60px 0;
        padding-bottom: 36px;
    }

    .bold-text-9.header {
        text-align: center;
    }

    .bold-text-4-copy {
        line-height: 200%;
    }

    .countdown-body-black-friday-copy {
        font-size: 16px;
    }

    .leaf-container-pic.invert.shape2,
    .leaf-container-small.invert.shape2,
    .leaf-container-decoration.invert.shape2,
    .leaf-container-small-copy.invert.shape2,
    .leaf-container-decoration-copy.invert.shape2,
    .leaf-container-decoration-copy.invert.shape2,
    .leaf-container-decoration-copy-copy.invert.shape2,
    .leaf-container-small-copy.invert.shape2,
    .leaf-container-small-copy-copy.invert.shape2,
    .leaf-container-small-copy-copy-copy.invert.shape2,
    .leaf-container-decoration-copy-copy-copy.invert.shape2,
    .leaf-container-small-copy.invert.shape2,
    .leaf-container-small-copy-copy.invert.shape2,
    .leaf-container-decoration-copy-copy.invert.shape2,
    .leaf-container-small-copy-copy-copy.invert.shape2 {
        border-top-left-radius: 60px;
    }
}

@media screen and (min-width: 1920px) {
    .sm-icon {
        width: 48px;
        height: 48px;
    }

    .l.left.normal.regular-news {
        height: 104px;
    }

    .l.left.cool-gray-400.special-x {
        width: 60%;
    }

    .footer._404 {
        margin-top: auto;
        margin-bottom: 0;
        padding-left: 24px;
        padding-right: 24px;
        position: static;
        inset: auto 0% 0%;
    }

    .container.db {
        width: 1440px;
    }

    .container.db._2 {
        align-items: flex-start;
        width: auto;
        margin-top: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .testimonials {
        padding-top: 104px;
        padding-bottom: 104px;
    }

    .body-14 {
        align-items: stretch;
    }

    .db-features_holder {
        margin-bottom: 16px;
    }

    .holder-company-div {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        width: 100%;
    }

    .navibar {
        justify-content: flex-start;
        align-items: center;
        padding-left: 144px;
        padding-right: 144px;
    }

    .navibar-container {
        width: auto;
    }

    .highlight-button-div.top-navi:hover {
        background-color: #18ca7b;
    }

    .section-content {
        width: 1440px;
    }

    .section-content.remove-width,
    .section-content.new-style {
        width: auto;
    }

    .h1-semibold {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .h1-semibold.left {
        margin-left: 0;
        margin-right: 0;
    }

    .h1-semibold.left.dark-gray-50.masterclass-header {
        margin-bottom: 32px;
    }

    .all-in-one-plattform {
        padding-left: 0%;
        padding-right: 0%;
    }

    .h2-semibold.left {
        width: auto;
    }

    .h2-semibold.left.hyphens {
        display: block;
    }

    .h2-semibold.left.hyphens.bot-margin-24 {
        margin-bottom: 24px;
    }

    .h2-semibold.left.white {
        width: auto;
    }

    .h2-semibold.faq {
        margin-bottom: 64px;
    }

    .h2-semibold.platform {
        margin-bottom: 80px;
    }

    .h3-semibold.left.hyphens {
        display: none;
    }

    .produkte-kreieren,
    .zahlungen-abwickeln,
    .content-hub {
        padding-left: 0%;
        padding-right: 0%;
    }

    .faq-container {
        margin-bottom: 0;
    }

    .accordion__content {
        flex-direction: column;
        display: flex;
    }

    .accordion {
        padding-bottom: 104px;
        padding-left: 0%;
        padding-right: 0%;
    }

    .accordion__content-wrap {
        width: auto;
        display: flex;
    }

    .service-hub,
    .community-program {
        padding-left: 0%;
        padding-right: 0%;
    }

    .testimonial-columns-2 {
        justify-items: end;
        width: 100%;
        margin-left: 0%;
        padding-left: 0%;
    }

    .testimonials-2 {
        justify-content: center;
        padding-left: 0%;
        display: flex;
    }

    .mask-2 {
        width: 100%;
        height: auto;
    }

    .testimonial-slide-2 {
        width: 100%;
    }

    .testimonial-content-wrap {
        width: 720px;
    }

    .testimonial-content-block {
        height: auto;
        margin-right: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .testimonial-author-wrap {
        height: 450px;
    }

    .testimonial-author-wrap.mc-wrap {
        height: auto;
    }

    .cta-2 {
        height: 90vh;
        padding-left: 0%;
        padding-right: 0%;
    }

    .footer-2 {
        margin-top: 0;
        padding-left: 0%;
        padding-right: 0%;
    }

    .footer-content-2 {
        width: 100%;
    }

    .sticky-navi {
        min-width: 60%;
    }

    .botom-navi-div {
        background-color: #000000ad;
    }

    .header-3 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .tabs-content-2 {
        width: 1440px;
    }

    .verkaufsautomatisierung {
        height: 170px;
    }

    .services-hub-and-content {
        height: auto;
    }

    .software-funktionen {
        height: 170px;
    }

    .tabs-4 {
        justify-content: center;
        width: auto;
        display: flex;
    }

    .volumen-transaktionen {
        height: 170px;
    }

    .flexible-bezahloptionen-2,
    .highlights-2 {
        height: auto;
        padding-left: 0%;
        padding-right: 0%;
    }

    .white-label-info {
        display: none;
    }

    .h5-semibold.center {
        align-self: center;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Esklarheitelopage, sans-serif;
    }

    .tab-link-tab-1.pay-as-you-go.w--current,
    .tab-link-tab-2.pay-as-you-go {
        height: auto;
    }

    .horizontal-scroll_page-padding {
        width: 1440px;
    }

    .pay-as-you-go {
        height: auto;
        padding-left: 0%;
        padding-right: 0%;
        display: flex;
    }

    .tabs-3 {
        width: 1440px;
    }

    .haufig-gestellte-fragen {
        height: auto;
        padding-left: 0%;
        padding-right: 0%;
    }

    .accordion-2 {
        padding-bottom: 104px;
        padding-left: 0%;
        padding-right: 0%;
    }

    .produkte-von-dave {
        justify-content: center;
        padding-left: 0%;
        display: flex;
    }

    .ready-to-grow-content-block {
        height: auto;
        margin-right: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .ready-to-grow-wrap {
        height: 450px;
    }

    .ready-to-grow-wrapp {
        width: 720px;
    }

    .footer-3,
    .header-2-3-0,
    .x-header {
        padding-left: 0%;
        padding-right: 0%;
    }

    .x-header-grid {
        width: 1440px;
    }

    .x-sticky-part {
        width: 20vw;
        margin-top: 72px;
        margin-right: 0;
        padding: 32px;
        position: absolute;
        inset: 0% 0% auto auto;
    }

    .x-form-item {
        grid-row-gap: 0px;
    }

    .x-form-item.last {
        margin-bottom: 28px;
    }

    .vertical-div-x.cta-section {
        justify-content: center;
    }

    .vertical-div-x.masterclass.hide-on-mobile {
        display: flex;
    }

    .x-was-ist-neu {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 0%;
        padding-right: 0%;
    }

    .mehr-fur-dich-div {
        background-color: var(--dark-grey-brand);
        justify-items: end;
        width: 100%;
        margin-left: 0%;
        padding-left: 0%;
    }

    .mehr-fur-dich-wrap {
        grid-row-gap: 24px;
        flex-direction: column;
        height: auto;
        display: flex;
    }

    .mehr-fur-dich-content-wrap {
        width: 720px;
    }

    .mehr-fur-dich-content {
        height: auto;
        margin-right: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .x-testimonials {
        background-image: none;
        align-items: center;
        padding-left: 0%;
        padding-right: 0%;
    }

    .x-testimonials-div {
        width: 1440px;
    }

    .das-ist-x {
        background-color: var(--medium-spring-green);
        background-position: 20%;
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 0%;
        padding-right: 0%;
    }

    .das-ist-x.desktop {
        height: auto;
        padding-top: 232px;
        padding-bottom: 232px;
    }

    .das-ist-x-grid {
        width: 1440px;
    }

    .x-cta {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 0%;
        padding-right: 0%;
    }

    .x-cta-div {
        width: 1440px;
    }

    .feaures-section,
    .x-thank-you {
        padding-left: 0%;
        padding-right: 0%;
    }

    .x-thank-you-grid {
        width: 1440px;
    }

    .x-social,
    .x-social-mobile {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 0%;
        padding-right: 0%;
    }

    .floating-div {
        text-align: center;
        justify-content: center;
        width: 1440px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        position: fixed;
        inset: 0%;
    }

    .floating-div.masterclass {
        display: flex;
    }

    .sticky-copy {
        text-align: left;
        margin-bottom: 20px;
    }

    .form-sticky {
        color: #cdcdd5;
        text-align: left;
    }

    .stickyform._1 {
        text-align: left;
    }

    .x-was-ist-neu-mobile {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 0%;
        padding-right: 0%;
    }

    .x-featured-news {
        padding: 112px 0% 48px;
    }

    .x-featured-news-grid {
        width: 1440px;
    }

    .image-60 {
        width: 100%;
    }

    .x-regular-news {
        justify-content: center;
        padding-bottom: 48px;
        padding-left: 0%;
        padding-right: 0%;
        display: flex;
    }

    .regular-news-list {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        width: 1440px;
    }

    .x-post {
        padding: 112px 0% 80px;
    }

    .x-post-grid,
    .x-post-text-div {
        width: 1440px;
    }

    .image-61 {
        -webkit-text-stroke-color: #00000400;
    }

    .x-more-news {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 80px;
        padding-left: 0%;
        padding-right: 0%;
        display: flex;
    }

    .more-news-item-div {
        width: 1440px;
    }

    .more-news-list {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        width: 1440px;
    }

    .rich-text-class-test {
        padding-left: 208px;
        padding-right: 208px;
    }

    .rich-text-class-test p {
        font-size: 18px;
    }

    .rich-text-class-test h2 {
        font-weight: 600;
    }

    .rich-text-class-test h4 {
        font-weight: 500;
    }

    .rich-text-class-test li {
        font-size: 18px;
    }

    .link-block-9.news {
        opacity: 0;
    }

    .more-news-button {
        width: 1440px;
    }

    .x-post-header {
        background-image: url("../images/x-gray.svg");
        background-position: 50% 100%;
        padding-left: 0%;
        padding-right: 0%;
    }

    .x-post-header-grid {
        width: 1440px;
    }

    .x-post-feature {
        padding-left: 0%;
        padding-right: 0%;
    }

    .x-post-feature-grid {
        width: 1440px;
    }

    .post-event-feature-video {
        margin-bottom: 80px;
        padding-bottom: 0;
    }

    .x-post-perks-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .x-post-perks-grid.cta {
        grid-template-columns: 1fr 2.1fr;
    }

    .x-post-perks-grid.cta.inverted {
        grid-template-columns: 2.1fr 1fr;
    }

    .x-post-perk-div {
        grid-row-gap: 0px;
        background-color: var(--white);
        border-radius: 24px;
        flex-direction: column;
        padding: 16px 24px 40px;
        display: flex;
    }

    .x-post-perk-div:hover {
        box-shadow: 0 2px 5px 0 var(--perk);
    }

    .dark-grey-800 {
        color: var(--secondary--dark-grey-800);
    }

    .dark-grey-800.center {
        text-align: center;
    }

    .perk-texts {
        grid-row-gap: 16px;
        flex-direction: column;
        align-self: center;
        display: flex;
    }

    .perk-img {
        height: auto;
    }

    .cta-in-grid {
        background-color: #e4e5e5;
    }

    .cta-in-grid.inkasso {
        justify-content: center;
    }

    .cta-in-grid.sales {
        background-color: #e4e5e5;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .cta-in-table-pic.sales {
        width: 420px;
    }

    .x-post-cta {
        background-image: url("../images/arrows_1.svg");
        background-position: 50%;
        background-size: cover;
        padding: 224px 0%;
    }

    .cta-img-div {
        justify-content: center;
        align-self: center;
        height: 100%;
    }

    .divider-post {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .x-analytics-table-grid {
        grid-template-columns: 1fr 1fr;
    }

    .services {
        padding-left: 0%;
        padding-right: 0%;
    }

    .static-section-texts {
        width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }

    .platform-updates {
        background-color: var(--white);
        padding-bottom: 104px;
        padding-left: 0%;
        padding-right: 0%;
    }

    .updates-grid {
        width: 1440px;
    }

    .update-item {
        grid-row-gap: 16px;
        flex-direction: column;
        align-self: center;
        display: flex;
    }

    .h5-semibold-conversion.center {
        align-self: center;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Esklarheitelopage, sans-serif;
    }

    .text-conversion {
        color: var(--secondary--dark-grey-800);
    }

    .text-conversion.center {
        text-align: center;
    }

    .dashboard-3-columns {
        grid-row-gap: 0px;
        background-color: var(--white);
        border-radius: 24px;
        flex-direction: column;
        padding: 16px 24px 40px;
        display: flex;
    }

    .dashboard-3-columns:hover {
        box-shadow: 0 2px 5px 0 var(--perk);
    }

    .dashboard-2-columns {
        grid-row-gap: 0px;
        background-color: var(--white);
        border-radius: 24px;
        flex-direction: column;
        padding: 16px 24px 40px;
        display: flex;
    }

    .dashboard-2-columns:hover {
        box-shadow: 0 2px 5px 0 var(--perk);
    }

    .zahlungslinks-3-columns {
        grid-row-gap: 0px;
        background-color: var(--white);
        border-radius: 24px;
        flex-direction: column;
        padding: 16px 24px 40px;
        display: flex;
    }

    .zahlungslinks-3-columns:hover {
        box-shadow: 0 2px 5px 0 var(--perk);
    }

    .zahlungslinks-2-columns {
        grid-row-gap: 0px;
        background-color: var(--white);
        border-radius: 24px;
        flex-direction: column;
        padding: 16px 24px 40px;
        display: flex;
    }

    .zahlungslinks-2-columns:hover {
        box-shadow: 0 2px 5px 0 var(--perk);
    }

    .mobile-overview-mobile {
        background-position: 100%;
        background-size: auto;
        justify-content: center;
        padding-left: 0%;
        display: none;
    }

    .sticky-navi-post {
        opacity: 0;
        min-width: 60%;
    }

    .sticky-navi-bot {
        background-color: #000000ad;
    }

    .services-content {
        grid-row-gap: 192px;
    }

    .mobile-updates-2 {
        background-position: 100%;
        justify-content: center;
        display: flex;
    }

    .mobile-alt {
        width: 1440px;
        margin-bottom: 104px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-updates-cards {
        grid-row-gap: 0px;
        background-color: var(--white);
        border-radius: 24px;
        flex-direction: column;
        padding: 16px 24px 40px;
        display: flex;
    }

    .mobile-updates-cards:hover {
        box-shadow: 0 2px 5px 0 var(--perk);
    }

    .mobile-updates-text {
        grid-row-gap: 16px;
        flex-direction: column;
        align-self: center;
        display: flex;
    }

    .cta-part {
        background-color: var(--white);
        justify-content: center;
        display: flex;
    }

    .cta-part-content {
        width: 1440px;
        margin-left: 0;
        margin-right: 0;
    }

    .cta-div {
        justify-content: center;
        display: flex;
    }

    .cta-img-div-alt {
        justify-content: center;
    }

    .link-block-14 {
        margin-right: 24px;
    }

    .demo-buchen-logo {
        height: 64px;
    }

    .x-event-call {
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .x-demo-buchen-grid {
        grid-column-gap: 32px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1.5fr 1fr;
        grid-auto-columns: 1fr;
        width: 1440px;
        display: flex;
    }

    .x-event-item {
        grid-column-gap: 64px;
        grid-row-gap: 64px;
        flex-direction: row;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 100%;
        display: flex;
    }

    .x-content {
        width: 100%;
    }

    .headline-demo {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .headline-demo.left {
        margin-left: 0;
        margin-right: 0;
    }

    .trust-div {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        width: 100%;
    }

    .nav-dropdown-link {
        font-size: 1rem;
    }

    .post-event-watch-video {
        background-image: none;
        justify-content: center;
        display: flex;
    }

    .webinar-replay {
        margin-bottom: auto;
        padding-bottom: 0;
    }

    .post-event-watch-div {
        width: 1440px;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .masterclass-logo-text {
        color: #fff;
        font-size: 14px;
    }

    .masterclass-sticky {
        width: 20vw;
        margin-top: 72px;
        margin-right: 0;
        padding: 32px;
        position: absolute;
        inset: 0% 0% auto auto;
    }

    .masterclass-h,
    .masterclass-b {
        text-align: left;
        margin-bottom: 20px;
    }

    .additional-info-cta {
        grid-column-gap: 16px;
        grid-row-gap: 8px;
        flex-wrap: wrap;
    }

    .m-header {
        padding-bottom: 64px;
        padding-left: 0%;
        padding-right: 0%;
        position: static;
    }

    .m-header-grid {
        width: 1440px;
    }

    .vid-masterclass {
        margin-top: 0;
        margin-bottom: 32px;
    }

    .m-sticky-grid {
        width: 1440px;
    }

    .m-sticky-mobile {
        padding-left: 0%;
        padding-right: 0%;
        position: static;
    }

    .sticky-mobile {
        width: 20vw;
        margin-top: 72px;
        margin-right: 0;
        padding: 32px;
        display: none;
        position: static;
        inset: 0% 0% auto auto;
    }

    .m-speakers {
        z-index: 5555;
        padding-bottom: 144px;
        padding-left: 0%;
        padding-right: 0%;
        position: relative;
    }

    .m-speakers-grid {
        width: 1440px;
    }

    .m-list-grid {
        grid-row-gap: 32px;
        flex-direction: column;
        display: flex;
    }

    .m-cta-grid {
        width: 1440px;
    }

    .m-cta {
        z-index: 5555;
        background-color: var(--brand-black);
        background-image: none;
        height: auto;
        padding-left: 0%;
        padding-right: 0%;
        position: relative;
    }

    .background-video-3.masterclass {
        background-image: linear-gradient(to right, #0000 10%, #000 55%);
    }

    .background-video-3.masterclass2 {
        background-image: linear-gradient(to right, #000 48%, #0000 82%);
    }

    .video-left-sub {
        grid-row-gap: 24px;
        flex-direction: column;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }

    .video-right-wrap {
        z-index: 5;
        background-color: #0000;
        width: 720px;
    }

    .video-left-content {
        height: auto;
        margin-left: 80px;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .video-right-sub {
        grid-row-gap: 24px;
        flex-direction: column;
        height: auto;
        padding-right: 0;
        display: flex;
    }

    .video-right-content {
        height: auto;
        margin-right: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .m-testimonials-wrap {
        width: 1440px;
    }

    .m-testimonials {
        background-image: none;
        align-items: center;
        padding-top: 40px;
        padding-left: 0%;
        padding-right: 0%;
    }

    .footer-4 {
        margin-top: 0;
        padding-left: 0%;
        padding-right: 0%;
    }

    .m-features {
        background-color: var(--brand-black);
        margin-top: 144px;
        padding-left: 0%;
        padding-right: 0%;
    }

    .masterclass-img-div {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .masterclass-grid.top-margin-64._1 {
        grid-column-gap: 80px;
    }

    .m-section-content {
        width: 1440px;
    }

    .mastergrid.top-margin-64._1.special {
        grid-column-gap: 80px;
    }

    .masterclass-nav {
        color: #fff;
        font-size: 12px;
    }

    .image-84.cta-logo {
        height: auto;
    }

    .new-cta-grid {
        width: 1440px;
    }

    .new-cta.masterc {
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .m-cta-2 {
        background-color: var(--black3);
        padding: 224px 0%;
    }

    .m2-testimonials {
        justify-content: center;
        padding-left: 0%;
        display: flex;
    }

    .m2-mask {
        width: 100%;
        height: auto;
    }

    .webinar_hero-column.right-side {
        background-position: 0 0;
    }

    .greator_hero._2024 {
        padding-top: 0;
    }

    .image-96 {
        flex: none;
        order: 0;
        align-self: auto;
        overflow: visible;
    }

    .font-color-bw.pbase.font-text-center.mobile-styles {
        max-width: 300px;
    }

    .container-grid--1232 {
        max-width: 1440px;
    }

    .container-grid--1232.container-flex-v--center-top.gap24 {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .container-width-40.padding-left-60.sticky-col {
        right: 18%;
    }

    .flex-block-16 {
        align-items: center;
    }

    .body-404 {
        height: auto;
    }

    ._404-header-grid {
        width: 1440px;
    }

    .vertical-div-404 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .navibar-404 {
        justify-content: center;
        padding-left: 0%;
        padding-right: 0%;
    }

    .div-block-29 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        grid-auto-columns: 1fr;
        display: grid;
    }

    .card-with-img {
        background-color: var(--ward-gray-brand);
        border-radius: 24px;
        padding: 24px 32px;
    }

    .div-block-29-copy {
        grid-auto-columns: 1fr;
        display: grid;
    }

    .flex-block-38 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .div-block-41 {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .flex-block-44 {
        max-width: 500px;
    }

    .new-header-link {
        font-size: 1rem;
    }

    .margin-top-auto.container-flex-v--left-top.container-gap-16.full-width {
        max-width: 1440px;
    }

    .lessons {
        padding-left: 0%;
        padding-right: 0%;
    }

    .hub-grid {
        width: 1440px;
    }

    .hub-lessons-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .hub-lessons-grid-link {
        cursor: pointer;
    }

    .hub-lessons-grid-link-div {
        grid-row-gap: 0px;
        background-color: var(--white);
        border-radius: 24px;
        flex-direction: column;
        padding: 16px 24px 40px;
        display: flex;
    }

    .hub-lessons-grid-link-div:hover {
        box-shadow: 0 2px 5px 0 var(--perk);
    }

    .lesson-img {
        height: auto;
    }

    .lessons-texts {
        grid-row-gap: 16px;
        flex-direction: column;
        align-self: center;
        display: flex;
    }

    .lessons-body {
        color: var(--secondary--dark-grey-800);
    }

    .lessons-body.center {
        text-align: center;
    }

    .lessons-headline.center {
        align-self: center;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Esklarheitelopage, sans-serif;
    }

    .body-407 {
        overflow: hidden;
    }

    .launch-grid {
        height: 90vh;
        max-height: none;
    }

    .launch-text-part {
        height: 100%;
    }

    .launch-countdown-part {
        height: 90vh;
    }

    .timer-container {
        height: auto;
    }

    .logo-left {
        width: 56px;
        height: 56px;
    }

    .claim-desktop {
        max-width: none;
    }

    .text-area {
        max-width: 1000px;
    }

    .launch-body {
        font-size: 20px;
    }

    .launch-link {
        margin-left: 0;
        margin-right: auto;
    }

    .launch-button-cta {
        font-size: 20px;
    }

    .big-number {
        font-size: 104px;
    }

    .bold-text-4 {
        font-size: 32px;
    }

    .launch-links-text-body {
        font-size: 20px;
    }

    .launch-footer {
        height: 5vh;
        margin-top: 0;
        padding-left: 32px;
        padding-right: 32px;
    }

    .div-block-53 {
        width: 100%;
        position: fixed;
        inset: auto 0% 0%;
    }

    .launch-footer-fixed {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 32px;
        padding-right: 32px;
    }

    .x-demo-buchen-2 {
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .x-content-2 {
        width: 100%;
    }

    .footer-5 {
        margin-top: 0;
        padding-left: 0%;
        padding-right: 0%;
    }

    .footer-content-3 {
        width: 100%;
    }

    .header-bf-container {
        max-height: none;
    }

    .countdown-body-black-friday,
    .launch-body-copy {
        font-size: 20px;
    }

    .timer-container-bf {
        min-width: 686px;
        height: auto;
    }

    .launch-footer-fixed-bf {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 32px;
        padding-right: 32px;
    }

    .offer-section {
        line-height: 1px;
    }

    .header-image-bf {
        width: 100%;
        max-width: none;
    }

    .leaf-container-bf {
        height: auto;
    }

    .accordion-neon {
        padding-bottom: 104px;
        padding-left: 0%;
        padding-right: 0%;
    }

    .countdown-headline-copy {
        margin-top: 0;
    }

    .big-text {
        font-size: 104px;
    }

    .big-text.glow-text {
        line-height: 1;
    }

    .countdown-headline-copy-copy {
        margin-top: 0;
    }

    .highlight-button-div-copy.top-navi:hover {
        background-color: #18ca7b;
    }

    .section-5 {
        max-width: 1200px;
    }

    .countdown-headline-copy-copy-copy {
        margin-top: 0;
    }

    .section-5-copy {
        max-width: 1200px;
    }

    .bold-text-4-copy {
        font-size: 32px;
    }

    .countdown-body-black-friday-copy {
        font-size: 20px;
    }

    .flex-block-67 {
        max-width: 800px;
    }

    .accordion__content-wrap-old {
        width: auto;
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    .section-form-holder {
        align-items: center;
        width: 100%;
        height: auto;
        padding-left: 5vw;
        padding-right: 5vw;
        position: relative;
    }

    .section-form-holder.post {
        display: none;
    }

    .section-form-holder.post.mobile {
        width: 100%;
        padding-left: 0;
        display: block;
        position: relative;
    }

    .form-text-label,
    .form-field {
        font-size: 2vw;
    }

    .section-hero {
        z-index: 15;
        height: 100vh;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .section-hero.post {
        height: auto;
    }

    .holder_cta_buttons {
        z-index: 10;
        display: block;
        position: relative;
    }

    .holder_cta_buttons.combo {
        display: none;
    }

    .title_event {
        font-size: 9vw;
    }

    .title_event.post {
        font-size: 8vw;
    }

    .button-signup-event {
        border-color: var(--medium-spring-green);
        background-color: var(--medium-spring-green);
        margin-right: 0;
        padding-top: 1.2vh;
        padding-bottom: 1.2vh;
        font-size: 1.5vw;
    }

    .button-signup-event.form-combo {
        font-size: 2vw;
        font-weight: 600;
    }

    .button-signup-event.post {
        display: block;
    }

    .button-signup-event.post.black {
        display: none;
    }

    .button-signup-event.post.slide-down {
        background-color: var(--brand-black);
        color: var(--white-smoke);
        font-size: 1.5vw;
        display: block;
    }

    .button-signup-event.post.slide-down:active {
        background-color: var(--white-smoke);
        color: var(--black3);
    }

    .button-signup-event.post.slide-down.rtg {
        font-size: 1.5vw;
    }

    .button-signup-event.post-now.wp.nav {
        padding: 1.5vh 1.5vw;
        font-size: 1.4vw;
    }

    .div-hero_asset {
        z-index: 10;
        position: relative;
    }

    .holder_shortdescription_event {
        width: 100%;
        margin-bottom: 5vh;
    }

    .elopage-event-description {
        font-size: 2.5vw;
    }

    .elopage-event-description.post {
        font-size: 2vw;
    }

    .holder_title_event {
        margin-bottom: 2vh;
    }

    .div-hero_info {
        z-index: 10;
        position: relative;
    }

    .wrapper {
        flex-direction: column;
    }

    .section-event {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .fomr-sticky {
        background-color: var(--black3);
        height: auto;
    }

    .form-holder {
        height: auto;
    }

    .heading-title-event {
        font-size: 7vw;
    }

    .heading-title-event.post {
        font-size: 4vw;
    }

    .heading-title-event.post.small {
        font-size: 3vw;
    }

    .holder-title_event.post {
        margin-bottom: 0;
    }

    .fomr-title_holder {
        display: none;
    }

    .info_sign_up {
        font-size: 3vw;
        line-height: 1.2;
    }

    .info_sign_up.post {
        font-size: 4vw;
    }

    .final_holder_form_sticky {
        padding: 5vh 5vw;
    }

    .final_holder_form_sticky.post {
        align-self: center;
        width: 100%;
    }

    .heading_event_holder {
        width: 100%;
        margin-bottom: 1vh;
    }

    .heading_event_holder.rdg {
        justify-content: flex-start;
    }

    .heading_event {
        font-size: 2.5vw;
        font-weight: 500;
    }

    .heading_event.post {
        font-size: 2vw;
    }

    .holder_hero_about-event.high-light {
        justify-content: flex-start;
    }

    .holder_hero_about-event.wp.rtg {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }

    .holder_hero_about-event.line {
        justify-content: flex-end;
    }

    .paragraph-about_event {
        font-size: 2.5vw;
    }

    .subtitle_info-about-event {
        font-size: 3vw;
        font-weight: 600;
    }

    .anchor.up {
        inset: auto 0% 0%;
    }

    .anchor.up.absolute {
        display: none;
        inset: 0% 0% auto;
    }

    .anchor.up.absolute._3 {
        inset: 0% 0% auto;
    }

    .holder_about_event-img.combo {
        width: 6vw;
        height: 6vw;
    }

    .paragraph-3 {
        font-size: 2vw;
    }

    .message_ty {
        height: 35vh;
    }

    .message_ty._2 {
        align-items: center;
    }

    .message_ty._2.post {
        height: auto;
        margin-bottom: 2vw;
    }

    .item_time {
        width: 15vw;
    }

    .item_time.final {
        width: 17vw;
        margin-right: 5vw;
    }

    .item_time.final.post {
        width: 20vw;
    }

    .item_time.launch {
        width: 17vw;
        margin-right: 5vw;
    }

    .item_time.launch.post {
        width: 20vw;
    }

    .heading-62 {
        font-size: 9vw;
    }

    .heading-62._3 {
        font-size: 10vw;
    }

    .heading-62._3.hero {
        font-size: 11vw;
    }

    .heading-62._3.hero.post {
        font-size: 7vw;
    }

    .info_time {
        font-size: 1.2vw;
    }

    .info_time.final {
        font-size: 2vw;
        font-weight: 600;
    }

    .info_time.final.post {
        font-size: 2vh;
        font-weight: 500;
    }

    .countdown_holder {
        left: 0;
    }

    .countdown_holder.final {
        justify-content: center;
    }

    .heading_ty.event {
        font-size: 2.5vw;
    }

    .heading_ty.event.post {
        font-size: 4vw;
    }

    .holder_left-info {
        flex: 0 auto;
        width: 100%;
    }

    .holder_left-info.post {
        width: 100%;
    }

    .absolute_bg {
        border-radius: 0;
        height: 100%;
        position: static;
    }

    .nav_bar {
        padding: 1vh 5vw 1vh 1vw;
    }

    .logo {
        height: 30px;
    }

    .hero_ty {
        height: 55vh;
    }

    .number_item {
        font-size: 7vw;
    }

    .holder_data {
        margin-bottom: 1vh;
    }

    .holder_data.combo {
        margin-bottom: 4vh;
        display: none;
    }

    .item_date {
        font-size: 2.5vw;
    }

    .item_date.combo {
        font-size: 3vw;
    }

    .bg_color_effect_holder {
        z-index: 2;
        height: 100%;
        display: block;
    }

    .bg_color_effect_holder.combo {
        display: none;
    }

    .paragraph-4 {
        font-size: 2vw;
    }

    .section-video-main.post {
        padding-top: 2vw;
    }

    .section-testimonial {
        padding-left: 5vw;
        padding-right: 5vw;
        position: relative;
    }

    .paragraph-customer {
        font-size: 2.5vw;
        font-weight: 600;
    }

    .paragraph-customer.masterclass {
        font-size: 1.5vw;
        font-weight: 200;
    }

    .section-imprint {
        padding-top: 2vh;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .imprint {
        font-size: 1.3vw;
    }

    .grid-testimonial {
        grid-column-gap: 26px;
    }

    .grid-testimonial.masterclass {
        grid-template-columns: 1fr;
    }

    .item-testimonial.masterclass.s {
        flex: 0 auto;
        width: 60vw;
    }

    .item_customer_img {
        width: 6vw;
        height: 6vw;
    }

    .badge_holder {
        width: 19vw;
        margin-left: 10vw;
    }

    .paragraph-testimonial-name {
        font-size: 2vw;
    }

    .paragraph-testimonial-company {
        font-size: 1.5vw;
    }

    .text-span-4 {
        font-size: 8vw;
    }

    .share-heading {
        font-size: 2vw;
    }

    .sm-icon-link {
        margin-right: 16px;
    }

    .sm-icon {
        width: 32px;
        height: 32px;
    }

    .nav-link {
        padding-left: 5px;
        padding-right: 5px;
        display: none;
    }

    .paragraph-5 {
        margin-top: 3px;
        font-size: 2vw;
        line-height: 1;
    }

    .hero_masterclass {
        flex-direction: column;
        height: auto;
        padding-top: 10vh;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .hero_right-side {
        width: 100%;
    }

    .hero_left-side {
        position: relative;
    }

    .holder_hero-right {
        margin-bottom: 5vh;
    }

    .title_hero-left {
        font-size: 5vw;
    }

    .title_hero-left.evergreen {
        font-size: 8vw;
    }

    .subtitle_season,
    .subtitle_season.combo.post {
        font-size: 2vw;
    }

    .image-10 {
        width: 84%;
    }

    .image-10.e {
        width: 98%;
    }

    .speakers_masterclass {
        padding-left: 5vw;
        padding-right: 2vw;
    }

    .short_description,
    .people_subscribed {
        font-size: 2vw;
    }

    .body-xl-medium {
        font-size: 3vw;
    }

    .pricing-tier.evergreen {
        position: relative;
    }

    .vectors-wrapper-2 {
        width: 2vw;
    }

    .info {
        width: 20px;
    }

    .info._2 {
        filter: brightness(46%);
        width: 25px;
    }

    .headings-h1-medium {
        font-size: 4vw;
    }

    .pbase.grey.center {
        text-align: left;
    }

    .pbase.grey.center._75 {
        width: 75%;
    }

    .pbase.grey.center._75.special {
        text-align: center;
    }

    .image_speaker_holder {
        width: 33vw;
        height: 100%;
    }

    .heading_speaker_name {
        font-size: 1.8vw;
    }

    .name_company {
        font-size: 1.5vw;
    }

    .date-calendar {
        font-size: 2vw;
    }

    .vectors-wrapper-4.post {
        width: 13vw;
    }

    .text-4 {
        font-weight: 400;
    }

    .text-4.post {
        font-size: 7vw;
        font-weight: 400;
    }

    .frame-26999.post {
        width: 100%;
        display: none;
    }

    .vectors-wrapper-3 {
        width: 20vw;
    }

    .academy_section {
        flex-direction: column;
        padding-right: 0;
    }

    .academy_section.combo {
        flex-direction: column;
        padding-left: 0;
    }

    .academy_section.combo.e {
        flex-direction: row-reverse;
    }

    .video_placeholder {
        height: 50vh;
        display: flex;
        position: relative;
    }

    .bodylgregular {
        font-size: 16px;
    }

    .bodylgregular.navigation {
        font-size: 14px;
    }

    .bodylgregular.grey.center.cancel-center {
        text-align: left;
    }

    .frame-27006 {
        flex-flow: wrap;
        place-content: center flex-start;
    }

    .frame-27006._2 {
        justify-content: flex-start;
    }

    .frame-27006.e {
        flex-flow: column;
    }

    .info_academy {
        flex: 0 auto;
    }

    .l {
        font-size: 16px;
    }

    .l.left.normal.regular-news {
        height: auto;
    }

    .l.left.normal.special-center,
    .l.left.normal.white.demo,
    .l.left.normal.demo.cta-demo {
        text-align: center;
    }

    .l.left.cool-gray-400.special-x {
        text-align: left;
        width: 100%;
    }

    .l.left.cool-gray-400.masterclass.perks-mobile.centered-mobile {
        text-align: center;
    }

    .l.center.cool-grey-400.left-x {
        text-align: left;
    }

    .l.center.cool-grey-400.right-x {
        text-align: right;
    }

    .l.semibold {
        font-family: Esklarheitelopage2, sans-serif;
        font-weight: 600;
    }

    .l.demo-body {
        text-align: center;
    }

    .l.demo-body.form {
        align-items: flex-start;
    }

    .short_description-speaker {
        font-size: 1.5vw;
        line-height: 1.5;
    }

    .info_placeholder {
        width: 100%;
        padding-left: 5vw;
        padding-right: 5vw;
        top: -100px;
    }

    .info_placeholder.combo {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .info_placeholder.combo.e {
        flex: 1;
        width: auto;
        padding-left: 0;
        top: 0;
    }

    .background-video {
        background-image: linear-gradient(#0000 8%, #000000e3 81%, #000 98%);
        width: 100%;
    }

    .background-video.combo {
        background-image: linear-gradient(
            to top,
            #000 5%,
            #000000d6 33%,
            #0000 83%
        );
    }

    .spacer_video {
        display: none;
    }

    .spacer_video.e {
        width: 30vw;
        display: none;
    }

    .spacer_universal {
        height: 5vh;
    }

    .spacer_universal.none {
        display: none;
    }

    .description_academy {
        font-size: 1.8vw;
    }

    .title_academy {
        font-size: 7vw;
    }

    .navigation-masterclass {
        z-index: 99;
        background-color: var(--brand-black);
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .image-12 {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .paragraph-6 {
        font-size: 2.5vw;
    }

    .heading-64 {
        font-size: 4vw;
    }

    .item-title_plans {
        font-size: 3vw;
    }

    .price-item-plans {
        font-size: 2vw;
        font-weight: 300;
        display: none;
    }

    .price-item-plans.main {
        font-size: 3vw;
        display: flex;
    }

    .save-money-plans {
        font-size: 2vw;
    }

    .navigation-postevent {
        justify-content: flex-start;
        width: 100%;
    }

    .holder-timestamp {
        align-items: center;
    }

    .round-timestamp {
        background-color: var(--black3);
        justify-content: center;
        align-items: center;
        width: 1.5vw;
        height: 1.5vw;
        display: flex;
    }

    .time-video {
        font-size: 2vw;
    }

    .blocker {
        display: none;
    }

    .about-prices-post {
        margin-top: 4vw;
        padding-left: 0;
        padding-right: 0;
    }

    .about-price-in-post {
        font-size: 2vw;
    }

    .recording-titele {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 1.2vw;
        padding-bottom: 1.2vw;
        font-size: 2.5vw;
    }

    .grid-episode.ever {
        width: 100%;
    }

    .item-episode {
        flex-direction: column;
    }

    .item-right-episode {
        width: 100%;
        margin-bottom: 2vw;
    }

    .item-right-episode.ever {
        width: 31vw;
    }

    .item-left-episode.ever {
        padding-left: 2vw;
    }

    .small-masterclass-title.evergreen {
        font-size: 1.5vw;
    }

    .heading-episode {
        font-size: 5vw;
    }

    .description-episode,
    .bulet-point,
    .title-speaker-section {
        font-size: 2vw;
    }

    .holder-speaker-item {
        grid-template-columns: 1fr;
    }

    .item-speaker-episode {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .item-speaker-image {
        justify-content: flex-start;
        align-items: center;
        width: auto;
        margin-bottom: 2vw;
    }

    .image-14 {
        width: 16vw;
        margin-right: 2vw;
    }

    .heading-speaker-name,
    .paragraph-company {
        font-size: 2vw;
    }

    .info-hover-speaker {
        background-color: var(--black3);
        height: auto;
        padding-top: 2vw;
        padding-bottom: 2vw;
        padding-left: 2vw;
        display: none;
        position: static;
    }

    .info-hover-speaker._2 {
        padding-right: 2vw;
        display: block;
    }

    .info-hover-bar,
    .button-4 {
        font-size: 2vw;
    }

    .button-4.ever {
        display: none;
    }

    .button-4.ever.someting {
        display: inline-block;
    }

    .hero-bb {
        flex-direction: column;
        height: auto;
        padding-top: 10vw;
    }

    .bb-left-holder {
        flex: 0 auto;
        height: auto;
        margin-bottom: 4vw;
        padding-right: 0;
    }

    .bb-right-holder {
        width: 100%;
        padding-left: 0;
    }

    .bb-heading-title {
        margin-bottom: 2vw;
        font-size: 5vw;
    }

    .bb-heading-title.small {
        font-size: 4vw;
    }

    .bb-title-description {
        width: 100%;
        margin-bottom: 2vw;
    }

    .bb-paragraph-description {
        font-size: 2vw;
    }

    .bb-image-cover {
        height: 50vh;
    }

    .link-block {
        padding: 1vw 2vw;
    }

    .paragraph-7 {
        font-size: 2vw;
    }

    .image-16 {
        margin-right: 0.3vw;
    }

    .bb-inside-line {
        display: none;
    }

    .bb-item-speaker-nam {
        font-size: 2.5vw;
    }

    .bb-heading-speaker-title,
    .bb-heading-speaker-title.huge {
        font-size: 3vw;
    }

    .bb-about-event {
        flex-direction: row;
        padding-top: 2vw;
        padding-bottom: 2vw;
        padding-left: 3vw;
    }

    .bb-about-event._2 {
        align-items: center;
        width: 100%;
    }

    .bb-location-info {
        font-size: 2vw;
        font-weight: 600;
    }

    .bb-location-info._2 {
        font-size: 2vw;
    }

    .bb-image-location {
        width: 12vw;
        height: 12vw;
    }

    .bb-image-location.not-round {
        width: 10vw;
        height: 10vw;
    }

    .bb-image-location.not-round._2 {
        display: none;
    }

    .bb-about-event-urt {
        flex-direction: column;
        width: 100%;
    }

    .bb-ticket-about {
        width: 100%;
    }

    .bb-div-info-about-tiket {
        z-index: 99;
        width: 100%;
        height: auto;
        padding-top: 1.5vw;
        padding-bottom: 1.5vw;
        position: fixed;
    }

    .bb-heading-info {
        font-size: 3vw;
    }

    .bb-heading-info.uper {
        font-size: 1.2vw;
    }

    .text-span-5 {
        font-size: 1.5vw;
    }

    .bb-power-elopage {
        display: none;
    }

    .bb-power-elopage._2 {
        display: flex;
    }

    .bb-logo-elopage {
        width: 12vw;
    }

    .bb-power {
        font-size: 2vw;
        font-weight: 600;
    }

    .black-info {
        font-size: 2vw;
    }

    .spirit-item-speaker {
        width: 3vw;
    }

    .bb-schedule-heading {
        font-size: 3vw;
    }

    .bb-paragraph-schedule {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .paragraph-8,
    .text-span-7 {
        font-size: 2vw;
    }

    .text-span-9 {
        font-size: 2vw;
        font-weight: 500;
    }

    .e-paragrapgh-banner {
        font-size: 1.5vw;
    }

    .e-banner-img {
        width: 3vw;
    }

    .blank {
        display: none;
    }

    .e-about-course,
    .e-about-course.e {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .e-title-about-course.e {
        align-items: flex-start;
    }

    .e-title-about-course.e.r {
        padding-left: 0;
    }

    .e-anti-title {
        font-size: 1.5vw;
        font-weight: 400;
    }

    .e-title-sections {
        text-align: center;
        font-size: 7vw;
    }

    .e-paragraph {
        width: 100%;
    }

    .e-paragraph-description {
        font-size: 2vw;
    }

    .e-grid-about-course {
        width: 100%;
    }

    .e-grid-about-course.ever {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .e-item-about-course {
        justify-content: flex-start;
    }

    .e-item-description {
        font-size: 2vw;
    }

    .e-img-item {
        width: 5vw;
    }

    .e-statistics {
        flex-direction: column-reverse;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .e-statistics-grid {
        width: 100%;
    }

    .e-heading-statistic {
        font-size: 4vw;
    }

    .e-paragraph-statistics {
        font-size: 2vw;
    }

    .e-statistics-title {
        margin-bottom: 1vw;
    }

    .inner-container._1012px.center {
        padding: 4vw 3vw;
    }

    .accordion-item-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .accordion-item-wrapper.v2:hover {
        transform: none;
    }

    .accordion-title {
        font-family: Esklarheitelopage, sans-serif;
        font-size: 3vw;
        font-weight: 600;
    }

    .accordion-title.p {
        font-size: 2vw;
    }

    .accordion-spacer {
        min-height: 0;
    }

    .mg-bottom-0 {
        font-size: 2vw;
    }

    .navbar-success {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .s-hero-section {
        padding-top: 15vw;
    }

    .s-wrapper {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .s-hero-section-right {
        align-items: center;
        display: none;
    }

    .s-paragraph-holder {
        width: 100%;
    }

    .s-heading-title {
        font-size: 7vw;
    }

    .s-heading-banner-text {
        font-size: 3vw;
    }

    .s-paragraph-text {
        font-size: 2vw;
    }

    .s-number-metric {
        font-size: 5vw;
    }

    .s-number-paragrap-metric {
        text-align: center;
        font-size: 2vw;
    }

    .s-story,
    .s-story.d {
        flex-direction: column;
    }

    .s-story.d.revers {
        flex-direction: column-reverse;
    }

    .s-story-left {
        margin-bottom: 2vw;
    }

    .s-story-right.s {
        height: 49vh;
    }

    .s-navbar-title {
        font-size: 1.5vw;
    }

    .elopage-logo {
        width: 153px;
    }

    .s-navbar-links {
        display: none;
    }

    .s-navbar-textlink {
        border-bottom: 1px solid var(--cool-grey-400);
        justify-content: flex-start;
        font-size: 14px;
        display: flex;
    }

    .s-navbar-textlink.rtg {
        padding-left: 1.5vw;
        padding-right: 1.5vw;
        font-size: 1.4vw;
        display: block;
    }

    .s-navbar-textlink.no-underline {
        border-bottom-style: none;
    }

    .s-navbar-textlink.no-underline.mobile {
        border: 1px solid var(--dark-grey);
        border-radius: 8px;
        justify-content: center;
        margin: 20px;
        display: none;
    }

    .s-button {
        padding-top: 1.25vw;
        padding-bottom: 1.25vw;
        font-size: 1.5vw;
    }

    .s-story-heading-text {
        font-size: 6vw;
    }

    .s-story-heading-antitext {
        font-size: 2vw;
    }

    .s-image-overall {
        width: 80vw;
    }

    .s-story-paragraph-tet {
        font-size: 2vw;
    }

    .s-cta-heading-text {
        font-size: 6vw;
    }

    .s-cta-heading-antitext {
        font-size: 2vw;
    }

    .s-video {
        flex-direction: column;
    }

    .s-left-video {
        width: 90vw;
    }

    .s-right-video {
        justify-content: center;
    }

    .image-21 {
        width: 7vw;
    }

    .footer {
        padding: 64px 20px;
    }

    .container-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-brand {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .footer-content {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-link {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .footer-social-block {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 0;
    }

    .s-footer-logo-section {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        width: auto;
        padding-bottom: 24px;
    }

    .s-footer-about {
        width: 100%;
    }

    .image-22 {
        width: 124px;
    }

    .image-23 {
        width: 2vw;
    }

    .s-footer-links-holder {
        justify-content: space-between;
        align-self: stretch;
    }

    .s-footer-icon-item,
    .s-footer-icon-item.s {
        width: 3vw;
    }

    .paragraph-9 {
        font-size: 3vw;
    }

    .text-span-10 {
        font-size: 4vw;
    }

    .rtg-button {
        flex: 1;
        justify-content: flex-end;
    }

    .image-26 {
        width: 18vw;
    }

    .d-hero {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .d-navbar-holder {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .d-hero-left,
    .d-hero-right,
    .d-video-holder,
    .d-video-item {
        width: 100%;
    }

    .form-block.partner {
        padding-left: 0;
        padding-right: 0;
    }

    .form-block.db.restyling {
        padding: 0;
    }

    .d-video-main-item {
        height: auto;
        padding-left: 40px;
        padding-right: 40px;
    }

    .video-2 {
        height: auto;
    }

    .rtg-link-holder {
        margin-left: 1vw;
    }

    .text-span-12,
    .text-span-13 {
        font-size: 2.5vw;
    }

    .iframe {
        width: 100%;
        height: 100vh;
    }

    .m-image-holder {
        width: 39vw;
    }

    .m-heading-name-speaker,
    .m-paragraph-company {
        font-size: 2vw;
    }

    .m-heading-speaker {
        font-size: 3.5vw;
    }

    .m-paragraph-speaker {
        margin-bottom: 2vw;
    }

    .m-paragraph {
        margin-bottom: 0;
        font-size: 1.5vw;
    }

    .m-calendar {
        justify-content: center;
        align-items: center;
        margin-bottom: 2vw;
        display: flex;
    }

    .s-navigation-holder {
        z-index: 15;
        background-color: var(--neutral-white);
        width: 100%;
        height: 92px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        box-shadow: 0 5px 5px #0003;
    }

    .p-navbar {
        height: 92px;
        display: flex;
        position: fixed;
    }

    .p-hero {
        padding: 160px 20px 64px;
    }

    .p-holder-hero {
        width: auto;
    }

    .p-price-plan,
    .p-grid-plan {
        display: none;
    }

    .button-price_plan.fluid {
        height: auto;
    }

    .p-price-table {
        flex-direction: column;
        padding: 0;
        display: flex;
        position: relative;
        overflow: visible;
    }

    .plan-container {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto;
        grid-template-columns:
            minmax(50vw, 1fr) minmax(50vw, 1fr) minmax(50vw, 1fr)
            minmax(50vw, 1fr) minmax(50vw, 1fr);
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        width: 100%;
        padding-bottom: 64px;
        padding-left: 0;
        display: grid;
        position: relative;
        overflow: auto;
    }

    .p-table_blank {
        z-index: 4;
        background-color: var(--neutral-white);
        position: relative;
        top: 0;
        left: 0;
    }

    .p-table_blank.high {
        z-index: 6;
        border-right: 1px solid var(--cool-grey-400);
        background-color: var(--neutral-white);
        width: 50vw;
        position: sticky;
        top: 0;
    }

    .p-table_blank.high.h {
        display: none;
    }

    .p-table_blank.high.white {
        background-color: #fafafc;
    }

    .p-table_blank.spec {
        display: none;
    }

    .plan-title {
        z-index: 5;
        width: 30vw;
        position: sticky;
        top: 0;
    }

    .plan-title.title-1 {
        width: 50vw;
    }

    .plan-title.title-1.h {
        display: none;
    }

    .plan-title.title-1.white {
        background-color: #fafafc;
        padding-top: 0;
    }

    .plan-title.title-2 {
        width: 50vw;
    }

    .plan-title.title-2.h {
        display: none;
    }

    .plan-title.title-2.white {
        background-color: #fafafc;
        padding-top: 0;
    }

    .plan-title.title-3 {
        width: 50vw;
    }

    .plan-title.title-3.h {
        display: none;
    }

    .plan-title.title-3.white {
        background-color: #fafafc;
        padding-top: 0;
    }

    .plan-title.title-4 {
        width: 50vw;
    }

    .plan-title.title-4.h {
        display: none;
    }

    .plan-title.title-4.white {
        background-color: #fafafc;
        padding-top: 0;
    }

    .headings-h3semibold.fluid {
        color: var(--brand-black);
    }

    .headings-h3semibold.white {
        font-size: 16px;
    }

    .p-table-title_feature {
        z-index: 8;
        border-right: 1px solid var(--cool-grey-400);
        width: 50vw;
        top: 0;
        left: 0;
    }

    .p-table-title_feature.white.spec {
        display: none;
    }

    .headings-h4-medium {
        color: var(--brand-black);
    }

    .headings-h4-medium.fluid {
        font-size: 3vw;
    }

    .p-table_feature {
        z-index: 8;
        border-right: 1px solid var(--cool-grey-400);
        background-color: var(--neutral-white);
        position: sticky;
        left: 0;
    }

    .p-table_feature.grey {
        z-index: 8;
        border-right: 1px solid var(--cool-grey-400);
        position: sticky;
        left: 0;
    }

    .p-table_info.grey {
        z-index: 1;
        position: relative;
    }

    .icon-table,
    .info-on-hover {
        display: none;
    }

    .headingsh1semibold.center.white {
        font-size: 40px;
    }

    .dropdown-toggle {
        border-bottom: 1px solid var(--cool-grey-400);
        margin-left: 0;
        margin-right: 0;
    }

    .demo-buchen {
        height: 48px;
    }

    .dropdown-list {
        position: relative;
    }

    .dropdown-list.w--open {
        box-shadow: none;
    }

    .dropdown-link {
        border-bottom: 1px solid var(--cool-grey-400);
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .absolute-dropdown {
        display: none;
    }

    .holder-table_title {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .headingsh2semibold.center {
        text-align: center;
    }

    .emotional-cta {
        flex-direction: column-reverse;
    }

    .emotional-left {
        width: 100%;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .emotional-right {
        width: 100%;
        height: 65vh;
    }

    .emotional-left_holder {
        width: 100%;
        max-width: 100%;
        padding-left: 36px;
        padding-right: 36px;
    }

    .emotional-info {
        width: 100%;
    }

    .holder-buttons-emotional {
        flex-wrap: nowrap;
    }

    .button-primary-arrow {
        justify-content: center;
    }

    .non-button-emotional {
        width: 100%;
    }

    .enterprise {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .enterprise-holder {
        width: 100%;
        padding-left: 36px;
        padding-right: 36px;
    }

    .enterprise-info {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        width: 100%;
    }

    .button-white {
        height: 48px;
    }

    .dropdown {
        flex-direction: column;
        justify-content: flex-start;
        display: flex;
    }

    .image-32 {
        display: none;
    }

    .mobile-menu {
        padding: 8px;
        display: flex;
        position: relative;
    }

    .image-33 {
        filter: brightness(105%);
        height: 32px;
    }

    .image-33.hide {
        display: none;
        position: absolute;
    }

    .absolute-full {
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        padding-right: 0;
        position: absolute;
        inset: 0%;
    }

    .slider-tablet-menu {
        align-items: flex-start;
        width: 100%;
        height: 100vh;
        padding-top: 92px;
        padding-bottom: 0;
        padding-right: 0;
        display: none;
        position: absolute;
        inset: 0% 0% auto;
        overflow: scroll;
    }

    .nav-bar-slider {
        background-color: var(--neutral-white);
        width: 100%;
        display: block;
    }

    .dropdown-fixed {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        text-decoration: none;
        display: none;
    }

    .fixed-button-test-scroll {
        z-index: 56;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 64px;
        display: flex;
        position: sticky;
        inset: auto 0% 5vh;
    }

    .scroll-to-start,
    .scroll-max-right,
    .scroll-50,
    .scroll-100 {
        background-color: var(--neutral-white);
        color: var(--brand-black);
        border-radius: 25px;
        display: flex;
    }

    .rounded-holder-menu-plan.nav-container {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        background-color: #cdcdd570;
        border-radius: 50px;
        justify-content: space-between;
        padding: 8px;
        display: flex;
    }

    .scroll-left,
    .scroll-right {
        display: none;
    }

    .header-table {
        z-index: 25;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto;
        grid-template-columns:
            minmax(50vw, 1fr) minmax(50vw, 1fr) minmax(50vw, 1fr)
            minmax(50vw, 1fr) 50vw;
        grid-auto-columns: 1fr;
        width: 100%;
        display: grid;
        top: 92px;
        overflow: auto;
    }

    .header-table.pricing {
        top: 78px;
    }

    .nav_bar-static {
        justify-content: flex-start;
    }

    .container,
    .container.db {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo-block {
        height: 32px;
    }

    .hero-partner {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: row;
        align-items: center;
        padding-bottom: 64px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .left-hero {
        justify-content: center;
        width: 50%;
    }

    .right-hero {
        width: 50%;
        height: 50vh;
    }

    .image-35 {
        object-position: 50% 0%;
    }

    .half-container {
        justify-content: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .holder-hero-partner {
        align-items: flex-start;
    }

    .info-partner-hero {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .test-zise {
        width: 100%;
        padding-left: 20px;
    }

    .main-container {
        flex-direction: row;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_left-holder {
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 64px;
        display: flex;
    }

    .info-form-section-holder {
        padding-left: 3vw;
    }

    .restrict_cta-holder {
        width: 65%;
    }

    .sponsor-img {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-wrap: wrap;
    }

    .about-item-product {
        grid-column-gap: 64px;
        grid-row-gap: 64px;
    }

    .item-product-partner {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: row;
    }

    .left-about-item,
    .right-about-item {
        width: 50%;
    }

    .image-item-holder_partner {
        width: 100%;
        height: 40vw;
    }

    .img-product_partner {
        object-fit: cover;
    }

    .holder-info-product-item {
        align-items: flex-start;
    }

    .use-case_partner {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: column;
        padding-bottom: 64px;
    }

    .use-case-right {
        width: 100%;
        height: 75vw;
    }

    .use-case-left {
        width: 100%;
    }

    .info-use-case,
    .info-just-text-usecase {
        align-items: center;
    }

    .primary-button {
        flex: 1;
    }

    .holder-testimonials {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .grid-2 {
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
    }

    .testimonials-item,
    .db-features_holder {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .db-feature_holder {
        flex-direction: column;
        align-items: center;
    }

    .db-info-feature_item {
        align-items: center;
    }

    .absoluter_hide_botom-menu {
        z-index: 60;
        background-color: var(--neutral-white);
        height: 64px;
        display: flex;
        position: absolute;
        inset: auto 0% 0%;
    }

    .holder_enterprise-title,
    .holder_cta_emotional-tite {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .holder-company-div {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        justify-content: center;
        width: 100%;
    }

    .spacer_mobile_navigation {
        display: none;
    }

    .holder-loader-chili-piper {
        width: 80vw;
    }

    .nav_link {
        display: none;
    }

    .secondary-button {
        width: auto;
    }

    .secondary-button.navi-menu.conversion-tools-navi,
    .secondary-button.navi-menu.inkasso-navi,
    .secondary-button.navi-menu.sales-teams-navi,
    .secondary-button.navi-menu.analytics-navi,
    .secondary-button.navi-menu.plattform-navi,
    .secondary-button.navi-menu.mobile-navi {
        background-color: #fafafc;
        width: 100%;
    }

    .secondary-button._100 {
        width: 100%;
    }

    .nav_big {
        display: none;
    }

    .flex_h-10.center-left {
        justify-content: center;
    }

    .nav_inner {
        justify-content: space-between;
        width: 56px;
        max-width: 56px;
        padding-left: 10px;
    }

    .navibar {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .navibar.navix.dark {
        z-index: 100;
    }

    .highlight-button.neutral-white {
        color: var(--white);
    }

    .highlight-button-div {
        padding: 8px 16px;
    }

    .highlight-button-div.top-navi {
        display: block;
    }

    .highlight-button-div.top-navi.mobile._3-0 {
        display: none;
    }

    .highlight-button-div.top-navi._3-0 {
        display: block;
    }

    .highlight-button-div.top-navi.masterclass {
        display: none;
    }

    .highlight-button-div.top-margin-32.x,
    .highlight-button-div.top-margin-32.masterclass {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 24px;
    }

    .highlight-button-div.highlight-button.main-form {
        padding-left: 24px;
    }

    .highlight-button-div.button-glow {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .highlight-button-div.button-glow.deal-button {
        padding: 12px 24px;
    }

    .horizontal-div {
        width: 80%;
    }

    .horizontal-div.width-80.flex {
        width: auto;
    }

    .horizontal-div.width-80.flex.center-mobile._32 {
        padding-left: 56px;
        padding-right: 56px;
    }

    .horizontal-div.grid.top-margin-64.align-items-center {
        grid-template-columns: 1fr;
        justify-items: center;
        width: auto;
        margin-top: 48px;
    }

    .ready-to-grow.top-margin-48 {
        margin-top: 0;
    }

    .h1-semibold.left.dark-gray-50.special {
        text-align: center;
    }

    .h1-semibold.left.dark-gray-50.masterclass-header {
        margin-bottom: 40px;
    }

    .vertical-div.top-margin-32.flex.gap-16 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .all-in-one-plattform {
        padding: 80px 56px;
    }

    .image-41 {
        width: 100%;
        margin-top: 48px;
    }

    .h2-semibold.left.white.special-x {
        text-align: left;
    }

    .h2-semibold.left.white.masterc {
        text-align: center;
    }

    .h2-semibold.white.right-x {
        text-align: right;
    }

    .h2-semibold.white.left-x {
        text-align: left;
    }

    .l-3.left.light.align-center {
        width: auto;
    }

    .l-3.left.light.align-center.services-special {
        text-align: center;
    }

    .l-3.left.regular.align-center {
        width: auto;
    }

    .perks._100._6-items.top-margin-80.bot-margin-80 {
        grid-row-gap: 32px;
        margin-top: 48px;
        margin-bottom: 0;
    }

    .perks._100._4-items.top-margin-80.bot-margin-80.gap-32 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        margin-top: 48px;
        margin-bottom: 0;
    }

    .produkte-kreieren {
        padding: 80px 56px;
    }

    .wrapper-2._90 {
        width: 100%;
    }

    .zahlungen-abwickeln {
        padding-bottom: 80px;
        padding-left: 56px;
        padding-right: 56px;
    }

    .grid-4._2 {
        grid-row-gap: 40px;
        flex-direction: column-reverse;
        display: flex;
    }

    .image-45 {
        margin-bottom: 40px;
    }

    .content-hub {
        padding: 80px 56px;
    }

    .accordion-item {
        width: 100%;
        position: relative;
    }

    .faq-container {
        width: auto;
        min-width: auto;
    }

    .accordion__content {
        width: 100%;
        margin-top: 0;
        position: static;
    }

    .accordion__content.new-style {
        grid-template-rows: auto auto auto;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .accordion {
        padding: 80px 56px;
    }

    .accordion.x-post-faq.nopadding,
    .accordion.x-post-faq.no-margin,
    .accordion.x-post-faq-neon.nopadding,
    .accordion.x-post-faq-neon.no-margin {
        padding-left: 20px;
        padding-right: 20px;
    }

    .check {
        margin-top: 8px;
    }

    .check.top-padding-24 {
        margin-top: 0;
    }

    .check.masterclass.mobile {
        justify-content: center;
    }

    .div-block-2 {
        position: static;
    }

    .accordion__content-wrap {
        display: flex;
    }

    .service-hub {
        padding: 80px 56px;
    }

    .image-46 {
        margin-bottom: 40px;
    }

    .community-program {
        padding: 80px 56px;
    }

    .image-31 {
        margin-bottom: 40px;
    }

    .testimonial-columns-2 {
        flex-direction: column;
    }

    .testimonials-2 {
        padding: 104px 56px;
    }

    .testimonial-image-block {
        padding: 0;
    }

    .testimonial-content-wrap {
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .testimonial-content-block {
        margin-bottom: 0;
        margin-right: 32px;
        padding-left: 0;
    }

    .testimonial-author-wrap {
        margin-top: 0;
    }

    .cta-2 {
        height: 70vh;
        padding-left: 56px;
        padding-right: 56px;
    }

    .footer-2 {
        margin-top: 0;
        padding-left: 56px;
        padding-right: 56px;
    }

    .footer-content-2 {
        grid-template-columns: 1fr 1fr;
    }

    .sm.light {
        color: #a5a6a8;
        font-weight: 400;
    }

    .sticky-navi {
        opacity: 1;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 32px;
        display: flex;
    }

    .botom-navi-div {
        display: flex;
    }

    .sticky-button {
        width: 100%;
    }

    .sticky-button.produkte-kreieren-btn,
    .sticky-button.zahlungen-abwickeln-btn,
    .sticky-button.neu-bei-btn {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sticky-button.jetz-durchstarten-btn {
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
    }

    .sticky-button.conversion-tools-btn,
    .sticky-button.inkasso-btn,
    .sticky-button.sales-btn {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sticky-button.analytics-btn,
    .sticky-button.mobile-updates-btn,
    .sticky-button.services-btn {
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
    }

    .produkte-kreieren-grid.top-margin-64 {
        margin-top: 48px;
    }

    .accordion-div {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        position: static;
    }

    .header-3 {
        padding-bottom: 48px;
        padding-left: 56px;
        padding-right: 56px;
    }

    .grid-5 {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }

    .verkaufsautomatisierung {
        height: 150px;
    }

    .primary-button-2 {
        width: 100%;
    }

    .services-hub-and-content {
        height: auto;
    }

    .software-funktionen {
        height: 150px;
    }

    .tabs-4 {
        padding-bottom: 80px;
    }

    .volumen-transaktionen {
        height: 120px;
    }

    .highlight-button-plan {
        width: 100%;
    }

    .flexible-bezahloptionen-2 {
        height: 70vh;
        padding: 80px 56px;
    }

    .primary-button-3 {
        width: auto;
    }

    .highlights-2 {
        height: auto;
        padding-top: 80px;
        padding-left: 56px;
        padding-right: 56px;
    }

    .bodylgregular-2,
    .l-4 {
        font-size: 16px;
    }

    .button-price_plan-2.fluid {
        height: auto;
    }

    .div-block-3 {
        padding-bottom: 80px;
    }

    .s-navbar-title-2 {
        font-size: 1.5vw;
    }

    .demo-buchen-2 {
        height: 48px;
    }

    .s-navigation-holder-2 {
        z-index: 15;
        background-color: #fafafc;
        width: 100%;
        height: 92px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        box-shadow: 0 5px 5px #0003;
    }

    .dropdown-2 {
        flex-direction: column;
        justify-content: flex-start;
        display: flex;
    }

    .buchen-heading-2 {
        font-size: 14px;
    }

    .bodylgregular-3 {
        font-size: 16px;
    }

    .bodylgregular-3.navigation {
        font-size: 14px;
    }

    .dropdown-toggle-2 {
        border-bottom: 1px solid #cdcdd5;
        margin-left: 0;
        margin-right: 0;
    }

    .info-on-hover-2 {
        display: none;
    }

    .p-table_feature-2 {
        z-index: 8;
        background-color: #fafafc;
        border-right: 1px solid #cdcdd5;
        position: sticky;
        left: 0;
    }

    .p-table_feature-2.grey {
        z-index: 8;
        border-right: 1px solid #cdcdd5;
        position: sticky;
        left: 0;
    }

    .p-table_info-2.grey {
        z-index: 1;
        position: relative;
    }

    .s-navbar-textlink-2 {
        border-bottom: 1px solid #cdcdd5;
        justify-content: flex-start;
        font-size: 14px;
        display: flex;
    }

    .s-navbar-textlink-2.no-underline {
        border-bottom-style: none;
    }

    .s-navbar-textlink-2.no-underline.mobile {
        border: 1px solid #a5a6a8;
        border-radius: 8px;
        justify-content: center;
        margin: 20px;
        display: none;
    }

    .white-label-info {
        display: none;
    }

    .image-50 {
        filter: brightness(105%);
        height: 32px;
    }

    .image-50.hide {
        display: none;
        position: absolute;
    }

    .dropdown-list-2 {
        position: relative;
    }

    .dropdown-list-2.w--open {
        box-shadow: none;
    }

    .nav-bar-slider-2 {
        background-color: #fafafc;
        width: 100%;
        display: block;
    }

    .dropdown-link-2 {
        border-bottom: 1px solid #cdcdd5;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .h5-semibold.bot-padding-4 {
        margin-bottom: 4px;
    }

    .h5-semibold.center.same-headline-height-inkasso,
    .h5-semibold.center.same-headline-height-sales {
        text-align: center;
    }

    .h5-semibold.center.white {
        color: var(--neutral-white);
    }

    .image-52 {
        display: none;
    }

    .pbase-2 {
        color: #000004;
        font-size: 14px;
    }

    .image-54 {
        display: block;
    }

    .table {
        width: 1000px;
        padding-left: 56px;
    }

    .tab-link-tab-1.pay-as-you-go {
        padding: 12px 24px;
    }

    .tab-link-tab-1.pay-as-you-go.w--current {
        height: auto;
        padding-left: 24px;
        padding-right: 24px;
    }

    .tab-link-tab-2.pay-as-you-go {
        height: auto;
        padding: 12px 24px;
    }

    .tabs-menu {
        padding-left: 56px;
        padding-right: 56px;
    }

    .horizontal-scroll_page-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .horizontal-scroll {
        overflow: auto;
    }

    .table-text-div {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        padding-left: 56px;
        padding-right: 56px;
    }

    .table-text-div._32 {
        padding-left: 56px;
        padding-right: 56px;
    }

    .pay-as-you-go {
        height: auto;
        padding: 80px 0;
    }

    .haufig-gestellte-fragen {
        height: auto;
        padding-top: 80px;
        padding-left: 56px;
        padding-right: 56px;
    }

    .accordion-2 {
        padding: 80px 56px;
    }

    .div-block-4 {
        position: static;
    }

    .produkte-von-dave {
        padding: 80px 56px;
    }

    .ready-to-grow-content-block {
        margin-bottom: 0;
        margin-right: 32px;
        padding-left: 0;
    }

    .ready-to-grow-wrap {
        height: auto;
        margin-top: 0;
    }

    .primary-button-4 {
        width: auto;
    }

    .ready-to-grow-wrapp {
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-3 {
        padding-left: 56px;
        padding-right: 56px;
    }

    .header-2-3-0 {
        padding-bottom: 32px;
        padding-left: 56px;
        padding-right: 56px;
        display: block;
    }

    .x-header {
        align-items: center;
        padding: 128px 56px 80px;
    }

    .x-header-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .x-sticky-part {
        padding: 5vh 5vw;
        display: none;
    }

    .x-sticky-part.new-styles {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 100%;
        display: block;
    }

    .x-form-field {
        font-size: 2vw;
    }

    .x-form-item.last.more-space {
        margin-top: 0;
    }

    .x-form-item.margin-bto {
        margin-bottom: 30px;
    }

    .vertical-div-x {
        width: auto;
    }

    .vertical-div-x.cta-section {
        grid-row-gap: 32px;
        align-items: center;
        padding-top: 0;
    }

    .vertical-div-x.masterclass {
        padding-bottom: 0;
    }

    .vertical-div-x.masterclass.hide-on-mobile {
        display: none;
    }

    .vertical-div-x.masterclass.show-only-on-mobile {
        display: block;
    }

    .x-was-ist-neu {
        height: auto;
        padding: 80px 56px;
    }

    .feature-detailed {
        margin-top: 80px;
    }

    .features-div {
        width: auto;
    }

    .x-countdown-header {
        display: none;
        left: 0;
    }

    .x-item_time,
    .x-item_divider {
        width: 15vw;
    }

    .mehr-fur-dich-div {
        grid-row-gap: 0px;
        flex-direction: column-reverse;
        display: flex;
    }

    .mehr-fur-dich-wrap {
        margin-top: 0;
    }

    .mehr-fur-dich-content-wrap {
        min-height: auto;
        padding: 80px 56px;
    }

    .mehr-fur-dich-content {
        margin-bottom: 0;
        margin-right: 32px;
        padding-left: 0;
    }

    .mehr-fuhr-dich-image2 {
        padding: 0;
    }

    .x-testimonials {
        padding: 80px 56px;
    }

    .testimonials-grid {
        grid-column-gap: 0px;
        grid-row-gap: 40px;
        flex-direction: column;
        grid-template:
            "."
            "."
            / 1fr 1fr;
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        justify-content: stretch;
        display: flex;
    }

    .testimonial-content-grid {
        height: 240px;
    }

    .das-ist-x {
        background-position: 32vw;
        padding: 80px 56px;
    }

    .das-ist-x.desktop {
        height: auto;
    }

    .das-ist-x-grid {
        flex-direction: column;
        display: flex;
    }

    .was-ist-div {
        width: 80%;
    }

    .was-ist-div-blank {
        width: 80%;
        display: none;
    }

    .x-cta {
        padding: 80px 56px;
    }

    .horizontal-div-x {
        width: auto;
    }

    .main-form-countdown {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 0.75fr 1fr 1fr 0.75fr;
        grid-auto-columns: 1fr;
        margin-top: 16px;
        margin-bottom: 0;
        display: grid;
        left: 0;
    }

    .main_form_countdown {
        width: 100%;
    }

    .feaures-section {
        align-items: center;
        padding-bottom: 80px;
        padding-left: 56px;
        padding-right: 56px;
    }

    .only-tablet-mobile {
        border: 3px solid var(--medium-spring-green);
        background-color: var(--dark-grey-brand);
        border-radius: 24px;
        width: 100%;
        margin-top: 40px;
        margin-left: 56px;
        margin-right: 56px;
        padding: 48px 32px 32px;
        display: block;
    }

    .image-59 {
        height: 32px;
    }

    .link-block-5 {
        display: block;
    }

    .mobile-form-countdown {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 0.75fr 1fr 1fr 0.75fr;
        grid-auto-columns: 1fr;
        margin-top: 16px;
        margin-bottom: 0;
        display: none;
        left: 0;
    }

    .mobile_form_countdown_div {
        width: 100%;
    }

    .x-thank-you {
        align-items: center;
        height: auto;
        padding: 128px 56px 80px;
    }

    .x-thank-you-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .x-thank-you-calendar {
        width: 100%;
    }

    .event-item-content {
        width: auto;
    }

    .calendar-buttons {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-direction: row;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .x-social,
    .x-social-mobile {
        background-position: 2%;
        background-size: cover;
        height: 600px;
        padding: 80px 56px;
    }

    .calendar-icon.apple {
        margin-bottom: 4px;
    }

    .stickyform._1 {
        font-family: Esklarheitelopage, sans-serif;
    }

    .x-was-ist-neu-mobile {
        height: auto;
        padding: 80px 56px;
    }

    .x-featured-news {
        align-items: center;
        padding: 94px 56px 32px;
    }

    .x-featured-news-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .vertical-div-x-news {
        width: auto;
    }

    .x-regular-news {
        padding-left: 56px;
        padding-right: 56px;
    }

    .vertical-div-x-featured-news {
        width: auto;
    }

    .regular-news-list {
        flex-direction: column;
        grid-template-columns: 1fr;
        display: flex;
    }

    .x-post {
        align-items: center;
        padding: 94px 56px 80px;
    }

    .x-post-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .vertical-div-x-post-grid {
        width: auto;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .x-post-text-div {
        grid-column-gap: 0px;
        display: flex;
    }

    .x-countdown-header-2 {
        display: none;
        left: 0;
    }

    .link-block-8 {
        display: block;
    }

    .image-61 {
        height: 32px;
    }

    .x-more-news {
        background-position: 50%;
        background-size: cover;
        padding-left: 56px;
        padding-right: 56px;
    }

    .more-news-item-div {
        margin-top: 32px;
    }

    .more-news-list {
        flex-direction: column;
        grid-template-columns: 1fr;
        display: flex;
    }

    .rich-text-class-test {
        padding-left: 0;
        padding-right: 0;
    }

    .link-block-9 {
        display: none;
    }

    .mobile-link {
        display: block;
    }

    .mobile-link.news {
        opacity: 0;
    }

    .mobile-countdown {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        display: flex;
        left: 0;
    }

    .mobile-x-item_time {
        width: 4vw;
    }

    .mobile-x-item_divider {
        width: 1vw;
    }

    .mobile-countdown-alt {
        opacity: 0;
        display: block;
    }

    .link-2 {
        text-decoration: underline;
    }

    .x-post-header {
        align-items: center;
        padding: 80px 56px;
    }

    .x-post-header-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .x-post-header-grid.cta {
        flex-direction: column;
        align-items: center;
    }

    .hero-feature-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .ghost-button {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0;
    }

    .x-post-feature {
        align-items: center;
        padding-bottom: 80px;
        padding-left: 56px;
        padding-right: 56px;
    }

    .x-post-feature.conversion-tools {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .x-post-feature.sales-teams,
    .x-post-feature.analytics {
        padding-top: 80px;
    }

    .x-post-feature-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .x-post-feature-header {
        grid-row-gap: 32px;
        width: auto;
        display: flex;
    }

    .x-post-feature-header-half.space-behind.left {
        grid-row-gap: 16px;
        align-items: center;
    }

    .post-event-feature-video {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .x-post-perks-grid {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: auto;
        display: grid;
    }

    .x-post-perks-grid.cta.special {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: row;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .perk-img {
        height: auto;
    }

    .cta-in-grid {
        justify-content: flex-end;
        width: 100%;
        height: auto;
    }

    .cta-in-grid.inkasso {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cta-in-grid.sales {
        padding-bottom: 40px;
    }

    .cta-in-table-pic {
        width: 100%;
        height: auto;
    }

    .primary-button-post {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
    }

    .x-post-cta {
        align-items: center;
        padding: 80px 56px;
    }

    .cta-long-button.post,
    .cta-long-button.masterclass {
        align-self: center;
    }

    .cta-long-button.masterclass.cta-button.video-section,
    .cta-long-button.masterclass.cta-button.speakers {
        align-self: flex-start;
    }

    .cta-bottom-texts {
        align-items: center;
        margin-top: 0;
    }

    .cta-img-div {
        justify-content: center;
    }

    .cta-img-div.masterc {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-bottom: 32px;
    }

    .x-analytics-table-grid {
        grid-row-gap: 0px;
        width: auto;
        padding-top: 0;
        display: flex;
    }

    .services {
        grid-row-gap: 56px;
        padding: 80px 56px;
    }

    .service-hub-grid.top-margin-64 {
        margin-top: 48px;
    }

    .service-hub-grid.top-margin-64._1 {
        flex-direction: column;
        display: flex;
    }

    .services-div {
        width: 80%;
    }

    .services-div.width-80.flex {
        width: auto;
    }

    .whats-app-grid.top-margin-64 {
        margin-top: 48px;
    }

    .whats-app-grid.top-margin-64._1 {
        flex-direction: column;
        display: flex;
    }

    .wrapper-services._90 {
        align-items: center;
        width: 100%;
    }

    .static-section-texts {
        margin-left: 0;
        margin-right: 0;
    }

    .logos {
        justify-content: flex-start;
        margin-top: 32px;
    }

    .logos.mobile {
        margin-top: 24px;
    }

    .app-store-logo {
        height: 40px;
    }

    .platform-updates {
        padding: 80px 56px;
    }

    .update-two-items {
        grid-column-gap: 32px;
        width: auto;
        position: relative;
    }

    .mobile-overview-mobile {
        background-position: 100% 100%;
        padding: 80px 56px 40px;
        display: block;
    }

    .link-mobile-post {
        display: none;
    }

    .sticky-navi-post {
        opacity: 1;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 32px;
        display: flex;
    }

    .sticky-navi-bot {
        display: none;
    }

    .link-block-13 {
        align-self: center;
        margin-top: 16px;
    }

    .nav-post {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        display: flex;
    }

    .mobile-updates-2 {
        display: none;
    }

    .mobile-alt {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-updates-cards.no-hover {
        grid-row-gap: 32px;
        background-color: var(--black3);
        flex-direction: column;
        justify-content: center;
        align-self: center;
        align-items: center;
        margin-top: 32px;
        padding-top: 40px;
        display: flex;
    }

    .cool-grey-400 {
        color: var(--cool-grey-400);
    }

    .cool-grey-400.center {
        text-align: center;
    }

    .mobile-feature-img-mobile {
        width: 180px;
    }

    .whatsapp-div {
        z-index: 5555;
        inset: 80px 0% auto auto;
    }

    .cta-img {
        width: 70%;
    }

    .image-68 {
        margin-top: 8px;
    }

    .cta-part {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cta-part-content {
        margin-left: 56px;
        margin-right: 56px;
    }

    .cta-part-content.restyling {
        grid-template-columns: 1fr 1fr;
    }

    .cta-section-btn {
        align-self: center;
        margin-top: 16px;
    }

    .cta-img-div-alt {
        justify-content: center;
    }

    .link-block-14 {
        margin-top: 8px;
    }

    .x-event-call {
        align-items: center;
        height: auto;
        padding: 104px 56px 80px;
    }

    .x-demo-buchen-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .x-event-item {
        grid-column-gap: 56px;
        grid-row-gap: 56px;
        flex-direction: column-reverse;
        align-items: center;
        width: auto;
    }

    .x-content {
        align-items: center;
    }

    .demo.green,
    .headline-demo.left.demo {
        text-align: center;
    }

    .trust-div {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        justify-content: center;
        width: 100%;
    }

    .wa-container {
        z-index: 999;
        bottom: 120px;
    }

    .image-71 {
        width: 150px;
    }

    .nav-menu-two {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #fff;
        flex-flow: column wrap;
        justify-content: space-around;
        align-items: stretch;
        padding: 20px;
        display: flex;
        box-shadow: 0 8px 50px #0000000d;
    }

    .nav-link-2 {
        padding-left: 0;
        padding-right: 5px;
    }

    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: absolute;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        width: 100%;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
        z-index: 999;
        width: 100%;
        max-width: 100%;
        top: 59px;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide.regular-dropdown {
        flex-direction: row;
        width: 100%;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide.regular-dropdown.w--open {
        width: 100%;
        max-width: 100%;
        top: 70px;
        left: 0;
        right: 0;
    }

    .button-primary.tablet-mobile-only {
        display: block;
    }

    .menu-button {
        padding: 12px;
    }

    .menu-button.w--open {
        color: #fff;
        background-color: #a6b1bf;
    }

    .link-4 {
        display: none;
    }

    .zl_header-container {
        flex-flow: row;
        justify-content: space-between;
        padding: 24px;
        display: flex;
        position: relative;
    }

    .l-5 {
        font-size: 16px;
    }

    .post-event-watch-video {
        background-position: 50% 0;
        padding-top: 80px;
        padding-bottom: 80px;
        display: block;
    }

    .webinar-replay {
        margin-top: auto;
        margin-bottom: auto;
    }

    .post-event-watch-div {
        margin: auto 56px;
    }

    .post-event-video-frame {
        width: 100%;
    }

    .zl_nav-cta {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #0000;
        width: 100%;
        display: none;
        position: static;
        inset: 184px 0% 0%;
    }

    .zl_menu {
        width: 100%;
        height: auto;
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
    }

    .zl_mega-menu-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: var(--brand-white);
        flex-flow: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: 100vh;
        padding-bottom: 155px;
        display: flex;
        overflow: scroll;
    }

    .zl_mega-menu-col {
        width: 100%;
        padding: 40px 100px;
        display: flex;
    }

    .zl_mega-menu-col.has-left-border {
        border-left-style: none;
        border-left-width: 0;
        flex-wrap: wrap;
        width: 100%;
    }

    .zl_mega-menu-title {
        justify-content: flex-start;
    }

    .zl_mega-menu-title-span.cstm_text-link-effect {
        transform: translate(-26px);
    }

    .zl_standard-dropdown-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        display: flex;
    }

    .list-item {
        text-align: left;
        display: block;
    }

    .list-item.list_item-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .list-item.list_item-padding.mobile-login-link {
        display: block;
    }

    .masterclass-logo-text {
        margin-top: 3px;
        font-size: 14px;
        line-height: 1;
    }

    .link-block-15 {
        display: block;
    }

    .masterclass-cta {
        display: none;
    }

    .masterclass-sticky {
        padding: 5vh 5vw;
        display: none;
    }

    .icon {
        width: 2vw;
    }

    .masterclass-logo {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .subtitle_season-2 {
        font-size: 2vw;
    }

    .additional-info-cta {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .m-header {
        align-items: center;
        padding: 128px 56px 80px;
    }

    .subtitle_season-3 {
        font-size: 2vw;
    }

    .m-header-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .vid-masterclass {
        margin-bottom: 0;
    }

    .m-sticky-grid {
        grid-column-gap: 0px;
        margin-top: 48px;
        margin-bottom: 48px;
        display: flex;
    }

    .m-sticky-mobile {
        align-items: center;
        padding: 0 56px 80px;
        display: block;
    }

    .sticky-mobile {
        grid-row-gap: 16px;
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        padding: 40px 32px;
        display: flex;
        position: static;
    }

    .m-speakers {
        align-items: center;
        padding: 40px 56px;
    }

    .m-speakers-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .m-cta-grid {
        flex-direction: column;
        display: flex;
    }

    .image-79 {
        width: 400px;
    }

    .m-cta {
        background-image: none;
        padding: 64px 56px;
    }

    .background-video-3 {
        background-image: linear-gradient(#0000 8%, #000000e3 81%, #000 98%);
        width: 100%;
    }

    .background-video-3.masterclass {
        background-image: linear-gradient(#0000 10%, #000 90%);
    }

    .background-video-3.masterclass2 {
        background-image: linear-gradient(
            to top,
            #000 5%,
            #000000d6 33%,
            #0000 83%
        );
    }

    .video-left-sub {
        margin-top: 0;
        padding-left: 0;
    }

    .video-right-wrap {
        min-height: auto;
        padding: 80px 56px;
    }

    .video-left-content {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .primary-button-post-2 {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
    }

    .video-right-sub {
        margin-top: 0;
        padding-right: 0;
    }

    .video-on-right-section {
        flex-direction: column;
        padding-right: 0;
    }

    .video-on-right-section.combo {
        flex-direction: column;
        padding-left: 0;
    }

    .masterclass-video {
        display: none;
    }

    .video-right-content {
        margin-bottom: 0;
        margin-right: 32px;
        padding-left: 0;
    }

    .m-testi-grid {
        grid-column-gap: 0px;
        grid-row-gap: 40px;
        flex-direction: column;
        grid-template:
            "."
            "."
            / 1fr 1fr;
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        justify-content: stretch;
        display: flex;
    }

    .m-testimonials {
        padding: 0 56px 80px;
    }

    .testimonial-content-grid-2 {
        height: 240px;
    }

    .footer-4 {
        margin-top: 0;
        padding-left: 56px;
        padding-right: 56px;
    }

    .speakers-text-and-button {
        align-items: center;
        margin-top: 0;
    }

    .video-on-left-section {
        flex-direction: column;
        padding-right: 0;
    }

    .m-features {
        grid-row-gap: 56px;
        margin-top: 40px;
        padding: 0 56px;
    }

    .masterclass-grid.top-margin-64 {
        margin-top: 48px;
    }

    .masterclass-grid.top-margin-64._1 {
        flex-direction: column;
        display: flex;
    }

    .mastergrid.top-margin-64 {
        margin-top: 48px;
    }

    .mastergrid.top-margin-64._1 {
        flex-direction: column;
        display: flex;
    }

    .mastergrid.top-margin-64._1.special {
        flex-direction: column-reverse;
    }

    .master_customer_img {
        width: 40px;
        height: 40px;
    }

    .masterclass-nav {
        margin-top: 3px;
        font-size: 12px;
        line-height: 1;
    }

    .new-cta-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .new-cta-grid.masterc {
        flex-direction: column-reverse;
        align-items: center;
    }

    .new-cta {
        width: auto;
    }

    .new-cta.masterc {
        grid-row-gap: 32px;
        align-items: center;
        padding-top: 0;
    }

    .m-cta-2 {
        align-items: center;
        padding: 80px 56px;
    }

    .m2-testimonials {
        padding: 104px 56px;
    }

    .nav_cta {
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav_cta.tablet-up-hide {
        display: none;
    }

    .webinar_hero {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
    }

    .webinar_hero-column.left-side {
        align-items: flex-start;
        width: 100%;
    }

    .webinar_hero-column.left-side.new-padding {
        padding-top: 140px;
        padding-bottom: 0;
    }

    .webinar_hero-column.right-side {
        background-image: none;
        align-items: center;
        width: 100%;
        padding-bottom: 40px;
    }

    .countdown-wrapper.bg-color-transparent.font-margin-top-32.font-margin-bot-48.large-gap {
        grid-column-gap: 64px;
    }

    .webinar_h1.font-color-bw.h1-title.custom-width,
    .hero_description.font-color-cg400.plg.custom-width {
        width: 100%;
    }

    .hero_content-wrapper {
        max-width: 100%;
        padding-right: 0;
    }

    .hero_content-wrapper.green-border {
        align-items: flex-start;
        max-width: 100%;
    }

    .webinar_social-proof,
    .webinar_dark-section.padding_48-64 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .webinar_card-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }

    .webinar_green-section.padding-104 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .tolga-img {
        width: 100%;
    }

    .testimonial_grid {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
    }

    .webinar_footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .greator_hero,
    .greator_section-vertical {
        padding-left: 20px;
        padding-right: 20px;
    }

    .greator_deals-card--content {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-flow: column;
        margin-bottom: 64px;
    }

    .slider {
        height: auto;
    }

    .right-arrow-2 {
        bottom: 20px;
        left: 15%;
    }

    .slide_grid {
        flex-direction: column-reverse;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-flow: column;
        place-items: center baseline;
        display: flex;
    }

    .slide_content-wrapper {
        width: 100%;
        padding: 48px 20px 100px;
    }

    .slide_testimonial,
    .slide_testimonial-role {
        text-align: center;
    }

    .image-91 {
        object-fit: cover;
        object-position: 50% 50%;
        height: auto;
    }

    .slide_testimonial-img--wrapper {
        width: 100%;
        height: auto;
    }

    .div-block-10 {
        flex-direction: column;
        align-items: center;
        width: 100%;
        display: flex;
    }

    .light-text.width680 {
        max-width: 530px;
    }

    .greator_modal {
        padding: 20px;
    }

    .html-embed-15 {
        width: 600px;
    }

    .left-arrow-2 {
        bottom: 20px;
        left: 35%;
    }

    .greator_deals-card--plan {
        grid-column-gap: 48px;
        flex-wrap: wrap;
    }

    .card_plan-container {
        grid-column-gap: 8px;
    }

    .card_plan-deal.custom-width {
        margin-left: 0;
    }

    .image-96.background-color.tablet-change {
        object-position: 50% 0%;
        width: 100%;
        padding-left: 40px;
    }

    .flex-block-2 {
        width: 100%;
    }

    .light-color.pxl {
        text-align: left;
    }

    .div-block-19 {
        grid-column-gap: 0px;
        grid-row-gap: 48px;
        flex-direction: column;
        padding: 48px 40px;
    }

    .font-color-bw.padding-right {
        padding-right: 0;
    }

    .container-grid--1232.container-flex-h--center-left.tablet-mobile-container-align {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        flex-direction: column;
        align-items: flex-start;
    }

    .container-grid--1232.container-flex-h--center-left.tab-mob-layout {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        flex-direction: column;
        align-items: center;
    }

    .container-grid--1232.container-flex-h--center-left.tablet-mobile-vertical {
        grid-row-gap: 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .container-grid--1232.container-flex-v--left-top.mob-layout {
        justify-content: flex-start;
        align-items: center;
    }

    .container-grid--1232.container-flex-h--center-center.reverse-column-tablet-mobile {
        flex-direction: column-reverse;
    }

    .container-flex-h--center-left.gap12.margin-bottom32.mob-layout {
        justify-content: center;
    }

    .container-width-60 {
        width: 100%;
    }

    .h2-title.font-text-center.font-margin-bot-48.custom-width {
        width: 523px;
    }

    .flex-block-5 {
        align-items: center;
        padding-right: 0;
    }

    .container-flex-h--center-center {
        flex-direction: column;
    }

    .container-flex-h--center-center.bg-color-bw.padding-80-160 {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .container-flex-h--center-center.has-height.padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container-width-40 {
        width: 100%;
    }

    .container-width-40.padding-left-60 {
        padding-left: 0;
    }

    .container-width-40.padding-left-60.sticky-col {
        position: static;
    }

    .flex-block-11 {
        margin-bottom: 20px;
    }

    .flex-block-13 {
        grid-row-gap: 20px;
    }

    .padding-80-64 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .padding-64-48 {
        padding: 48px 24px;
    }

    .padding-24 {
        padding: 20px;
    }

    .form-4 {
        grid-row-gap: 0px;
    }

    .flex-block-16 {
        width: 100%;
    }

    .padding-32-24.bg-color-dgb.border-radius-24.container-flex-v--sb-strech.gap-24 {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .body-404 {
        height: auto;
    }

    .header-404 {
        justify-content: flex-end;
        align-items: stretch;
        height: auto;
        padding: 0 56px;
    }

    ._404-header-grid {
        grid-column-gap: 0px;
        height: auto;
        display: flex;
    }

    .vertical-div-404 {
        width: auto;
        height: auto;
    }

    .maintenance {
        width: 60%;
    }

    .navibar-404 {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .container-width-50 {
        width: 100%;
    }

    .container-width-50.gap-32.padding-right-100 {
        padding-right: 40px;
    }

    .container-width-50.padding-left {
        padding-left: 0;
    }

    .speaker-card {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }

    .image-107 {
        object-fit: cover;
        object-position: 0% 0%;
        width: 100%;
        height: 450px;
    }

    .ms_mobile-only-content {
        display: flex;
    }

    .flex-block-26 {
        padding-left: 20px;
    }

    .div-block-28 {
        grid-template-columns: 1fr 1fr;
    }

    .flex-block-26-copy {
        padding-right: 20px;
    }

    .padding-right-100 {
        padding-right: 50px;
    }

    .card-with-img {
        border-radius: 16px;
        padding-top: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .icon-box.bg-color-cgb {
        padding-top: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .html-embed-18 {
        margin-bottom: 12px;
    }

    .div-block-30 {
        grid-template-columns: minmax(0, 1fr);
        padding-left: 24px;
        padding-right: 24px;
    }

    .div-block-30.mobile-styles.mobile-bottom-margin.top-margin-mobile.remove-radius {
        border-radius: 0;
    }

    .div-block-32 {
        grid-template-rows: auto auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .flex-block-33 {
        align-items: stretch;
    }

    .flex-block-34,
    .flex-block-35,
    .flex-block-36 {
        flex-direction: column-reverse;
        justify-content: space-around;
        margin-top: 40px;
    }

    .flex-block-37 {
        padding-left: 0;
        padding-right: 0;
    }

    .video-container-grid {
        grid-template-rows: auto auto;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .div-block-41 {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .nav-menu-two-copy {
        background-color: var(--light-gray-brand);
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 8px 50px #0000000d;
    }

    .nav-dropdown-toggle-copy {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .list-item-copy {
        text-align: left;
        display: block;
    }

    .button-primary-copy {
        font-size: 0.85rem;
    }

    .button-primary-copy:hover {
        background-color: var(--button-green-hover);
        color: var(--brand-black);
    }

    .button-primary-copy.hide-desktop {
        display: block;
    }

    .nav-link-2-copy {
        padding-left: 0;
        padding-right: 5px;
    }

    .p-navbar-copy {
        height: 92px;
        display: flex;
        position: fixed;
    }

    .min-height-700 {
        min-height: 500px;
    }

    .div-block-49 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .flex-block-53 {
        grid-column-gap: 19px;
        grid-row-gap: 19px;
    }

    .flex-block-56 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lessons {
        align-items: center;
        padding-bottom: 80px;
        padding-left: 56px;
        padding-right: 56px;
    }

    .lessons.hub {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hub-grid {
        grid-column-gap: 0px;
        display: flex;
    }

    .hub-header {
        grid-row-gap: 32px;
        width: auto;
        display: flex;
    }

    .hub-header-title.space-behind.left {
        grid-row-gap: 16px;
        align-items: center;
    }

    .hub-lessons-row {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: auto;
        display: grid;
    }

    .lesson-img {
        height: auto;
    }

    .body-407 {
        height: auto;
        overflow: visible;
    }

    .launch-grid {
        flex-flow: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-self: stretch;
        align-items: stretch;
        height: auto;
        max-height: none;
        display: flex;
    }

    .launch-text-part {
        height: auto;
    }

    .launch-countdown-part {
        justify-content: center;
        align-self: stretch;
        align-items: center;
        height: auto;
        display: flex;
    }

    .timer-container {
        flex-flow: column;
        justify-content: flex-end;
        height: auto;
        padding: 16px 32px;
        display: flex;
    }

    .shape-top {
        height: 160px;
    }

    .shape-bottom {
        height: auto;
    }

    .shape-top-fixed {
        background-color: #21282f;
    }

    .logo-left {
        margin-top: 24px;
        margin-left: 24px;
    }

    .claim-desktop {
        display: none;
    }

    .text-area {
        align-self: center;
    }

    .launch-body {
        text-align: center;
        font-size: 18px;
    }

    .launch-link {
        align-self: center;
        margin-left: auto;
    }

    .launch-button {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
    }

    .launch-button.top-margin-32.tight {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 24px;
    }

    .claim-mobile {
        display: none;
    }

    .launch-countdown {
        left: 0;
    }

    .launch-countdown.final {
        justify-content: center;
    }

    .launch-countdown-digit {
        font-size: 9vw;
    }

    .launch-countdown-digit._3 {
        font-size: 10vw;
    }

    .launch-countdown-digit._3.hero {
        font-size: 11vw;
    }

    .launch-countdown-digit._3.hero.post {
        font-size: 7vw;
    }

    .countdown-headline {
        text-align: center;
    }

    .launch-footer {
        justify-content: flex-end;
        height: auto;
        margin-top: 0;
        padding-left: 56px;
        padding-right: 56px;
    }

    .launch-footer-fixed {
        height: auto;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 24px;
        padding-right: 24px;
    }

    .body-404-page {
        font-size: 16px;
    }

    .x-demo-buchen-2 {
        align-items: center;
        height: auto;
        padding: 104px 56px 80px;
    }

    .x-content-2 {
        align-items: center;
    }

    .l-9 {
        font-size: 16px;
    }

    .l-9.demo-body {
        text-align: center;
    }

    .l-9.demo-body.form {
        align-items: flex-start;
    }

    .l-9.left.normal.demo.cta-demo {
        text-align: center;
    }

    .footer-5 {
        margin-top: 0;
        padding-left: 56px;
        padding-right: 56px;
    }

    .footer-content-3 {
        grid-template-columns: 1fr 1fr;
    }

    .header-bf-container {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        align-self: stretch;
        height: auto;
    }

    .floating-label {
        z-index: 101;
        width: 20vw;
        position: absolute;
        top: 7%;
        right: 3%;
    }

    .countdown-body-black-friday,
    .launch-body-copy {
        text-align: center;
        font-size: 18px;
    }

    .timer-container-bf {
        flex-flow: column;
        justify-content: flex-end;
        width: auto;
        min-width: 472px;
        height: auto;
        padding: 16px 32px;
        display: flex;
    }

    .launch-footer-fixed-bf {
        height: auto;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 24px;
        padding-right: 24px;
    }

    .offer-wrapper {
        flex-flow: column;
        height: auto;
        padding-left: 24px;
        padding-right: 24px;
    }

    .offer-wrapper.mod {
        flex-flow: row;
    }

    .header-image-bf {
        display: block;
    }

    .leaf-container-bf {
        flex-flow: column;
        justify-content: flex-end;
        height: auto;
        padding: 16px 32px;
        display: flex;
    }

    .neon {
        text-align: center;
    }

    .image-133 {
        width: 100%;
    }

    .accordion-neon {
        padding: 80px 56px;
    }

    .accordion-neon.x-post-faq.nopadding,
    .accordion-neon.x-post-faq.no-margin,
    .accordion-neon.x-post-faq-neon.nopadding,
    .accordion-neon.x-post-faq-neon.no-margin {
        padding-left: 20px;
        padding-right: 20px;
    }

    .accordion-item-neon {
        width: 100%;
        position: relative;
    }

    .heading-71 {
        color: var(--white-smoke);
        text-align: center;
        max-width: 750px;
        margin-bottom: 31px;
    }

    .div-block-56 {
        margin-top: 9px;
    }

    .countdown-headline-copy {
        text-align: center;
    }

    .big-text.glow-text {
        max-width: 600px;
        margin-bottom: 12px;
    }

    .countdown-headline-copy-copy {
        text-align: center;
    }

    .highlight-button-div-copy {
        padding: 8px 16px;
    }

    .highlight-button-div-copy.top-navi {
        display: block;
    }

    .highlight-button-div-copy.top-navi.mobile._3-0 {
        display: none;
    }

    .highlight-button-div-copy.top-navi._3-0 {
        display: block;
    }

    .highlight-button-div-copy.top-navi.masterclass {
        display: none;
    }

    .highlight-button-div-copy.top-margin-32.x,
    .highlight-button-div-copy.top-margin-32.masterclass {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 24px;
    }

    .highlight-button-div-copy.highlight-button.main-form {
        padding-left: 24px;
    }

    .countdown-headline-copy-copy-copy {
        text-align: center;
    }

    .div-block-57 {
        justify-content: flex-end;
        align-items: flex-start;
    }

    .sticky-cta {
        height: auto;
    }

    .flex-block-60 {
        height: 1%;
    }

    .bold-text-9 {
        text-align: left;
    }

    .countdown-body-black-friday-copy {
        text-align: center;
        font-size: 18px;
    }

    .offer-wrapper-3 {
        flex-flow: column-reverse;
        height: auto;
        padding-left: 24px;
        padding-right: 24px;
    }

    .flex-block-66 {
        height: 100px;
    }

    .div-block-58-copy {
        width: 100%;
    }

    .flex-block-66-copy {
        flex-flow: row;
        height: 100px;
        display: none;
    }

    .offer-wrapper-3-copy {
        flex-flow: column-reverse;
        height: auto;
    }

    .offer-wrapper-3-copy.section-2 {
        height: auto;
    }

    .div-block-58-copy-copy {
        width: 100%;
        display: none;
    }

    .flex-block-66-copy-copy {
        flex-flow: row;
        width: 100%;
        max-width: 33%;
        height: 100px;
        display: none;
    }

    .leaf-container-small-copy {
        border-top-left-radius: 0;
        border-top-right-radius: 60px;
        border-bottom-left-radius: 0;
    }

    .deal-leaf {
        flex-flow: column;
    }

    .div-block-58-copy-copy {
        width: 100%;
    }

    .flex-block-66-copy-copy {
        flex-flow: row;
        height: 100px;
    }

    .flex-block-66-copy-copy-copy {
        flex-flow: row;
        height: auto;
    }

    .div-block-58-copy-copy-copy {
        width: 100%;
        height: 80px;
        display: none;
    }

    .flex-block-67 {
        height: auto;
        margin-bottom: 12px;
    }

    .flex-block-66-copy-copy-copy-copy {
        flex-flow: row;
        height: 100%;
    }

    .div-block-58-copy-copy-copy-copy {
        width: 100%;
        height: 80px;
        display: none;
    }

    .leafs-align-bottom {
        width: 100%;
        height: 80px;
    }

    .accordion__content-wrap-old {
        display: flex;
    }

    .leaf-container-small-copy-copy,
    .leaf-container-small-copy-copy-copy {
        border-top-left-radius: 0;
        border-top-right-radius: 60px;
        border-bottom-left-radius: 0;
    }
}

@media screen and (max-width: 767px) {
    .section-form-holder {
        height: auto;
    }

    .form-text-label,
    .form-field {
        font-size: 2.5vw;
    }

    .section-hero {
        height: auto;
        padding-top: 6vw;
        padding-bottom: 6vw;
    }

    .section-hero.post {
        padding-top: 20vw;
    }

    .holder_cta_buttons {
        display: none;
    }

    .holder_cta_buttons.combo {
        margin-bottom: 2vh;
        display: block;
    }

    .title_event {
        font-size: 8vw;
        line-height: 1.1;
    }

    .title_event.post {
        font-size: 8vw;
    }

    .button-signup-event {
        padding: 10px 20px;
        font-size: 2vw;
        display: none;
    }

    .button-signup-event.post {
        font-size: 1.5vw;
        display: block;
    }

    .button-signup-event.post.slide-down {
        font-size: 2vw;
        display: block;
    }

    .button-signup-event.post.slide-down.rtg {
        font-size: 2vw;
    }

    .button-signup-event.post-now {
        font-size: 2vw;
        display: block;
    }

    .button-signup-event.post-now.wp.nav {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 2vw;
    }

    .div-hero_asset {
        display: flex;
    }

    .holder_shortdescription_event {
        margin-bottom: 0;
    }

    .elopage-event-description {
        font-size: 2vw;
    }

    .holder_title_event {
        margin-bottom: 1vw;
    }

    .holder_title_event.combo {
        margin-bottom: 2vh;
    }

    .holder_hero_info {
        margin-bottom: 0;
    }

    .section-event {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    .form-holder {
        height: auto;
        position: relative;
    }

    .holder-title_event.post {
        z-index: 2;
        position: relative;
    }

    .anchor.up.absolute {
        inset: 0% 0% auto;
    }

    .holder_info_event_img {
        grid-row-gap: 41px;
        grid-template-rows: auto auto auto auto;
    }

    .message_ty {
        height: auto;
        padding-top: 5vh;
        padding-bottom: 5vw;
    }

    .message_ty._2.post {
        z-index: 2;
        position: relative;
    }

    .item_time.final,
    .item_time.launch {
        width: 16vw;
    }

    .heading_ty.event.post {
        font-size: 4vw;
    }

    .nav_bar {
        padding-top: 0.5vh;
    }

    .logo_holder {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .logo {
        height: 20px;
    }

    .hero_ty {
        height: 100vh;
        padding-top: 10%;
        padding-bottom: 3vh;
    }

    .holder_data {
        margin-bottom: 3vw;
        display: block;
    }

    .holder_data.combo {
        margin-bottom: 2vh;
        display: none;
    }

    .section-imprint {
        flex-direction: row;
        padding-top: 1vh;
        padding-bottom: 1vh;
        position: relative;
    }

    .imprint {
        font-size: 2vw;
    }

    .badge_holder {
        width: 13vw;
    }

    .badge_holder.post {
        width: 20vw;
    }

    .holder_all_about-event {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }

    .paragraph-testimonial-name {
        font-size: 2.5vw;
    }

    .paragraph-testimonial-company {
        font-size: 2vw;
    }

    .text-span-4 {
        font-size: 6vw;
    }

    .share-heading {
        font-size: 2.5vw;
    }

    .sm-icon-link {
        margin-right: 1vw;
    }

    .sm-icon {
        width: 24px;
        height: 24px;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        display: none;
    }

    .vectors-wrapper-2 {
        width: 3vw;
    }

    .pbase.grey.center._75 {
        text-align: center;
    }

    .bodylgregular.ever {
        font-size: 2vw;
    }

    .bodylgregular.grey.center.cancel-center {
        text-align: center;
    }

    .feature-3.ever {
        align-items: flex-start;
    }

    .l.left.cool-gray-400.special-x {
        text-align: center;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .l.left.cool-gray-400.special {
        text-align: center;
    }

    .l.left.cool-gray-400.masterclass,
    .l.demo-body.form {
        text-align: left;
    }

    .description_academy {
        font-size: 2vw;
    }

    .navigation-postevent {
        position: fixed;
    }

    .holder-timestamp {
        align-items: center;
    }

    .recording-titele {
        display: none;
    }

    .image-14 {
        width: 11vw;
    }

    .bb-right-holder {
        padding-left: 0;
    }

    .e-about-course {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .e-title-about-course.e {
        align-items: center;
    }

    .e-grid-about-course {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

    .e-item-description {
        font-size: 1.5vw;
    }

    .accordion-item-wrapper {
        padding: 40px 24px;
    }

    .accordion-item-wrapper.v2 {
        padding-top: 0;
        padding-bottom: 2vw;
    }

    .accordion-title {
        font-size: 3vw;
        line-height: 1.5;
    }

    .accordion-spacer {
        min-height: 0;
    }

    .e-faq {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .s-navbar-textlink.no-underline {
        display: none;
    }

    .image-21 {
        object-fit: contain;
    }

    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer._404 {
        justify-content: center;
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .footer-block {
        align-items: flex-start;
    }

    .footer-link:hover {
        color: #1a1b1fbf;
    }

    .footer-social-block {
        margin-top: 20px;
        margin-left: -20px;
    }

    .footer-social-link {
        margin-left: 20px;
    }

    .footer-divider {
        margin-top: 60px;
    }

    .s-footer-links-holder {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-wrap: wrap;
    }

    .s-footer-icon-item.s {
        width: 3vw;
    }

    .image-26 {
        width: 19vw;
    }

    .d-hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .d-navbar-holder {
        height: 60px;
    }

    .image-27 {
        width: 124px;
    }

    .d-heading1 {
        font-size: 36px;
    }

    .d-hero-about {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .d-video-main-item {
        padding-left: 16px;
        padding-right: 16px;
    }

    .rtg-link-holder {
        display: none;
    }

    .m-speaker-item {
        flex-direction: column;
    }

    .m-image-holder {
        width: 100%;
    }

    .m-paragraph.calendar {
        font-size: 2vw;
    }

    .p-hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    .p-price-plan {
        position: relative;
    }

    .button-price_plan {
        align-items: center;
        height: 33px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 14px;
    }

    .p-price-table {
        padding-top: 0;
        position: relative;
    }

    .plan-container {
        z-index: 2;
        padding-top: 0;
    }

    .plan-title {
        width: 30vw;
        top: 0;
    }

    .headings-h3semibold {
        font-size: 20px;
    }

    .headings-h4-medium {
        font-size: 18px;
    }

    .plg,
    .plg.white {
        font-size: 14px;
    }

    .headingsh1semibold.center.cancel-center {
        text-align: center;
    }

    .demo-buchen.cta {
        justify-content: center;
    }

    .holder-buttons-emotional {
        flex-direction: column;
        align-self: stretch;
        align-items: flex-start;
    }

    .button-primary-arrow,
    .button-tertiary {
        justify-content: center;
        align-self: stretch;
    }

    .non-button-emotional {
        width: auto;
    }

    .enterprise-button {
        flex-direction: column;
        align-self: stretch;
    }

    .slider-tablet-menu {
        display: none;
    }

    .fixed-button-test-scroll {
        padding-top: 10px;
    }

    .rounded-holder-menu-plan.nav-container {
        border-radius: 50px;
        justify-content: space-between;
        padding: 8px;
    }

    .header-table.pricing {
        top: 58px;
    }

    .hero-partner {
        flex-direction: column-reverse;
    }

    .left-hero,
    .right-hero {
        width: 100%;
    }

    .holder-hero-partner,
    .info-partner-hero {
        align-items: center;
    }

    .main-container {
        flex-direction: column;
    }

    .sponsor-img {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .sponsor-parner {
        height: 22px;
    }

    .item-product-partner {
        flex-direction: column;
        align-items: stretch;
    }

    .item-product-partner.reverse {
        flex-direction: column;
    }

    .left-about-item,
    .right-about-item {
        width: 100%;
    }

    .image-item-holder_partner {
        height: 50vw;
    }

    .holder-info-product-item {
        align-items: center;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .company-image-item {
        height: 24px;
    }

    .holder-company-div {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: row;
        width: 100%;
    }

    .text-loading-chili {
        font-size: 16px;
    }

    .lottie-loading-chili-piper {
        width: 10vw;
        height: 10vw;
    }

    .nav_link {
        display: none;
    }

    .secondary-button.navi-menu {
        background-color: #fafafc;
    }

    .secondary-button.navi-menu.neu-bei-navi,
    .secondary-button.navi-menu.cta-navi,
    .secondary-button.navi-menu.zahlungen-abwickeln-navi,
    .secondary-button.navi-menu.produkte-kreieren-navi,
    .secondary-button.navi-menu.conversion-tools-navi,
    .secondary-button.navi-menu.inkasso-navi,
    .secondary-button.navi-menu.sales-teams-navi,
    .secondary-button.navi-menu.analytics-navi,
    .secondary-button.navi-menu.plattform-navi,
    .secondary-button.navi-menu.mobile-navi {
        width: 100%;
    }

    .nav_big {
        display: none;
    }

    .nav-2 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        display: flex;
    }

    .grid_nav {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        max-height: 65vh;
        overflow: scroll;
    }

    .nav_inner {
        grid-column-gap: 10px;
        justify-content: space-between;
        width: 56px;
        max-width: 56px;
        padding-left: 10px;
    }

    .navibar {
        height: 60px;
        padding-left: 32px;
        padding-right: 32px;
        position: fixed;
    }

    .highlight-button-div.top-navi.mobile._3-0 {
        display: none;
    }

    .highlight-button-div.top-navi.x.post {
        align-items: center;
        display: flex;
    }

    .highlight-button-div.top-navi._3-0 {
        display: block;
    }

    .highlight-button-div.top-navi.masterclass {
        display: none;
    }

    .highlight-button-div.top-margin-32 {
        padding: 12px 24px;
    }

    .highlight-button-div.button-glow {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .image-39 {
        width: 124px;
    }

    .horizontal-div.width-80.flex.center-mobile._32 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .horizontal-div.grid.top-margin-64.align-items-center {
        grid-row-gap: 0px;
        margin-top: 0;
    }

    .section-content.new-style {
        align-items: center;
        width: 100%;
    }

    .ready-to-grow.top-margin-48 {
        height: 400px;
    }

    .vertical-div.top-margin-32.flex.gap-16 {
        margin-bottom: 32px;
    }

    .vertical-div.top-margin-32.flex.gap-16.hero-btn {
        display: none;
    }

    .l-2 {
        text-align: center;
    }

    .all-in-one-plattform {
        padding-left: 32px;
        padding-right: 32px;
    }

    .image-41 {
        margin-top: 40px;
    }

    .h2-semibold.black.left {
        text-align: center;
    }

    .h2-semibold.left.hyphens.bot-margin-24 {
        text-align: center;
        margin-top: 8px;
        margin-bottom: 24px;
        display: block;
    }

    .h2-semibold.left.white.special-x {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .h2-semibold.left.white.testi {
        margin-left: 0;
        margin-right: 0;
    }

    .h2-semibold.white.right-x {
        text-align: right;
    }

    .h2-semibold.white.left-x {
        text-align: left;
    }

    .h2-semibold.faq,
    .h2-semibold.platform {
        margin-bottom: 48px;
    }

    .l-3 {
        text-align: center;
    }

    .l-3.left.light.align-center {
        text-align: left;
    }

    .l-3.left.light.align-center.paddingtop {
        margin-top: 40px;
    }

    .l-3.left.light.align-center._70,
    .l-3.left.light.align-center._100,
    .l-3.left.regular.align-center,
    .l-3.left.regular.align-center._70 {
        text-align: left;
    }

    .l-3.light.white.plan {
        text-align: center;
    }

    .l-3.white {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .l-3.white.center {
        text-align: center;
    }

    .l-3.dark-gray.left,
    .h6-medium.bot-padding-16._100,
    .h6-medium.bot-padding-16._100.hyphens,
    .h6-medium.bot-padding-16._100.white,
    .h3-semibold.left.bot-margin-16.x {
        text-align: left;
    }

    .h3-semibold.left.hyphens.bot-margin-24 {
        text-align: center;
        display: none;
    }

    .h3-semibold.left.white.center,
    .h3-semibold.left.black._100 {
        text-align: center;
    }

    .h3-semibold.white.left {
        padding-left: 0;
        padding-right: 0;
    }

    .perks._100._6-items.top-margin-80.bot-margin-80 {
        grid-column-gap: 24px;
        grid-row-gap: 8px;
        grid-template-columns: 1fr;
        margin-top: 32px;
    }

    .perks._100._4-items.top-margin-80.bot-margin-80.gap-32 {
        grid-row-gap: 8px;
        grid-template-columns: 1fr;
        margin-top: 32px;
    }

    .produkte-kreieren,
    .zahlungen-abwickeln {
        padding-left: 32px;
        padding-right: 32px;
    }

    .grid-4 {
        flex-direction: column-reverse;
        display: flex;
    }

    .grid-4._2 {
        grid-row-gap: 40px;
    }

    .image-45 {
        margin-bottom: 40px;
    }

    .image-45.toppadding {
        margin-top: 40px;
    }

    .content-hub {
        padding-left: 32px;
        padding-right: 32px;
    }

    .span {
        width: 48px;
        height: 24px;
    }

    .accordion-item {
        margin-bottom: 32px;
    }

    .accordion__content {
        margin-top: 0;
    }

    .accordion {
        padding: 64px 32px 48px;
    }

    .check {
        margin-top: 12px;
    }

    .check.top-padding-24 {
        margin-top: 0;
    }

    .check.masterclass.mobile {
        justify-content: flex-start;
    }

    .h4-semibold {
        display: none;
        overflow: visible;
    }

    .h4-semibold.black,
    .h4-semibold.left.demo,
    .h4-semibold.left.demo {
        display: block;
    }

    .accordion__title.new-mob-style {
        justify-content: center;
    }

    .service-hub {
        padding-left: 32px;
        padding-right: 32px;
    }

    .community-program {
        padding: 80px 32px;
    }

    .slider-arrow-wrap {
        justify-content: center;
        margin-top: 24px;
    }

    .testimonial-image {
        width: 100%;
        max-width: none;
        height: auto;
    }

    .testimonial-columns-2 {
        flex-direction: column-reverse;
        grid-template-columns: 1fr;
        align-items: center;
        display: flex;
    }

    .testimonials-2 {
        margin-right: 0;
        padding: 0 0 56px;
    }

    .testimonial-image-block {
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }

    .testimonial-content-wrap {
        justify-content: center;
        width: 100%;
        height: auto;
        padding-left: 0;
    }

    .testimonial-content-block {
        margin-top: 32px;
        margin-left: 32px;
        margin-right: 32px;
    }

    .testimonial-author-wrap {
        flex-direction: column;
        justify-content: center;
        height: 400px;
        display: flex;
    }

    .cta-2 {
        padding: 80px 32px;
    }

    .footer-2 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .footer-content-2 {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .sticky-navi {
        display: none;
    }

    .produkte-kreieren-grid {
        flex-direction: column-reverse;
        display: flex;
    }

    .produkte-kreieren-grid.top-margin-64 {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .produkte-kreieren-grid.top-margin-64._1 {
        grid-row-gap: 40px;
        flex-direction: column;
    }

    .accordion-div {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .image-47 {
        width: 124px;
    }

    .header-3 {
        padding: 104px 32px 0;
    }

    .grid-5 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .verkaufsautomatisierung {
        height: auto;
    }

    .price-table-span {
        width: 32px;
        height: 24px;
    }

    .services-hub-and-content {
        height: auto;
    }

    .plan-disclaimer-2 {
        text-align: center;
    }

    .plan-disclaimer-2.fixed-height {
        height: auto;
        margin-top: 16px;
    }

    .plan-disclaimer-2.fixed-height.dark-gray-200 {
        margin-top: 16px;
    }

    .software-funktionen {
        height: auto;
    }

    .pricing-menu-3 {
        margin-top: 1em;
    }

    .volumen-transaktionen {
        height: auto;
    }

    .flexible-bezahloptionen-2 {
        padding: 80px 32px;
    }

    .highlights-2 {
        padding: 80px 32px 40px;
    }

    .button-price_plan-2 {
        align-items: center;
        height: 33px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 14px;
    }

    .div-block-3 {
        padding-bottom: 80px;
    }

    .s-navbar-textlink-2.no-underline {
        display: none;
    }

    .h5-semibold.bot-padding-4 {
        margin-top: 0;
    }

    .h5-semibold.left.no-margins.update-headline {
        text-align: center;
        width: 100%;
    }

    .image-54 {
        display: block;
    }

    .table {
        width: 1000px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .tab-link-tab-1.pay-as-you-go.w--current {
        padding-left: 24px;
        padding-right: 24px;
    }

    .tab-link-tab-2.pay-as-you-go {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 24px;
    }

    .tabs-menu,
    .table-text-div._32 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .pay-as-you-go {
        padding: 80px 0;
    }

    .haufig-gestellte-fragen {
        padding: 80px 32px 48px;
    }

    .accordion-2 {
        padding: 80px 32px;
    }

    .produkte-von-dave {
        margin-right: 0;
        padding: 0 0 80px;
    }

    .ready-to-grow-content-block {
        margin-top: 0;
        margin-left: 32px;
        margin-right: 32px;
    }

    .ready-to-grow-wrap {
        flex-direction: column;
        justify-content: center;
        height: auto;
        margin-top: 72px;
        display: flex;
    }

    .link-block-4 {
        justify-content: center;
        display: flex;
    }

    .ready-to-grow-wrapp {
        justify-content: center;
        width: 100%;
        height: auto;
        padding-left: 0;
    }

    .footer-3 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .header-2-3-0 {
        padding: 104px 32px 0;
    }

    .x-header {
        padding-left: 32px;
        padding-right: 32px;
    }

    .x-form-field {
        font-size: 2.5vw;
    }

    .x-form-item.last {
        margin-bottom: 20px;
    }

    .vertical-div-x.masterclass {
        padding-bottom: 0;
    }

    .x-was-ist-neu {
        background-position: 30%;
        height: auto;
        padding-left: 32px;
        padding-right: 32px;
    }

    .features-teaser-div {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: column;
        display: flex;
    }

    .feature-grid {
        height: 128px;
    }

    .mehr-fur-dich-div {
        flex-direction: column-reverse;
        grid-template-columns: 1fr;
        align-items: center;
        display: flex;
    }

    .mehr-fur-dich-image {
        width: 100%;
        max-width: none;
        height: auto;
    }

    .mehr-fur-dich-wrap {
        flex-direction: column;
        justify-content: center;
        height: auto;
        display: flex;
    }

    .mehr-fur-dich-content-wrap {
        justify-content: center;
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .mehr-fur-dich-content {
        margin-top: 0;
        margin-left: 32px;
        margin-right: 32px;
    }

    .mehr-fuhr-dich-image2 {
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }

    .x-testimonials {
        padding-left: 32px;
        padding-right: 32px;
    }

    .testimonial-content-grid {
        align-items: flex-start;
        height: 320px;
    }

    .h4-medium.typ-x.white {
        text-align: left;
        text-align: left;
    }

    .das-ist-x {
        height: auto;
        padding-left: 32px;
        padding-right: 32px;
    }

    .was-ist-div {
        width: auto;
    }

    .x-cta {
        padding-left: 32px;
        padding-right: 32px;
    }

    .horizontal-div-x {
        width: auto;
    }

    .main-form-countdown {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto;
        grid-template-columns: 0.75fr 1fr 1fr 0.75fr;
        grid-auto-columns: 1fr;
        margin-top: 8px;
        display: grid;
    }

    .main_form_countdown {
        width: 100%;
    }

    .feaures-section {
        padding-left: 32px;
        padding-right: 32px;
    }

    .image-59 {
        height: 24px;
    }

    .mobile-form-countdown {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto;
        grid-template-columns: 0.75fr 1fr 1fr 0.75fr;
        grid-auto-columns: 1fr;
        margin-top: 8px;
        display: none;
    }

    .mobile_form_countdown_div {
        width: 100%;
    }

    .x-thank-you {
        padding-left: 32px;
        padding-right: 32px;
    }

    .x-social,
    .x-social-mobile {
        background-position: 30% 60%;
        background-size: cover;
        height: 500px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .calendar-icon.apple {
        margin-bottom: 4px;
    }

    .x-was-ist-neu-mobile {
        background-position: 30%;
        height: auto;
        padding-left: 32px;
        padding-right: 32px;
    }

    .x-featured-news {
        padding-top: 94px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .x-regular-news {
        padding-left: 32px;
        padding-right: 32px;
    }

    .x-post {
        padding: 86px 32px 64px;
    }

    .vertical-div-x-post-grid {
        padding-bottom: 32px;
    }

    .image-61 {
        height: 32px;
    }

    .x-more-news {
        padding: 64px 32px;
    }

    .more-news-item-div {
        margin-top: 24px;
    }

    .mobile-link {
        display: none;
    }

    .mobile-link.w--current {
        display: block;
    }

    .mobile-countdown {
        margin-left: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .mobile-x-item_divider {
        width: 2vw;
    }

    .image-62 {
        width: 180px;
        margin-top: 0;
    }

    .link-block-11 {
        margin-top: 0;
    }

    .x-post-header {
        padding-bottom: 40px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .hero-feature-grid {
        grid-column-gap: 24px;
    }

    .header-feature-div {
        padding: 0;
    }

    .ghost-button {
        padding-right: 16px;
    }

    .x-post-feature {
        padding-left: 32px;
        padding-right: 32px;
    }

    .post-event-feature-video {
        margin-bottom: 56px;
    }

    .x-post-perks-grid {
        display: flex;
    }

    .x-post-perks-grid.cta.special {
        flex-direction: column;
        display: flex;
    }

    .x-post-perk-div {
        padding-top: 0;
        padding-bottom: 24px;
    }

    .dark-grey-800.left.update-body {
        text-align: center;
        width: 100%;
    }

    .cta-in-grid {
        padding-bottom: 32px;
    }

    .cta-in-grid.inkasso {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .cta-in-grid.sales {
        padding-bottom: 32px;
    }

    .cta-in-table-pic.inkasso,
    .cta-in-table-pic.sales {
        width: 100%;
    }

    .primary-button-post {
        padding-right: 16px;
    }

    .x-post-cta {
        padding-left: 32px;
        padding-right: 32px;
    }

    .cta-long-button.masterclass.cta-button {
        align-self: flex-start;
    }

    .cta-bottom-texts {
        margin-top: 0;
    }

    .cta-img-div {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .cta-img-div.masterc {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        padding-left: 0;
        padding-right: 0;
    }

    .analytics-bullets {
        grid-row-gap: 16px;
        margin-top: 16px;
    }

    .services {
        grid-row-gap: 48px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .service-hub-grid {
        flex-direction: column-reverse;
        display: flex;
    }

    .service-hub-grid.top-margin-64 {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .service-hub-grid.top-margin-64._1 {
        grid-row-gap: 40px;
        flex-direction: column;
    }

    .whats-app-grid {
        flex-direction: column-reverse;
        display: flex;
    }

    .whats-app-grid.top-margin-64 {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .whats-app-grid.top-margin-64._1 {
        grid-row-gap: 40px;
        flex-direction: column;
    }

    .static-section-texts {
        margin-bottom: 16px;
        margin-left: 32px;
        margin-right: 32px;
    }

    .logos {
        justify-content: center;
    }

    .logos.mobile {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .platform-updates {
        padding: 64px 32px;
    }

    .updates-grid {
        grid-row-gap: 0px;
    }

    .update-two-items {
        grid-row-gap: 0px;
        border-bottom-style: none;
        flex-direction: column;
        margin-bottom: 0;
        padding-bottom: 0;
        display: flex;
    }

    .update-item {
        border-bottom: 1px solid var(--cool-grey-400);
        align-self: center;
        align-items: center;
        width: 100%;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .update-item.first {
        width: 100%;
        padding-top: 0;
    }

    .dashboard-2-columns.no-hover,
    .zahlungslinks-2-columns.no-hover {
        padding-bottom: 24px;
    }

    .mobile-overview-mobile {
        background-image: url("../images/x-gray.svg");
        background-position: 50% 100%;
        margin-right: 0;
        padding: 64px 0;
    }

    .link-mobile-post {
        align-self: center;
        display: block;
    }

    .cta-x {
        display: none;
    }

    .cta-x.buchen.cta-button {
        display: inline-flex;
    }

    .sticky-navi-post {
        display: none;
    }

    .link-block-13 {
        align-self: center;
        margin-top: 16px;
    }

    .nav-post {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        display: flex;
    }

    .services-content {
        grid-row-gap: 56px;
    }

    .mobile-alt {
        margin-bottom: 16px;
        margin-left: 32px;
        margin-right: 32px;
    }

    .mobile-updates-cards {
        padding-top: 0;
        padding-bottom: 24px;
    }

    .mobile-updates-cards.no-hover {
        margin-top: 0;
    }

    .whatsapp-div {
        inset: 80px 0% auto auto;
    }

    .cta-part {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .cta-part-content {
        flex-direction: column;
        margin-left: 32px;
        margin-right: 32px;
    }

    .cta-part-content.restyling {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }

    .cta-div {
        flex-direction: column;
        margin-top: 32px;
        display: flex;
    }

    .cta-section-btn {
        align-self: center;
        margin-top: 16px;
    }

    .cta-img-div-alt {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .image-70,
    .demo-buchen-logo {
        height: 48px;
    }

    .x-event-call {
        padding-top: 80px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .x-event-item {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .trust-div {
        grid-column-gap: 32px;
        grid-row-gap: 16px;
        flex-direction: row;
        width: 100%;
    }

    .wa-container {
        z-index: 999;
        bottom: 120px;
    }

    .image-71 {
        width: 150px;
    }

    .navbar-brand-2 {
        padding-left: 0;
    }

    .nav-menu-two {
        border-radius: 0;
        flex-direction: column;
        margin-left: 0;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-link-2 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .nav-dropdown {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px #0000000d;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: relative;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
        top: 0;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide.regular-dropdown.w--open {
        position: static;
    }

    .nav-dropdown-link {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .post-event-watch-video {
        background-position: 50% 0;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .webinar-replay {
        margin-bottom: auto;
    }

    .post-event-watch-div {
        margin-bottom: auto;
        margin-left: 32px;
        margin-right: 32px;
    }

    .post-event-video-frame {
        width: 100%;
    }

    .zl_mega-menu-wrapper {
        padding-bottom: 125px;
    }

    .zl_mega-menu-col {
        padding: 32px;
    }

    .zl_standard-dropdown-wrapper {
        grid-row-gap: 11px;
        align-items: center;
    }

    .list-item {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .text-block-2.pbase,
    .text-span-17.pbase,
    .text-span-18.pbase,
    .text-block-3.pbase {
        padding-left: 16px;
    }

    .navbar-masterclass {
        padding-left: 0;
    }

    .icon {
        width: 3vw;
    }

    .masterclass-logo {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .additional-info-cta {
        flex-wrap: wrap;
    }

    .m-header {
        padding-bottom: 56px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .m-sticky-mobile {
        padding-left: 32px;
        padding-right: 32px;
    }

    .m-speakers {
        padding: 40px 32px 56px;
    }

    .m-cta {
        height: auto;
        margin-top: 48px;
        margin-bottom: 48px;
        padding: 64px 32px;
    }

    .background-video-3.masterclass {
        background-image: linear-gradient(#0000 10%, #000 85%);
    }

    .video-left-sub {
        flex-direction: column;
        justify-content: center;
        height: auto;
        display: flex;
    }

    .video-right-wrap {
        justify-content: center;
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .video-left-content {
        margin-top: 0;
        margin-left: 32px;
        margin-right: 32px;
    }

    .primary-button-post-2 {
        padding-right: 16px;
    }

    .video-right-sub {
        flex-direction: column;
        justify-content: center;
        height: auto;
        padding-right: 0;
        display: flex;
    }

    .video-right-content {
        margin-top: 0;
        margin-left: 32px;
        margin-right: 32px;
    }

    .m-testimonials {
        padding-left: 32px;
        padding-right: 32px;
    }

    .l-8 {
        text-align: center;
    }

    .l-8.dark-gray.left {
        text-align: left;
    }

    .l-8.white {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .testimonial-content-grid-2 {
        align-items: flex-start;
        height: 320px;
    }

    .footer-4 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .speakers-text-and-button {
        align-items: flex-start;
        margin-top: 0;
    }

    .m-features {
        grid-row-gap: 48px;
        margin-top: 56px;
        margin-bottom: 56px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .masterclass-grid {
        flex-direction: column-reverse;
        display: flex;
    }

    .masterclass-grid.top-margin-64 {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .masterclass-grid.top-margin-64._1 {
        grid-row-gap: 40px;
        flex-direction: column;
    }

    .mastergrid {
        flex-direction: column-reverse;
        display: flex;
    }

    .mastergrid.top-margin-64 {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .mastergrid.top-margin-64._1 {
        grid-row-gap: 40px;
        flex-direction: column;
    }

    .m-cta-2 {
        padding: 56px 32px;
    }

    .m2-testimonials {
        margin-right: 0;
        padding: 0 0 56px;
    }

    .webinar_date-info--container.mobile-hide {
        display: none;
    }

    .nav_cta.dark-bg {
        justify-content: center;
        width: 100%;
    }

    .nav_cta.hide-mobile {
        display: none;
    }

    .nav_cta.mobile-full-w {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .nav_cta.open-popup.hide-desktop {
        display: block;
    }

    .nav_cta.mobile-hide {
        display: none;
    }

    .nav_cta.tablet-up-hide {
        display: block;
    }

    .webinar_hero {
        padding-top: 48px;
    }

    .webinar_hero-column.left-side.new-padding {
        padding-top: 100px;
    }

    .webinar_hero-column.left-side.new-width,
    .webinar_hero-column.right-side.new-width {
        width: 100%;
    }

    .countdown-wrapper {
        justify-content: space-around;
        width: 100%;
    }

    .countdown-wrapper.no-margin.mobile-version {
        justify-content: center;
        align-items: center;
        width: auto;
    }

    .countdown-wrapper.bg-color-dgb.new-gap {
        grid-column-gap: 16px;
    }

    .countdown-wrapper.bg-color-transparent.font-margin-top-32.font-margin-bot-48.large-gap {
        grid-column-gap: 32px;
    }

    .hero_description {
        text-align: left;
    }

    .hero_content-wrapper {
        align-items: flex-start;
    }

    .webinar_social-proof {
        padding-left: 16px;
        padding-right: 16px;
    }

    .social_proof-wrapper {
        grid-column-gap: 48px;
        grid-row-gap: 32px;
        flex-direction: column;
        grid-template:
            ". ."
            ". ."
            "Area Area"
            / 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        place-items: start center;
        display: grid;
    }

    .webinar_dark-section.padding_48-64 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .webinar_h2.center.light,
    .paragraph-16 {
        text-align: left;
    }

    .webinar_card-wrapper {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }

    .webinar_h3.font-text-center.font-color-bw.h3-title.custom-width {
        width: 100%;
    }

    .webinar_green-section.padding-104 {
        padding: 64px 20px;
    }

    .webinar_testimonial-card {
        justify-content: space-between;
        min-width: 100%;
    }

    .testimonial_text {
        font-size: 18px;
        line-height: 25px;
    }

    .testimonial_name {
        font-size: 16px;
    }

    .testimonial_grid {
        grid-template-rows: auto;
        grid-template-columns: 100% 100% 100% 100%;
        grid-auto-flow: column;
        align-items: stretch;
        width: 100%;
        display: flex;
        overflow: scroll;
    }

    .webinar_footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer_links-wrapper {
        width: 100%;
    }

    .image-90 {
        width: 114px;
        height: 24px;
    }

    .greator_logos-container {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
        grid-template:
            "."
            "."
            "."
            / 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        justify-items: center;
        display: grid;
    }

    .greator_section-h2 {
        text-align: center;
    }

    .greator_deals-card {
        padding: 32px 24px;
        font-style: normal;
    }

    .greator_deals-card--content {
        margin-bottom: 32px;
    }

    .grid_2x2 {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: auto;
    }

    .grid_2x2.margin-top-64 {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .greator_feature-card--icon {
        margin-bottom: 48px;
    }

    .image-91 {
        object-fit: cover;
        object-position: 0% 0%;
        height: auto;
    }

    .greator_cta-section {
        padding: 64px 20px;
    }

    .light-text.width680 {
        width: auto;
    }

    .greator_modal {
        padding: 20px;
        overflow: scroll;
    }

    .div-block-15,
    .html-embed-15 {
        width: 100%;
    }

    .greator_modal-2 {
        padding-left: 20px;
        padding-right: 20px;
        overflow: scroll;
    }

    .greator_modal-2.new-style {
        overflow: scroll;
    }

    .greator_deals-card--plan {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .card_plan-container {
        grid-column-gap: 0px;
        grid-row-gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .text-block-7 {
        text-align: left;
    }

    .card_plan-deal {
        align-items: flex-start;
        margin-left: 0;
    }

    .card_plan-deal.custom-width {
        align-items: center;
        width: 100%;
    }

    .h4-title.font-text-center.mobile-text-left {
        text-align: left;
    }

    .image-96.background-color.tablet-change {
        object-fit: scale-down;
        height: 500px;
    }

    .sales-teams-hero-text {
        text-align: left;
    }

    .div-block-19 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .list-2 {
        grid-column-gap: 32px;
    }

    .font-color-bw.h3-title.custom-width {
        width: 100%;
    }

    .font-color-bw.margin-left-auto {
        margin-left: auto;
    }

    .container-grid--1232.container-flex-h--center-left.tablet-mobile-container-align {
        grid-row-gap: 48px;
        flex-direction: column;
    }

    .container-grid--1232.container-flex-h--center-spaceb.mobile-container-align {
        grid-row-gap: 48px;
        flex-direction: column;
        justify-content: flex-start;
    }

    .container-grid--1232.container-flex-v--left-top.gap-24.mobile-container-align {
        flex-direction: row;
    }

    .container-grid--1232.container-flex-v--sb-strech.gap-56 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .container-flex-h--center-left.gap40.mobile-layout {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .font-text-center.plg.mobile-text-left {
        text-align: left;
    }

    .padding-100-100 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container-flex-v--left-top.width-50,
    .image-98 {
        width: 100%;
    }

    .container-flex-h--center-spaceb.mobile-vertical {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: column;
        align-items: flex-start;
    }

    .container-width-60.container-flex-h--center-spaceb.align-container-left.mobile-container-align {
        grid-row-gap: 24px;
        flex-direction: column;
    }

    .h2-title.font-text-center.font-margin-bot-48.custom-width {
        width: 100%;
    }

    .h2-title.font-text-center.font-margin-bot-48.custom-width.mobile-text-left {
        text-align: left;
    }

    .h2-title.mobile-text-center {
        text-align: center;
    }

    .container-width-100.mobile-layout {
        grid-row-gap: 20px;
        flex-direction: column;
        justify-content: flex-start;
    }

    .container-width-100.gap24.mobile-styles {
        margin-bottom: 40px;
    }

    .font-margin-bot-20.plg.mobile-styles {
        text-align: center;
    }

    .flex-block-13 {
        padding-right: 0;
    }

    .font-margin-bot-48 {
        margin-bottom: 24px;
    }

    .padding-64-48 {
        padding: 32px 20px;
    }

    .div-block-23,
    .div-block-24 {
        width: 100%;
    }

    .div-block-24.center-end-align {
        justify-content: flex-start;
    }

    .flex-block-16 {
        width: 100%;
    }

    .font-margin-top-64 {
        margin-top: 32px;
    }

    .header-404 {
        padding-bottom: 0;
        padding-left: 32px;
        padding-right: 32px;
    }

    .vertical-div-404 {
        grid-row-gap: 24px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .maintenance {
        width: 60%;
        margin-top: 0;
    }

    .navibar-404 {
        height: 60px;
        padding-left: 32px;
        padding-right: 32px;
        position: fixed;
    }

    .ms_hero {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container-width-50.gap-32.padding-right-100 {
        padding-right: 0;
    }

    .ms_hero-card {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .container-flex-h--center-strech {
        flex-direction: column;
    }

    .image-107 {
        height: 350px;
    }

    .flex-block-24 {
        width: 100%;
    }

    .ms_mobile-only-content {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-bottom: 48px;
    }

    .padding-64-64 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .div-block-27 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .flex-block-26 {
        padding-left: 0;
    }

    .div-block-28 {
        grid-template-rows: auto auto;
    }

    .padding-right-100 {
        padding-right: 0;
    }

    .div-block-29 {
        grid-template-columns: minmax(0, 1fr);
    }

    .card-with-img {
        padding-left: 24px;
        padding-right: 24px;
    }

    .div-block-29-copy {
        flex-direction: column;
        grid-template-rows: auto;
        grid-template-columns: minmax(0, 1fr);
        grid-auto-columns: 1fr;
        display: flex;
    }

    .icon-box {
        align-items: flex-start;
        padding-left: 12px;
        padding-right: 12px;
    }

    .icon-box._33percent {
        width: 100%;
    }

    .div-block-30 {
        grid-template-rows: auto auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .flex-block-30.padding-right {
        padding-right: 0;
    }

    .div-block-31 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: minmax(0, 1fr);
    }

    .left-aligned-card-content {
        max-width: 100%;
    }

    .form-dark-styling {
        border-radius: 12px;
        padding: 24px 12px;
    }

    .round-image {
        border-radius: 12px;
        width: 100%;
    }

    .flex-block-33 {
        flex-direction: column;
        justify-content: flex-start;
    }

    .flex-block-34 {
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .div-block-36 {
        width: 100%;
    }

    .div-block-36.new-styles {
        padding-top: 350px;
    }

    .video-container-grid {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .div-block-41 {
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .flex-block-43 {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-rows: auto auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .flex-block-44 {
        align-items: center;
        max-width: 100%;
    }

    .hide-desktop {
        display: block;
    }

    .flex-block-45 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .flex-block-46 {
        grid-template-rows: auto auto;
        max-width: 100%;
    }

    .image-123 {
        width: 100%;
    }

    .flex-block-47 {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        align-items: center;
    }

    .mobile-text-center {
        text-align: center;
    }

    .image-125 {
        width: 100%;
    }

    .flex-block-49 {
        flex-direction: column;
        align-items: center;
    }

    .nav-menu-two-copy {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: var(--light-gray-brand);
        border-radius: 0;
        flex-direction: column;
        margin-left: 0;
        padding: 0 0 30px;
    }

    .new-header-link {
        align-items: center;
        display: flex;
    }

    .nav-dropdown-toggle-copy {
        justify-content: center;
        width: 100%;
        padding: 10px 20px;
    }

    .nav-link-2-copy {
        align-items: center;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
    }

    .nav-dropdown-copy {
        text-align: left;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .list-item-copy {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .list-item-6 {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 10px 20px;
        display: flex;
    }

    .nav-link-2-copy {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .div-block-49 {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .div-block-52 {
        grid-template-columns: 1fr;
    }

    .lessons {
        padding-left: 32px;
        padding-right: 32px;
    }

    .hub-lessons-row {
        display: flex;
    }

    .hub-lessons-grid-link-div {
        padding-top: 0;
        padding-bottom: 24px;
    }

    .launch-grid {
        flex-flow: column;
        justify-content: flex-start;
        align-self: stretch;
        display: flex;
    }

    .launch-text-part {
        display: flex;
    }

    .launch-countdown-part {
        justify-content: center;
        align-items: center;
    }

    .shape-top {
        height: 100px;
    }

    .logo-left {
        margin-top: 16px;
        margin-left: 16px;
    }

    .launch-body {
        text-align: center;
        font-size: 18px;
    }

    .launch-link {
        justify-content: center;
        display: none;
    }

    .launch-button {
        padding-right: 16px;
    }

    .launch-button.top-margin-32 {
        padding: 12px 24px;
    }

    .claim-mobile {
        overflow: clip;
    }

    .big-number {
        font-size: 50px;
    }

    .text-block-17 {
        font-size: 14px;
    }

    .countdown-headline {
        text-align: center;
        font-size: 18px;
    }

    .launch-footer {
        padding-left: 32px;
        padding-right: 32px;
    }

    .launch-footer-fixed {
        padding-left: 16px;
        padding-right: 16px;
    }

    .x-demo-buchen-2 {
        padding-top: 80px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .l-9.demo-body.form {
        text-align: left;
    }

    .footer-5 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .footer-content-3 {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .header-bf-container {
        align-self: stretch;
    }

    .floating-label {
        width: 24vw;
    }

    .countdown-body-black-friday,
    .launch-body-copy {
        text-align: center;
        font-size: 18px;
    }

    .timer-container-bf {
        border-top-right-radius: 48px;
        border-bottom-left-radius: 48px;
        min-width: 430px;
    }

    .launch-footer-fixed-bf {
        padding-left: 16px;
        padding-right: 16px;
    }

    .offer-block.leaf-container-bf {
        border-top-left-radius: 48px;
        border-bottom-right-radius: 48px;
        width: 100%;
    }

    .offer-wrapper,
    .offer-wrapper.flip-wrapper {
        flex-flow: column;
    }

    .offer-wrapper.mod {
        flex-flow: column;
        padding-left: 0;
    }

    .image-132 {
        max-width: 375px;
    }

    .accordion-neon {
        padding: 64px 32px 48px;
    }

    .icon-accordion-neon:hover {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        transform: none;
    }

    .accordion-item-neon,
    .accordion-item-neon.stroke-off {
        margin-bottom: 0;
    }

    .div-block-56 {
        margin-top: 6px;
    }

    .countdown-headline-copy {
        text-align: center;
        max-width: 400px;
        font-size: 18px;
    }

    .big-text {
        font-size: 50px;
    }

    .flex-block-58 {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .countdown-headline-copy-copy {
        text-align: center;
        max-width: 400px;
        font-size: 18px;
    }

    .highlight-button-div-copy.top-navi.mobile._3-0 {
        display: none;
    }

    .highlight-button-div-copy.top-navi.x.post {
        align-items: center;
        display: flex;
    }

    .highlight-button-div-copy.top-navi._3-0 {
        display: block;
    }

    .highlight-button-div-copy.top-navi.masterclass {
        display: none;
    }

    .highlight-button-div-copy.top-margin-32 {
        padding: 12px 24px;
    }

    .section-5 {
        justify-content: space-between;
        align-items: center;
        padding-left: 24px;
        padding-right: 24px;
    }

    .flex-block-58-copy {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .countdown-headline-copy-copy-copy {
        text-align: center;
        max-width: 400px;
        font-size: 18px;
    }

    .section-5-copy {
        justify-content: space-between;
        align-items: center;
        padding-left: 24px;
        padding-right: 24px;
    }

    .sticky-cta {
        grid-column-gap: 45px;
        grid-row-gap: 45px;
        border-bottom-left-radius: 0;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .link-block-16 {
        max-width: 50%;
    }

    .leaf-container.invert.shape2 {
        margin-left: 24px;
        margin-right: 24px;
    }

    .leaf-container.invert.shape3.header {
        width: auto;
    }

    .countdown-body-black-friday-copy {
        text-align: center;
        font-size: 18px;
    }

    .offer-wrapper-3,
    .offer-wrapper-3.flip-wrapper,
    .offer-wrapper-3.mod {
        flex-flow: column;
    }

    .leaf-container-decoration {
        border-radius: 60px 0;
    }

    .offer-wrapper-3-copy {
        flex-flow: column-reverse;
    }

    .offer-wrapper-3-copy.flip-wrapper,
    .offer-wrapper-3-copy.mod {
        flex-flow: column;
    }

    .div-block-58-copy-copy {
        display: none;
    }

    .deal-leaf,
    .deal-leaf.flip-wrapper,
    .deal-leaf.mod {
        flex-flow: column;
    }

    .div-block-58-copy-copy-copy {
        display: none;
    }

    .flex-block-67 {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-flow: column;
        height: auto;
        margin-bottom: 6px;
    }

    .div-block-58-copy-copy-copy-copy,
    .leafs-align-bottom.hide-leaf {
        display: none;
    }

    .leaf-container-small-copy {
        border-bottom-left-radius: 60px;
    }

    .image-137 {
        border-top-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
}

@media screen and (max-width: 479px) {
    .section-form-holder {
        align-items: center;
        width: 100%;
        height: auto;
        padding: 6vw 3vw;
        position: relative;
    }

    .form-text-label,
    .form-field {
        font-size: 4vw;
    }

    .section-hero {
        border-radius: 0;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        padding: 5vw 3vw 10vw;
    }

    .section-hero.post {
        align-items: center;
        height: auto;
        padding-top: 20vw;
        padding-bottom: 5vw;
    }

    .holder_cta_buttons {
        z-index: 5;
        width: 100%;
        padding-left: 10vw;
        padding-right: 10vw;
        display: block;
        position: relative;
    }

    .holder_cta_buttons.combo {
        display: none;
    }

    .holder_cta_buttons.post {
        flex-flow: column;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .title_event {
        font-size: 15vw;
        line-height: 1.1;
    }

    .title_event.post {
        text-align: center;
    }

    .button-signup-event {
        border-color: var(--medium-spring-green);
        background-color: var(--medium-spring-green);
        font-size: 3.5vw;
        font-weight: 600;
    }

    .button-signup-event:active {
        color: #fff;
    }

    .button-signup-event.form-combo {
        font-size: 4vw;
        display: block;
    }

    .button-signup-event.combo {
        font-size: 4vw;
    }

    .button-signup-event.combo.adjusted {
        width: 100%;
        display: flex;
    }

    .button-signup-event.post {
        margin-bottom: 2vh;
        font-size: 2vw;
    }

    .button-signup-event.post.slide-down {
        background-color: var(--brand-black);
        color: var(--white-smoke);
        margin-bottom: 0;
        font-size: 4vw;
        font-weight: 600;
    }

    .button-signup-event.post.slide-down.w--current {
        font-size: 3vw;
    }

    .button-signup-event.post.slide-down.rtg {
        font-size: 4vw;
        font-weight: 600;
    }

    .button-signup-event.post-now,
    .button-signup-event.post-now.wp {
        font-size: 3vw;
    }

    .button-signup-event.post-now.wp.nav {
        padding-top: 1.2vh;
        padding-bottom: 1.2vh;
        font-size: 3vw;
    }

    .button-signup-event.show {
        display: block;
    }

    .hero-image_shape {
        object-fit: cover;
        object-position: 50% 0%;
        position: relative;
    }

    .div-hero_asset {
        z-index: 5;
        margin-top: 0;
        margin-bottom: 3vh;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .holder_shortdescription_event {
        width: 100%;
        margin-bottom: 3vh;
        display: block;
    }

    .elopage-event-description {
        margin-bottom: 0;
        font-size: 4vw;
        line-height: 1.4;
    }

    .elopage-event-description.post {
        text-align: center;
        font-size: 4vw;
    }

    .holder_title_event {
        flex-direction: column;
        margin-bottom: 2vh;
    }

    .holder_hero_info {
        align-items: center;
        margin-bottom: 0;
    }

    .div-hero_info {
        z-index: 5;
        justify-content: flex-start;
        padding-top: 3vh;
        padding-bottom: 0;
        position: relative;
    }

    .holder_antititle_event {
        padding-left: 0;
        padding-right: 0;
    }

    .wrapper {
        flex-direction: column;
        height: auto;
    }

    .section-event {
        z-index: 10;
        align-items: flex-start;
        height: auto;
        padding-top: 0;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .section-event.post {
        padding-top: 5vw;
    }

    .fomr-sticky {
        background-color: #141414;
        border-radius: 10px;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        overflow: hidden;
    }

    .form-holder {
        width: 100%;
        height: auto;
        position: relative;
    }

    .heading-title-event {
        font-size: 11vw;
        font-weight: 600;
        line-height: 1.2;
    }

    .heading-title-event.masterclass {
        margin-bottom: 2vw;
        font-size: 9vw;
    }

    .heading-title-event.post {
        text-align: left;
        font-size: 8vw;
    }

    .heading-title-event.post.small {
        text-align: center;
        font-size: 7vw;
        font-weight: 600;
    }

    .heading-title-event.post.small.wh,
    .heading-title-event.post.small.rdg {
        text-align: center;
    }

    .heading-title-event.post.small.tg {
        font-size: 8vw;
    }

    .holder-title_event {
        margin-bottom: 2vh;
    }

    .holder-title_event.combo {
        justify-content: center;
    }

    .holder-title_event.post {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .holder-title_event.post.rtg,
    .holder-title_event.post._2 {
        margin-bottom: 2vh;
    }

    .info_sign_up {
        font-size: 5vw;
    }

    .info_sign_up.post {
        margin-bottom: 2vh;
        font-size: 8vw;
    }

    .final_holder_form_sticky {
        width: 100%;
        padding: 5vh 5vw;
    }

    .heading_event_holder {
        width: 100%;
        margin-bottom: 2vh;
    }

    .heading_event_holder.rdg {
        justify-content: center;
        margin-bottom: 6vw;
    }

    .heading_event_holder._2 {
        margin-bottom: 1vh;
    }

    .heading_event {
        font-size: 5vw;
        font-weight: 500;
    }

    .heading_event.post {
        text-align: left;
        font-size: 4vw;
        font-weight: 400;
    }

    .heading_event.post.black {
        font-size: 4vw;
    }

    .heading_event.post.black.wh {
        font-size: 4vw;
        line-height: 2;
    }

    .heading_event.post.black.rdg {
        text-align: center;
        font-size: 4vw;
        line-height: 2;
    }

    .heading_event.post.wh,
    .heading_event.post.rdg {
        text-align: center;
    }

    .holder_hero_about-event {
        margin-bottom: 40px;
    }

    .holder_hero_about-event.high-light {
        padding: 7vw 4vw;
    }

    .holder_hero_about-event.line {
        justify-content: center;
        align-items: center;
        padding: 7vw 4vw;
    }

    .paragraph-about_event {
        text-align: center;
        font-size: 4.5vw;
    }

    .item-holder_paragraph_event {
        margin-bottom: 0;
    }

    .subtitle_info-about-event {
        margin-bottom: 1vh;
        font-size: 5vw;
        font-weight: 600;
    }

    .holder-item-card {
        justify-content: center;
        align-items: center;
    }

    .anchor {
        display: block;
    }

    .anchor.up {
        width: 100%;
        height: 5vh;
        inset: auto 0% 0%;
    }

    .anchor.absolute {
        position: absolute;
        inset: 0% 0% auto;
    }

    .body {
        background-color: var(--ghost-white2);
    }

    .holder_info_event_img {
        width: 100%;
        margin-top: 1vh;
    }

    .holder_item_about_event {
        align-items: flex-end;
        min-height: 10vh;
        padding-bottom: 2vh;
        display: flex;
    }

    .holder_item_item.combo {
        flex-direction: column;
    }

    .holder_about_event-img.combo {
        width: 17vw;
        height: auto;
    }

    .paragraph-3 {
        font-size: 4vw;
    }

    .message_ty {
        align-items: center;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .message_ty._2 {
        display: block;
    }

    .item_time {
        width: 19vw;
        margin-right: 3vw;
    }

    .item_time.final,
    .item_time.launch {
        width: 21vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .heading-62 {
        margin-bottom: 1vh;
        font-size: 17vw;
    }

    .heading-62._3 {
        margin-bottom: 0.5vh;
        font-size: 16vw;
    }

    .heading-62._3.hero {
        font-size: 16vw;
    }

    .heading-62._3.hero.post {
        font-size: 12vw;
    }

    .info_time {
        font-size: 1.2vh;
        font-weight: 600;
    }

    .info_time.final {
        font-size: 3vw;
    }

    .info_time.final.post {
        font-size: 1.1vh;
    }

    .countdown_holder {
        z-index: 5;
    }

    .countdown_holder.final {
        place-content: center space-between;
    }

    .countdown_holder.final.post {
        border-radius: 10px;
    }

    .heading_ty {
        font-size: 5vw;
        line-height: 1.5;
    }

    .heading_ty.event {
        text-align: center;
        font-size: 5vw;
    }

    .heading_ty.event.post {
        text-align: left;
        margin-bottom: 0;
        font-size: 6vw;
    }

    .holder_left-info {
        width: 100%;
    }

    .absolute_bg {
        border-radius: 0;
        height: 100%;
    }

    .nav_bar {
        padding-top: 1vh;
        padding-bottom: 1vh;
        padding-left: 3vw;
        position: absolute;
        inset: 0% 0% auto;
    }

    .logo_holder {
        height: auto;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .logo {
        height: 3vh;
    }

    .hero_ty {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 20% 5vw 15%;
    }

    .hero_ty.rm {
        height: auto;
    }

    .hero_ty.rm._2._43.d {
        flex-direction: column;
    }

    .div_start {
        flex: 0 auto;
        height: auto;
    }

    .number_item {
        font-size: 14vw;
        line-height: 1;
    }

    .holder_data {
        justify-content: center;
        width: 100%;
        margin-bottom: 3vh;
        display: flex;
    }

    .holder_data.combo {
        display: none;
    }

    .item_date {
        font-size: 7vw;
    }

    .item_date.combo {
        font-size: 6.2vw;
    }

    .item_date.combo.rm {
        font-size: 4vw;
    }

    .bg_color_effect_holder {
        z-index: 1;
        justify-content: center;
        align-items: flex-end;
        height: 99%;
        display: flex;
    }

    .bg_color_effect_holder.combo {
        display: none;
    }

    .paragraph-4 {
        font-size: 3.5vw;
    }

    .lottie-animation-14 {
        width: 25px;
        height: 25px;
    }

    .section-video-main.post {
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .section-testimonial {
        padding-left: 0;
        padding-right: 0;
    }

    .section-testimonial.e {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .paragraph-customer {
        font-size: 4vw;
        font-weight: 500;
    }

    .paragraph-customer.masterclass {
        font-size: 3.5vw;
    }

    .section-imprint {
        flex-direction: column-reverse;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .imprint {
        font-size: 3vw;
    }

    .holder-imtem {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: center;
        width: 100%;
    }

    .grid-testimonial {
        grid-row-gap: 38px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }

    .grid-testimonial.masterclass {
        grid-template-columns: 1fr;
    }

    .item-testimonial.masterclass {
        background-color: var(--black3);
        padding: 5vw;
    }

    .item-testimonial.masterclass.s {
        background-color: var(--neutral-white);
        width: 100%;
    }

    .item-testimonial.masterclass.s2 {
        background-color: var(--neutral-white);
    }

    .item_customer_img {
        width: 15vw;
        height: 15vw;
        margin-bottom: 2vw;
    }

    .badge_holder {
        display: none;
    }

    .badge_holder.combo {
        z-index: 25;
        justify-content: center;
        width: 100%;
        height: 100px;
        margin-top: 5vh;
        margin-left: 0;
        display: flex;
        position: relative;
        left: 0%;
        right: 0%;
    }

    .image-9 {
        width: auto;
    }

    .section-ty-countdown {
        justify-content: center;
        display: flex;
    }

    .item-testimonial-quote {
        padding-top: 0;
        padding-bottom: 2vw;
    }

    .paragraph-testimonial-name {
        margin-bottom: 0;
        font-size: 4vw;
    }

    .paragraph-testimonial-company {
        font-size: 3vw;
    }

    .text-span-4 {
        text-align: center;
        font-size: 12vw;
        font-weight: 600;
    }

    .title-share-buttons {
        margin-bottom: 1vh;
    }

    .share-heading {
        font-family: Inter, sans-serif;
        font-size: 4vw;
        font-weight: 500;
    }

    .sm-icon-link {
        margin-right: 2vw;
    }

    .sm-icon {
        width: 32px;
        height: 32px;
    }

    .video {
        margin-top: 8px;
    }

    .navbar-brand {
        flex-direction: column;
        align-items: flex-start;
    }

    .paragraph-5 {
        font-size: 3.5vw;
    }

    .hero_masterclass {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .hero_masterclass.evergreen {
        padding-top: 30vw;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .hero_right-side {
        height: 100vh;
    }

    .hero_right-side.e {
        height: auto;
    }

    .hero_left-side {
        position: relative;
    }

    .title_hero-left,
    .title_hero-left.evergreen {
        font-size: 11vw;
    }

    .subtitle_season {
        color: var(--medium-spring-green);
        font-size: 3vw;
    }

    .subtitle_season.combo,
    .subtitle_season.combo.post {
        font-size: 3vw;
    }

    .image-10 {
        width: 97%;
    }

    .speakers_masterclass {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .short_description {
        width: 100%;
        font-size: 4vw;
        font-weight: 400;
        line-height: 1.5;
    }

    .people_subscrived.m {
        grid-row-gap: 8px;
        flex-direction: column;
    }

    .people_subscribed {
        margin-left: 2vw;
        font-size: 3vw;
    }

    .body-xl-medium {
        font-size: 7vw;
    }

    .pricing-tier {
        padding-top: 7vw;
        padding-bottom: 7vw;
        position: relative;
    }

    .pricing-tier.evergreen {
        padding-left: 0;
        padding-right: 0;
    }

    .vectors-wrapper-2 {
        width: 5vw;
    }

    .vectors-wrapper-2.rtg {
        width: 6vw;
    }

    .info {
        filter: brightness(0%);
        width: 14px;
        display: block;
    }

    .info.ever {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        justify-content: center;
    }

    .info.ever.on-top.evergreen {
        display: none;
    }

    .info._2 {
        width: 24px;
    }

    .avatars.ever {
        grid-column-gap: 1px;
        grid-row-gap: 1px;
    }

    .headings-h1-medium {
        font-size: 10vw;
    }

    .pbase.grey.center._75 {
        width: auto;
    }

    .pbase.grey.non-fluid {
        font-size: 14px;
    }

    .pbase.grey {
        font-size: 4vw;
    }

    .psm.white {
        color: var(--ghost-white);
    }

    .psm.info {
        width: auto;
        font-size: 14px;
    }

    .psm.grey.non-fluid {
        font-size: 14px;
    }

    .header {
        flex-direction: column-reverse;
    }

    .item_speaker {
        flex-direction: column;
    }

    .item_right-side {
        margin-bottom: 2vh;
        display: flex;
    }

    .image_speaker_holder {
        width: 100%;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .heading_speaker_name {
        font-size: 4vw;
    }

    .name_company {
        font-size: 3vw;
    }

    .heading-63 {
        font-size: 8vw;
    }

    .date-calendar {
        font-size: 4vw;
    }

    .vectors-wrapper-4.post {
        width: 30vw;
    }

    .frame-7 {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .frame-7.post {
        padding-left: 0;
        padding-right: 0;
    }

    .text-4,
    .text-4.post {
        font-size: 8vw;
    }

    .academy_section.combo.e {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .feature-2.ever {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        align-items: center;
    }

    .bodylgregular {
        font-size: 14px;
    }

    .bodylgregular.ever {
        font-size: 4vw;
    }

    .bodylgregular.ever.rtg {
        text-align: left;
        line-height: 1.5;
    }

    .bodylgregular.navigation {
        color: var(--brand-black);
    }

    .frame-27006 {
        flex-flow: column;
    }

    .frame-27006.e {
        grid-column-gap: 1vh;
        grid-row-gap: 1vh;
        align-items: flex-start;
    }

    .frame-27006.e.rtg,
    .feature-3.ever {
        align-items: flex-start;
    }

    .l {
        font-size: 3vw;
    }

    .l._2 {
        color: var(--medium-spring-green);
        font-weight: 400;
    }

    .l.grey,
    .l.fix {
        font-size: 16px;
    }

    .l.left.normal.dark-gray-50.x.special {
        text-align: left;
    }

    .l.left.normal.x {
        text-align: center;
    }

    .l.left.normal.email {
        margin-top: 16px;
    }

    .l.left.cool-gray-400.masterclass {
        text-align: center;
    }

    .l.left.cool-gray-400.masterclass.speakers-mobile,
    .l.left.cool-gray-400.masterclass.perks-mobile {
        text-align: left;
    }

    .l.semibold {
        font-weight: 600;
    }

    .l.demo-body.form {
        text-align: left;
    }

    .short_description-speaker {
        font-size: 4vw;
    }

    .background-video {
        background-image: linear-gradient(#0000 8%, #000000e3 55%, #000 98%);
    }

    .description_academy {
        color: var(--white-smoke);
        font-size: 4vw;
        font-weight: 400;
        line-height: 1.5;
    }

    .title_academy {
        font-size: 10vw;
    }

    .paragraph-6 {
        font-size: 4vw;
    }

    .heading-64 {
        font-size: 7vw;
    }

    .holder_masterclass-item {
        width: 95%;
    }

    .holder-plans {
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    .item-title_plan {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    .item-title_plans {
        font-size: 6vw;
    }

    .price-item-plans {
        font-size: 3vw;
    }

    .price-item-plans.main {
        font-size: 5vw;
    }

    .save-money-plans {
        font-size: 3vw;
    }

    .button-holder {
        display: block;
    }

    .navigation-postevent {
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .wrapper-masterclass {
        flex-direction: column;
    }

    .hero-masterclass-hub {
        flex-direction: column-reverse;
        justify-content: center;
        height: 100vh;
    }

    .hero-masterclass-hub-right {
        align-items: center;
        height: 20vh;
        margin-bottom: 5vw;
    }

    .grid-timestap {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .time-timestamp {
        margin-right: 3vw;
    }

    .holder-timestamp {
        align-items: flex-start;
    }

    .round-timestamp {
        width: 10px;
        height: 10px;
        margin-right: 1vw;
    }

    .time-video {
        font-size: 3.2vw;
        line-height: 1.5;
    }

    .time-video.title {
        font-size: 3.2vw;
        line-height: 1.3;
    }

    .time-video.title._4 {
        font-size: 3.2vw;
    }

    .about-prices-post {
        margin-top: 6vw;
    }

    .about-price-in-post {
        font-size: 3vw;
    }

    .recording-titele {
        margin-bottom: 2vh;
        font-size: 4vw;
    }

    .holder-button-episode1 {
        align-items: center;
        margin-top: 4vh;
        display: flex;
    }

    .holder-button-episode1.hub {
        margin-bottom: 5vw;
    }

    .grid-episode.ever {
        grid-column-gap: 10vw;
        grid-row-gap: 10vw;
    }

    .item-episode,
    .item-episode.evergreen {
        flex-direction: column;
    }

    .item-right-episode {
        width: 100%;
        margin-bottom: 5vw;
    }

    .item-right-episode.ever {
        width: 100%;
    }

    .item-left-episode,
    .item-left-episode.ever {
        padding-left: 0;
    }

    .small-masterclass-title {
        font-size: 3vw;
    }

    .small-masterclass-title.evergreen {
        color: var(--medium-spring-green);
        font-size: 3vw;
    }

    .heading-episode {
        font-size: 10vw;
    }

    .description-episode {
        font-size: 4vw;
    }

    .description-episode.ever {
        margin-bottom: 2vw;
        font-size: 4vw;
        font-weight: 400;
        line-height: 1.4;
    }

    .line-bulet-points-episode {
        margin-bottom: 2vw;
        font-size: 2vw;
    }

    .bulet-point,
    .title-speaker-section {
        font-size: 4vw;
    }

    .holder-speaker-item {
        grid-template-columns: 1fr;
        margin-bottom: 5vw;
    }

    .item-speaker-episode {
        align-items: flex-start;
        height: auto;
    }

    .item-speaker-image {
        flex-direction: row;
    }

    .image-14 {
        width: 25vw;
    }

    .heading-speaker-name {
        font-size: 4vw;
    }

    .paragraph-company,
    .info-hover-bar {
        font-size: 3vw;
    }

    .button-4 {
        justify-content: center;
        align-items: center;
        font-size: 4vw;
        display: flex;
    }

    .button-4.ever {
        background-color: var(--medium-spring-green);
        color: var(--brand-black);
        font-weight: 600;
    }

    .hero-bb {
        margin-bottom: 5vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .bb-right-holder {
        padding-left: 0;
    }

    .bb-info-holder,
    .bb-title {
        margin-bottom: 5vw;
    }

    .bb-heading-title {
        font-size: 10vw;
        font-weight: 600;
        line-height: 1.1;
        display: flex;
    }

    .bb-heading-title.small {
        font-size: 8vw;
    }

    .bb-title-description {
        margin-bottom: 5vw;
    }

    .bb-paragraph-description {
        text-align: center;
        font-size: 4vw;
    }

    .bb-button-holder {
        justify-content: center;
    }

    .bb-image-cover {
        margin-bottom: 10vw;
    }

    .link-block {
        padding: 1vw 3vw 1vw 2vw;
    }

    .paragraph-7 {
        font-size: 4vw;
    }

    .bb-line {
        display: none;
    }

    .bb-grid-speaker {
        grid-column-gap: 22px;
        grid-template-columns: 1fr;
    }

    .bb-item-speaker-info {
        padding-top: 2vw;
    }

    .bb-item-speaker-nam {
        font-family: Inter, sans-serif;
        font-size: 5vw;
        font-weight: 600;
    }

    .bb-holder-speaker-item {
        margin-bottom: 3vw;
    }

    .bb-heading-speaker-title,
    .bb-heading-speaker-title.huge {
        font-size: 6vw;
    }

    .bb-about-event {
        flex-direction: column;
        align-items: center;
        padding: 3vw 5vw;
    }

    .bb-about-event._2 {
        width: 100%;
        padding-left: 0;
        font-size: 4vw;
    }

    .bb-location-info,
    .bb-location-info._2 {
        text-align: center;
        font-size: 4vw;
    }

    .bb-image-location {
        object-fit: cover;
        width: 100%;
        height: 70vw;
        margin-bottom: 5vw;
        margin-right: 0;
        display: block;
    }

    .bb-image-location.not-round {
        display: none;
    }

    .bb-about-event-urt {
        flex-direction: column;
    }

    .image-17 {
        object-fit: cover;
    }

    .bb-div-info-about-tiket {
        height: auto;
        padding: 2vw;
    }

    .bb-heading-info {
        font-size: 6vw;
    }

    .bb-heading-info.uper {
        font-size: 4vw;
    }

    .text-span-5 {
        font-size: 5vw;
    }

    .bb-power-elopage._2 {
        flex-direction: column;
        justify-content: center;
        text-decoration: none;
    }

    .bb-logo-elopage {
        width: 40vw;
    }

    .bb-power {
        text-align: center;
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    .black-info {
        font-size: 4vw;
    }

    .bb-cta {
        flex-direction: column;
        padding: 8vw 2vw;
    }

    .spirit-item-speaker {
        height: 7vw;
    }

    .bb-schedule-item {
        align-items: center;
        margin-bottom: 3vw;
    }

    .bb-schedule-heading {
        text-align: center;
        font-size: 7vw;
    }

    .bb-paragraph-schedule {
        grid-template-columns: 1fr;
    }

    .paragraph-8 {
        text-align: center;
        font-size: 4vw;
    }

    .text-span-7 {
        font-size: 4vw;
    }

    .text-span-9 {
        color: var(--secondary-dark-grey-brand);
        font-size: 4vw;
    }

    .e-banner {
        flex-direction: column;
        align-items: center;
        padding: 2vw;
    }

    .e-paragrapgh-banner {
        text-align: center;
        font-size: 2.5vw;
        font-weight: 700;
        line-height: 140%;
    }

    .e-paragrapgh-banner.black {
        font-size: 3vw;
    }

    .e-banner-img {
        width: 6vw;
        margin-right: 1vw;
    }

    .blank {
        display: none;
    }

    .bold-text-2 {
        text-align: center;
    }

    .e-about-course {
        align-items: flex-start;
        padding-top: 10vw;
        padding-bottom: 10vw;
    }

    .e-title-about-course,
    .e-title-about-course.e {
        align-items: flex-start;
    }

    .e-anti-title {
        color: var(--medium-spring-green);
        font-size: 3vw;
    }

    .e-title-sections {
        text-align: left;
        font-size: 12vw;
    }

    .e-title-sections._2 {
        margin-bottom: 2vw;
    }

    .e-title-sections.mid {
        text-align: left;
    }

    .e-paragraph-description {
        color: var(--neutral-white);
        text-align: left;
        font-size: 4vw;
        font-weight: 400;
        line-height: 1.4;
    }

    .e-paragraph-description.e {
        text-align: left;
        line-height: 1.4;
    }

    .e-paragraph-description.e._2 {
        color: var(--neutral-white);
        line-height: 1.5;
    }

    .e-paragraph-description._75 {
        width: 100%;
        font-size: 14px;
    }

    .e-grid-about-course {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: 1fr;
    }

    .e-grid-about-course.ever {
        grid-template-columns: 1fr;
    }

    .e-item-description {
        font-size: 4vw;
        font-weight: 400;
    }

    .e-img-item {
        width: 9vw;
        margin-right: 1.5vw;
        padding: 2vw;
    }

    .e-statistics-grid {
        grid-template-columns: 1fr;
    }

    .e-heading-statistic {
        font-size: 8vw;
    }

    .e-paragraph-statistics {
        font-size: 4vw;
        line-height: 1.5;
    }

    .e-statistics-title {
        font-size: 4vw;
    }

    .inner-container._1012px.center {
        padding: 20px 4vw;
    }

    .accordion-item-wrapper.v2 {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .accordion-title {
        font-size: 4.5vw;
        font-weight: 400;
        line-height: 1.5;
    }

    .accordion-title.p {
        text-align: center;
        font-size: 6vw;
    }

    .accordion-title.p.tg {
        text-align: left;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .accordion-spacer {
        min-height: 3px;
    }

    .mg-bottom-0 {
        font-size: 4vw;
        font-weight: 400;
    }

    .mg-bottom-0.p.rtg {
        margin-bottom: 2vw;
    }

    .navbar-success {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .s-hero-section {
        flex-direction: column;
        padding-top: 15vw;
        padding-left: 0;
        padding-right: 0;
    }

    .s-hero-section-left {
        align-items: flex-start;
    }

    .s-hero-section-right {
        justify-content: center;
        margin-bottom: 4vw;
    }

    .s-image-item {
        width: 50vw;
    }

    .s-heading-title {
        text-align: left;
        font-size: 11vw;
    }

    .s-heading-banner-text {
        letter-spacing: 4px;
        font-size: 6vw;
    }

    .s-paragraph-text {
        text-align: left;
        font-size: 3.5vw;
        font-weight: 500;
        line-height: 1.3;
    }

    .s-banner-holder {
        padding: 1vw 3vw;
    }

    .s-number-grid {
        grid-template-columns: 1fr;
    }

    .s-number-metric {
        font-size: 8vw;
    }

    .s-number-paragrap-metric {
        font-size: 3vw;
    }

    .s-story {
        padding-left: 0;
        padding-right: 0;
    }

    .s-story.d {
        flex-direction: column-reverse;
    }

    .s-story-left {
        margin-bottom: 4vw;
    }

    .s-story-right.s {
        width: 100%;
        height: auto;
        margin-bottom: 4vw;
        margin-left: 0;
    }

    .s-story-right.s2 {
        margin-bottom: 6vw;
        padding-left: 0;
        padding-right: 0;
    }

    .s-logo-holder {
        flex-direction: column;
        flex: 0 auto;
        align-items: flex-start;
        width: auto;
        padding-right: 0;
    }

    .s-navbar-title {
        font-size: 3vw;
    }

    .elopage-logo {
        width: 114px;
        display: block;
    }

    .s-navbar-textlink {
        background-color: var(--neutral-white);
        color: var(--brand-black);
        display: flex;
    }

    .s-navbar-textlink.no-underline {
        display: none;
    }

    .s-navbar-textlink.no-underline.mobile {
        border: 1px solid var(--dark-grey);
        border-radius: 6px;
        justify-content: center;
        margin: 20px 20px 0;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
    }

    .s-button {
        padding: 2vw 4vw;
        font-size: 3.5vw;
    }

    .s-button.nav {
        height: 32px;
        font-size: 12px;
    }

    .s-story-gird2 {
        margin-bottom: 5vw;
    }

    .s-story-heading-text {
        font-size: 11vw;
    }

    .s-story-heading-antitext {
        margin-bottom: 1vw;
        font-size: 3vw;
    }

    .s-image-overall {
        width: 95vw;
    }

    .s-story-item {
        flex-direction: row;
        align-items: flex-start;
    }

    .s-story-paragraph-tet {
        font-size: 3.5vw;
    }

    .s-story-item-image {
        width: 7vw;
        height: 7vw;
    }

    .s-cta-heading-text {
        margin-bottom: 4vw;
        font-size: 11vw;
    }

    .s-cta-heading-antitext {
        font-size: 3vw;
    }

    .footer {
        padding-top: 48px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer._404 {
        height: auto;
    }

    .footer-content {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        width: auto;
    }

    .footer-block {
        align-items: flex-start;
    }

    .footer-title {
        font-size: 20px;
    }

    .footer-link {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
    }

    .footer-social-block {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        margin-left: 0;
    }

    .footer-social-link {
        margin-left: 0;
    }

    .copyright {
        font-size: 15px;
    }

    .s-footer-logo-section {
        width: 100%;
        margin-right: 0;
        padding-bottom: 0;
    }

    .s-footer-logo-section.d {
        width: 100%;
    }

    .s-paragraph-footer {
        font-size: 14px;
    }

    .image-22 {
        width: 30vw;
    }

    .image-23 {
        width: 7vw;
        display: block;
    }

    .s-footer-links-holder {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        align-items: flex-start;
    }

    .s-footer-icon-item {
        width: 24px;
    }

    .s-footer-icon-item.s {
        width: 20px;
        font-size: 4vw;
    }

    .s-form-item-close {
        padding: 1vw;
    }

    .paragraph-9 {
        font-size: 5vw;
    }

    .text-span-10 {
        font-size: 8vw;
    }

    .rtg-button {
        justify-content: flex-end;
        align-items: center;
    }

    .rdg-holder-button {
        display: block;
    }

    .image-26 {
        width: 35vw;
    }

    .rtg-grid-prices {
        grid-template-columns: 1fr;
        grid-template-areas:
            "."
            "."
            "Area"
            "Area-2";
    }

    .d-hero {
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .d-navbar-holder {
        height: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .image-27 {
        width: 124px;
    }

    .d-navbar-container {
        padding-left: 0;
        padding-right: 0;
    }

    .d-hero-left {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .d-video-item {
        height: 200px;
    }

    .d-heading1 {
        font-size: 32px;
    }

    .field-label {
        font-size: 16px;
        line-height: 140%;
    }

    .text-field {
        padding-top: 4px;
        padding-right: 4px;
        font-size: 14px;
        line-height: 140%;
    }

    .d-form-field {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .d-hero-icon {
        display: none;
    }

    .image-28 {
        width: 40px;
    }

    .form {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .form-block.db.restyling {
        width: 100%;
    }

    .form-block.db {
        border-radius: 16px;
        width: auto;
        padding: 16px 10px;
    }

    .select-field,
    .textarea {
        font-size: 14px;
        line-height: 140%;
    }

    .submit-button.partner {
        align-self: stretch;
    }

    .d-video-main-item {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .rtg-grid-item {
        align-items: flex-start;
        margin-bottom: 5vw;
    }

    .text-span-12,
    .text-span-13 {
        font-size: 4.5vw;
    }

    .holder-etet,
    .iframe {
        height: 100%;
    }

    .m-speaker-item {
        flex-direction: column;
    }

    .m-image-holder {
        width: 95%;
    }

    .m-heading-name-speaker,
    .m-paragraph-company {
        font-size: 4vw;
    }

    .m-heading-speaker {
        font-size: 7vw;
    }

    .m-div-image-holder {
        justify-content: center;
        align-items: center;
        margin-bottom: 5vw;
        display: flex;
    }

    .m-paragraph {
        font-size: 4vw;
    }

    .m-paragraph.calendar {
        font-weight: 500;
    }

    .s-navigation-holder {
        z-index: 35;
        background-color: var(--neutral-white);
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 92px;
        padding-left: 20px;
        padding-right: 20px;
        position: sticky;
        top: 0;
    }

    .p-navbar {
        display: flex;
    }

    .p-hero {
        grid-column-gap: 64px;
        grid-row-gap: 64px;
        flex-direction: column;
        padding: 112px 20px 32px;
    }

    .p-holder-hero {
        width: 100%;
    }

    .p-price-plan {
        display: none;
    }

    .p-grid-plan {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
    }

    .button-price_plan {
        height: 32px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 3.5vw;
    }

    .button-price_plan.fluid {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 3.5vw;
    }

    .p-price-table {
        padding-bottom: 0;
    }

    .plan-container {
        z-index: 8;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto;
        grid-template-columns:
            minmax(50vw, 1fr) minmax(50vw, 1fr) minmax(50vw, 1fr)
            minmax(50vw, 1fr) minmax(50vw, 1fr);
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        display: grid;
        overflow: auto;
    }

    .p-table_blank {
        height: 100px;
    }

    .p-table_blank.high {
        justify-content: flex-start;
        align-items: center;
        width: 50vw;
        height: 100px;
        padding-left: 8px;
        display: flex;
        position: sticky;
    }

    .p-table_blank.high.white {
        background-color: #fafafc;
    }

    .plan-title {
        width: 50vw;
        height: 100px;
        padding: 0;
        top: 0;
    }

    .plan-title.title-1.white,
    .plan-title.title-2.white,
    .plan-title.title-3.white,
    .plan-title.title-4.white {
        background-color: #fafafc;
    }

    .headings-h3semibold {
        font-size: 6vw;
    }

    .headings-h3semibold.fluid {
        color: var(--brand-black);
        font-size: 5vw;
    }

    .p-table-title_feature {
        border-right: 1px solid var(--cool-grey-400);
        height: 100px;
        padding-left: 8px;
        top: 0;
    }

    .headings-h4-medium {
        color: var(--brand-black);
    }

    .headings-h4-medium.fluid {
        font-size: 5vw;
    }

    .headings-h4-medium.small {
        font-size: 4.2vw;
    }

    .p-table_feature {
        z-index: 8;
        border-right: 1px solid var(--cool-grey-400);
        background-color: var(--neutral-white);
        height: 64px;
        padding-left: 8px;
        padding-right: 1px;
        position: sticky;
        left: 0;
    }

    .p-table_feature.grey {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        border-right: 1px solid var(--cool-grey-400);
        background-color: var(--ghost-white);
        height: 64px;
        padding-left: 8px;
        padding-right: 15px;
        position: sticky;
        left: 0;
    }

    .p-table_feature.grey.big {
        height: 86px;
    }

    .p-table_info {
        background-color: var(--neutral-white);
        height: 64px;
    }

    .p-table_info.grey {
        height: 64px;
    }

    .p-table_info.grey.big {
        height: 86px;
    }

    .p-check {
        width: 6vw;
    }

    .plg.font-color-bw.font-margin-bot-20 {
        text-align: center;
        font-size: 14px;
    }

    .icon-table {
        width: 18px;
        display: none;
    }

    .info-on-hover {
        display: none;
        left: 0%;
    }

    .info-div {
        display: block;
    }

    ._1 {
        background-color: #5c4242;
        border: 2px solid #fff;
        width: 25%;
        height: 100%;
    }

    .image-29 {
        width: 47px;
        height: 47px;
    }

    .headingsh1semibold {
        font-size: 32px;
    }

    .headingsh1semibold.center.white {
        text-align: left;
        font-size: 32px;
    }

    .dropdown-toggle {
        background-color: var(--neutral-white);
    }

    .p-navigation_login {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex: 0 auto;
        justify-content: flex-end;
        padding-right: 0;
    }

    .demo-buchen {
        justify-content: center;
        height: 32px;
        padding: 6px 16px;
    }

    .demo-buchen.cta {
        height: 44px;
    }

    .holder-table_title {
        padding: 32px 20px;
    }

    .headingsh2semibold,
    .headingsh2semibold.center {
        text-align: center;
        font-size: 32px;
    }

    .emotional-cta {
        flex-direction: column;
        padding-top: 0;
    }

    .emotional-left {
        width: 100%;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .emotional-right {
        height: 45vh;
    }

    .emotional-left_holder {
        padding-left: 10px;
        padding-right: 10px;
    }

    .holder-buttons-emotional {
        flex-direction: column;
        align-self: stretch;
    }

    .button-primary-arrow,
    .button-tertiary {
        justify-content: center;
        align-self: stretch;
        height: 44px;
    }

    .non-button-emotional {
        text-align: left;
        align-items: center;
        width: auto;
    }

    .enterprise {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .enterprise-holder {
        padding-left: 10px;
        padding-right: 10px;
    }

    .enterprise-info {
        align-items: center;
    }

    .enterprise-button {
        flex-direction: column;
        width: 100%;
    }

    .button-white {
        height: 44px;
    }

    .dropdown {
        background-color: var(--neutral-white);
        margin-left: 0;
        margin-right: 0;
    }

    .image-32 {
        display: none;
    }

    .mobile-menu {
        width: 33px;
        height: 33px;
        padding: 0;
    }

    .image-33 {
        width: 100%;
        height: 100%;
    }

    .image-33.hide {
        width: 30px;
    }

    .slider-tablet-menu {
        z-index: 25;
        align-items: flex-start;
        height: 100vh;
        padding-top: 92px;
        padding-bottom: 0;
        display: none;
        overflow: scroll;
    }

    .nav-bar-slider {
        background-color: var(--neutral-white);
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        display: flex;
    }

    .scroll-snap-wrapper {
        flex-direction: column;
        height: auto;
        display: flex;
        overflow: visible;
    }

    .info-tab-masterclass-episode {
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        width: 100%;
        display: flex;
    }

    .info-masterclass-tab {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        align-items: center;
        display: flex;
    }

    .fixed-button-test-scroll {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        background-color: #0000;
        flex-direction: column;
        justify-content: center;
        height: auto;
        padding-top: 0;
        padding-left: 1vw;
        padding-right: 1vw;
        bottom: 5vh;
    }

    .scroll-to-start {
        border-radius: 25px;
        padding: 3vw;
        font-family: Esklarheitelopage, sans-serif;
        font-size: 3vw;
        font-weight: 500;
        line-height: 140%;
        text-decoration: none;
        display: flex;
    }

    .scroll-max-right {
        background-color: var(--neutral-white);
        color: var(--brand-black);
        border-radius: 25px;
        padding: 3vw;
        font-family: Esklarheitelopage, sans-serif;
        font-size: 3vw;
        font-weight: 500;
        line-height: 140%;
    }

    .scroll-50 {
        background-color: var(--neutral-white);
        color: var(--brand-black);
        border-radius: 25px;
        padding: 3vw;
        font-family: Esklarheitelopage, sans-serif;
        font-size: 3vw;
        font-weight: 500;
        line-height: 140%;
        text-decoration: none;
    }

    .scroll-100 {
        background-color: var(--neutral-white);
        color: var(--brand-black);
        border-radius: 25px;
        padding: 3vw;
        font-family: Esklarheitelopage, sans-serif;
        font-size: 3vw;
        font-weight: 500;
        line-height: 140%;
    }

    .rounded-holder-menu-plan {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: #cdcdd587;
        border-radius: 25px;
        flex: 1;
        justify-content: space-between;
        align-items: center;
        padding: 2vw 1vw;
        display: flex;
    }

    .rounded-holder-menu-plan.nav-container {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width: 100%;
        padding-left: 2vw;
        padding-right: 2vw;
        display: flex;
    }

    .header-table {
        grid-template-columns:
            minmax(50vw, 1.5fr) minmax(50vw, 1fr) minmax(50vw, 1fr)
            minmax(50vw, 1fr) minmax(50vw, 1fr);
        width: 100%;
        top: 92px;
    }

    .nav_bar-static {
        justify-content: center;
        height: auto;
    }

    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .container.db {
        padding-bottom: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo-block {
        width: 100px;
        height: 24px;
    }

    .hero-partner {
        padding-left: 0;
        padding-right: 0;
    }

    .right-hero {
        height: 45vh;
    }

    .holder-hero-partner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-partner-hero {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .form-section.template {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .test-zise {
        justify-content: flex-start;
        align-items: center;
        padding: 24px 20px;
        display: flex;
    }

    .main-container.no-border {
        padding-left: 0;
        padding-right: 0;
    }

    .main_left-holder {
        margin-bottom: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-right-holder {
        background-color: var(--neutral-white);
        border-radius: 16px;
        margin-left: 8px;
        margin-right: 8px;
        padding: 16px;
    }

    .info-form-section-holder {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        padding-left: 0;
    }

    .checkbox {
        width: 17px;
        height: 17px;
    }

    .cta-partner {
        padding: 64px 20px;
    }

    .holder_cta_partner {
        justify-content: center;
        align-items: flex-start;
        display: flex;
    }

    .restrict_cta-holder {
        width: auto;
    }

    .holder-button-partner {
        align-self: stretch;
    }

    .highlight {
        flex: 1;
    }

    .just-text-holder-cta {
        width: 100%;
    }

    .sponsor-img {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-direction: row;
    }

    .about-item-product {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .image-item-holder_partner {
        width: 100%;
        height: 65vw;
    }

    .headings-h3-semibold.center {
        text-align: center;
    }

    .use-case-left {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-use-case {
        width: auto;
    }

    .grid-2 {
        width: 100%;
    }

    .db-features_holder {
        grid-column-gap: 32px;
        grid-row-gap: 16px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .holder-footer_imprint {
        flex-direction: column;
        align-items: center;
    }

    .headings-h4-semibold.center {
        font-size: 24px;
    }

    .headings-h4-semibold.center.demo-form {
        text-align: left;
        position: static;
    }

    .db-feature_holder {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-direction: column;
        align-items: center;
    }

    .db-info-feature_item {
        align-items: center;
    }

    .holder_enterprise-title {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .holder_cta_emotional-tite {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        align-items: center;
    }

    .h2 {
        text-align: center;
    }

    .pxl.negative-margin-bot.mobile-styles {
        color: var(--brand-white);
        text-shadow: 1px 1px 1px #0000005c;
    }

    .navigation-link-block {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .navigation-link-block.hide {
        display: none;
    }

    .company-image-item {
        height: 24px;
    }

    .holder-company-div {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-flow: wrap;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        justify-items: center;
        display: flex;
    }

    .absolut-form-info {
        height: 150px;
        display: none;
        top: -160px;
    }

    .spacer_mobile_navigation {
        background-color: var(--neutral-white);
        width: 100%;
        height: 30px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .holder-loader-chili-piper {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        width: 90vw;
        padding: 16px;
    }

    .text-loading-chili {
        font-size: 16px;
    }

    .lottie-loading-chili-piper {
        width: 20vw;
        height: 20vw;
    }

    .slider-left,
    .slider-right {
        margin-right: 0;
    }

    .secondary-button.navi-menu {
        background-color: #fafafc;
    }

    .nav_big {
        opacity: 1;
        background-color: #21282ec4;
        border-radius: 16px;
        width: 100%;
        display: none;
    }

    .nav-2 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }

    .grid_nav {
        grid-template-columns: 1fr;
    }

    .nav_inner {
        background-color: #21282e;
        width: 56px;
        max-width: 56px;
        padding-left: 10px;
        display: block;
        position: static;
    }

    .navibar {
        height: 60px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .navibar-container {
        padding-left: 0;
        padding-right: 0;
    }

    .navibar-container.demo {
        justify-content: center;
    }

    .link-block-3 {
        display: block;
    }

    .highlight-button-div.top-navi {
        display: none;
    }

    .highlight-button-div.top-navi.mobile,
    .highlight-button-div.top-navi.mobile._3-0,
    .highlight-button-div.top-navi.x {
        display: block;
    }

    .highlight-button-div.top-navi._3-0,
    .highlight-button-div.top-navi.masterclass {
        display: none;
    }

    .highlight-button-div.top-margin-32 {
        justify-content: center;
        align-self: center;
        width: 100%;
        display: flex;
    }

    .highlight-button-div.top-margin-32.masterclass.cta {
        display: block;
    }

    .highlight-button-div.highlight-button.main-form.x {
        width: 100%;
        margin-top: 0;
    }

    .highlight-button-div.button-glow.deal-button {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .button-arrow {
        display: none;
    }

    .image-39 {
        width: 124px;
    }

    .horizontal-div.width-80.flex {
        align-items: flex-start;
        width: 100%;
    }

    .horizontal-div.width-80.flex.hero {
        align-items: center;
    }

    .horizontal-div.width-80.flex._24 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .horizontal-div.width-80.flex.center-mobile {
        align-items: center;
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-content {
        width: 100%;
        margin-top: 0;
    }

    .ready-to-grow.top-margin-48 {
        height: 144px;
        display: none;
    }

    .h1-semibold.left.dark-gray-50.special {
        text-align: center;
    }

    .h1-semibold.left.dark-gray-50.masterclass-header {
        text-align: center;
        text-align: center;
        align-self: center;
        width: 100%;
    }

    .vertical-div.top-margin-32.flex.gap-16 {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .vertical-div.top-margin-32.flex.gap-16.hero-btn {
        display: none;
    }

    .image-40 {
        margin-top: 48px;
        display: block;
    }

    .l-2.bot-margin-8.light {
        align-self: center;
    }

    .all-in-one-plattform {
        padding: 48px 24px;
    }

    .image-41 {
        margin-top: 32px;
    }

    .h2-semibold.black {
        text-align: center;
        align-self: center;
    }

    .h2-semibold.left.hyphens.bot-margin-24 {
        display: none;
    }

    .h2-semibold.left.white {
        text-align: center;
        display: block;
    }

    .h2-semibold.left.white.testi {
        margin-left: 0;
        margin-right: auto;
    }

    .h2-semibold.left.testi {
        margin-right: 16px;
    }

    .h2-semibold.left.special {
        text-align: center;
    }

    .h2-semibold.white.mc-sticky {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .h2-semibold.faq {
        margin-bottom: 16px;
    }

    .h2-semibold.platform {
        margin-bottom: 32px;
    }

    .l-3.left.light.align-center {
        text-align: left;
    }

    .l-3.left.light.align-center.paddingtop {
        text-align: center;
        margin-top: 32px;
    }

    .l-3.left.light.align-center._70 {
        padding-bottom: 8px;
    }

    .l-3.left.light.align-center._70.bot-margin-24 {
        text-align: center;
    }

    .l-3.left.light.align-center._100 {
        padding-bottom: 8px;
    }

    .l-3.left.light.align-center._100.bot-margin-24 {
        text-align: center;
    }

    .l-3.left.light.align-center._100.bot-margin-24.plg {
        text-align: left;
    }

    .l-3.left.regular.align-center {
        text-align: center;
    }

    .l-3.left.regular.align-center._70 {
        padding-bottom: 8px;
    }

    .l-3.left.regular.align-center._70.color-black {
        padding-bottom: 0;
    }

    .l-3.bot-margin-8.light,
    .l-3.bot-margin-8.light.cool-grey.center-mobile {
        align-self: center;
    }

    .image-42 {
        display: none;
    }

    .image-34 {
        margin-top: 48px;
        margin-bottom: 32px;
        display: block;
    }

    .h3-semibold.left.bot-margin-16.black,
    .h3-semibold.left.bot-margin-16.x.black {
        text-align: left;
    }

    .h3-semibold.left.hyphens.bot-margin-24.black,
    .h3-semibold.left.hyphens.bot-margin-24.white.special-m-eq {
        display: block;
    }

    .h3-semibold.left.white.x {
        display: none;
    }

    .h3-semibold.left.white.tablet-mobile,
    .h3-semibold.left.white.tablet-mobile.center {
        display: block;
    }

    .h3-semibold.left.white.masterclass-perks {
        text-align: left;
        margin-top: 16px;
    }

    .h3-semibold.left.x {
        text-align: center;
    }

    .perks._100._6-items.top-margin-80.bot-margin-80,
    .perks._100._4-items.top-margin-80.bot-margin-80.gap-32 {
        margin-top: 40px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .produkte-kreieren {
        padding: 48px 0;
    }

    .wrapper-2._90 {
        padding-left: 0;
        padding-right: 0;
    }

    .text-wrapper,
    .text-wrapper.align-center {
        padding-left: 24px;
        padding-right: 24px;
    }

    .image-43 {
        display: none;
    }

    .zahlungen-abwickeln {
        padding-bottom: 48px;
        padding-left: 0;
        padding-right: 0;
    }

    .image-44 {
        margin-top: 48px;
        margin-bottom: 32px;
        display: block;
    }

    .grid-4._2 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #edeef1;
        padding-bottom: 48px;
    }

    .image-45.toppadding {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .content-hub {
        padding: 48px 24px;
    }

    .span {
        width: 48px;
        height: 24px;
        display: inline-block;
    }

    .accordion-item {
        margin-left: 24px;
        margin-right: 24px;
    }

    .accordion__content {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .accordion__content.new-style {
        grid-template-rows: auto auto auto auto auto auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .accordion__bar-hor {
        background-color: #000004;
    }

    .accordion {
        padding: 24px 0;
    }

    .accordion.x-post-faq,
    .accordion.x-post-faq-neon {
        margin-top: 0;
        padding: 49px 24px 24px;
    }

    .check {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .check.top-padding-24 {
        margin-top: 16px;
        margin-bottom: 8px;
        padding-top: 0;
    }

    .icon-accordion.new-margin {
        margin-left: 12px;
    }

    .h4-semibold.countdown {
        display: block;
    }

    .h4-semibold.countdown.white {
        color: var(--white);
    }

    .h4-semibold.countdown.white.right-x {
        text-align: right;
    }

    .h4-semibold.countdown.white.mobile {
        text-align: center;
    }

    .accordion__content-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    .accordion__bar-vert {
        background-color: #000004;
    }

    .accordion__title.new-mob-style.new-style {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
    }

    .accordion__plus-wrapper {
        margin-top: 0;
        margin-left: 0;
    }

    .service-hub {
        padding: 48px 24px;
    }

    .image-46 {
        margin-bottom: 32px;
    }

    .community-program {
        padding: 48px 24px;
    }

    .image-31 {
        margin-bottom: 32px;
    }

    .slider-arrow-wrap {
        grid-column-gap: 48px;
    }

    .arrow-disabled {
        margin-right: 0;
    }

    .testimonial-image {
        width: 100%;
    }

    .testimonial-columns-2 {
        flex-direction: column-reverse;
    }

    .testimonials-2 {
        padding: 0 0 32px;
    }

    .testimonial-image-block {
        margin-top: 0;
        padding: 0;
    }

    .testimonial-content-wrap {
        padding: 0 0 15px;
    }

    .testimonial-content-block {
        margin-top: 16px;
        margin-left: 24px;
        margin-right: 24px;
    }

    .testimonial-author-wrap {
        flex-direction: column;
        justify-content: center;
        height: 280px;
        margin-top: 0;
        display: flex;
    }

    .cta-2 {
        height: auto;
        padding: 48px 0;
    }

    .footer-2 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer-content-2 {
        flex-direction: column-reverse;
        display: flex;
    }

    .sm.dark {
        text-align: center;
    }

    .sm.light {
        align-self: center;
    }

    .footer-links {
        grid-row-gap: 8px;
        flex-direction: column;
        align-items: center;
    }

    .sticky-navi {
        margin-bottom: 80px;
        display: none;
    }

    .botom-navi-div {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        display: block;
    }

    .link-block-2 {
        display: block;
    }

    .link-block-2.w--current {
        display: none;
    }

    .produkte-kreieren-grid.top-margin-64._1 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #f0f1f6;
        width: 100%;
        margin-top: 32px;
        padding-bottom: 48px;
    }

    .accordion-div {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-direction: column;
    }

    .image-47 {
        width: 124px;
    }

    .image-48 {
        margin-top: 48px;
        display: none;
    }

    .header-3 {
        width: 100%;
        padding: 104px 24px 0;
    }

    .grid-5 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
    }

    .plan-price._100 {
        margin-top: 16px;
    }

    .verkaufsautomatisierung {
        height: auto;
    }

    .price-table-span {
        width: 32px;
        height: 24px;
        display: inline-block;
    }

    .services-hub-and-content {
        height: auto;
    }

    .plan-disclaimer-2.fixed-height {
        height: auto;
        margin-top: 16px;
    }

    .software-funktionen {
        height: auto;
    }

    .pricing-menu-3 {
        width: 12em;
        margin-left: auto;
        margin-right: auto;
        display: none;
    }

    .integrations-block-2 {
        margin-bottom: 48px;
        font-size: 14px;
    }

    .tabs-4 {
        padding-bottom: 0;
        padding-left: 24px;
        padding-right: 24px;
    }

    .volumen-transaktionen {
        height: auto;
    }

    .flexible-bezahloptionen-2 {
        height: auto;
        padding: 48px 24px;
    }

    .highlights-2 {
        height: auto;
        padding: 48px 24px 40px;
    }

    .psm-2 {
        font-size: 4vw;
        line-height: 1.5;
    }

    .psm-2.white {
        color: #fafafc;
    }

    .bodylgregular-2 {
        font-size: 14px;
    }

    .l-4 {
        font-size: 3vw;
    }

    .button-price_plan-2 {
        height: 32px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 3.5vw;
    }

    .button-price_plan-2.fluid {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 3.5vw;
    }

    .div-block-3 {
        padding-bottom: 48px;
    }

    .s-navbar-title-2 {
        font-size: 3vw;
    }

    .psm-3 {
        font-size: 4vw;
        line-height: 1.5;
    }

    .psm-3.info {
        width: auto;
        font-size: 14px;
    }

    .demo-buchen-2 {
        justify-content: center;
        height: 32px;
        padding: 6px 16px;
    }

    .s-navigation-holder-2 {
        z-index: 35;
        background-color: #fafafc;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 92px;
        padding-left: 20px;
        padding-right: 20px;
        display: none;
        position: sticky;
        top: 0;
    }

    .dropdown-2 {
        background-color: #fafafc;
        margin-left: 0;
        margin-right: 0;
    }

    .bodylgregular-3 {
        font-size: 14px;
    }

    .bodylgregular-3.navigation {
        color: #000004;
    }

    .dropdown-toggle-2 {
        background-color: #fafafc;
    }

    .info-on-hover-2 {
        display: none;
        left: 0%;
    }

    .p-table_feature-2 {
        z-index: 8;
        background-color: #fafafc;
        border-right: 1px solid #cdcdd5;
        height: 64px;
        padding-left: 8px;
        padding-right: 1px;
        position: sticky;
        left: 0;
    }

    .p-table_feature-2.grey {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        background-color: #f0f1f6;
        border-right: 1px solid #cdcdd5;
        height: 64px;
        padding-left: 8px;
        padding-right: 15px;
        position: sticky;
        left: 0;
    }

    .p-table_feature-2.grey.big {
        height: 86px;
    }

    .p-table_info-2 {
        background-color: #fafafc;
        height: 64px;
    }

    .p-table_info-2.grey {
        height: 64px;
    }

    .p-table_info-2.grey.big {
        height: 86px;
    }

    .s-navbar-textlink-2 {
        color: #000004;
        background-color: #fafafc;
        display: flex;
    }

    .s-navbar-textlink-2.no-underline {
        display: none;
    }

    .s-navbar-textlink-2.no-underline.mobile {
        border: 1px solid #a5a6a8;
        border-radius: 6px;
        justify-content: center;
        margin: 20px 20px 0;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
    }

    .white-label-info {
        display: none;
        left: 0%;
    }

    .image-50 {
        width: 100%;
        height: 100%;
    }

    .image-50.hide {
        width: 30px;
    }

    .nav-bar-slider-2 {
        background-color: #fafafc;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        display: flex;
    }

    .h5-semibold.bot-padding-4 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .h5-semibold.neutral-white.hero-headline,
    .h5-semibold.neutral-white.card-cta {
        text-align: center;
        margin-bottom: 0;
    }

    .h5-semibold.center.white {
        text-align: center;
    }

    .h5-semibold.neutral-white.hero-headline {
        text-align: center;
        margin-bottom: 0;
    }

    .image-52 {
        display: none;
    }

    .pbase-2 {
        color: #000004;
        font-size: 4vw;
    }

    .image-54 {
        display: block;
    }

    .table {
        width: 1000px;
        padding-left: 24px;
        overflow: auto;
    }

    .tab-link-tab-1.pay-as-you-go {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .tabs-menu {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
        padding-left: 24px;
        padding-right: 24px;
    }

    .table-text-div {
        padding-left: 24px;
        padding-right: 24px;
    }

    .pay-as-you-go {
        align-items: center;
        height: auto;
        margin-right: 0;
        padding: 48px 0;
        display: flex;
    }

    .haufig-gestellte-fragen {
        height: auto;
        padding: 48px 24px 0;
    }

    .accordion-2 {
        padding: 48px 0;
    }

    .div-block-4 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-direction: column;
        display: flex;
    }

    .produkte-von-dave {
        padding: 0;
    }

    .ready-to-grow-content-block {
        margin-top: 16px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .ready-to-grow-wrap {
        flex-direction: column;
        justify-content: center;
        height: auto;
        margin-top: 0;
        padding-top: 8px;
        padding-bottom: 48px;
        display: flex;
    }

    .link-block-4 {
        justify-content: center;
        display: flex;
    }

    .ready-to-grow-wrapp {
        padding: 0 15px;
    }

    .footer-3 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .header-2-3-0 {
        padding: 92px 24px 48px;
    }

    .x-header {
        padding: 104px 16px 48px;
    }

    .x-header-grid {
        width: 100%;
        margin-top: 0;
    }

    .x-sticky-part {
        width: 100%;
        padding: 5vh 5vw;
    }

    .x-form-field {
        font-size: 4vw;
    }

    .x-form-item.last {
        margin-top: 0;
        margin-bottom: 32px;
    }

    .vertical-div-x {
        padding-top: 0;
        padding-bottom: 0;
    }

    .x-was-ist-neu {
        background-position: 50% 117%;
        background-size: 600px;
        padding: 48px 16px 140px;
        display: none;
    }

    .features-teaser-div {
        grid-row-gap: 24px;
        flex-direction: column;
        display: flex;
    }

    .feature-teaser {
        padding: 24px;
    }

    .feature-teaser:hover {
        border-radius: 32px;
    }

    .feature-grid {
        height: 136px;
    }

    .feature-detailed {
        align-items: center;
        margin-top: 48px;
    }

    .feature-image {
        margin-top: 24px;
    }

    .x-countdown-header {
        z-index: 5;
    }

    .x-item_time,
    .x-item_divider {
        width: 19vw;
        margin-right: 3vw;
    }

    .mehr-fur-dich-div {
        flex-direction: column;
    }

    .mehr-fur-dich-image {
        width: 100%;
        height: 320px;
    }

    .mehr-fur-dich-wrap {
        flex-direction: column;
        justify-content: center;
        height: auto;
        margin-top: 0;
        display: flex;
    }

    .mehr-fur-dich-content-wrap {
        padding: 64px 0;
    }

    .mehr-fur-dich-content {
        margin-top: 0;
        margin-left: 16px;
        margin-right: 16px;
    }

    .mehr-fuhr-dich-image2 {
        margin-top: 0;
        padding: 0;
    }

    .x-testimonials {
        padding: 48px 0 48px 16px;
    }

    .x-testimonials-div {
        width: 100%;
        margin-top: 0;
        display: flex;
    }

    .testimonials-grid {
        grid-column-gap: 16px;
        grid-row-gap: 0px;
        flex-direction: row;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 336vw;
        display: grid;
    }

    .testimonial {
        border-radius: 24px;
        width: auto;
        padding: 24px;
    }

    .testimonial-content-grid {
        width: auto;
        height: 384px;
    }

    .das-ist-x {
        background-position: 25% 130%;
        background-size: 760px;
        padding: 48px 24px 244px;
    }

    .das-ist-x.mobile {
        background-image: url("../images/645c21ea06c57d0cd868cdba_Frame-27060-1.jpg");
        background-position: 50% 60%;
        background-size: auto;
        display: block;
    }

    .das-ist-x.desktop {
        display: none;
    }

    .das-ist-x-grid {
        width: 100%;
        margin-top: 0;
    }

    .x-cta {
        padding: 48px 24px;
    }

    .x-cta-div {
        width: 100%;
        margin-top: 0;
    }

    .form-div {
        margin-top: 8px;
    }

    .main-form-countdown {
        z-index: 5;
        grid-template-rows: auto;
        display: none;
    }

    .main_form_countdown {
        width: 19vw;
        margin-right: 3vw;
    }

    .feaures-section {
        padding-bottom: 64px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .only-tablet-mobile {
        padding-top: 32px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .image-59 {
        height: 24px;
    }

    .link-block-6 {
        align-self: center;
        display: none;
    }

    .html-embed-7 {
        display: none;
    }

    .mobile-form-countdown {
        z-index: 5;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto;
        grid-template-columns: 0.7fr 1fr 1fr 0.7fr;
        grid-auto-columns: 1fr;
        justify-content: space-around;
        display: grid;
    }

    .white {
        color: var(--cool-grey-400);
    }

    .white.left-x {
        color: var(--dark-grey2);
    }

    .white.left-x.xs {
        color: var(--cool-grey-400);
    }

    .white.right-x {
        color: var(--dark-grey2);
        text-align: right;
    }

    .white.right-x.xs {
        color: var(--cool-grey-400);
    }

    .white.mobile {
        color: var(--dark-grey2);
        text-align: center;
    }

    .white.mobile.xs {
        color: var(--cool-grey-400);
    }

    .mobile_form_countdown_div {
        width: 100%;
        margin-right: 0;
    }

    .x-thank-you {
        height: auto;
        padding: 104px 16px 48px;
    }

    .x-thank-you-grid {
        width: 100%;
        margin-top: 0;
    }

    .calendar-buttons {
        flex-direction: column;
        display: flex;
    }

    .add-to-calendar-div {
        margin-top: 8px;
    }

    .add-to {
        justify-content: center;
        display: flex;
    }

    .x-social {
        background-position: 50% 120%;
        background-size: 400px;
        padding: 48px 16px 140px;
        display: none;
    }

    .x-social-share {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        align-self: center;
        margin-top: 16px;
    }

    .x-social-mobile {
        background-image: url("../images/bg-mobile.jpg");
        background-position: 50% 85%;
        background-size: cover;
        padding: 48px 16px 140px;
        display: block;
    }

    .calendar-icon {
        margin-left: 8px;
    }

    .calendar-icon.apple {
        margin-bottom: 4px;
    }

    .html-embed-8 {
        margin-top: 8px;
    }

    .html-embed-8.thank-you {
        margin-top: 16px;
    }

    .stickyform._1.tablet-style {
        background-color: #0000;
        border-style: none;
        width: auto;
    }

    .x-was-ist-neu-mobile {
        background-image: url("../images/bg-mobile_1.jpg");
        background-position: 50% 117%;
        background-size: 600px;
        padding: 48px 16px 140px;
        display: block;
    }

    .x-featured-news {
        padding: 88px 16px 32px;
    }

    .x-featured-news-grid {
        width: 100%;
        margin-top: 0;
    }

    .vertical-div-x-news {
        padding: 24px;
    }

    .x-regular-news {
        padding-left: 16px;
        padding-right: 16px;
    }

    .vertical-div-x-featured-news {
        padding: 24px;
    }

    .x-post {
        padding: 88px 16px 48px;
    }

    .x-post-grid {
        width: 100%;
        margin-top: 0;
    }

    .vertical-div-x-post-grid {
        padding: 24px 0 16px;
    }

    .x-post-text-div {
        width: 100%;
        margin-top: 0;
    }

    .x-countdown-header-2 {
        z-index: 5;
    }

    .image-61 {
        height: 24px;
    }

    .x-more-news {
        padding: 48px 16px;
    }

    .rich-text-class-test {
        margin-top: 32px;
    }

    .rich-text-class-test p {
        font-size: 16px;
    }

    .link-block-9.w--current,
    .mobile-link {
        display: none;
    }

    .mobile-link.w--current {
        display: block;
    }

    .mobile-countdown {
        z-index: 5;
        margin-left: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .mobile-x-item_time {
        width: 8vw;
        margin-right: 0;
    }

    .mobile-x-item_divider {
        width: 2vw;
        margin-right: 0;
    }

    .more-news-button {
        flex-direction: column;
        align-items: flex-start;
    }

    .link-block-10 {
        display: none;
    }

    .link-block-10.mobile {
        margin-top: 32px;
        display: block;
    }

    .qr-code-div {
        margin-top: 8px;
    }

    .image-62 {
        width: 100%;
    }

    .link-block-11 {
        margin-top: 0;
    }

    .x-post-header {
        padding: 88px 16px 48px;
    }

    .x-post-header-grid {
        width: 100%;
        margin-top: 0;
    }

    .hero-feature-grid {
        grid-column-gap: 16px;
    }

    .header-feature-div {
        padding: 0;
    }

    .ghost-button.hero {
        align-self: center;
    }

    .x-post-feature {
        padding-bottom: 64px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .x-post-feature.conversion-tools,
    .x-post-feature.sales-teams,
    .x-post-feature.analytics {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .x-post-feature-grid {
        width: 100%;
        margin-top: 0;
    }

    .post-event-feature-video {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .x-post-perk-div.no-hover {
        padding-bottom: 32px;
    }

    .cta-in-grid,
    .cta-in-grid.inkasso,
    .cta-in-grid.sales {
        background-color: #e4e5e5;
    }

    .primary-button-post,
    .primary-button-post.analytics,
    .primary-button-post.cta-post {
        padding-left: 24px;
        padding-right: 24px;
    }

    .x-post-cta {
        padding: 48px 16px;
    }

    .cta-long-button {
        align-self: center;
        display: none;
    }

    .cta-long-button.post,
    .cta-long-button.masterclass {
        display: block;
    }

    .cta-long-button.masterclass.cta-button {
        align-self: center;
    }

    .cta-long-button.masterclass.cta-button.video-section,
    .cta-long-button.masterclass.cta-button.speakers {
        align-self: flex-start;
    }

    .cta-img-div.masterc {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .x-analytics-table-grid {
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .services {
        grid-row-gap: 0px;
        background-color: #edeef1;
        padding: 48px 0 8px;
    }

    .service-hub-grid.top-margin-64._1 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #edeef2;
        border-style: none;
        width: 100%;
        margin-top: 32px;
        padding-bottom: 48px;
    }

    .services-img {
        display: block;
    }

    .services-div.width-80.flex {
        align-items: flex-start;
        width: 100%;
    }

    .services-div.width-80.flex._24 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .whats-app-grid.top-margin-64._1 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #edeef1;
        border-style: none;
        width: 100%;
        margin-top: 0;
        padding-bottom: 48px;
    }

    .wrapper-services._90 {
        padding-left: 0;
        padding-right: 0;
    }

    .static-section-texts {
        margin-bottom: 32px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .logos {
        margin-top: 0;
    }

    .logos.mobile {
        grid-column-gap: 16px;
    }

    .platform-updates {
        padding: 48px 0;
    }

    .updates-grid {
        width: 100%;
        margin-top: 0;
    }

    .update-two-items {
        margin-left: 24px;
        margin-right: 24px;
    }

    .update-item {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .update-item.first,
    .dashboard-2-columns.no-hover,
    .zahlungslinks-2-columns.no-hover {
        padding-bottom: 32px;
    }

    .mobile-overview-mobile {
        background-image: linear-gradient(#21282ec2, #21282ec2),
            url("../images/x-gray.svg");
        background-position: 0 0, 50% 100%;
        background-repeat: repeat, no-repeat;
        background-size: auto, auto;
        padding: 48px 0 32px;
    }

    .sticky-navi-post {
        z-index: 99999;
        margin-bottom: 80px;
        display: none;
    }

    .sticky-navi-bot {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        display: block;
    }

    .link-block-13 {
        margin-top: 8px;
    }

    .nav-post {
        z-index: 99999;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }

    .services-content {
        grid-row-gap: 0px;
    }

    .mobile-alt {
        margin-bottom: 32px;
    }

    .mobile-updates-cards.no-hover {
        background-color: #16181a8c;
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .whatsapp-div {
        inset: 80px 0% auto auto;
    }

    .cta-img {
        width: 100%;
        margin-top: 32px;
    }

    .badges.masterclass {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .image-66,
    .image-67 {
        height: 64px;
    }

    .image-67.masterclass {
        height: 48px;
    }

    .cta-part {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .cta-part-content {
        flex-direction: column;
        margin-left: 24px;
        margin-right: 24px;
    }

    .image-69 {
        width: 48px;
        height: 48px;
    }

    .cta-section-btn {
        margin-top: 8px;
    }

    .image-70,
    .demo-buchen-logo {
        height: 48px;
    }

    .x-event-call {
        height: auto;
        padding: 80px 16px 48px;
    }

    .x-demo-buchen-grid {
        width: 100%;
        margin-top: 0;
    }

    .x-event-item {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .banner {
        margin-bottom: 16px;
        padding: 16px;
    }

    .trust-div {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-flow: wrap;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        align-self: center;
        justify-items: center;
        display: flex;
    }

    .nav-menu-two {
        background-color: var(--light-gray-brand);
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-link-2 {
        margin-left: 0;
    }

    .nav-dropdown {
        width: 100%;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide.regular-dropdown.w--open {
        position: static;
    }

    .nav-dropdown-link.h5-mm {
        padding-left: 8px;
    }

    .button-primary.tablet-mobile-only {
        padding: 6px 16px;
    }

    .menu-button.w--open {
        color: var(--brand-black);
        background-color: #0000;
        padding: 0;
    }

    .image-73 {
        width: 114px;
        height: 24px;
    }

    .zl_header-container {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        padding: 16px;
    }

    .l-5 {
        font-size: 3vw;
    }

    .post-event-watch-video {
        background-position: 50% 0;
        background-size: auto;
    }

    .webinar-replay {
        margin-top: auto;
        margin-bottom: auto;
    }

    .post-event-watch-div {
        margin: 0 16px;
    }

    .zl_menu {
        box-shadow: 0 2px 5px #0003;
    }

    .zl_mega-menu-col {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .zl_mega-menu-title {
        margin-bottom: 0;
    }

    .zl_mega-menu-link {
        text-align: center;
    }

    .text-block.h5-mm.cstm_text-link-effect {
        padding-left: 0;
    }

    .zl_mega-menu-link-container,
    .zl_mega-menu-link-container.last-child {
        flex-basis: 100%;
    }

    .zl_standard-dropdown-wrapper {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .list-item {
        border-bottom: 1px solid var(--dark-gray-200);
    }

    .list-item.list_item-padding.mobile-login-link {
        justify-content: center;
        align-items: center;
        width: 100%;
        display: flex;
    }

    .text-block-2,
    .text-span-17,
    .text-span-18,
    .text-block-3 {
        padding-left: 16px;
    }

    .navbar-masterclass {
        flex-direction: column;
        align-items: flex-start;
    }

    .masterclass-logo-text {
        font-size: 3.5vw;
    }

    .image-75 {
        display: block;
    }

    .masterclass-sticky {
        width: 100%;
        padding: 5vh 5vw;
    }

    .icon {
        width: 5vw;
    }

    .masterclass-logo {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .sticky-masterclass {
        align-self: center;
        display: block;
    }

    .masterclass-b.bullet {
        color: #cdcdd5;
    }

    .subtitle_season-2 {
        color: #2bff99;
        font-size: 3vw;
    }

    .additional-info-cta {
        flex-wrap: wrap;
        align-items: flex-start;
        margin-top: 0;
    }

    .masterclass-sticky-headline {
        margin-bottom: 0;
    }

    .image-76 {
        display: block;
    }

    .m-header {
        padding: 104px 16px 48px;
    }

    .subtitle_season-3 {
        color: #2bff99;
        font-size: 3vw;
    }

    .subtitle_season-3.masterclass-season {
        color: #fff;
        text-align: center;
    }

    .m-header-grid {
        width: 100%;
        margin-top: 0;
    }

    .vid-masterclass {
        margin-top: 8px;
    }

    .m-sticky-grid {
        width: 100%;
        margin-top: 48px;
    }

    .m-sticky-mobile {
        padding: 24px 16px 64px;
    }

    .h3-semibold-3 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .sticky-mobile {
        width: 100%;
        padding: 32px 16px;
    }

    .m-speakers {
        padding: 32px 16px 56px;
    }

    .m-speakers-grid {
        width: 100%;
        margin-top: 0;
    }

    .m-list-grid {
        grid-row-gap: 80px;
    }

    .m-cta-grid {
        width: 100%;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
    }

    .image-79 {
        width: auto;
        display: block;
    }

    .m-cta {
        background-image: linear-gradient(#0000, #0000);
        flex-direction: row;
        width: auto;
        height: auto;
        margin: 48px auto;
        padding: 80px 24px 96px;
        display: flex;
    }

    .background-video-3 {
        background-image: linear-gradient(#0000 8%, #000000e3 55%, #000 98%);
    }

    .background-video-3.masterclass {
        background-image: linear-gradient(#0000 10%, #000 80%);
    }

    .background-video-3.masterclass2 {
        background-image: linear-gradient(
            to top,
            #000 5%,
            #000000d6 33%,
            #0000 83%
        );
    }

    .video-left-sub {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: auto;
        margin-top: 0;
        display: flex;
    }

    .video-right-wrap {
        padding: 24px 0 64px;
    }

    .video-left-content {
        margin-top: 0;
        margin-left: 16px;
        margin-right: 16px;
        padding-right: 0;
    }

    .primary-button-post-2,
    .primary-button-post-2.cta-post {
        padding-left: 24px;
        padding-right: 24px;
    }

    .video-right-sub {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-top: 0;
        display: flex;
    }

    .video-right-content {
        margin-top: 0;
        margin-left: 16px;
        margin-right: 16px;
    }

    .testimonial-2 {
        border-radius: 24px;
        width: auto;
        padding: 24px;
    }

    .m-testi-grid {
        grid-column-gap: 16px;
        grid-row-gap: 0px;
        flex-direction: row;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 260vw;
        display: grid;
    }

    .m-testimonials-wrap {
        width: 100%;
        margin-top: 0;
        display: flex;
    }

    .m-testimonials {
        padding: 0 0 48px 16px;
    }

    .html-embed-14 {
        display: none;
    }

    .testimonial-content-grid-2 {
        width: auto;
        height: 384px;
    }

    .footer-4 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .m-speaker-info-holder-2 {
        align-items: flex-start;
    }

    .m-features {
        grid-row-gap: 0px;
        background-color: #0000;
        margin-top: 32px;
        padding: 0;
    }

    .masterclass-grid.top-margin-64._1 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: var(--brand-black);
        border-style: none;
        width: 100%;
        margin-top: 32px;
        padding-bottom: 0;
    }

    .m-section-content {
        width: 100%;
        margin-top: 0;
    }

    .mastergrid.top-margin-64._1 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: var(--brand-black);
        border-style: none;
        width: 100%;
        margin-top: 32px;
        padding-bottom: 48px;
    }

    .subheadline-master.neutral-white {
        text-align: center;
    }

    .subheadline-master.neutral-white.speaker-mobile {
        text-align: left;
    }

    .master_customer_img {
        width: 15vw;
        height: 15vw;
        margin-bottom: 2vw;
    }

    .masterclass-img {
        display: block;
    }

    .masterclass-nav {
        font-size: 9px;
    }

    .image-84 {
        display: block;
    }

    .image-84.cta-logo {
        height: auto;
    }

    .new-cta-grid {
        width: 100%;
        margin-top: 0;
    }

    .image-85 {
        height: 64px;
    }

    .image-85.masterclass {
        height: 48px;
    }

    .new-cta {
        padding-top: 0;
        padding-bottom: 0;
    }

    .m-cta-2 {
        padding: 64px 16px;
    }

    .m2-testimonials {
        padding: 0 0 32px;
    }

    .webinar_header {
        height: 80px;
    }

    .webinar_header.auto-height-mobile {
        height: auto;
    }

    .webinar_header._2024 {
        height: 90px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .webinar_boxed-container {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
    }

    .webinar_boxed-container.gap {
        grid-column-gap: 48px;
    }

    .webinar_date-info--container.padding-mobile {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .info_container.mobile-layout {
        flex-direction: column;
        padding: 4px;
    }

    .image-86 {
        width: 24px;
        height: 24px;
    }

    .nav_cta {
        text-align: center;
        justify-content: center;
        width: 100%;
        padding: 9px 16px;
    }

    .nav_cta.bg-color-dg900.hide-above-mobile {
        display: block;
    }

    .nav_cta.mobile-full-w {
        width: 100%;
    }

    .nav_cta.mobile-full-w.bg-color-orange.button-pulse-animation.big-button {
        padding: 16px 20px;
    }

    .nav_cta.not-full-width {
        width: auto;
    }

    .nav_cta.bg-color-orange.button-pulse-animation.mobile-padding,
    .countdown-wrapper.no-margin.mobile-version {
        padding: 8px;
    }

    .countdown-wrapper.bg-color-transparent.font-margin-top-32.font-margin-bot-48.large-gap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-direction: row;
    }

    .clock-number.alt-size {
        font-size: 18px;
        line-height: 18px;
    }

    .webinar_h1.font-color-bw.h1-title.custom-width {
        width: 230px;
    }

    .hero_description {
        font-size: 16px;
        line-height: 22px;
    }

    .hero_content-wrapper {
        padding-right: 0;
    }

    .webinar_h2.center.light {
        text-align: left;
        font-size: 32px;
        line-height: 35px;
    }

    .webinar_h2.font-color-bw.h2-title.mobile-text-center {
        text-align: center;
    }

    .card_wrapper-item {
        padding: 24px 14px 36px;
    }

    .webinar_h3.center.light {
        font-size: 24px;
        line-height: 28px;
    }

    .section_title-text.padding-24-48 {
        padding-bottom: 16px;
    }

    .paragraph-17 {
        font-size: 16px;
        line-height: 22px;
    }

    .webinar_h3-jumbo.center {
        font-size: 32px;
        line-height: 35px;
    }

    .testimonial_text.font-color-bw.h4-title.word-wrap {
        overflow-wrap: anywhere;
    }

    .testimonial_grid {
        padding: 0;
    }

    .webinar_footer.bg-color-cgb.height {
        height: auto;
    }

    .footer_links-wrapper {
        grid-row-gap: 24px;
        flex-direction: column-reverse;
    }

    .footer_links {
        grid-column-gap: 0px;
        grid-row-gap: 16px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .hide-mobile {
        display: none;
    }

    .image-90 {
        width: 90px;
        height: auto;
    }

    .greator_hero._2024 {
        background-color: var(--dark-grey-brand);
        background-position: 50% 15%;
        background-size: contain;
        height: auto;
        padding-top: 270px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .greator_button {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .greator_deals-card-text.plg {
        text-align: left;
    }

    .greator_feature-card--title.pxl.word-break {
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .right-arrow-2 {
        inset: auto -60px 20px 0%;
    }

    .greator_modal {
        height: 100dvh;
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .close_modal-button {
        font-size: 36px;
    }

    .div-block-15 {
        grid-row-gap: 12px;
    }

    .html-embed-15 {
        width: 100%;
    }

    .greator_modal-2 {
        height: 100dvh;
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .greator_modal-2.new-style {
        padding-top: 50px;
        padding-bottom: 50px;
        display: none;
    }

    .close_modal2-button {
        font-size: 40px;
    }

    .left-arrow-2 {
        inset: auto 0% 20px -60px;
    }

    .card_plan-deal.custom-width {
        width: 100%;
    }

    .h4-title.word-break {
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .image-96 {
        flex: none;
    }

    .image-96.background-color.tablet-change {
        height: auto;
    }

    .list.plg {
        text-align: left;
    }

    .text-block-9.mobile-font-size,
    .text-block-10 {
        font-size: 12px;
    }

    .list-2 {
        grid-column-gap: 0px;
        grid-row-gap: 8px;
        flex-direction: column;
        align-items: center;
    }

    .font-color-bw.pbase.font-text-center.mobile-styles {
        text-align: left;
        max-width: 200px;
    }

    .font-color-bw.pbase.font-text-center.mobile-left-align {
        text-align: left;
    }

    .font-color-bw.h2-title.word-break {
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .font-color-bw.word-break.h1-title.mobile-center {
        text-align: center;
    }

    .container-grid--1232.container-flex-h--center-spaceb.mobile-container-align {
        flex-direction: column-reverse;
    }

    .container-grid--1232.container-flex-h--center-spaceb.gap {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .container-grid--1232.container-flex-v--center-center.gap64 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .container-flex-h--center-left.gap40.mobile-layout {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .font-text-center.plg.mobile-text-left,
    .font-text-center.font-color-dg800.pxl.font-margin-bot-48.mobile-text-left,
    .font-text-center.font-color-dg800.pxl.font-margin-bot-20.mobile-text-left,
    .font-text-center.font-color-dg800.pxl.text-left-mobile {
        text-align: left;
    }

    .container-width-60.container-flex-v--left-top.gap20.padding-right {
        word-break: break-all;
        padding-right: 0;
    }

    .container-flex-h--center-spacee.container-grid--1232.mobile-container-align {
        grid-column-gap: 16px;
        grid-row-gap: 24px;
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .h2-title.mobile-fix {
        overflow-wrap: break-word;
    }

    .h2-title.font-text-center.mobile-text-left {
        text-align: left;
    }

    .h2-title.word-break {
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .h2-title.word-break.font-color-bw {
        text-align: center;
        align-self: auto;
    }

    .padding-120-80.bg-color-dgb.container-flex-v--center-center.gap80.mobile-layout {
        padding-top: 60px;
    }

    .container-width-100 {
        flex-direction: row;
    }

    .container-width-100.padding-bot-32 {
        padding-bottom: 32px;
    }

    .container-width-100.gap24.mobile-styles {
        flex-flow: column wrap;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .flex-block-5 {
        align-items: flex-start;
    }

    .flex-block-11 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-direction: column;
    }

    .list-item-5 {
        background-size: 28px 28px;
        padding-left: 36px;
    }

    .form-3 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-direction: column;
        display: flex;
    }

    .padding-top-100 {
        padding-top: 80px;
    }

    .h3-title.font-text-center.mobile-text-left {
        text-align: center;
    }

    .body-404 {
        background-color: var(--white);
    }

    .header-404 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        padding: 0 16px;
    }

    ._404-header-grid {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .vertical-div-404 {
        grid-row-gap: 32px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .maintenance {
        width: 80%;
        margin-top: 24px;
    }

    .navibar-404 {
        height: 60px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .navibar-404.navix.dark {
        margin-bottom: 0;
    }

    .ms_logo {
        width: 122px;
        height: 16px;
    }

    .container-width-50.padding-right {
        padding-right: 0;
    }

    .max-width-500.pxl.tab-mob-styles {
        color: var(--brand-white);
        text-shadow: 1px 1px 1px #00000054;
    }

    .speaker-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .image-107 {
        height: 275px;
    }

    .cta-transparent {
        text-align: center;
        width: 100%;
    }

    .transparent-button {
        width: 100%;
    }

    .font-margin-top-32 {
        flex-direction: column;
    }

    .flex-block-26 {
        padding-right: 0;
    }

    .dark-button-with-arrow {
        justify-content: center;
        width: 100%;
    }

    .div-block-28 {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
    }

    .flex-block-27 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .flex-block-26-copy {
        padding-right: 0;
    }

    .flex-block-29 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-direction: column;
    }

    .card-with-img {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .div-block-30 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .div-block-30.mobile-styles {
        margin-top: 0;
        margin-bottom: 0;
    }

    .div-block-30.mobile-styles.mobile-bottom-margin {
        margin-bottom: 48px;
    }

    .div-block-30.mobile-styles.mobile-bottom-margin.top-margin-mobile {
        margin-top: 48px;
    }

    .div-block-30.mobile-styles.mobile-bottom-margin.top-margin-mobile.remove-radius {
        border-radius: 0;
        margin-bottom: 0;
    }

    .flex-block-30.padding-right {
        padding-right: 0;
    }

    .image-117.mobile-hide {
        display: none;
    }

    .div-block-31 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto auto;
    }

    .left-aligned-card-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .flex-block-34 {
        margin-top: 0;
        padding-left: 0;
    }

    .flex-block-35 {
        margin-top: 20px;
    }

    .flex-block-36 {
        margin-top: 0;
    }

    .reviews_container {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .review-image {
        width: 320px;
        height: auto;
        margin-left: 20px;
    }

    .div-block-36 {
        grid-row-gap: 12px;
    }

    .div-block-36.new-styles {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .close_modal2-button-2 {
        font-size: 40px;
    }

    .video-container-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .div-block-41 {
        grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .div-block-42 {
        height: auto;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .size-mobile {
        width: 100px;
        margin-right: 20px;
    }

    .word-break {
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .locked-width-300 {
        max-width: 300px;
    }

    .flex-block-45 {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        align-items: flex-start;
    }

    .flex-block-46 {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }

    .underline {
        text-decoration: underline;
    }

    .negative-margin {
        width: 100%;
    }

    .nav-menu-two-copy {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: var(--light-gray-brand);
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
    }

    .new-header-link {
        text-align: left;
        align-items: center;
        display: flex;
    }

    .nav-dropdown-toggle-copy {
        flex-flow: row-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-link-2-copy {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin-left: 0;
        display: flex;
    }

    .nav-dropdown-copy {
        width: 100%;
    }

    .list-item-copy {
        border-bottom: 1px solid var(--dark-gray-200);
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .button-primary-copy {
        text-align: center;
        white-space: nowrap;
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .list-item-6 {
        border-bottom: 1px solid var(--dark-gray-200);
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 10px 20px;
        display: flex;
    }

    .link-7 {
        display: block;
    }

    .nav-link-2-copy {
        margin-left: 0;
    }

    .login-link {
        border: 1px solid var(--brand-black);
        text-align: center;
        border-radius: 4px;
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .text-span-31 {
        font-size: 0.85rem;
    }

    .p-navbar-copy {
        margin-right: 16px;
        padding-left: 16px;
        display: flex;
    }

    .margin-top-auto.container-flex-v--left-top.container-gap-16.full-width.mobile-styles {
        margin-top: 140px;
    }

    .greator-form-block.font-margin-bot-32 {
        grid-template-columns: 1fr;
    }

    .greator-form {
        margin-top: 60px;
    }

    .greator-form-button {
        width: 100%;
    }

    .flex-block-56 {
        padding-top: 40px;
    }

    .lessons {
        padding-bottom: 64px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .lessons.hub {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .hub-grid {
        width: 100%;
        margin-top: 0;
    }

    .launch-grid {
        justify-content: flex-start;
        align-self: stretch;
    }

    .timer-container {
        width: 100%;
    }

    .shape-top {
        height: 80px;
    }

    .logo-left {
        margin-top: 16px;
        margin-left: 16px;
    }

    .text-area {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .launch-body {
        text-align: center;
        font-size: 16px;
    }

    .launch-link {
        align-self: center;
        display: none;
    }

    .launch-button.top-margin-32 {
        justify-content: center;
        align-self: center;
        width: 100%;
        display: flex;
    }

    .launch-countdown {
        z-index: 5;
    }

    .launch-countdown.final {
        place-content: center space-between;
    }

    .launch-countdown.final.post {
        border-radius: 10px;
    }

    .launch-countdown-digit {
        margin-bottom: 1vh;
        font-size: 17vw;
    }

    .launch-countdown-digit._3 {
        margin-bottom: 0.5vh;
        font-size: 16vw;
    }

    .launch-countdown-digit._3.hero {
        font-size: 16vw;
    }

    .launch-countdown-digit._3.hero.post {
        font-size: 12vw;
    }

    .time-grid {
        grid-column-gap: 4px;
        grid-row-gap: 4px;
    }

    .big-number {
        font-size: 32px;
    }

    .countdown-headline {
        text-align: center;
        font-size: 16px;
    }

    .launch-footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .launch-footer-fixed {
        padding-left: 16px;
        padding-right: 16px;
    }

    .x-demo-buchen-2 {
        height: auto;
        padding: 60px 16px 48px;
    }

    .form-5 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .x-content-2 {
        margin-top: 48px;
    }

    .l-9 {
        font-size: 3vw;
    }

    .l-9.demo-body.form {
        text-align: left;
    }

    .headings-h4-semibold-2.center {
        font-size: 24px;
    }

    .headings-h4-semibold-2.center.demo-form {
        text-align: left;
        position: static;
    }

    .headingsh1semibold-2 {
        font-size: 32px;
    }

    .text-field-2 {
        padding-top: 4px;
        padding-right: 4px;
        font-size: 14px;
        line-height: 140%;
    }

    .lottie-anim-banner {
        padding-bottom: 32px;
    }

    .select-field-2 {
        font-size: 14px;
        line-height: 140%;
    }

    .footer-5 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer-content-3 {
        flex-direction: column-reverse;
        display: flex;
    }

    .spacer-header {
        height: 36px;
    }

    .header-bf-container {
        align-self: stretch;
    }

    .floating-label {
        width: 30vw;
        top: 9%;
    }

    .countdown-body-black-friday {
        text-align: center;
        font-size: 12px;
        font-weight: 400;
    }

    .launch-body-copy {
        text-align: center;
        font-size: 16px;
    }

    .timer-container-bf {
        min-width: 276px;
        margin-bottom: 12px;
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .launch-footer-fixed-bf {
        padding-left: 16px;
        padding-right: 16px;
    }

    .offer-section {
        padding-left: 6px;
        padding-right: 6px;
    }

    .offer-block.leaf-container-bf.container-off.webinar {
        padding: 0;
    }

    .offer-wrapper {
        flex-flow: column;
        padding-left: 12px;
        padding-right: 12px;
    }

    .offer-wrapper.mod {
        flex-flow: column;
        padding-left: 12px;
    }

    .flex-spacer.mid {
        height: 6px;
    }

    .flex-spacer.section-spacer {
        height: 150px;
    }

    .leaf-container-bf {
        width: 100%;
    }

    .neon.green {
        text-align: left;
    }

    .neon.green.cta-text2 {
        text-align: center;
    }

    .image-132 {
        width: 100%;
    }

    .accordion-neon {
        padding: 24px 0;
    }

    .accordion-neon.x-post-faq,
    .accordion-neon.x-post-faq-neon {
        margin-top: 0;
        padding: 49px 24px 24px;
    }

    .icon-accordion-neon:hover {
        filter: none;
        transform: none;
    }

    .icon-accordion-neon.new-margin {
        margin-left: 12px;
    }

    .accordion-item-neon {
        margin-left: 24px;
        margin-right: 24px;
    }

    .div-block-56 {
        margin-top: 0;
    }

    .countdown-headline-copy {
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 16px;
    }

    .big-text {
        font-size: 32px;
    }

    .big-text.glow-text {
        text-align: left;
    }

    .big-text.glow-text.big-text-mod {
        width: 100%;
        font-size: 32px;
    }

    .flex-block-58 {
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 12px;
        margin-right: 12px;
    }

    .countdown-headline-copy-copy {
        text-align: center;
        font-size: 16px;
    }

    .highlight-button-div-copy {
        justify-content: center;
        align-items: center;
        margin-top: 0;
        display: flex;
    }

    .highlight-button-div-copy.top-navi {
        display: none;
    }

    .highlight-button-div-copy.top-navi.mobile,
    .highlight-button-div-copy.top-navi.mobile._3-0,
    .highlight-button-div-copy.top-navi.x {
        display: block;
    }

    .highlight-button-div-copy.top-navi._3-0,
    .highlight-button-div-copy.top-navi.masterclass {
        display: none;
    }

    .highlight-button-div-copy.top-margin-32 {
        justify-content: center;
        align-self: center;
        width: 100%;
        display: flex;
    }

    .highlight-button-div-copy.top-margin-32.masterclass.cta {
        display: block;
    }

    .highlight-button-div-copy.highlight-button.main-form.x {
        width: 100%;
        margin-top: 0;
    }

    .section-5 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .button-container-copy {
        margin-top: 24px;
    }

    .flex-block-58-copy {
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 12px;
        margin-right: 12px;
    }

    .countdown-headline-copy-copy-copy {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
    }

    .section-5-copy {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .text-block-19-copy {
        text-align: center;
        width: 100%;
    }

    .sticky-cta {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        margin-bottom: 0;
        margin-right: 0;
    }

    .link-block-16 {
        text-align: center;
        width: 100%;
    }

    .leaf-container.mod,
    .leaf-container.mod.alt1 {
        padding-left: 36px;
        padding-right: 36px;
    }

    .leaf-container.invert.shape3.header {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        justify-content: flex-start;
        align-items: center;
        margin-left: 12px;
        margin-right: 12px;
        padding: 12px 24px;
    }

    .heading-73,
    .text-block-20-copy {
        display: flex;
    }

    .flex-block-63 {
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 12px;
        padding-right: 12px;
    }

    .bold-text-9.header {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        text-align: left;
    }

    .image-135 {
        max-width: 90vw;
    }

    .flex-block-64 {
        justify-content: center;
        align-items: flex-start;
    }

    .countdown-body-black-friday-copy {
        text-align: center;
        font-size: 12px;
        font-weight: 400;
    }

    .heading-73-copy {
        display: none;
    }

    .offer-wrapper-3 {
        flex-flow: column;
        padding-left: 12px;
        padding-right: 12px;
    }

    .offer-wrapper-3.mod {
        flex-flow: column;
    }

    .flex-block-66 {
        display: none;
    }

    .leaf-container-small {
        height: 100%;
    }

    .leaf-container-decoration {
        border-radius: 60px 0;
    }

    .offer-wrapper-3-copy {
        flex-flow: column-reverse;
        padding-left: 12px;
        padding-right: 12px;
    }

    .offer-wrapper-3-copy.mod {
        flex-flow: column;
    }

    .div-block-58-copy-copy {
        display: none;
    }

    .deal-leaf {
        flex-flow: column;
        padding-left: 12px;
        padding-right: 12px;
    }

    .deal-leaf.mod {
        flex-flow: column;
    }

    .flex-block-66-copy-copy-copy {
        width: auto;
        height: auto;
    }

    .div-block-58-copy-copy-copy {
        height: 80px;
        display: none;
    }

    .flex-block-67 {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
    }

    .div-block-58-copy-copy-copy-copy {
        height: 80px;
    }

    .link-block-17 {
        width: 100%;
    }

    .leafs-align-bottom {
        height: 80px;
    }

    .leaf-container-small-copy {
        border-radius: 0 60px;
        height: 100%;
    }

    .text-block-20-copy-copy {
        display: flex;
    }
}

#w-node-_033d3818-dddd-c2e8-0372-49f03b25c0e8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b04-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b19-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b20-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b23-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b26-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b29-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b2c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b3e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b42-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b43-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b44-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b45-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b46-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b4b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b4e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b51-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b54-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b57-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b5c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b5f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b62-a38241c1,
#w-node-ae0728c2-a70a-8ae0-2e8d-63af3fc8ce48-a38241c1,
#w-node-_4e2fa618-d793-7fc0-bc91-266a425bf073-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b65-a38241c1,
#w-node-_3bcec832-95ba-212d-2c2e-9b22b98c286f-a38241c1,
#w-node-cde2ff3d-e2c4-7f58-01fb-477a160d53d8-a38241c1,
#w-node-_685d16aa-1777-bd9a-d770-bd04ee6d0f24-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b70-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b73-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b76-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b79-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b7c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b7f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b82-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b85-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b88-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b8b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b8e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b91-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b94-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b97-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b9a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b9d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bac-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7baf-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bb2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bb5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bb8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bbb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bbe-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bc1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bc4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bc7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bca-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bcd-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bdc-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bdd-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7be0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7be3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bea-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7beb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bec-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bed-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bee-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bfc-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bfe-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c00-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c02-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c04-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c07-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c0a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c0d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c0f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c11-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c14-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c15-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c17-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c19-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c1b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c1e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c1f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c21-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c23-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c25-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c28-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c29-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c2a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c2b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c31-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c32-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c33-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c34-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c35-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c38-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c3b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c3e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c41-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c44-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c47-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c49-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c4b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c4d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c4f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c52-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c54-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c56-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c59-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c5c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c5f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c60-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c61-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c63-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c69-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c70-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c73-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c76-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c79-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c7c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c7f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c81-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c83-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c85-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c87-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c8a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c8d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c90-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c93-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c96-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c99-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ca2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ca5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ca8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cab-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cbc-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cbf-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cc2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cc5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cc8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cca-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ccc-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cce-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cdb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cde-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cea-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ced-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cfb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cfd-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cff-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d01-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d04-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d07-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d0a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d0d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d10-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d13-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d15-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d17-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d19-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d1b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d1e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d20-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d23-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d26-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d29-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d2c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d2e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d30-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d32-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d34-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d37-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d3a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d3d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d40-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d43-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d46-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d48-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d4a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d4c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d4e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d51-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d53-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d56-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d59-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d5c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d5f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d61-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d63-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d65-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d67-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d6a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d6c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d6f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d72-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d75-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d78-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d7a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d7c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d7e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d80-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d83-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d86-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d89-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d8c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d8f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d92-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d94-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d96-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d98-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d9a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d9d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dac-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7daf-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7db2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7db5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7db8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dbb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dbd-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dcc-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dcf-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dd2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dd5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dd8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ddb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dde-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dec-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7def-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7df2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7df5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7df8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dfb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dfe-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e01-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e04-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e07-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e0a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e0d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e10-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e1a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e1d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e20-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e23-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e26-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e2b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e2d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e30-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e33-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e36-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e39-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e3b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e3e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e41-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e44-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e47-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e4a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e4d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e50-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e53-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e5d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e5f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e62-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e65-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e70-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e7c-a38241c1,
#w-node-_7f87964e-ba56-c40a-558c-31e1b661e599-a38241c1,
#w-node-_20786ffa-6707-0fa6-f1a5-8f144a9f633e-a38241c1,
#w-node-_24338899-c6a9-f48d-2bb7-cd6f48591196-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e7f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e82-a38241c1,
#w-node-bc1a9183-2d92-ba0d-9a18-3f26561e8fb3-a38241c1,
#w-node-_2208fb54-5dd6-ead7-e172-55efe76f14b1-a38241c1,
#w-node-ec95c135-99c3-3eaf-746b-2d22b1b37b4f-a38241c1,
#w-node-baf665a3-202d-684c-cc37-116ea6218509-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e73-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e76-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e79-a38241c1,
#w-node-_4ac6f281-2d88-a4dc-a12e-774b0fd0eceb-a38241c1,
#w-node-_7c8ed45d-25a0-3b5a-7e6d-e31618f06dcf-a38241c1,
#w-node-_9bc1f8a0-8969-aab1-2b33-6cf7d1a0025e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e85-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e88-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e8b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e8e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e91-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e94-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e97-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e9a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e9d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eab-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eae-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eb1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eb4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eb7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eba-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ebd-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ebf-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ec2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ec5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ec8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ed2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ed5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ed8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7edb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ede-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eec-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eef-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ef2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ef5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ef8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7efb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7efe-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f01-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f04-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f07-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f0a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f0d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f0f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f11-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f14-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f17-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f1a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f1d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f20-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f23-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f26-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f29-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f2b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f2e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f31-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f34-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f37-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f39-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f3c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f3f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f45-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f48-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f4b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f4e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f51-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f54-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f56-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f59-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f5c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f62-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f64-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f67-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f6a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f6d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f70-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f72-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f75-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f78-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f7e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f81-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f84-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f87-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f8a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f8d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f8f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f92-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f95-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f9b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f9e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fa1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fa4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fa7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7faa-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fad-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fb0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fb3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fb9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fbb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fbe-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fc1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fc4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fc7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fca-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fcd-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fd0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fd6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fd9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fdc-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fdf-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fe2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fe5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fe7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fea-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fed-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ff5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ff8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ffb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ffe-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8001-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8004-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8007-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc800a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc800d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8013-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8015-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8018-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc801b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc801e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8021-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8024-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8027-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc802a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8030-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8033-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8036-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8039-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc803c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8041-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8043-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8046-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8049-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc804f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8051-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8054-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8057-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc805a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc805d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8060-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8063-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8066-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc806c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc806f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8072-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8075-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8078-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc807b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc807e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8081-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8084-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc808a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc808d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8090-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8093-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8096-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8099-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc809c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc809f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80a2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80a8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ab-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ae-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80bc-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80bf-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80c5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80c7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ca-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80cd-a38241c1,
#w-node-_12572d7b-b3da-e2dd-5cee-611b2e08e4a3-a38241c1,
#w-node-_33cc24b9-ace0-2d19-2bc6-a6a2b9de1a22-a38241c1,
#w-node-f8c7ae18-d6f0-f805-309d-094e9dcdeb41-a38241c1,
#w-node-e7cc12ce-e4da-bc56-4a63-15ad075a127c-a38241c1,
#w-node-_5f61888d-63f1-f549-873c-f0455ab2118b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80db-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80de-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80e1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80e4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80e7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ea-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ec-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ee-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80f1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80f7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80f9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80fc-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ff-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8102-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8105-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8108-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc810b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc810e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8114-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8116-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8119-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc811c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc811f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8122-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8124-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8127-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc812a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8130-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8133-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8136-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8139-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc813c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc813f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8142-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8145-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8148-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc814e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8150-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8152-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8155-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8158-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc815b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc815d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc815f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8162-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8168-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc816b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc816e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8171-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8181-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8183-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8186-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8189-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc818c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc818f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8191-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8194-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8197-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc819d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc819f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81a2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81a5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81a8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81ab-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81ad-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81b0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81b3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81b9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81bb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81be-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81cc-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81cf-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81d5-a38241c1,
#w-node-_81c1295d-b353-6bd7-7b9d-80f1dc6542fd-a38241c1,
#w-node-f6670fa8-e191-5fb9-ec8c-c0fee4389bf7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81da-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81dd-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e9-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81ec-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81f2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81f5-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81f8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81fb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81fe-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8201-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8204-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8207-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc820a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8210-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8213-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8216-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8219-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc821c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc821f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8222-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8225-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8228-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc822e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8231-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8234-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8237-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc823a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc823d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8240-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8243-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8246-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8249-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8253-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8256-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8259-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc825c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc825f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8262-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8265-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8268-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc826b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8271-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8273-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8275-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8278-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc827b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc827e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8280-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8282-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8285-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8293-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8296-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8299-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc829c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc829f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82a2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82a4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82a7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82aa-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b7-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82cb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82cc-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82cd-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ce-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ba-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e1-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e2-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e4-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ea-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ed-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f0-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f3-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f6-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f8-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82fb-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82fe-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8304-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8307-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc830a-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc830d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8314-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8315-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8316-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8317-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc831b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc831d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc831f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8322-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8325-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8328-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc832b-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc832e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8331-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8334-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc833e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8340-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8342-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8345-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834c-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834d-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834e-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834f-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8353-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8355-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8357-a38241c1,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc835a-a38241c1,
#w-node-_879b54b8-129e-838c-e848-0fea1389af9a-0f8241c7,
#w-node-_879b54b8-129e-838c-e848-0fea1389afa2-0f8241c7,
#w-node-_879b54b8-129e-838c-e848-0fea1389afaa-0f8241c7,
#w-node-dacd4437-2acc-1395-c5c9-df8e1dfe7c13-0f8241c7,
#w-node-dacd4437-2acc-1395-c5c9-df8e1dfe7c14-0f8241c7,
#w-node-_6c5cd069-435e-1ca4-90aa-9d9859044276-288241de,
#w-node-_3df22200-3253-ed0f-bfdc-34f8fc1754e7-288241de,
#w-node-a964b0c5-3113-8baf-9554-a47d979df99b-288241de,
#w-node-f1e28438-c683-6f9c-220f-ccd237c0873c-288241de,
#w-node-_0c7e07c6-c7bd-0e40-0da1-08fbbfc9298f-798241df,
#w-node-_22c5b951-bda0-6d65-87bf-3493fdb03ec9-798241df,
#w-node-c4dc7883-85b3-c112-598a-6d22c5b9a5a7-798241df,
#w-node-e1aad79e-2ef2-d7e6-db32-a1f5079138a6-798241df,
#w-node-_66cdef7d-a100-8bcc-ec65-ae5c5ca77792-798241df,
#w-node-_607e8846-5737-fac8-cb9e-c75c760f769c-798241df,
#w-node-ef70d9cf-2f2c-f504-1286-ae21da315594-798241df,
#w-node-_8a5b3dff-ff50-dda4-9bfa-140e243b2b4e-798241df,
#w-node-_8a5b3dff-ff50-dda4-9bfa-140e243b2b52-798241df,
#w-node-_8a5b3dff-ff50-dda4-9bfa-140e243b2b56-798241df,
#w-node-_2c5d7ce4-9d6e-66af-bb03-40ed73188be4-798241df,
#w-node-_4f333f5b-0ad7-7c11-f2ac-60ac3fd44e30-798241df,
#w-node-_4c92f860-b773-5827-44eb-d4e74f30ea41-798241df,
#w-node-_7da5e922-6387-d2c3-3d5e-f8e8746dec8c-798241df,
#w-node-b72a9c2f-0b5b-fada-ac06-de7b0fe2b936-798241df,
#w-node-_6a7c6387-17b4-5f29-01d7-14b58c9eadd6-798241df,
#w-node-_6a7c6387-17b4-5f29-01d7-14b58c9eade4-798241df,
#w-node-_6a7c6387-17b4-5f29-01d7-14b58c9eadf1-798241df,
#w-node-_3df22200-3253-ed0f-bfdc-34f8fc1754e7-0a8241e0,
#w-node-a964b0c5-3113-8baf-9554-a47d979df99b-0a8241e0,
#w-node-f1e28438-c683-6f9c-220f-ccd237c0873c-0a8241e0,
#w-node-_118cc399-9975-1ec0-a845-30b23aa0f6e5-5f8241e1,
#w-node-ed399adb-75c2-c0c1-d331-edf3a37cba4a-5f8241e1,
#w-node-_38b3182a-7296-ba54-7643-8e7c575bdb43-5f8241e1,
#w-node-_207766cf-2590-d58d-7d51-013938418206-5f8241e1,
#w-node-_207766cf-2590-d58d-7d51-01393841820c-5f8241e1,
#w-node-_207766cf-2590-d58d-7d51-013938418212-5f8241e1,
#w-node-_49e28f88-3c3e-4d5e-d822-683a3a8e72ce-5f8241e1,
#w-node-_60f69b28-ea8d-e08e-001b-e322d91c499d-5f8241e1,
#w-node-_7103be60-9094-1fcb-5f7f-66910f92a970-5f8241e1,
#w-node-_10f159b1-42a3-e992-3bdc-07c2757c02e9-5f8241e1,
#w-node-_964653dc-5786-694b-44dd-893a8325395e-5f8241e1,
#w-node-_964653dc-5786-694b-44dd-893a8325396c-5f8241e1,
#w-node-_964653dc-5786-694b-44dd-893a83253979-5f8241e1,
#w-node-_36635c46-b5d2-b92e-b36e-1b9daceb72d5-5f8241e1,
#w-node-_856cf492-c457-d8b9-5dff-45cd36827c84-5f8241e1,
#w-node-_28a37f7f-32f3-04b7-dc86-0c63ee16011e-5f8241e1,
#w-node-_28a37f7f-32f3-04b7-dc86-0c63ee160131-5f8241e1,
#w-node-_28a37f7f-32f3-04b7-dc86-0c63ee16013c-5f8241e1,
#w-node-_325de80a-5c5a-36f0-cd00-04b4f9509819-5f8241e1,
#w-node-_325de80a-5c5a-36f0-cd00-04b4f950982c-5f8241e1,
#w-node-_0171917c-67dc-2c20-4442-5957f4baa668-158241f6,
#w-node-_60e903f7-64a0-1fb0-e01f-1103468555f0-158241f6,
#w-node-fe79bfdd-56db-ac61-ca02-60a4d4f6ac59-158241f6,
#w-node-_118cc399-9975-1ec0-a845-30b23aa0f6e5-f98241f7,
#w-node-ed399adb-75c2-c0c1-d331-edf3a37cba4a-f98241f7,
#w-node-_38b3182a-7296-ba54-7643-8e7c575bdb43-f98241f7,
#w-node-_207766cf-2590-d58d-7d51-013938418206-f98241f7,
#w-node-_207766cf-2590-d58d-7d51-01393841820c-f98241f7,
#w-node-_207766cf-2590-d58d-7d51-013938418212-f98241f7,
#w-node-_49e28f88-3c3e-4d5e-d822-683a3a8e72ce-f98241f7,
#w-node-_60f69b28-ea8d-e08e-001b-e322d91c499d-f98241f7,
#w-node-_7103be60-9094-1fcb-5f7f-66910f92a970-f98241f7,
#w-node-_10f159b1-42a3-e992-3bdc-07c2757c02e9-f98241f7,
#w-node-_964653dc-5786-694b-44dd-893a8325395e-f98241f7,
#w-node-_964653dc-5786-694b-44dd-893a8325396c-f98241f7,
#w-node-_964653dc-5786-694b-44dd-893a83253979-f98241f7,
#w-node-_36635c46-b5d2-b92e-b36e-1b9daceb72d5-f98241f7,
#w-node-_856cf492-c457-d8b9-5dff-45cd36827c84-f98241f7,
#w-node-_28a37f7f-32f3-04b7-dc86-0c63ee16011e-f98241f7,
#w-node-_28a37f7f-32f3-04b7-dc86-0c63ee160131-f98241f7,
#w-node-_28a37f7f-32f3-04b7-dc86-0c63ee16013c-f98241f7,
#w-node-_325de80a-5c5a-36f0-cd00-04b4f9509819-f98241f7,
#w-node-_325de80a-5c5a-36f0-cd00-04b4f950982c-f98241f7,
#w-node-_97ff795f-46ef-caf6-f6b1-9ed31ea3bb99-8b8241fa,
#w-node-_8a641fc0-ff81-316b-bf7d-aac55e61c148-8b8241fa,
#w-node-ef36837c-876a-9c91-e49f-818b33dbbe76-8b8241fa,
#w-node-_66f5b5c7-d7c2-b529-7724-893e38eaa0d2-8b8241fa,
#w-node-_5f8603f2-d219-c115-42b7-87a57c88f32b-8b8241fa,
#w-node-_58b0a498-35ba-3703-5e05-e428684b4abe-8b8241fa,
#w-node-_58b0a498-35ba-3703-5e05-e428684b4acc-8b8241fa,
#w-node-_58b0a498-35ba-3703-5e05-e428684b4ad9-8b8241fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_167617d2-5624-7a3d-3820-32ba19ba5250-c98241fc,
#w-node-_5aa3117c-b3a4-b6ae-3364-cef11092c7ae-c98241fc,
#w-node-_548e201d-1044-7bce-60bc-4a9f692e2895-c98241fc,
#w-node-_58043c50-f940-b562-8b37-224ff6366509-c98241fc {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6cdf6af1-d079-eb9d-e6ca-d95be99055a9-c98241fc,
#w-node-c89fd293-37a8-a9f2-af7b-6ab2e30b0bbd-c98241fc,
#w-node-_097f0d96-252a-d54a-6a49-1f1e8913d630-e2824221,
#w-node-a6382be4-a549-af96-708b-daed97bb7ee7-e2824221,
#w-node-_4270161d-1372-d066-0dc0-f2488842dbb6-e2824221,
#w-node-f6a56430-bb90-41cc-6a76-ee8ce4eaa2c8-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f418-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f41d-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f41f-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f424-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f426-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f42b-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f42d-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f432-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f434-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f439-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f43b-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f440-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f442-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f447-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f449-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f44e-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f450-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f455-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f457-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f45c-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f45e-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f463-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f465-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f46a-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f46c-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f471-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f473-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f478-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f47a-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f47f-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f481-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f486-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f488-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f48d-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f48f-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f494-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f496-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f49b-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f49d-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f4a2-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f4a4-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f4a9-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f4ab-e2824221,
#w-node-b459fe31-9e13-0d64-9079-b2c41a43f4b0-e2824221,
#w-node-_118cc399-9975-1ec0-a845-30b23aa0f6e5-9e824225,
#w-node-ed399adb-75c2-c0c1-d331-edf3a37cba4a-9e824225,
#w-node-_38b3182a-7296-ba54-7643-8e7c575bdb43-9e824225,
#w-node-_207766cf-2590-d58d-7d51-013938418206-9e824225,
#w-node-_207766cf-2590-d58d-7d51-01393841820c-9e824225,
#w-node-_207766cf-2590-d58d-7d51-013938418212-9e824225,
#w-node-_49e28f88-3c3e-4d5e-d822-683a3a8e72ce-9e824225,
#w-node-_60f69b28-ea8d-e08e-001b-e322d91c499d-9e824225,
#w-node-_7103be60-9094-1fcb-5f7f-66910f92a970-9e824225,
#w-node-_10f159b1-42a3-e992-3bdc-07c2757c02e9-9e824225,
#w-node-_964653dc-5786-694b-44dd-893a8325395e-9e824225,
#w-node-_964653dc-5786-694b-44dd-893a8325396c-9e824225,
#w-node-_964653dc-5786-694b-44dd-893a83253979-9e824225,
#w-node-_36635c46-b5d2-b92e-b36e-1b9daceb72d5-9e824225,
#w-node-_856cf492-c457-d8b9-5dff-45cd36827c84-9e824225,
#w-node-_28a37f7f-32f3-04b7-dc86-0c63ee16011e-9e824225,
#w-node-_28a37f7f-32f3-04b7-dc86-0c63ee160131-9e824225,
#w-node-_28a37f7f-32f3-04b7-dc86-0c63ee16013c-9e824225,
#w-node-_325de80a-5c5a-36f0-cd00-04b4f9509819-9e824225,
#w-node-_325de80a-5c5a-36f0-cd00-04b4f950982c-9e824225,
#w-node-_3865aabc-59f1-8347-46bc-2093ecfe6ca6-40824231,
#w-node-c896017c-6aa0-0b33-f1f7-17bdcfc7a095-40824231,
#w-node-fec2252e-75fe-88db-4d55-3aaeda1650dd-40824231,
#w-node-_22393a1e-05c6-a367-bfb0-bfd89894e53e-40824231,
#w-node-_5557a523-e1ed-292e-a4df-46e72abf484c-40824231,
#w-node-_671f29fd-9292-0bdb-937d-d43f19c9a1d1-40824231,
#w-node-_0171917c-67dc-2c20-4442-5957f4baa668-68628037,
#w-node-_60e903f7-64a0-1fb0-e01f-1103468555f0-68628037,
#w-node-fe79bfdd-56db-ac61-ca02-60a4d4f6ac59-68628037,
#w-node-_0171917c-67dc-2c20-4442-5957f4baa668-41adeb7d,
#w-node-_60e903f7-64a0-1fb0-e01f-1103468555f0-41adeb7d,
#w-node-fe79bfdd-56db-ac61-ca02-60a4d4f6ac59-41adeb7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2eb1fdb-bb72-b811-b109-33f1caf479ec-d7cd5842 {
    align-self: center;
}

#w-node-d2eb1fdb-bb72-b811-b109-33f1caf479f4-d7cd5842,
#w-node-_90cc7993-baa4-6f69-d312-f1de3de29929-d7cd5842 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90cc7993-baa4-6f69-d312-f1de3de2992b-d7cd5842 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-_90cc7993-baa4-6f69-d312-f1de3de2992c-d7cd5842 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90cc7993-baa4-6f69-d312-f1de3de2992f-d7cd5842 {
    align-self: center;
}

#w-node-_90cc7993-baa4-6f69-d312-f1de3de29932-d7cd5842,
#w-node-_90cc7993-baa4-6f69-d312-f1de3de29937-d7cd5842,
#w-node-_90cc7993-baa4-6f69-d312-f1de3de2993c-d7cd5842,
#w-node-_90cc7993-baa4-6f69-d312-f1de3de29941-d7cd5842,
#w-node-_90cc7993-baa4-6f69-d312-f1de3de29946-d7cd5842,
#w-node-_90cc7993-baa4-6f69-d312-f1de3de2994b-d7cd5842 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49a6a8b8-e17f-c61b-e298-fa59c39d603a-d7cd5842 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-_49a6a8b8-e17f-c61b-e298-fa59c39d603b-d7cd5842 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49a6a8b8-e17f-c61b-e298-fa59c39d603e-d7cd5842 {
    align-self: center;
}

#w-node-_49a6a8b8-e17f-c61b-e298-fa59c39d6041-d7cd5842,
#w-node-_49a6a8b8-e17f-c61b-e298-fa59c39d6042-d7cd5842,
#w-node-_49a6a8b8-e17f-c61b-e298-fa59c39d6043-d7cd5842,
#w-node-_49a6a8b8-e17f-c61b-e298-fa59c39d6048-d7cd5842,
#w-node-_49a6a8b8-e17f-c61b-e298-fa59c39d604d-d7cd5842,
#w-node-_49a6a8b8-e17f-c61b-e298-fa59c39d6052-d7cd5842,
#w-node-_9eb27b07-075c-f0ea-a527-f565b164c545-d7cd5842,
#w-node-_9eb27b07-075c-f0ea-a527-f565b164c546-d7cd5842 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eb27b07-075c-f0ea-a527-f565b164c549-d7cd5842 {
    align-self: center;
}

#w-node-_82e0c496-bfc5-63d5-d3f9-a5d067023066-d7cd5842,
#w-node-_82e0c496-bfc5-63d5-d3f9-a5d067023067-d7cd5842 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82e0c496-bfc5-63d5-d3f9-a5d06702306a-d7cd5842 {
    align-self: center;
}

#w-node-_654840b3-1756-f19f-b911-7a7a322cd78d-d7cd5842,
#w-node-_654840b3-1756-f19f-b911-7a7a322cd78e-d7cd5842 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654840b3-1756-f19f-b911-7a7a322cd792-d7cd5842 {
    align-self: center;
}

#w-node-_250fce30-c359-b774-4136-68eb20b5d2f4-d7cd5842,
#w-node-_250fce30-c359-b774-4136-68eb20b5d2f5-d7cd5842,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5aee-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b00-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b04-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b08-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b0c-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b1e-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b22-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b26-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b2a-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b40-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b44-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b48-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b4c-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b50-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b54-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b58-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b6a-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b6e-879654d5,
#w-node-_34fbd1ee-7b1e-fbb5-2c03-c17256ed5b72-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb426fa-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42710-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42725-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42728-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42729-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4272a-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4272b-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4272c-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4272f-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42732-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42735-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42738-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4273b-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4273e-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42741-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42744-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42747-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4274a-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42754-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42757-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4275a-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4275d-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42760-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4276a-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4276d-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42770-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42773-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42776-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42779-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4277b-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4277d-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4277f-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42781-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42784-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42787-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42789-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4278b-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4278d-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42790-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42793-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42795-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42797-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42799-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4279c-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4279f-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427a2-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427a5-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427a7-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427aa-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427ad-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427b0-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427b2-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427b4-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427b7-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427ba-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427bb-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427bd-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427bf-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427c2-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427c3-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427c5-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427c7-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427c9-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427cc-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427ce-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427d0-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427d2-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427d4-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427d7-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427d8-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427d9-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427db-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427dd-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427e0-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427e1-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427e3-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427e5-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427e7-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427f3-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427f5-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427f7-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427f9-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427fb-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427fe-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb427ff-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42800-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42802-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42804-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42807-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4280a-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb4280d-879654d5,
#w-node-dded5f36-9081-026e-bf04-a62e6fb42810-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43ac-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43ad-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43ae-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43b0-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43b1-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43b4-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43b7-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43b8-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43b9-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43bc-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43bf-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43c2-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43c5-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43c8-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43cb-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43ce-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43d4-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43d7-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43da-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43dd-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43e0-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43e3-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43e6-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43ec-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43ef-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43f2-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43f5-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43f8-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43fb-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c43fe-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4404-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4407-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c440a-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c440d-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4410-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4413-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4416-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c441c-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c441f-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4422-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4425-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4428-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c442b-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c442e-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4434-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4437-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c443a-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c443d-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4440-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4443-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4446-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c444c-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c444f-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4452-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4455-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4458-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c445b-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c445e-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4464-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4467-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c446a-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c446d-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4470-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4473-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4476-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c447c-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c447f-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4482-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4485-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4488-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c448b-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c448e-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4494-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4497-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c449a-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c449d-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44a0-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44a3-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44b3-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44b4-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44b5-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44b7-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44b8-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44bb-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44be-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44bf-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44c0-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44c3-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44c6-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44c9-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44cc-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44cf-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44d2-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44d5-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44db-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44de-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44e1-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44e4-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44e7-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44ea-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44ed-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44f3-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44f6-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44f9-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44fc-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c44ff-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4502-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4505-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c450b-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c450e-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4511-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4514-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4517-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c451a-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c451d-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4523-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4526-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4529-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c452c-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c452f-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4532-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4535-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c453b-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c453e-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4541-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4544-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4547-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c454a-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c454d-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4553-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4556-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4559-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c455c-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c455f-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4562-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4565-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c456b-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c456e-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4571-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4574-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4577-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c457a-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c457d-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4583-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4586-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4589-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c458c-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c458f-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4592-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c4595-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c459b-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c459e-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c45a1-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c45a4-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c45a7-879654d5,
#w-node-_7520564d-8c60-bd34-3613-c33b711c45aa-879654d5,
#w-node-e6e2fa72-44d1-287c-5880-9875766f4c3d-879654d5,
#w-node-e6e2fa72-44d1-287c-5880-9875766f4c3e-879654d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2de7996-19f5-c245-2251-9089eb6883e6-0e863f97 {
    justify-self: end;
}

#w-node-_5d546ed7-38bc-0877-3199-43c80b78408e-0e863f97,
#w-node-_1703a524-f8ba-8417-609d-15bf21327cb0-0e863f97,
#w-node-_5d546ed7-38bc-0877-3199-43c80b784093-0e863f97,
#w-node-_5d546ed7-38bc-0877-3199-43c80b784094-0e863f97,
#w-node-d57c45fd-c4d7-e254-a918-3dd6a09561dc-0e863f97,
#w-node-_5d546ed7-38bc-0877-3199-43c80b784098-0e863f97,
#w-node-_5d546ed7-38bc-0877-3199-43c80b784099-0e863f97,
#w-node-b31da015-9c32-fc97-73f0-5b1198eb2b28-0e863f97,
#w-node-_5d546ed7-38bc-0877-3199-43c80b78409d-0e863f97,
#w-node-_5d546ed7-38bc-0877-3199-43c80b78409e-0e863f97,
#w-node-_665461bb-f039-e0ef-e4de-2fe4d662636d-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297efb-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297f03-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297f08-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297f09-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297f10-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297f15-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297f16-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297f1d-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297f22-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297f23-0e863f97,
#w-node-_96d9bd01-5583-8d70-fe8e-21e249297f2a-0e863f97,
#w-node-aec159f0-8841-3c5d-65ec-2114ecf04dbf-0e863f97,
#w-node-_16b068a9-aa30-cd97-c3ac-d083997fc61b-0e863f97,
#w-node-_484f4934-6f74-3195-516c-4309b529becf-0e863f97,
#w-node-_484f4934-6f74-3195-516c-4309b529bed0-0e863f97,
#w-node-a01340fb-19b2-5c6a-8d28-b2243c02444d-0e863f97,
#w-node-a01340fb-19b2-5c6a-8d28-b2243c02444e-0e863f97,
#w-node-c20d891c-1290-3855-03a4-78b421df3e2a-0e863f97,
#w-node-c20d891c-1290-3855-03a4-78b421df3e2b-0e863f97,
#w-node-_85999cee-8988-7beb-622d-84e658f0f828-0e863f97,
#w-node-_85999cee-8988-7beb-622d-84e658f0f829-0e863f97,
#w-node-_85999cee-8988-7beb-622d-84e658f0f828-2b137571,
#w-node-_85999cee-8988-7beb-622d-84e658f0f829-2b137571,
#w-node-_10e3c91c-233f-4911-51d8-f91e05975cdc-07b946ee,
#w-node-_85999cee-8988-7beb-622d-84e658f0f828-07b946ee,
#w-node-_85999cee-8988-7beb-622d-84e658f0f829-07b946ee,
#w-node-_057daf12-fa60-5c21-f1fb-b0d709079099-d4bd8d45,
#w-node-_6c512a7c-4e56-1f30-4f41-ca7a849e7bb8-d4bd8d45,
#w-node-_6c512a7c-4e56-1f30-4f41-ca7a849e7bb9-d4bd8d45,
#w-node-_9afa47ed-12c4-6164-0fc5-34dfd7b326cb-40cd5439,
#w-node-c44243b3-c510-1d73-c66c-ec0fc9f5ee01-40cd5439,
#w-node-_1982fb48-7cb9-ff22-5df7-97648c068be8-40cd5439,
#w-node-_3ab1957f-72d8-647f-ce20-12c483323057-40cd5439,
#w-node-_9842ffc4-55c0-435c-4187-c5c487bf6387-40cd5439,
#w-node-_43d296a2-327e-ad4d-8401-ce3150fdcd12-40cd5439,
#w-node-_109986c9-c118-d720-730c-d7c31950adbb-40cd5439,
#w-node-fea37877-a588-a42c-1841-128f972866d0-40cd5439,
#w-node-ef2cd590-2f34-ad4d-ecc1-5e5315677bb7-40cd5439,
#w-node-_495d04c9-042a-cb9e-b781-d51d9f4676dc-40cd5439,
#w-node-b708288b-03a6-1394-ca24-ff30db0f94cf-40cd5439,
#w-node-_655e9064-7bef-28d7-897c-9b299a12add9-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_844aa834-f9f5-699e-7321-8f8225805ccc-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-_5d8b69ea-755c-155b-3d30-5bfe4752c2cb-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b617726-59c4-c78e-84f0-60f86aac7b1b-40cd5439 {
    justify-self: center;
}

#w-node-e5a5cade-c303-8b01-103d-ae243c520c64-40cd5439,
#w-node-e5a5cade-c303-8b01-103d-ae243c520c6e-40cd5439,
#w-node-e5a5cade-c303-8b01-103d-ae243c520c7a-40cd5439,
#w-node-e5a5cade-c303-8b01-103d-ae243c520c86-40cd5439,
#w-node-_66e3efb7-9e97-0d44-409b-c6310e52f74e-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5a5cade-c303-8b01-103d-ae243c520cc2-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-e5a5cade-c303-8b01-103d-ae243c520cc3-40cd5439,
#w-node-e5a5cade-c303-8b01-103d-ae243c520cb7-40cd5439,
#w-node-c0d21a5f-d7fd-3f06-d8ca-67ecb07db5e0-40cd5439,
#w-node-c0d21a5f-d7fd-3f06-d8ca-67ecb07db5e9-40cd5439,
#w-node-c0d21a5f-d7fd-3f06-d8ca-67ecb07db5f0-40cd5439,
#w-node-c0d21a5f-d7fd-3f06-d8ca-67ecb07db5f7-40cd5439,
#w-node-e56c2040-1d64-5f95-81cd-6c5fac267405-40cd5439,
#w-node-c0d21a5f-d7fd-3f06-d8ca-67ecb07db606-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0d21a5f-d7fd-3f06-d8ca-67ecb07db5ff-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-b7fa2358-4b7f-5709-b8bc-5fe9d8128551-40cd5439,
#w-node-_53b917a6-a171-cd2c-e996-564b0f44578f-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_826f2453-74e6-9a05-b5d8-9c02c569b665-40cd5439,
#w-node-_24b2efc0-3c99-c6cc-9729-019c1c6f518b-40cd5439,
#w-node-_7c1e9724-0bfb-03bd-4721-3c47d54cc8ba-40cd5439,
#w-node-_7c1e9724-0bfb-03bd-4721-3c47d54cc8c4-40cd5439,
#w-node-_580d2acd-c5b2-8507-a820-e5469f4eef32-40cd5439,
#w-node-_580d2acd-c5b2-8507-a820-e5469f4eef3c-40cd5439,
#w-node-_630f3ee8-5087-7ef6-3a60-1a94952d02b0-40cd5439,
#w-node-_630f3ee8-5087-7ef6-3a60-1a94952d02ba-40cd5439 {
    justify-self: start;
}

#w-node-_0c1c3125-72e3-0ca9-f569-9123264253c8-40cd5439,
#w-node-_75d1c4f3-296d-505b-c6a0-ed6e9b426f5a-40cd5439,
#w-node-dc76cb4e-ab43-65ec-63ec-2a58bd538ecc-40cd5439,
#w-node-cbe463e1-0d79-c73c-5e29-3b6523dfe2ae-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_550eae2b-a746-b64a-5f24-6aca14bcfbb1-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-fe2074c6-8b44-cf19-2aa3-7f79c29b63dc-40cd5439,
#w-node-_0e4eced8-51a1-1976-7037-ba8fecea74d3-40cd5439,
#w-node-_80a51002-05db-ef8d-ab0e-b5216560008b-40cd5439,
#w-node-_6776b48a-4137-0217-f6ee-c9042faf3408-40cd5439,
#w-node-d936fd6d-62db-3a61-d008-3ee6c9070526-40cd5439,
#w-node-d936fd6d-62db-3a61-d008-3ee6c9070527-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d936fd6d-62db-3a61-d008-3ee6c9070528-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-d936fd6d-62db-3a61-d008-3ee6c9070529-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d936fd6d-62db-3a61-d008-3ee6c907052c-40cd5439 {
    align-self: center;
}

#w-node-e8222dd9-7617-3cfb-4a6d-7d56747f5635-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-e8222dd9-7617-3cfb-4a6d-7d56747f5636-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8222dd9-7617-3cfb-4a6d-7d56747f5639-40cd5439 {
    align-self: center;
}

#w-node-_5aff2f8a-3632-3880-e562-51be93f810e1-40cd5439,
#w-node-_5aff2f8a-3632-3880-e562-51be93f810e2-40cd5439,
#w-node-ba117885-778e-3105-8f29-5ccd411dab51-40cd5439,
#w-node-_433ab100-4fdf-8c83-2815-5d382a20237d-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433ab100-4fdf-8c83-2815-5d382a20237f-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-_433ab100-4fdf-8c83-2815-5d382a202380-40cd5439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433ab100-4fdf-8c83-2815-5d382a202383-40cd5439 {
    align-self: center;
}

#w-node-bfbbb97c-2c34-ed4a-74b4-9246526f9cc5-40cd5439,
#w-node-bfbbb97c-2c34-ed4a-74b4-9246526f9cba-40cd5439,
#w-node-_60de0ff8-d309-c69b-c019-3acf57ed065e-40cd5439,
#w-node-_60de0ff8-d309-c69b-c019-3acf57ed0653-40cd5439 {
    justify-self: center;
}

#w-node-_85999cee-8988-7beb-622d-84e658f0f828-40cd5439,
#w-node-_85999cee-8988-7beb-622d-84e658f0f829-40cd5439,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa978-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa98e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9a3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9a6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9a7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9a8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9a9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9aa-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9ad-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9b0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9b3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9b6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9b9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9bc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9bf-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9c2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9c5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9c8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9cc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9cd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9ce-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9cf-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9d0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9e0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9e3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9e6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9e9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9ec-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9fa-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9fd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa00-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa03-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa0a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa0b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa0c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa0d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa0e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa11-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa14-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa17-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa1a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa1d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa20-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa23-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa26-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa29-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa2c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa2f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa32-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa35-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa38-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa3b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa3e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa41-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa44-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa47-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa4a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa4d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa50-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa53-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa56-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa59-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa5c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa5f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa62-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa65-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa68-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa6b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa6e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa71-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa74-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa77-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa7a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa7b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa7e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa81-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa88-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa89-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa8a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa8b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa8c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa8f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa91-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa93-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa95-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa97-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa9a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa9c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaa9e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaa0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaa2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaa5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaa8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaab-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaad-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaaf-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaab2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaab3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaab5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaab7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaab9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaabc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaabd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaabf-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaac1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaac3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaac6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaac7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaac8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaac9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaacf-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaad0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaad1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaad2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaad3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaad6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaad9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaadc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaadf-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaae2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaae5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaae7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaae9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaeb-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaed-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaf0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaf2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaf4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaf7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaafa-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaafd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaafe-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaaff-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab01-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab07-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab08-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab09-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab0a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab0b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab0e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab11-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab14-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab17-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab1a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab1d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab1f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab21-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab23-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab25-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab28-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab2b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab2e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab31-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab34-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab37-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab38-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab39-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab3b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab3d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab40-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab43-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab46-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab49-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab50-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab51-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab52-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab53-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab54-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab57-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab5a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab5d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab60-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab63-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab66-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab68-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab6a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab6c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab6e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab71-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab73-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab76-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab79-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab7c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab7f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab80-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab81-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab83-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab85-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab88-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab8b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab8e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab91-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab94-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab97-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab99-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab9b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab9d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfab9f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaba2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaba5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaba8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabab-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabae-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabb1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabb3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabb5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabb7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabb9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabbc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabbe-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabc1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabc4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabc7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabca-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabcc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabce-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabd0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabd2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabd5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabd8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabdb-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabde-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabe1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabe4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabe6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabe8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabea-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabec-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabef-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabf1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabf4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabf7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabfa-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabfd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfabff-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac01-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac03-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac05-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac08-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac0a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac0d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac10-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac13-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac16-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac18-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac1a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac1c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac1e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac21-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac24-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac27-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac2a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac2d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac30-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac32-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac34-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac36-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac38-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac3b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac3e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac41-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac44-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac47-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac4a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac4d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac50-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac53-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac56-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac59-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac5b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac5e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac61-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac64-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac67-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac6a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac6d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac70-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac73-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac76-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac79-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac7c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac7f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac82-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac85-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac87-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac8a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac8d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac90-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac93-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac96-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac99-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac9c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfac9f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaca2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaca5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaca8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacab-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacae-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacba-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacbd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacc0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacc3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacc6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaccb-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaccd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacd0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacd3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacd6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacd9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacdb-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacde-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bface1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bface4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bface7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacea-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaced-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacf0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacf3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfacff-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad01-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad04-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad07-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad0e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad0f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad10-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad11-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad12-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad15-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad18-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad1b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad1e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad21-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad24-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad27-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad2a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad2d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad30-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad33-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad36-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad39-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad3c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad3f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad42-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad45-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad48-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad4b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad4e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad51-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad53-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad56-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad59-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad5c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad5f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad62-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad65-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad68-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad6b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad6e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad70-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad73-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad76-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad79-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad85-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad88-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad8b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad8e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad91-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad94-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad96-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad99-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad9c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfad9f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfada2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfada5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfada8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadab-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadae-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadb1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadb4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadb7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadba-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadbd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadc0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadc2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadc4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadc7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadca-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadcd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadd0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadd3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadd6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadd9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaddc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadde-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfade1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfade4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfade7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadea-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadec-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadef-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadf2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadf8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadfb-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfadfe-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae01-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae04-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae07-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae09-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae0c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae0f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae15-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae17-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae1a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae1d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae20-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae23-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae25-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae28-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae2b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae31-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae34-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae37-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae3a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae3d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae40-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae42-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae45-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae48-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae4e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae51-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae54-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae57-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae5a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae5d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae60-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae63-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae66-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae6c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae6e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae71-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae74-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae77-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae7a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae7d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae80-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae83-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae89-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae8c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae8f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae92-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae95-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae98-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae9a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfae9d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaea0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaea8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaeab-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaeae-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaeb1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaeb4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaeb7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaeba-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaebd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaec0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaec6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaec8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaecb-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaece-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaed1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaed4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaed7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaeda-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaedd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaee3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaee6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaee9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaeec-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaeef-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaef4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaef6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaef9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaefc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf02-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf04-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf07-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf0a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf0d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf10-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf13-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf16-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf19-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf1f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf22-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf25-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf28-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf2b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf2e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf31-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf34-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf37-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf3d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf40-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf43-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf46-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf49-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf4c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf4f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf52-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf55-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf5b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf5e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf61-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf64-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf67-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf6a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf6c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf6f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf72-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf78-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf7a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf7d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf80-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf83-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf86-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf88-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf8b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf8e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf95-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf96-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf97-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf98-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf9c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaf9f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafa2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafa5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafa8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafab-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafad-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafaf-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafb2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafb8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafba-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafbd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafc0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafc3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafc6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafc9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafcc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafcf-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafd5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafd7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafda-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafdd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafe0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafe3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafe5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafe8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfafeb-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaff1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaff4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaff7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaffa-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfaffd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb000-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb003-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb006-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb009-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb00f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb011-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb013-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb016-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb019-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb01c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb01e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb020-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb023-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb029-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb02c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb02f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb032-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb03b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb03c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb03d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb03e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb042-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb044-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb047-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb04a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb04d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb050-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb052-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb055-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb058-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb05e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb060-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb063-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb066-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb069-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb06c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb06e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb071-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb074-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb07a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb07c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb07f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb082-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb085-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb088-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb08a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb08d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb090-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb096-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb098-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb09b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb09e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0a1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0a4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0a7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0aa-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0ad-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0b3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0b6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0b9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0bc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0bf-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0c2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0c5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0c8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0cb-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0d1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0d4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0d7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0da-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0dd-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0e0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0e3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0e6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0e9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0ef-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0f2-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0f5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0f8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0fb-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb0fe-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb101-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb104-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb107-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb10a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb116-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb119-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb11c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb11f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb122-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb125-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb128-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb12b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb12e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb134-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb136-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb138-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb13b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb13e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb141-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb143-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb145-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb148-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb14f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb150-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb151-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb152-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb156-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb159-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb15c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb15f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb162-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb165-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb169-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb171-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb183-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb19a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb19c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb19e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1a1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1a4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1a7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1a9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1ab-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1ae-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1b5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1b6-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1b7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1b8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1bc-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1be-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1c1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1c4-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1c7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1de-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1df-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1e0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1e1-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1e5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1e7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1ea-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1ed-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1f0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1f3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1f5-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1f8-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb1fb-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb201-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb204-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb207-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb20a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb211-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb212-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb213-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb214-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb218-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb21a-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb21c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb21f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb222-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb225-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb228-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb22b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb22e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb231-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb23d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb23f-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb241-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb244-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb24b-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb24c-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb24d-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb24e-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb252-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb254-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb256-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb258-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb2a9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb2c9-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb2d3-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb2e0-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb2ed-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb2f7-ca45a774,
#w-node-_29c9e946-b679-17d6-aa86-ea5027bfb2fe-ca45a774 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a321adf-a37c-96af-5544-b4c9814b2dc7-b0190f6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_3a321adf-a37c-96af-5544-b4c9814b2dc8-b0190f6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f47d7cac-3961-c0d5-9026-512befed337b-b0190f6a,
#w-node-f47d7cac-3961-c0d5-9026-512befed3383-b0190f6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-f47d7cac-3961-c0d5-9026-512befed3389-b0190f6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-f47d7cac-3961-c0d5-9026-512befed338a-b0190f6a,
#w-node-a6ae51e2-dae7-4ba4-6b86-582f2bf17a6e-b0190f6a,
#w-node-a6ae51e2-dae7-4ba4-6b86-582f2bf17a6f-b0190f6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f47d7cac-3961-c0d5-9026-512befed338f-b0190f6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a1f-b0190f6a,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a20-b0190f6a,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a2a-b0190f6a,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a2b-b0190f6a,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a34-b0190f6a,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a35-b0190f6a,
#w-node-_158bdb8a-301c-84c3-4233-b84eba473c19-b0190f6a,
#w-node-_158bdb8a-301c-84c3-4233-b84eba473c1a-b0190f6a,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a1f-155155ff,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a20-155155ff,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a2a-155155ff,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a2b-155155ff,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a34-155155ff,
#w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a35-155155ff,
#w-node-_158bdb8a-301c-84c3-4233-b84eba473c19-155155ff,
#w-node-_158bdb8a-301c-84c3-4233-b84eba473c1a-155155ff,
#w-node-_8a19b897-be26-0dc2-b6ec-7bb2bb12a00d-004d6d2f,
#w-node-d7434ce8-dc6b-3395-9258-f746d286528b-004d6d2f,
#w-node-_974d1524-acf4-7113-f6a0-bffc29e09d21-004d6d2f,
#w-node-db534358-b1f5-4758-6795-cb30ce6e3957-004d6d2f,
#w-node-db534358-b1f5-4758-6795-cb30ce6e395d-004d6d2f,
#w-node-db534358-b1f5-4758-6795-cb30ce6e3963-004d6d2f,
#w-node-f53f7a29-196a-642c-b866-c3d084d7b627-004d6d2f,
#w-node-_9623e9f9-2934-1f94-3a23-c31b27f80340-004d6d2f,
#w-node-_5f7d584a-f772-78b1-db0d-b21314282ce7-004d6d2f,
#w-node-_7b643065-bac6-766a-fbc3-9538b8d56d44-004d6d2f,
#w-node-_43320292-6183-2c93-2c73-39df685a88f7-004d6d2f,
#w-node-_8a19b897-be26-0dc2-b6ec-7bb2bb12a00d-1c9658dd,
#w-node-d7434ce8-dc6b-3395-9258-f746d286528b-1c9658dd,
#w-node-_974d1524-acf4-7113-f6a0-bffc29e09d21-1c9658dd,
#w-node-_98476f7f-b64b-7e24-d531-48a5679813d6-1c9658dd,
#w-node-_98476f7f-b64b-7e24-d531-48a5679813d9-1c9658dd,
#w-node-_98476f7f-b64b-7e24-d531-48a5679813e4-1c9658dd,
#w-node-_98476f7f-b64b-7e24-d531-48a5679813ef-1c9658dd,
#w-node-_98476f7f-b64b-7e24-d531-48a5679813fa-1c9658dd,
#w-node-_096ee59b-8707-1178-9b8d-a407fef85f03-bc2ca8a8,
#w-node-_096ee59b-8707-1178-9b8d-a407fef85f09-bc2ca8a8,
#w-node-_096ee59b-8707-1178-9b8d-a407fef85f0f-bc2ca8a8,
#w-node-_096ee59b-8707-1178-9b8d-a407fef85f1b-bc2ca8a8,
#w-node-_096ee59b-8707-1178-9b8d-a407fef85f21-bc2ca8a8,
#w-node-_096ee59b-8707-1178-9b8d-a407fef85f27-bc2ca8a8,
#w-node-_52d86b54-6913-5bdd-4ecb-7f2724786465-bc2ca8a8,
#w-node-_52d86b54-6913-5bdd-4ecb-7f2724786468-bc2ca8a8,
#w-node-_52d86b54-6913-5bdd-4ecb-7f2724786473-bc2ca8a8,
#w-node-_52d86b54-6913-5bdd-4ecb-7f272478647e-bc2ca8a8,
#w-node-_52d86b54-6913-5bdd-4ecb-7f2724786489-bc2ca8a8,
#w-node-c566dc9a-41bf-9f89-7e90-b3cd9179e391-99324a75,
#w-node-c566dc9a-41bf-9f89-7e90-b3cd9179e394-99324a75,
#w-node-c566dc9a-41bf-9f89-7e90-b3cd9179e39f-99324a75,
#w-node-c566dc9a-41bf-9f89-7e90-b3cd9179e3aa-99324a75,
#w-node-c566dc9a-41bf-9f89-7e90-b3cd9179e3b5-99324a75,
#w-node-_1283ed75-0dae-4f01-1740-888ea594ad21-bd0e08c2,
#w-node-_281496d7-f525-8e96-d462-e7da148ff313-bd0e08c2,
#w-node-e73b34e6-6793-d631-825e-908ae7fa034c-bd0e08c2,
#w-node-_1d03443a-df45-a5ae-2c13-17af21a65022-bd0e08c2,
#w-node-_087abd1b-5f52-4c70-16a3-30757cbc1361-bd0e08c2,
#w-node-e76ca844-3f7a-bcd2-1b8d-e536a7596984-bd0e08c2,
#w-node-a467b36f-2972-a6a9-0e78-d2c74e9f7deb-bd0e08c2,
#w-node-a467b36f-2972-a6a9-0e78-d2c74e9f7dd2-bd0e08c2,
#w-node-_3e03ab5b-391b-01b3-4afc-40922a112f4d-bd0e08c2,
#w-node-_3e03ab5b-391b-01b3-4afc-40922a112f53-bd0e08c2,
#w-node-_3e03ab5b-391b-01b3-4afc-40922a112f59-bd0e08c2,
#w-node-_3e03ab5b-391b-01b3-4afc-40922a112f5f-bd0e08c2,
#w-node-bacb7d75-f453-231b-858a-e49783c16dc2-bd0e08c2,
#w-node-bacb7d75-f453-231b-858a-e49783c16dca-bd0e08c2,
#w-node-bacb7d75-f453-231b-858a-e49783c16dce-bd0e08c2,
#w-node-bacb7d75-f453-231b-858a-e49783c16dd6-bd0e08c2,
#w-node-bacb7d75-f453-231b-858a-e49783c16dda-bd0e08c2,
#w-node-bacb7d75-f453-231b-858a-e49783c16de2-bd0e08c2,
#w-node-bacb7d75-f453-231b-858a-e49783c16de6-bd0e08c2,
#w-node-bacb7d75-f453-231b-858a-e49783c16dee-bd0e08c2,
#w-node-_3947e43c-e0ee-cb11-8bc8-837ce8ae6a65-62bed398,
#w-node-d0f5d2b7-3b51-3b52-9ba3-c6d2ab32b763-62bed398,
#w-node-d0f5d2b7-3b51-3b52-9ba3-c6d2ab32b769-62bed398,
#w-node-d0f5d2b7-3b51-3b52-9ba3-c6d2ab32b76f-62bed398,
#w-node-d0f5d2b7-3b51-3b52-9ba3-c6d2ab32b775-62bed398,
#w-node-a74988a3-a7c6-eefe-2f17-27149ec651f5-62bed398,
#w-node-a74988a3-a7c6-eefe-2f17-27149ec651fd-62bed398,
#w-node-a74988a3-a7c6-eefe-2f17-27149ec65201-62bed398,
#w-node-a74988a3-a7c6-eefe-2f17-27149ec65209-62bed398,
#w-node-a74988a3-a7c6-eefe-2f17-27149ec6520d-62bed398,
#w-node-a74988a3-a7c6-eefe-2f17-27149ec65215-62bed398,
#w-node-a74988a3-a7c6-eefe-2f17-27149ec65219-62bed398,
#w-node-a74988a3-a7c6-eefe-2f17-27149ec65221-62bed398,
#w-node-_85999cee-8988-7beb-622d-84e658f0f828-5b859057,
#w-node-_85999cee-8988-7beb-622d-84e658f0f829-5b859057,
#w-node-_9ab6a65f-6e1b-147f-43ee-b2bb879edb21-22b81b3e,
#w-node-_2412d875-71a1-93bd-ed6d-2a0e1fc033c2-22b81b3e,
#w-node-_2b83b40c-833d-172f-9dba-93e97a4a4bd8-22b81b3e,
#w-node-_2b83b40c-833d-172f-9dba-93e97a4a4be0-22b81b3e,
#w-node-c58347ff-6e9a-36b0-73c5-d6bf95cbbb8e-22b81b3e,
#w-node-c58347ff-6e9a-36b0-73c5-d6bf95cbbb96-22b81b3e,
#w-node-_5cec3fb1-8e9f-42be-ab07-3ad774e4af6a-22b81b3e,
#w-node-_5cec3fb1-8e9f-42be-ab07-3ad774e4af72-22b81b3e,
#w-node-_9eafd4de-eb57-bd8d-ec65-4ad8f88b46bf-22b81b3e,
#w-node-_9eafd4de-eb57-bd8d-ec65-4ad8f88b46c2-22b81b3e,
#w-node-_9eafd4de-eb57-bd8d-ec65-4ad8f88b46cd-22b81b3e,
#w-node-_9eafd4de-eb57-bd8d-ec65-4ad8f88b46d8-22b81b3e,
#w-node-_9eafd4de-eb57-bd8d-ec65-4ad8f88b46e3-22b81b3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50b28aa9-2dd2-a999-4222-d7867b1d083d-61ffd3bd,
#w-node-b35caa4e-4989-ebf7-1a2b-2ceab4ac4b97-61ffd3bd {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b4ff167d-667c-7607-2530-9b1ffd16d7de-61ffd3bd,
#w-node-b4ff167d-667c-7607-2530-9b1ffd16d7f2-61ffd3bd,
#w-node-b4ff167d-667c-7607-2530-9b1ffd16d7f3-61ffd3bd,
#w-node-_2d18a3c1-27fd-a70a-31cf-0e91ab277f07-61ffd3bd,
#w-node-_2d18a3c1-27fd-a70a-31cf-0e91ab277f1e-61ffd3bd,
#w-node-_2d18a3c1-27fd-a70a-31cf-0e91ab277f1f-61ffd3bd,
#w-node-_7828ef81-ff03-9f1c-0b5f-275b8c0fc015-61ffd3bd,
#w-node-_3ccf8074-351f-2eb4-025c-88725137f7df-61ffd3bd,
#w-node-_04cd5f4b-9f7b-0392-4f61-8a0bbe7de6fe-61ffd3bd,
#w-node-_80905bba-b1a8-5c68-485b-553f63724935-61ffd3bd,
#w-node-_3216e677-9ff2-22a4-d745-3d60daa687f6-61ffd3bd,
#w-node-_0482ed4d-fab9-d367-c5f1-e98ceb1543a4-61ffd3bd,
#w-node-_0482ed4d-fab9-d367-c5f1-e98ceb1543bb-61ffd3bd,
#w-node-_0482ed4d-fab9-d367-c5f1-e98ceb1543bc-61ffd3bd,
#w-node-b0097f7a-6a1c-ab55-c161-df73324344df-61ffd3bd,
#w-node-_1be88aa4-3efe-95df-4e60-9b5e9788d00b-61ffd3bd,
#w-node-_75ca1b9d-051a-4727-8b48-b2b3be6a2600-61ffd3bd,
#w-node-_8e23b5c6-5da3-4c9f-f907-2d7e5fc89b43-61ffd3bd,
#w-node-_033d3818-dddd-c2e8-0372-49f03b25c0e8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b04-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b19-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b20-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b23-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b26-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b29-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b2c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b2f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b32-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b35-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b38-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b3b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b3e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b42-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b43-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b44-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b45-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b46-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b4b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b4e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b51-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b54-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b57-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b5c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b5f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b62-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b65-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b70-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b73-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b76-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b79-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b7c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b7f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b82-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b85-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b88-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b8b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b8e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b91-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b94-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b97-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b9a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b9d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bac-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7baf-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bb2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bb5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bb8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bbb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bbe-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bc1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bc4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bc7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bca-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bcd-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bdc-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bdd-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7be0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7be3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bea-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7beb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bec-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bed-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bee-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bfc-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bfe-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c00-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c02-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c04-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c07-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c0a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c0d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c0f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c11-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c14-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c15-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c17-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c19-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c1b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c1e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c1f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c21-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c23-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c25-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c28-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c29-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c2a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c2b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c31-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c32-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c33-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c34-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c35-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c38-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c3b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c3e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c41-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c44-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c47-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c49-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c4b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c4d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c4f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c52-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c54-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c56-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c59-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c5c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c5f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c60-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c61-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c63-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c69-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c70-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c73-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c76-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c79-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c7c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c7f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c81-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c83-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c85-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c87-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c8a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c8d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c90-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c93-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c96-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c99-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ca2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ca5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ca8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cab-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cbc-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cbf-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cc2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cc5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cc8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cca-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ccc-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cce-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cdb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cde-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cea-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ced-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cfb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cfd-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cff-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d01-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d04-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d07-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d0a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d0d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d10-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d13-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d15-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d17-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d19-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d1b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d1e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d20-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d23-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d26-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d29-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d2c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d2e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d30-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d32-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d34-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d37-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d3a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d3d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d40-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d43-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d46-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d48-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d4a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d4c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d4e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d51-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d53-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d56-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d59-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d5c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d5f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d61-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d63-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d65-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d67-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d6a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d6c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d6f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d72-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d75-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d78-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d7a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d7c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d7e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d80-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d83-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d86-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d89-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d8c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d8f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d92-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d94-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d96-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d98-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d9a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d9d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dac-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7daf-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7db2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7db5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7db8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dbb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dbd-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dcc-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dcf-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dd2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dd5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dd8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ddb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dde-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dec-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7def-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7df2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7df5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7df8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dfb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dfe-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e01-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e04-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e07-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e0a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e0d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e10-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e1a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e1d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e20-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e23-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e26-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e2b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e2d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e30-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e33-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e36-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e39-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e3b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e3e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e41-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e44-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e47-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e4a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e4d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e50-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e53-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e5d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e5f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e62-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e65-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e7f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e82-840a7271,
#w-node-bc1a9183-2d92-ba0d-9a18-3f26561e8fb3-840a7271,
#w-node-_2208fb54-5dd6-ead7-e172-55efe76f14b1-840a7271,
#w-node-ec95c135-99c3-3eaf-746b-2d22b1b37b4f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e70-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e73-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e76-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e79-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e7c-840a7271,
#w-node-_7c8ed45d-25a0-3b5a-7e6d-e31618f06dcf-840a7271,
#w-node-_9bc1f8a0-8969-aab1-2b33-6cf7d1a0025e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e85-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e88-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e8b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e8e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e91-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e94-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e97-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e9a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e9d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eab-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eae-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eb1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eb4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eb7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eba-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ebd-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ebf-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ec2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ec5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ec8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ed2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ed5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ed8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7edb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ede-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eec-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eef-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ef2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ef5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ef8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7efb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7efe-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f01-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f04-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f07-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f0a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f0d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f0f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f11-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f14-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f17-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f1a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f1d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f20-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f23-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f26-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f29-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f2b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f2e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f31-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f34-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f37-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f39-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f3c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f3f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f45-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f48-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f4b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f4e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f51-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f54-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f56-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f59-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f5c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f62-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f64-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f67-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f6a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f6d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f70-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f72-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f75-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f78-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f7e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f81-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f84-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f87-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f8a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f8d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f8f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f92-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f95-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f9b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f9e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fa1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fa4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fa7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7faa-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fad-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fb0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fb3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fb9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fbb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fbe-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fc1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fc4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fc7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fca-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fcd-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fd0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fd6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fd9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fdc-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fdf-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fe2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fe5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fe7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fea-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fed-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ff5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ff8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ffb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ffe-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8001-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8004-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8007-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc800a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc800d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8013-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8015-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8018-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc801b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc801e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8021-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8024-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8027-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc802a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8030-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8033-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8036-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8039-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc803c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8041-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8043-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8046-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8049-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc804f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8051-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8054-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8057-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc805a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc805d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8060-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8063-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8066-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc806c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc806f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8072-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8075-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8078-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc807b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc807e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8081-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8084-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc808a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc808d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8090-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8093-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8096-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8099-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc809c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc809f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80a2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80a8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ab-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ae-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80bc-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80bf-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80c5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80c7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ca-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80cd-840a7271,
#w-node-_12572d7b-b3da-e2dd-5cee-611b2e08e4a3-840a7271,
#w-node-_33cc24b9-ace0-2d19-2bc6-a6a2b9de1a22-840a7271,
#w-node-f8c7ae18-d6f0-f805-309d-094e9dcdeb41-840a7271,
#w-node-e7cc12ce-e4da-bc56-4a63-15ad075a127c-840a7271,
#w-node-_5f61888d-63f1-f549-873c-f0455ab2118b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80db-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80de-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80e1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80e4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80e7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ea-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ec-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ee-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80f1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80f7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80f9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80fc-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ff-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8102-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8105-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8108-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc810b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc810e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8114-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8116-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8119-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc811c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc811f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8122-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8124-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8127-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc812a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8130-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8133-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8136-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8139-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc813c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc813f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8142-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8145-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8148-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc814e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8150-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8152-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8155-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8158-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc815b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc815d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc815f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8162-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8168-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc816b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc816e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8171-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8181-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8183-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8186-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8189-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc818c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc818f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8191-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8194-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8197-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc819d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc819f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81a2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81a5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81a8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81ab-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81ad-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81b0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81b3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81b9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81bb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81be-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81cc-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81cf-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81d5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81d7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81da-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81dd-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e9-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81ec-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81f2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81f5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81f8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81fb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81fe-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8201-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8204-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8207-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc820a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8210-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8213-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8216-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8219-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc821c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc821f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8222-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8225-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8228-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc822e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8231-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8234-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8237-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc823a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc823d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8240-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8243-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8246-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8249-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8253-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8256-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8259-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc825c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc825f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8262-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8265-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8268-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc826b-840a7271,
#w-node-d0a1bcd5-b710-1714-4d75-eec36238ab19-840a7271,
#w-node-c69b18d0-5fbb-f1c6-c6cc-e69b7556fbbd-840a7271,
#w-node-_8e8055ec-a897-2b2f-54db-dde26ba2372f-840a7271,
#w-node-_145e5c9d-82c1-0ee5-1023-05d26a82d8f5-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8271-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8273-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8275-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8278-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc827b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc827e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8280-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8282-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8285-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8293-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8296-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8299-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc829c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc829f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82a2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82a4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82a7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82aa-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b7-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82cb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82cc-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82cd-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ce-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ba-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e1-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e2-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e4-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ea-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ed-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f0-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f3-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f6-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f8-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82fb-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82fe-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8304-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8307-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc830a-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc830d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8314-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8315-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8316-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8317-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc831b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc831d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc831f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8322-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8325-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8328-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc832b-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc832e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8331-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8334-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc833e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8340-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8342-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8345-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834c-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834d-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834e-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834f-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8353-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8355-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8357-840a7271,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc835a-840a7271,
#w-node-_879b54b8-129e-838c-e848-0fea1389af9a-b18bac82,
#w-node-_879b54b8-129e-838c-e848-0fea1389afa2-b18bac82,
#w-node-_879b54b8-129e-838c-e848-0fea1389afaa-b18bac82,
#w-node-dacd4437-2acc-1395-c5c9-df8e1dfe7c13-b18bac82,
#w-node-dacd4437-2acc-1395-c5c9-df8e1dfe7c14-b18bac82,
#w-node-_90572806-8fc0-cd1e-1f66-46c7d9d24842-0e3f3b5a,
#w-node-_90572806-8fc0-cd1e-1f66-46c7d9d24843-0e3f3b5a,
#w-node-_90572806-8fc0-cd1e-1f66-46c7d9d2484d-0e3f3b5a,
#w-node-_4db63448-d9d0-7f5c-504f-dd773e3b0cec-0e3f3b5a,
#w-node-_1d8c81bb-d8cb-249d-b533-2a6214a8a15b-0e3f3b5a,
#w-node-_5c541e79-bfae-9e10-c634-981a24bfc946-0e3f3b5a,
#w-node-_5c541e79-bfae-9e10-c634-981a24bfc959-0e3f3b5a,
#w-node-_5c541e79-bfae-9e10-c634-981a24bfc95a-0e3f3b5a,
#w-node-f6b47982-bd0f-af01-61cb-01568825f2f4-47f131ff,
#w-node-_578e8919-481e-2676-b3a1-7babce46fb28-47f131ff,
#w-node-fa9d5a60-832f-85b8-5695-1c110429a76c-47f131ff,
#w-node-_78afbc76-0ed0-f497-1f2d-9503c969fed3-47f131ff,
#w-node-ba7822f2-e1f6-e075-c343-d6d6c2893d3f-47f131ff,
#w-node-f3fbc8c0-e66f-93dd-471e-fd86c689af90-47f131ff,
#w-node-f3fbc8c0-e66f-93dd-471e-fd86c689afa3-47f131ff,
#w-node-f3fbc8c0-e66f-93dd-471e-fd86c689afa4-47f131ff,
#w-node-_074db14d-996a-b68b-50cd-da5b91fa14d5-0f3eb768 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_153c1e0a-300a-6842-1c43-0c8a22024b95-45ab4bb6,
#w-node-_5b5e604d-0293-d7b0-f852-756d2fc7dd32-45ab4bb6,
#w-node-ec891420-eb8a-30b0-412b-8fbd9711827e-45ab4bb6 {
    place-self: center;
}

#w-node-fbe58e8b-ad46-3ce5-951b-b76ce8615f19-0e34f005,
#w-node-fbe58e8b-ad46-3ce5-951b-b76ce8615f22-0e34f005,
#w-node-_5e47d9f6-9ba6-8777-939b-da16f0df1f4f-0e34f005,
#w-node-_9ce87700-0e91-8563-94e8-f3e9dd75a523-0e34f005,
#w-node-f1d57e05-e8bf-492c-0a3c-beeb2229dc4f-b004a451,
#w-node-f1d57e05-e8bf-492c-0a3c-beeb2229dc57-b004a451,
#w-node-f1d57e05-e8bf-492c-0a3c-beeb2229dc5f-b004a451,
#w-node-_033d3818-dddd-c2e8-0372-49f03b25c0e8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b04-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b19-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b1f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b20-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b23-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b26-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b29-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b2c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b2f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b32-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b35-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b38-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b3b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b3e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b42-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b43-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b44-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b45-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b46-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b4b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b4e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b51-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b54-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b57-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b5c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b5f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b62-2656844b,
#w-node-ae0728c2-a70a-8ae0-2e8d-63af3fc8ce48-2656844b,
#w-node-_4e2fa618-d793-7fc0-bc91-266a425bf073-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b65-2656844b,
#w-node-_3bcec832-95ba-212d-2c2e-9b22b98c286f-2656844b,
#w-node-cde2ff3d-e2c4-7f58-01fb-477a160d53d8-2656844b,
#w-node-_685d16aa-1777-bd9a-d770-bd04ee6d0f24-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b6f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b70-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b73-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b76-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b79-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b7c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b7f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b82-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b85-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b88-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b8b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b8e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b91-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b94-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b97-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b9a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b9d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ba9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bac-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7baf-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bb2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bb5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bb8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bbb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bbe-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bc1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bc4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bc7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bca-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bcd-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bd9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bdc-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bdd-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7be0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7be3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bea-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7beb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bec-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bed-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bee-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bf9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bfc-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7bfe-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c00-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c02-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c04-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c07-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c0a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c0d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c0f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c11-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c14-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c15-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c17-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c19-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c1b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c1e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c1f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c21-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c23-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c25-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c28-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c29-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c2a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c2b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c31-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c32-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c33-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c34-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c35-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c38-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c3b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c3e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c41-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c44-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c47-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c49-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c4b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c4d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c4f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c52-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c54-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c56-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c59-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c5c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c5f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c60-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c61-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c63-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c69-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c6d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c70-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c73-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c76-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c79-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c7c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c7f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c81-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c83-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c85-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c87-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c8a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c8d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c90-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c93-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c96-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c99-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7c9f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ca2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ca5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ca8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cab-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cb9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cbc-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cbf-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cc2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cc5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cc8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cca-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ccc-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cce-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cd8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cdb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cde-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ce7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cea-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ced-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cf9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cfb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cfd-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7cff-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d01-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d04-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d07-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d0a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d0d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d10-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d13-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d15-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d17-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d19-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d1b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d1e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d20-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d23-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d26-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d29-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d2c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d2e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d30-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d32-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d34-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d37-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d3a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d3d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d40-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d43-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d46-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d48-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d4a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d4c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d4e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d51-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d53-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d56-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d59-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d5c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d5f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d61-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d63-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d65-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d67-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d6a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d6c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d6f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d72-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d75-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d78-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d7a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d7c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d7e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d80-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d83-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d86-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d89-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d8c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d8f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d92-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d94-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d96-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d98-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d9a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7d9d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7da9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dac-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7daf-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7db2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7db5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7db8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dbb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dbd-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dc9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dcc-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dcf-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dd2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dd5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dd8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ddb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dde-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7de9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dec-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7def-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7df2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7df5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7df8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dfb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7dfe-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e01-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e04-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e07-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e0a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e0d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e10-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e1a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e1d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e20-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e23-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e26-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e2b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e2d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e30-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e33-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e36-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e39-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e3b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e3e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e41-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e44-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e47-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e4a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e4d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e50-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e53-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e5d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e5f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e62-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e65-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e6f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e70-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e7c-2656844b,
#w-node-_7f87964e-ba56-c40a-558c-31e1b661e599-2656844b,
#w-node-_20786ffa-6707-0fa6-f1a5-8f144a9f633e-2656844b,
#w-node-_24338899-c6a9-f48d-2bb7-cd6f48591196-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e7f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e82-2656844b,
#w-node-bc1a9183-2d92-ba0d-9a18-3f26561e8fb3-2656844b,
#w-node-_2208fb54-5dd6-ead7-e172-55efe76f14b1-2656844b,
#w-node-ec95c135-99c3-3eaf-746b-2d22b1b37b4f-2656844b,
#w-node-baf665a3-202d-684c-cc37-116ea6218509-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e73-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e76-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e79-2656844b,
#w-node-_4ac6f281-2d88-a4dc-a12e-774b0fd0eceb-2656844b,
#w-node-_7c8ed45d-25a0-3b5a-7e6d-e31618f06dcf-2656844b,
#w-node-_9bc1f8a0-8969-aab1-2b33-6cf7d1a0025e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e85-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e88-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e8b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e8e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e91-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e94-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e97-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e9a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7e9d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ea8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eab-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eae-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eb1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eb4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eb7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eba-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ebd-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ebf-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ec2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ec5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ec8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ed2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ed5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ed8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7edb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ede-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ee9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eec-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7eef-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ef2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ef5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ef8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7efb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7efe-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f01-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f04-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f07-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f0a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f0d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f0f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f11-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f14-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f17-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f1a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f1d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f20-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f23-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f26-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f29-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f2b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f2e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f31-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f34-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f37-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f39-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f3c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f3f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f45-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f48-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f4b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f4e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f51-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f54-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f56-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f59-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f5c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f62-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f64-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f67-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f6a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f6d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f70-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f72-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f75-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f78-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f7e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f81-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f84-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f87-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f8a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f8d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f8f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f92-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f95-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f9b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7f9e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fa1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fa4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fa7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7faa-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fad-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fb0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fb3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fb9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fbb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fbe-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fc1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fc4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fc7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fca-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fcd-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fd0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fd6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fd9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fdc-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fdf-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fe2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fe5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fe7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fea-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7fed-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ff5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ff8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ffb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7ffe-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8001-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8004-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8007-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc800a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc800d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8013-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8015-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8018-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc801b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc801e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8021-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8024-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8027-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc802a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8030-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8033-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8036-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8039-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc803c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8041-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8043-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8046-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8049-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc804f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8051-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8054-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8057-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc805a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc805d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8060-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8063-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8066-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc806c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc806f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8072-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8075-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8078-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc807b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc807e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8081-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8084-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc808a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc808d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8090-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8093-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8096-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8099-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc809c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc809f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80a2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80a8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ab-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ae-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80b9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80bc-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80bf-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80c5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80c7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ca-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80cd-2656844b,
#w-node-_12572d7b-b3da-e2dd-5cee-611b2e08e4a3-2656844b,
#w-node-_33cc24b9-ace0-2d19-2bc6-a6a2b9de1a22-2656844b,
#w-node-f8c7ae18-d6f0-f805-309d-094e9dcdeb41-2656844b,
#w-node-e7cc12ce-e4da-bc56-4a63-15ad075a127c-2656844b,
#w-node-_5f61888d-63f1-f549-873c-f0455ab2118b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80d7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80db-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80de-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80e1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80e4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80e7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ea-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ec-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ee-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80f1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80f7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80f9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80fc-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc80ff-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8102-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8105-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8108-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc810b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc810e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8114-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8116-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8119-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc811c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc811f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8122-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8124-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8127-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc812a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8130-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8133-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8136-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8139-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc813c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc813f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8142-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8145-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8148-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc814e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8150-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8152-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8155-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8158-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc815b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc815d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc815f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8162-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8168-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc816b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc816e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8171-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc817d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8181-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8183-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8186-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8189-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc818c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc818f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8191-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8194-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8197-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc819d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc819f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81a2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81a5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81a8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81ab-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81ad-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81b0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81b3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81b9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81bb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81be-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81c9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81cc-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81cf-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81d5-2656844b,
#w-node-_81c1295d-b353-6bd7-7b9d-80f1dc6542fd-2656844b,
#w-node-f6670fa8-e191-5fb9-ec8c-c0fee4389bf7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81da-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81dd-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81e9-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81ec-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81f2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81f5-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81f8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81fb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc81fe-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8201-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8204-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8207-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc820a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8210-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8213-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8216-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8219-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc821c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc821f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8222-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8225-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8228-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc822e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8231-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8234-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8237-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc823a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc823d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8240-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8243-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8246-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8249-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8253-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8256-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8259-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc825c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc825f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8262-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8265-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8268-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc826b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8271-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8273-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8275-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8278-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc827b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc827e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8280-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8282-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8285-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc828f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8293-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8296-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8299-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc829c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc829f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82a2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82a4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82a7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82aa-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82b7-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82cb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82cc-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82cd-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ce-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ba-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e1-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e2-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e4-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82e8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ea-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82ed-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f0-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f3-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f6-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82f8-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82fb-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc82fe-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8304-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8307-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc830a-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc830d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8314-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8315-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8316-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8317-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc831b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc831d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc831f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8322-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8325-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8328-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc832b-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc832e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8331-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8334-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc833e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8340-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8342-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8345-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834c-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834d-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834e-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc834f-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8353-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8355-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc8357-2656844b,
#w-node-cb5d890c-ed2c-5834-03f5-db4e28fc835a-2656844b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9f83238-295d-3e39-c01a-89922c6df6f5-a9ba7341 {
    place-self: center;
}

#w-node-_50436bcd-590f-336b-0279-be6a5fc73c45-a9ba7341,
#w-node-_50436bcd-590f-336b-0279-be6a5fc73c46-a9ba7341,
#w-node-a8039423-9bbc-9de3-311c-8c6b8119da1c-b7bc6a1c,
#w-node-a8039423-9bbc-9de3-311c-8c6b8119da22-b7bc6a1c,
#w-node-a8039423-9bbc-9de3-311c-8c6b8119da28-b7bc6a1c,
#w-node-_45713f81-1b0d-4155-97b3-cb0c1cd97390-b7bc6a1c,
#w-node-_45713f81-1b0d-4155-97b3-cb0c1cd97391-b7bc6a1c,
#w-node-a8039423-9bbc-9de3-311c-8c6b8119da1c-8940f264,
#w-node-a8039423-9bbc-9de3-311c-8c6b8119da22-8940f264,
#w-node-a8039423-9bbc-9de3-311c-8c6b8119da28-8940f264,
#w-node-_45713f81-1b0d-4155-97b3-cb0c1cd97390-8940f264,
#w-node-_45713f81-1b0d-4155-97b3-cb0c1cd97391-8940f264,
#w-node-_50436bcd-590f-336b-0279-be6a5fc73c45-622e828e,
#w-node-_50436bcd-590f-336b-0279-be6a5fc73c46-622e828e {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
    #w-node-_43d296a2-327e-ad4d-8401-ce3150fdcd12-40cd5439,
    #w-node-_109986c9-c118-d720-730c-d7c31950adbb-40cd5439,
    #w-node-fea37877-a588-a42c-1841-128f972866d0-40cd5439,
    #w-node-ef2cd590-2f34-ad4d-ecc1-5e5315677bb7-40cd5439,
    #w-node-_495d04c9-042a-cb9e-b781-d51d9f4676dc-40cd5439,
    #w-node-b708288b-03a6-1394-ca24-ff30db0f94cf-40cd5439,
    #w-node-_655e9064-7bef-28d7-897c-9b299a12add9-40cd5439,
    #w-node-e5a5cade-c303-8b01-103d-ae243c520c6e-40cd5439,
    #w-node-e5a5cade-c303-8b01-103d-ae243c520c7a-40cd5439,
    #w-node-e5a5cade-c303-8b01-103d-ae243c520c86-40cd5439,
    #w-node-_66e3efb7-9e97-0d44-409b-c6310e52f74e-40cd5439 {
        justify-self: center;
    }

    #w-node-e5a5cade-c303-8b01-103d-ae243c520cc2-40cd5439 {
        grid-area: span 1 / span 1 / span 1 / span 1;
        justify-self: center;
    }

    #w-node-e5a5cade-c303-8b01-103d-ae243c520cb7-40cd5439,
    #w-node-c0d21a5f-d7fd-3f06-d8ca-67ecb07db5e9-40cd5439,
    #w-node-c0d21a5f-d7fd-3f06-d8ca-67ecb07db5f0-40cd5439,
    #w-node-c0d21a5f-d7fd-3f06-d8ca-67ecb07db5f7-40cd5439,
    #w-node-e56c2040-1d64-5f95-81cd-6c5fac267405-40cd5439,
    #w-node-c0d21a5f-d7fd-3f06-d8ca-67ecb07db606-40cd5439 {
        justify-self: center;
    }

    #w-node-_3a321adf-a37c-96af-5544-b4c9814b2dc7-b0190f6a,
    #w-node-a6ae51e2-dae7-4ba4-6b86-582f2bf17a6e-b0190f6a,
    #w-node-b7d26c78-3758-1bb6-a69a-e571d4c04a34-b0190f6a,
    #w-node-e409dedf-416b-e80c-980e-d9c334768ff5-61ffd3bd,
    #w-node-f01f8a28-8594-76f7-b345-fde9b90ed232-61ffd3bd,
    #w-node-_16f68e9e-b9a0-9c81-86d9-ad11e0645e5f-61ffd3bd,
    #w-node-_6eecabd4-65e6-78c6-fba0-8fa80344a4fc-61ffd3bd,
    #w-node-_6eecabd4-65e6-78c6-fba0-8fa80344a50e-61ffd3bd,
    #w-node-_6eecabd4-65e6-78c6-fba0-8fa80344a520-61ffd3bd,
    #w-node-_6eecabd4-65e6-78c6-fba0-8fa80344a517-61ffd3bd,
    #w-node-_6eecabd4-65e6-78c6-fba0-8fa80344a505-61ffd3bd,
    #w-node-_6eecabd4-65e6-78c6-fba0-8fa80344a552-61ffd3bd,
    #w-node-_6eecabd4-65e6-78c6-fba0-8fa80344a55b-61ffd3bd,
    #w-node-_6eecabd4-65e6-78c6-fba0-8fa80344a564-61ffd3bd,
    #w-node-_6eecabd4-65e6-78c6-fba0-8fa80344a549-61ffd3bd,
    #w-node-_6eecabd4-65e6-78c6-fba0-8fa80344a56d-61ffd3bd,
    #w-node-_3ccf8074-351f-2eb4-025c-88725137f7df-61ffd3bd,
    #w-node-_3216e677-9ff2-22a4-d745-3d60daa687f6-61ffd3bd {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-fbe58e8b-ad46-3ce5-951b-b76ce8615f22-0e34f005,
    #w-node-_5e47d9f6-9ba6-8777-939b-da16f0df1f4f-0e34f005,
    #w-node-_9ce87700-0e91-8563-94e8-f3e9dd75a523-0e34f005,
    #w-node-f1d57e05-e8bf-492c-0a3c-beeb2229dc4f-b004a451,
    #w-node-f1d57e05-e8bf-492c-0a3c-beeb2229dc57-b004a451,
    #w-node-f1d57e05-e8bf-492c-0a3c-beeb2229dc5f-b004a451 {
        justify-self: center;
    }

    #w-node-a9f83238-295d-3e39-c01a-89922c6df6f5-a9ba7341 {
        place-self: center;
    }
}

@media screen and (min-width: 1280px) {
    #w-node-_844aa834-f9f5-699e-7321-8f8225805ccc-40cd5439 {
        grid-area: span 1 / span 1 / span 1 / span 1;
        justify-self: center;
    }
}

@media screen and (max-width: 991px) {
    #w-node-_844aa834-f9f5-699e-7321-8f8225805ccc-40cd5439 {
        align-self: stretch;
    }
}

@media screen and (max-width: 767px) {
    #w-node-f9aadeec-8414-a22f-1aa4-f7ad43a19aed-004d6d2f,
    #w-node-f1479364-2768-fc29-2e9c-d54b952bf597-004d6d2f,
    #w-node-f9aadeec-8414-a22f-1aa4-f7ad43a19aed-1c9658dd,
    #w-node-c4315115-24d7-59f5-908a-e22a1aba83eb-bc2ca8a8,
    #w-node-c4315115-24d7-59f5-908a-e22a1aba83f1-bc2ca8a8,
    #w-node-_77033585-3d95-18cb-559c-80d62641f2f4-99324a75,
    #w-node-_77033585-3d95-18cb-559c-80d62641f2fa-99324a75 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_281496d7-f525-8e96-d462-e7da148ff313-bd0e08c2,
    #w-node-a467b36f-2972-a6a9-0e78-d2c74e9f7deb-bd0e08c2 {
        order: -9999;
    }

    #w-node-a9c72cdc-6c14-d054-f318-429fce7e051f-bd0e08c2,
    #w-node-a9c72cdc-6c14-d054-f318-429fce7e0525-bd0e08c2 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-b4ff167d-667c-7607-2530-9b1ffd16d7de-61ffd3bd {
        order: 9999;
    }

    #w-node-b4ff167d-667c-7607-2530-9b1ffd16d7f2-61ffd3bd {
        order: 9999;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_3ccf8074-351f-2eb4-025c-88725137f7df-61ffd3bd,
    #w-node-_80905bba-b1a8-5c68-485b-553f63724935-61ffd3bd {
        order: -9999;
    }

    #w-node-_0482ed4d-fab9-d367-c5f1-e98ceb1543bb-61ffd3bd,
    #w-node-_5c541e79-bfae-9e10-c634-981a24bfc946-0e3f3b5a {
        order: 9999;
    }

    #w-node-_5c541e79-bfae-9e10-c634-981a24bfc959-0e3f3b5a {
        order: 9999;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-f3fbc8c0-e66f-93dd-471e-fd86c689af90-47f131ff {
        order: 9999;
    }

    #w-node-f3fbc8c0-e66f-93dd-471e-fd86c689afa3-47f131ff {
        order: 9999;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_410bb4d8-22db-b36b-8934-79629cb8e600-45ab4bb6 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b19-a38241c1,
    #w-node-_3df22200-3253-ed0f-bfdc-34f8fc1754e7-288241de,
    #w-node-_6a7c6387-17b4-5f29-01d7-14b58c9eadd6-798241df,
    #w-node-_3df22200-3253-ed0f-bfdc-34f8fc1754e7-0a8241e0,
    #w-node-_964653dc-5786-694b-44dd-893a8325395e-5f8241e1,
    #w-node-_964653dc-5786-694b-44dd-893a8325395e-f98241f7,
    #w-node-_58b0a498-35ba-3703-5e05-e428684b4abe-8b8241fa,
    #w-node-_964653dc-5786-694b-44dd-893a8325395e-9e824225,
    #w-node-_57771f00-4c19-0603-132c-82a6c305b79a-d7cd5842,
    #w-node-_57771f00-4c19-0603-132c-82a6c305b79d-d7cd5842,
    #w-node-_57771f00-4c19-0603-132c-82a6c305b7a0-d7cd5842,
    #w-node-_57771f00-4c19-0603-132c-82a6c305b7a3-d7cd5842,
    #w-node-dded5f36-9081-026e-bf04-a62e6fb42725-879654d5,
    #w-node-a374ea50-1d22-f60c-a169-bdaa39def378-40cd5439,
    #w-node-a374ea50-1d22-f60c-a169-bdaa39def37b-40cd5439,
    #w-node-a374ea50-1d22-f60c-a169-bdaa39def37e-40cd5439,
    #w-node-a374ea50-1d22-f60c-a169-bdaa39def381-40cd5439,
    #w-node-_0afcd6a0-6e38-a7a0-8be2-9e90b5f5f3fb-40cd5439,
    #w-node-_5aa351cb-9039-b0e7-80f0-1a8090696133-40cd5439,
    #w-node-_29c9e946-b679-17d6-aa86-ea5027bfa9a3-ca45a774 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-b4ff167d-667c-7607-2530-9b1ffd16d7de-61ffd3bd {
        order: -9999;
    }

    #w-node-_2d18a3c1-27fd-a70a-31cf-0e91ab277f1e-61ffd3bd,
    #w-node-_0482ed4d-fab9-d367-c5f1-e98ceb1543bb-61ffd3bd {
        order: 9999;
    }

    #w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b19-840a7271 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_4db63448-d9d0-7f5c-504f-dd773e3b0cec-0e3f3b5a {
        grid-column: span 1 / span 1;
    }

    #w-node-_5c541e79-bfae-9e10-c634-981a24bfc946-0e3f3b5a {
        order: -9999;
    }

    #w-node-_78afbc76-0ed0-f497-1f2d-9503c969fed3-47f131ff {
        grid-column: span 1 / span 1;
    }

    #w-node-f3fbc8c0-e66f-93dd-471e-fd86c689af90-47f131ff,
    #w-node-_153c1e0a-300a-6842-1c43-0c8a22024b9a-45ab4bb6,
    #w-node-_9be8c6a2-390f-76e0-5fa5-5410a094eb00-45ab4bb6 {
        order: -9999;
    }

    #w-node-cb5d890c-ed2c-5834-03f5-db4e28fc7b19-2656844b {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

@font-face {
    font-family: "Esklarheitelopage";
    src: url("../fonts/ESKlarheitElopage-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Esklarheitelopage";
    src: url("../fonts/ESKlarheitElopage-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Esklarheitelopage";
    src: url("../fonts/ESKlarheitElopage-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Esklarheitelopage2";
    src: url("../fonts/ESKlarheitElopage-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Esklarheitelopage2";
    src: url("../fonts/ESKlarheitElopage-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Esklarheitelopage2";
    src: url("../fonts/ESKlarheitElopage-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

#animationLogo {
    position: absolute;
    z-index: 10;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

#animationBG {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
}

#animationLogo,
#animationBG,
#wrapper {
    pointer-events: none;
    max-height: 50vh;
}
