.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner__box {
    text-align: center
}

.banner__box.gradient {
    -webkit-transform: perspective(0);
    transform: perspective(0)
}

@media only screen and (max-width: 749px) {
    .banner--content-align-mobile-right .banner__box {
        text-align:right
    }

    .banner--content-align-mobile-left .banner__box {
        text-align: left
    }
}

@media only screen and (min-width: 750px) {
    .banner--content-align-right .banner__box {
        text-align:right
    }

    .banner--content-align-left .banner__box {
        text-align: left
    }

    .banner--content-align-left.banner--desktop-transparent .banner__box,.banner--content-align-right.banner--desktop-transparent .banner__box,.banner--medium.banner--desktop-transparent .banner__box {
        max-width: 68rem
    }
}

.banner__media.animate--zoom-in {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
}

.banner__media.animate--zoom-in>img:not(.zoom):not(.deferred-media__poster-button),.banner__media.animate--zoom-in>svg:not(.zoom):not(.deferred-media__poster-button) {
    position: fixed;
    height: 100vh
}

@media screen and (max-width: 749px) {
    .banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media,.banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        height:28rem
    }

    .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media,.banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        height: 34rem
    }

    .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media,.banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        height: 39rem
    }

    .banner--extra-large.banner--mobile-bottom:not(.banner--adapt) .banner__media,.banner--extra-large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        min-height: 100vh
    }

    .banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 28rem
    }

    .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 34rem
    }

    .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 39rem
    }

    .banner--extra-large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 48rem
    }

    .banner--screen-height:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 32svh;
    }

    .first-section .banner--screen-height:not(.banner--mobile-bottom):not(.banner--adapt):not(.video-banner) .banner__content {
        min-height: calc(100svh - var(--utility-bar-height))
    }
}

