.breadcrumbs-container {
    display: flex;
}

.hero {
    background: url(/products/img/products-background-dark.svg) no-repeat;
    background-size: cover;
    background-position-x: center;
}

.hero__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto var(--height-title) auto;
    padding-bottom: 164px;
    color: white;
}

.hero__heading {
    position: relative;
    grid-column: span 2;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 108px;
}

.hero-ticker {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    color: var(--text-black);
}

.hero-ticker__inner {
    align-self: flex-start;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.hero--da20 .hero-ticker__inner {
    position: absolute;
    right: 0;
}

.hero-ticker__name {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.72px;
}

.hero-ticker__logo {
    margin-right: 10px;
    height: 48px;
    width: 48px;
}

.hero-ticker__link {
    margin-bottom: 4px;
}

.hero-ticker__subtitle {
    font-family: 'Items';
    font-size: 80px;
    font-weight: 325;
    line-height: 76px;
    letter-spacing: 0.02em;
    text-align: left;
    font-variation-settings: 'wdth' 450;
}

.hero-ticker__subtitle span:last-child {
    font-style: italic;
}

.hero__content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "title body"
        ". body";
    grid-column: 1/3;
    grid-row: 2/4;
}

.hero__title-wrapper {
    grid-area: title;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero__title {
    font-family: 'PPNV';
    font-size: 32px;
    font-weight: 550;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: left;
}

.hero__title h1 {
    display: inline;
    font-style: normal;
    margin: 0;
    font-size: 32px;
    line-height: 34px;
    font-weight: 550;
}

.hero__content {
    grid-area: body;
    max-width: 515px;
    width: 100%;
    padding-left: 40px;
    font-size: 16px;
    line-height: 19px;
}

.hero__description {
    margin-bottom: 30px;
    font-family: 'PPNV';
    font-size: 16px;
    font-style: normal;
    font-weight: 375;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.48px;
    color: #C2C6C9;
}

.hero__description:last-of-type {
    margin: 0;
}

.hero__content-logo {
    margin-top: 50px;
}

.hero__subtitle {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.hero__performance {
    margin-bottom: 40px;
}

.hero-performance-list {
    display: flex;
    gap: 40px;
    padding: 0;
    list-style: none;
}

.hero-performance-list__item {
    position: relative;
    flex: 1 0;
}

.hero-performance-list__title {
    font-family: 'PPNV';
    font-size: 14px;
    font-weight: 550;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-align: left;
    display: inline-flex;
    
    gap: 5px;
}

.hero-performance-list__value {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.18px;
}

.hero__action {
    grid-column: 1/2;
    grid-row: 3/4;
    padding-top: 32px;
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.hero__info {
    position: fixed;
    bottom: 0;
    /* left: 0; */
    z-index: 1020;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 10px;
    background-color: black;
}

.fixed-to-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
}

.hero__info-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hero__documents {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero__documents-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.hero-documents-list {
    display: flex;
}

.hero-documents-list__item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.16px;
    color: #fff;
}

a.btn-arrow-right.text-white.hero-documents-list__item:hover {
    --button-text-color: var(--color-blue);
    color: var(--button-text-color)
}

.hero__copy {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    color: #fff;
}

.hero__copy--ticker {
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-bottom: 0;
}

.hero__copy-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
}

.hero__copy-group .btn.btn-sm {
    font-family: 'PPNeue Montreal Mono';
    font-size: 16px !important;
}

.hero__copy--ticker .hero__copy-group {
    gap: 5px;
}

.hero__copy-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.28px;
}

.hero__links {
    padding-left: 50px;
    display: flex;
    gap: 20px;
}

.hero__chart {
    width: 100%;
    background: #fff;
    border-radius: 40px;
    padding: 30px 60px 50px 40px;
}

.hero__chart-header {
    display: flex;
    align-items: baseline;
}

.hero__chart-header span {
    margin: 0 auto;
}

.hero__chart-header h3 {
    font-size: 32px;
    line-height: 100%;
    color: var(--text-black);
}

.hero__chart-axis {
    margin: 20px 0 0 10px;
}

.hero__chart canvas {
    height: 470px;
}

.hero__chart-year {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
    font-size: 12px;
    color: #909090;
}

@media (max-width: 992px) {
    .hero .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .hero__grid {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .hero__heading {
        order: 1;
        flex-direction: column;
        gap: 0;
        margin-bottom: 30px;
    }

    .hero--da20 .hero-ticker__inner {
        position: relative;
    }

    .hero-performance-list__title {
        font-family: 'PPNV';
        font-size: 12px;
        font-weight: 550;
        line-height: 14px;
        letter-spacing: 0.03em;
        text-align: left;
    }

    .hero-performance-list__value {
        font-size: 16px;
        font-weight: 350;
        line-height: 22px;
        text-align: left;
    }

    .hero-performance-list__title span {
        display: block;
    }

    .hero__ticker {
        order: 2;
        margin-bottom: 40px;
        padding-top: 0;
    }

    .hero-ticker__subtitle {
        order: 2;
        font-size: 40px;
        line-height: 42px;
    }

    .hero-ticker__logo {
        width: 32px;
        height: 32px;
    }

    .hero-ticker__name {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0.48px;
    }

    .hero__action {
        order: 3;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 40px;
    }

    .hero--da20 .hero__performance,
    .hero__performance {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .hero-performance-list {
        gap: 18px;
    }

    .hero__copy-group {
        flex-direction: row;
        align-items: center;
    }

    .hero__content-container {
        order: 3;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .hero__title-wrapper {
        gap: 20px;
    }

    .hero__title h1,
    .hero__title {
        margin-bottom: 0;
        font-family: 'PPNV';
        font-size: 24px;
        font-weight: 550;
        line-height: 30px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .hero__content {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 30px;
        padding-left: 10px;
        border-radius: 20px;
        background-color: transparent;
        color: #fff;
    }

    .hero__content-logo {
        display: none;
    }

    .hero__content-logo::after {
        content: '';
        position: absolute;
        left: 50%;
        height: 30px;
        width: 1px;
        transform: translateX(-50%);
        background-color: var(--text-black);
    }

    .hero__subtitle {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px
    }

    .hero__description {
        color: var(--Tokens-Text-Text-Mid-Contrast, #C2C6C9);
        font-size: 14px;
        font-style: normal;
        font-weight: 375;
        line-height: 18px;
        letter-spacing: 0.42px;
    }

    .hero__info {
        position: relative;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .hero__documents-list {
        gap: 10px 20px;
        margin-left: 0;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .hero__links {
        padding-left: 20px;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }

    .hero__links .btn {
        justify-content: center;
        font-size: 24px;
        line-height: 100%;
        padding: 10.5px 40px 15.5px;
        height: unset;
        border-radius: 60px;
    }

    .hero__documents {
        margin-top: 0px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {
    .hero--da20 .hero-ticker__subtitle {
        max-width: 295px;
    }

    .hero--da20 .hero__performance {
        justify-content: space-between;
    }
}