.hero {
    position: relative;
    margin-top: var(--height-header);
    padding-bottom: 160px;
    background: url(/about/img/hero/hero_bg.jpg), #F8F9FA;
    background-size: contain;
    background-position: center;
}

.hero_dark {
    background: url(/about/img/hero/hero_bg_dark.jpg), #151718;
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) {
    .hero {
        background: url(/about/img/hero/hero_bg_2x.jpg), #F8F9FA;
    }

    .hero_dark {
        background: url(/about/img/hero/hero_bg_dark_2x.jpg), #151718;
    }
}

.hero .breadcrumbs {
    padding-top: 40px;
    padding-bottom: 100px;
}

.hero .breadcrumbs ol {
    border-bottom: 1px solid var(--Primitives-Slate-Slate-4, #ECEEF0);
    padding-bottom: 16px !important;
}

.hero_dark .breadcrumbs ol {
    border-bottom: 1px solid var(--Primitives-Slate-Slate-6, #313538);
}

.hero__pretitle {
    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: block;
    text-align: center;
}

.hero_dark .hero__pretitle {
    color: var(--Tokens-Text-Text-Low-Contrast, #787F85);
}

.hero__title {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    text-align: center;
    font-family: "Items";
    font-size: var(--font-size-Level-12, 64px);
    font-style: normal;
    font-weight: 325;
    line-height: var(--line-height-Level-12, 64px);
    letter-spacing: 1.28px;
    font-variation-settings: 'wdth' 450;
    max-width: 900px;
    margin: 0 auto;
}

.hero_dark .hero__title {
    color: var(--Tokens-Text-Text-Hi-Contrast, #F1F3F5);
}

@media (max-width: 992px) {
    .hero {
        padding-bottom: 120px;
        background: url(/about/img/hero/hero_bg_mobile.jpg), #F8F9FA;
    }

    .hero_dark {
        background: url(/about/img/hero/hero_bg_dark_mobile.jpg), #151718;
    }

    .hero .breadcrumbs {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero .breadcrumbs ol {
        border-bottom: 0;
        padding-bottom: 0 !important;
    }

    .hero__pretitle {
        margin-bottom: 20px;
    }

    .hero__title {
        color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
        text-align: center;
        font-family: "Items";
        font-size: 40px;
        font-style: normal;
        font-weight: 325;
        line-height: 42px;
        /* 105% */
        letter-spacing: 0.8px;
    }
}