@media screen and (min-width: 750px) {
    .banner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .banner--small:not(.banner--adapt) {
        min-height: 42rem
    }

    .banner--medium:not(.banner--adapt) {
        min-height: 56rem
    }

    .banner--large:not(.banner--adapt) {
        min-height: 72rem
    }

    .banner--extra-large:not(.banner--adapt) {
        min-height: 90rem
    }

    .banner--screen-height:not(.banner--adapt) {
        min-height: 100svh
    }

    .first-section .banner--screen-height:not(.banner--adapt):not(.video-banner) {
        min-height: calc(100svh - var(--utility-bar-height))
    }

    .banner__content.banner__content--top-left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .banner__content.banner__content--top-center {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner__content.banner__content--top-right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .banner__content.banner__content--middle-left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .banner__content.banner__content--middle-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner__content.banner__content--middle-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .banner__content.banner__content--bottom-left {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .banner__content.banner__content--bottom-center {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner__content.banner__content--bottom-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width: 749px) {
    .banner:not(.banner--stacked) {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .banner--stacked {
        height: auto
    }

    .banner--stacked .banner__media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.banner__media {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.banner__media-half {
    width: 50%
}

.banner__media-half+.banner__media-half {
    right: 0;
    left: auto
}

.banner__media-half.animate--fixed:first-child>img,.banner__media-half.animate--zoom-in:first-child>img {
    width: 50%
}

.banner__media-half.animate--fixed:nth-child(2)>img,.banner__media-half.animate--zoom-in:nth-child(2)>img {
    left: 50%;
    width: 50%
}

@media screen and (max-width: 749px) {
    .banner--stacked .animate--fixed:first-child>img,.banner--stacked .animate--zoom-in:first-child>img {
        width:100%
    }

    .banner--stacked .banner__media-half.animate--fixed:nth-child(2)>img,.banner--stacked .banner__media-half.animate--zoom-in:nth-child(2)>img {
        left: 0;
        width: 100%
    }

    .banner--stacked .banner__media-half {
        width: 100%
    }

    .banner--stacked .banner__media-half+.banner__media-half {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (min-width: 750px) {
    .banner__media {
        height:100%
    }
}

.banner--adapt,.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
    height: auto
}

@media screen and (max-width: 749px) {
    .banner--mobile-bottom .banner__media,.banner--stacked:not(.banner--mobile-bottom) .banner__media {
        position:relative
    }

    .banner--stacked.banner--adapt .banner__content {
        height: auto
    }

    .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
        background: 0 0
    }

    .banner:not(.banner--mobile-bottom) .banner__box {
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .banner:not(.banner--mobile-bottom) .button--secondary {
        --alpha-button-background: 0
    }

    .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        position: absolute;
        height: auto
    }

    .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
        max-height: 100%;
        overflow: hidden;
        position: absolute
    }

    .banner--stacked:not(.banner--adapt) .banner__media {
        position: relative
    }

    .banner::before {
        display: none!important
    }

    .banner--stacked .banner__media-image-half {
        width: 100%
    }
}

.banner__content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

@media screen and (min-width: 750px) {
    .banner__content {
        padding:5rem
    }

    .banner__content--top-left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .banner__content--top-center {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner__content--top-right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .banner__content--middle-left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .banner__content--middle-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner__content--middle-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .banner__content--bottom-left {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .banner__content--bottom-center {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner__content--bottom-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width: 749px) {
    .banner--mobile-bottom:not(.banner--stacked) .banner__content {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }

    .banner--mobile-bottom:not(.banner--stacked) .banner__box.color-background-1,.banner:not(.banner--mobile-bottom) .field__input {
        background: 0 0
    }
}

.banner__box {
    padding: 4rem 3.5rem;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    z-index: 1
}

@media screen and (min-width: 750px) {
    .banner--desktop-transparent .banner__box {
        background:0 0;
        max-width: 89rem;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .banner--desktop-narrow .banner__box,.banner--desktop-transparent.banner--desktop-narrow .banner__box {
        max-width: 65rem
    }

    .banner--desktop-transparent .button--secondary {
        --alpha-button-background: 0
    }

    .banner--desktop-transparent .content-container:after {
        display: none
    }
}

@media screen and (max-width: 749px) {
    .banner--mobile-bottom .banner__media::after,.banner--mobile-bottom::after {
        display:none
    }
}

.banner::after,.banner__media::after {
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.banner__box>*+.banner__text {
    margin-top: 1.5rem
}

@media screen and (min-width: 750px) {
    .banner__box>*+.banner__text {
        margin-top:2rem
    }
}

.banner__box>*+* {
    margin-top: 1rem
}

.banner__box>:first-child {
    margin-top: 0
}

@media screen and (max-width: 749px) {
    .banner--stacked .banner__box {
        width:100%
    }
}

@media screen and (min-width: 750px) {
    .banner__box {
        width:auto;
        max-width: 71rem;
        min-width: 45rem
    }
}

@media screen and (min-width: 1400px) {
    .banner__box {
        max-width:90rem
    }
}

.banner__heading {
    margin-bottom: 0
}

.banner__box .banner__heading+* {
    margin-top: 1rem
}

.banner__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 45rem;
    word-break: break-word;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner--content-align-mobile-center .banner__buttons--multiple>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

@media screen and (max-width: 749px) {
    .banner__buttons {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .banner--content-align-mobile-right .banner__buttons--multiple {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width: 750px) {
    .banner--content-align-center .banner__buttons--multiple>* {
        min-width:22rem
    }

    .banner--content-align-right .banner__buttons--multiple {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.banner__box>*+.banner__buttons {
    margin-top: 2rem
}

@media screen and (max-width: 749px) {
    .banner:not(.slideshow) .inline-richtext a:hover,.banner:not(.slideshow) .rte a,.banner:not(.slideshow) .rte a:hover {
        color:currentColor
    }
}

@media screen and (min-width: 750px) {
    .banner--desktop-transparent .inline-richtext a:hover,.banner--desktop-transparent .rte a,.banner--desktop-transparent .rte a:hover {
        color:currentColor
    }
}
