/* ---------- Upper Stage ---------- */
.content-stage-home-page .content-stage__upper {
    position: relative;
    z-index: 1;
}

.content-stage-home-page .content-stage__upper > .pull-left.pull-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
}

.content-stage-home-page .content-stage__upper .content-stage__row {
    position: relative;
    padding-bottom: 0;
}

.content-stage-home-page .content-stage__upper .content-stage__img {
    position: absolute;
    inset: 0;
}

.content-stage-home-page .content-stage__upper .content-stage__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-stage-home-page .content-stage__upper .content-stage__video {
    position: absolute;
    inset: 0;
    height: 100%;
    overflow: hidden;
}

.content-stage-home-page .content-stage__upper .content-stage__video .embed__item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-stage-home-page .content-stage__upper .content-stage__text {
    margin-top: 0;
    background: none;
    box-shadow: none;
    padding: 80px 0 120px 0;
}

/* ---------- Lower Stage ---------- */
.content-stage-home-page .content-stage__content-below {
    position: relative;
}

.content-stage-home-page .content-stage__content-below > .pull-left.pull-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    z-index: 0;
}

.content-stage-home-page .content-stage__content-below .content-stage__content-below-background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.content-stage-home-page .content-stage__content-below .content-stage__content-below-background .content-stage__img {
    position: absolute;
    inset: 0;
}

.content-stage-home-page .content-stage__content-below .content-stage__content-below-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-stage-home-page .content-stage__content-below .content-stage__brandpages {
    position: relative;
    margin-top: -60px;
    background: #fff;
    z-index: 1;
}

.content-stage-home-page .content-stage__content-below > .container {
    position: relative;
    z-index: 1;
}

.content-stage-home-page .content-stage__content-below .content-stage__brandpage {
    width: 100%;
    height: 90px;
    text-wrap: balance;
    padding: 0 40px 0 20px;
    border-bottom: 2px solid var(--hy-light-grey);
}

.content-stage-home-page .content-stage__content-below .content-stage__brandpage-image {
    overflow: hidden;
}

.content-stage-home-page .content-stage__content-below .content-stage__brandpage-image img {
    height: 100%;
    object-fit: cover;
    object-position: left;
    transition: transform 0.3s ease;
}

.content-stage-home-page .content-stage__content-below .content-stage__brandpage-image:hover img,
.content-stage-home-page .content-stage__content-below .content-stage__brandpage-image:focus img {
    transform: scale(1.05);
}

.content-stage-home-page .content-stage__content-below .content-stage__brandpage:last-child {
    border-bottom: none;
}

.content-stage-home-page .content-stage__content-below .content-stage__text-below {
    padding: 40px 0;
    margin: 0 auto;
}


@media (min-width: 768px) {

    .content-stage-home-page .content-stage__upper .content-stage__row {
        padding: 0;
    }

}

@media (min-width: 992px) {

    .content-stage-home-page .content-stage__upper .content-stage__text {
        padding-bottom: 140px;
    }

    .content-stage-home-page .content-stage__brandpages .content-stage__brandpage {
        height: auto;
        padding: 0;
        text-align: center;
        border-bottom: none;
        min-width: 0;
    }

    .content-stage-home-page .content-stage__brandpages {
        gap: 20px;
        padding: 20px;
    }

    .content-stage-home-page .content-stage__content-below .content-stage__brandpage-image {
        margin-bottom: 20px;
    }

    .content-stage-home-page .content-stage__brandpages .content-stage__brandpage::before {
        display: none;
    }

    .content-stage-home-page .content-stage__content-below .content-stage__text-below {
        padding: 70px 0;
    }

}

@media (min-width: 1200px) {

    .content-stage-home-page .content-stage__upper .content-stage__text .headline {
        font-size: 48px;
    }

}

@media (min-width: 1440px) {

    .content-stage-home-page .content-stage__upper .content-stage__text {
        padding: 100px 0 160px 0;
    }

    .content-stage-home-page .content-stage__brandpages {
        gap: 48px;
        padding: 35px;
    }

    .content-stage-home-page .content-stage__content-below .content-stage__text-below {
        padding: 80px 0;
    }

}
