@media (max-width: 1140px) {
    .hero_center-section {
        overflow: hidden;
    }
}

.hero_center-background-mobile,
.hero_center-title--mobile,
.hero_center-subtitle-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .hero_center-background {
        display: none !important;
    }

    .hero_center-background-mobile {
        display: block;
    }

    .hero_center-title--desktop {
        display: none;
    }

    .hero_center-title--mobile {
        display: block;
        margin-bottom: 0 !important;
    }
}

:root {
    --nnav-desktop-height: 192px;
}

.hero_center-intro,
.hero_center-title,
.hero_center-subtitle,
.hero_center-section strong,
.hero_center-section .zen_mark,
.hero_center-section .clp_btn {
    text-box: trim-both cap alphabetic;
    font-feature-settings: 'liga' off, 'clig' off;
}

.hero_center-intro {
    color: #888;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom:24px;
}

.hero_center-subtitle {
    max-width: 640px;
    margin-bottom:48px;
}

.hero_center-background {
    left: 54px !important;
}

.hero_center-title{
    margin-bottom:48px;
color: var(--Shades-Dark-Side-Rich-Black, #000);
text-align: center;
leading-trim: both;
text-edge: cap;
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Headline/H1 Bold */
font-family: Nunito;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 64px; /* 114.286% */
}

.hero_center-section .clp_btn {
    background: #fff;
    color: #000;
}

.hero_center-section .clp_btn:hover {
    border-color: #000;
}

@media (max-width: 1023px) {
    .hero_center-section .clp_btn {
        border-radius: 64px;
        background: var(--Accent-Green, #22E243);
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        text-align: center;
        text-box: trim-both cap alphabetic;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 18px;
        letter-spacing: 0.07px;
    }
}

.site-main .hero_center-section{
    max-width:1200px;
    gap:0;
    padding:0;
}

@media (min-width: 1024px) {
    .site-main .hero_center-section {
        padding-top: 100px !important;
        padding-bottom: 133px !important;
    }

    .hero_center-background {
        height: unset !important;
    }
}

@media (max-width: 1023px) {
    .hero_center-subtitle {
        display: none;
    }

    .hero_center-subtitle-mobile {
        display: block;
        color: var(--Shades-Dark-Side-Antracite, #222);
        text-align: center;
        text-box: trim-both cap alphabetic;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        max-width: 360px;
        margin-bottom: 24px;
    }
}

@media (max-width: 400px) {
    .hero_center-subtitle-mobile {
        max-width: 304px;
    }
}

@media (max-width: 1023px) {
    .hero_center-title {
        color: var(--Shades-Dark-Side-Rich-Black, #000);
        text-align: center;
        text-box: trim-both cap alphabetic;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        max-width: 360px;
    }
}

@media (max-width: 400px) {
    .hero_center-title {
        max-width: 304px;
    }
}
