/* .masthead--homepage {
    position: relative;
    margin-bottom: 25px;
}

.masthead--homepage::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: var(--white);
}

.masthead--homepage:has(+ .bg-light)::after,
.wp-block:has(+ .wp-block > .bg-light) .masthead--homepage::after {
    background-color: var(--light);
}

.masthead--homepage:has(+ .bg-medium)::after,
.wp-block:has(+ .wp-block > .bg-medium) .masthead--homepage::after {
    background-color: var(--medium);
}

.masthead--homepage:has(+ .bg-dark)::after,
.wp-block:has(+ .wp-block > .bg-dark) .masthead--homepage::after {
    background-color: var(--dark);
}

.masthead__slider,
.masthead__slider * {
    width: 100%;
    height: 100%;
}

.masthead__text-slider:not(.slick-initialized) .masthead__slide:not(:first-child) {
    display: none;
}

.masthead__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.masthead__video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.masthead__video video,
.masthead__video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masthead__image::before,
.masthead--landing-page .masthead__image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--linear-black);
    z-index: 1;
}

.masthead--landing-page .masthead__image::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.masthead__image img {
    display: block;
}

.masthead__text {
    position: relative;
    padding: 145px 0 90px;
    z-index: 2;
}

.masthead__text h1 {
    margin: 0;
    padding: 0 0 var(--heading-spacing);
    font-size: 30px;
    line-height: 1.26em;
    color: var(--white);
}

.masthead__text h4 {
    margin: 0 0 var(--paragraph-spacing);
    padding: 0;
    font-size: 16px;
    line-height: 1.26em;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
}

.masthead__text p {
    color: var(--white);
}

.masthead__text .btn-tertiary {
    color: var(--white);
    border-color: var(--white);
}

.masthead__wave {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 1;
}

.masthead:has(+ .bg-white) .masthead__wave path,
.wp-block:has(+ .wp-block > .bg-white) .masthead__wave path {
    fill: var(--white);
}

.masthead:has(+ .bg-light) .masthead__wave path,
.wp-block:has(+ .wp-block > .bg-light) .masthead__wave path {
    fill: var(--light);
}

.masthead:has(+ .bg-medium) .masthead__wave path,
.wp-block:has(+ .wp-block > .bg-medium) .masthead__wave path {
    fill: var(--medium);
}

.masthead:has(+ .bg-dark) .masthead__wave path,
.wp-block:has(+ .wp-block > .bg-dark) .masthead__wave path {
    fill: var(--dark);
}

.masthead .masthead__awards-logo {
    position: absolute;
    left: 0;
    bottom: -24px;
    background: var(--white);
    padding: var(--padding-xsmall) var(--padding-small);
    border-radius: var(--border-radius-small);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    box-shadow: var(--drop-shadow);
}

.masthead .masthead__awards-logo img {
    max-width: 92px;
    height: 54px;
    object-fit: contain;
}

.masthead__form {
    border-radius: var(--border-radius);
    background: var(--White, #FFF);
    box-shadow: var(--drop-shadow);
    padding: 30px 22px;
    margin: 0 0 50px;
}

.masthead__form .form-col-btn p {
    color: var(--body-color);
}

.btn-group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.btn-group .btn + .btn {
    margin-top: 0;
    margin-left: 0;
}

@media (min-width: 768px){
    .masthead--homepage {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .masthead--homepage::after {
        bottom: -29px;
        height: 30px;
    }

    .masthead--landing-page {
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .masthead__text {
        padding: 160px 0 96px;
    }

    .masthead__text__wrap {
        max-width: 547px;
    }
    
    .masthead__text h1 {
        font-size: 42px;
        line-height: 1.23em;
    }
    
    .masthead__text h4 {
        font-size: 20px;
        line-height: 1em;
    }

    .masthead__text .btn-group {
        gap: 16px 32px;
    }

    .masthead .masthead__awards-logo {
        bottom: -35px;
        padding: 8px 14px;
    }
    
    .masthead .masthead__awards-logo img {
        max-width: 117px;
        height: 69px;
    }

    .btn-group {
        flex-direction: row;
        align-items: center;
        gap: 16px 16px;
    }
}

@media (min-width: 1200px){
    .masthead--homepage {
        margin-bottom: 25px;
    }

    .masthead--homepage::after {
        bottom: -24px;
        height: 25px;
    }
    
    .masthead__text {
        padding: 240px 0 218px;
    }

    .masthead--landing-page .masthead__text {
        padding: 240px 0 0;
    }

    .masthead__text__wrap {
        max-width: 724px;
    }
    
    .masthead__text h1 {
        font-size: 65px;
        line-height: 1.10em;
    }
    
    .masthead__text h4 {
        font-size: 23px;
        line-height: 1.1em;
    }

    .masthead .masthead__awards-logo {
        bottom: 18px;
        padding: 8px 16px;
    }

    .masthead__text .btn-group {
        margin-bottom: 0;
    }

    .masthead__image img {
        object-position: top;
    }

    .masthead .masthead__awards-logo img {
        max-width: 100%;
        height: auto;
    }

    .masthead__text__flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .masthead__text__flex .masthead__text__wrap {
        max-width: 100%;
        width: calc(100% - 507px);
        padding-right: 38px;
        padding-top: 60px;
    }

    .masthead__form {
        width: 507px;
        padding: 64px 32px;
        margin: 0 0 -110px;
    } 

    .masthead--landing-page .masthead__text h4 {
        margin-bottom: 16px;
    }

    .masthead--landing-page .masthead__text p {
        font-size: 18px;
        line-height: 1.55em;
    }

    .masthead--landing-page .form-col-btn {
        text-align: left;
    }

    .masthead--landing-page .masthead__text .form-col-btn p {
        font-size: 14px;
        line-height: 1.5em;
    }
    .masthead--landing-page + section.bg-white{
        padding-top: 96px;
    }

    .image-text--landing-page {
        padding-top: 96px;
    }
} */