.cmp-hero {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    min-height: 450px;
}

@media screen and (min-width: 600px) {
    .cmp-hero {
        min-height: 450px
    }
}

@media print, screen and (min-width: 960px) {
    .cmp-hero {
        height: 600px
    }
}

@media print, screen and (min-width: 1280px) {
    .first-section .cmp-hero {
        height: calc(100vh - 82px);
    }

    .cmp-hero {
        height: 100vh;
    }
}

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

.cmp-hero__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .cmp-hero__background img {
        height: auto
    }
}

@media screen and (max-width: 74.99875em) {
    .cmp-hero--video {
        padding-top: 56.25%;
        min-height: 0
    }

    .cmp-hero--video .cmp-hero__content {
        margin-top: -56.25%
    }
}

.cmp-hero--darkbg .cmp-hero__content {
    color: #fff
}

.cmp-hero--lightbg .cmp-hero__content {
    color: #000
}

.cmp-hero--small {
    min-height: auto
}

@media screen and (max-width: 39.99875em) {
    .cmp-hero--small {
        min-height: 250px
    }
}

@media screen and (min-width: 600px) {
    .cmp-hero--small {
        min-height: 300px
    }
}

@media print, screen and (min-width: 960px) {
    .cmp-hero--small {
        height: 300px
    }
}

@media print, screen and (min-width: 1280px) {
    .cmp-hero--small {
        height: 550px
    }
}

.cmp-hero--small .cmp-hero__content--wrapper .cmp-display {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.88rem
}

@media print, screen and (min-width: 960px) {
    .cmp-hero--small .cmp-hero__content--wrapper .cmp-display {
        font-size: calc(2.88rem + .14583vw - .93333px)
    }
}

@media print, screen and (min-width: 1280px) {
    .cmp-hero--small .cmp-hero__content--wrapper .cmp-display {
        font-size: 3.44rem
    }

    .cmp-hero--small .cmp-hero__content {
        margin-top: 256px
    }
}

.cmp-hero--noimage {
    background-color: #f5f5f5;
    height: auto;
    min-height: 250px
}

@media print, screen and (min-width: 1280px) {
    .cmp-hero--noimage {
        min-height: 450px
    }

    .cmp-hero--noimage .cmp-hero__content {
        margin-top: 256px
    }
}

.cmp-hero--noimage .cmp-hero__content .cmp-text {
    color: #000
}

.cmp-hero--noimage .cmp-hero__content--wrapper .cmp-display {
    font-size: 2.28rem
}

@media print, screen and (min-width: 600px) {
    .cmp-hero--noimage .cmp-hero__content--wrapper .cmp-display {
        font-size: calc(2.88rem + .14583vw - .93333px)
    }
}

@media print, screen and (min-width: 960px) {
    .cmp-hero--noimage .cmp-hero__content--wrapper .cmp-display {
        font-size: 3.44rem
    }
}

.cmp-hero .cmp-video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.cmp-hero .cmp-video video {
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

@media print, screen and (min-width: 1280px) {
    .cmp-hero .cmp-video video {
        height: auto
    }
}

.cmp-hero__content {
    flex: 0 1 100%;
    display: flex;
    flex-direction: row;
    color: #fff;
    z-index: 2;
    padding: 50px 0;
    max-width: 100vw;
}

@media screen and (min-width: 75em) {
    .cmp-hero__content {
        flex-basis: 100%
    }
}

@media screen and (max-width: 39.99875em) {
    .cmp-hero__content br {
        display: none !important
    }
}

.cmp-hero__content--wrapper {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center
}

@media print, screen and (min-width: 960px) {
    .cmp-hero__content--wrapper {
        justify-content: center
    }
}

.cmp-hero__content--wrapper .cmp-button {
    margin-top: 2rem !important;
    margin-right: 1rem
}

body.rtl .cmp-hero__content--wrapper .cmp-button {
    margin-right: 0;
    margin-left: 1rem
}

.cmp-hero__content--wrapper--light {
    background-color: hsla(0, 0%, 100%, .4);
    color: #000;
    padding: 30px
}

.cmp-hero__content--wrapper--dark {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 30px
}

.cmp-hero__content--wrapper .cmp-display {
    font-weight: 400;
    text-transform: uppercase;
    word-break: break-word;
    font-size: 2.88rem
}

@media print, screen and (min-width: 600px) {
    .cmp-hero__content--wrapper .cmp-display {
        font-size: calc(2.88rem + .14583vw - .93333px)
    }
}

@media print, screen and (min-width: 960px) {
    .cmp-hero__content--wrapper .cmp-display {
        font-size: 3.44rem
    }
}

.cmp-hero__bottom-wrapper {
    position: absolute;
    z-index: 0;
    bottom: 6px;
    width: 100%
}

.cmp-hero__bottom-wrapper--go-to-bottom {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background-color: #ffc510;
    background-color: var(--primary);
    position: absolute;
    top: -18px;
    right: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px
}

.cmp-hero__bottom-wrapper--go-to-bottom:hover {
    box-shadow: 0 6px 6px rgba(0, 0, 0, .16), 0 6px 6px rgba(0, 0, 0, .23)
}

.primary-text--light .cmp-hero__bottom-wrapper--go-to-bottom {
    color: var(--white)
}

.cmp-hero__bottom-wrapper--go-to-bottom .cmp-icon {
    font-size: 24px;
    width: 24px;
    height: 24px
}

@media print, screen and (min-width: 960px) {
    .cmp-hero__bottom-wrapper--go-to-bottom {
        right: auto
    }
}

.cmp-hidden-hero-title {
    margin-top: 50px;
    padding-left: 16px;
    padding-right: 16px
}

@media print, screen and (min-width: 960px) {
    .cmp-hidden-hero-title {
        padding: 0 2rem;
        padding-left: 2rem
    }
}

@media screen and (min-width: 95em) {
    .cmp-hidden-hero-title {
        padding-left: 160px
    }

    body.rtl .cmp-hidden-hero-title {
        padding-left: 2rem;
        padding-right: 160px
    }
}

.cmp-hidden-hero-title .cmp-display {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.88rem
}

@media print, screen and (min-width: 600px) {
    .cmp-hidden-hero-title .cmp-display {
        font-size: calc(2.88rem + .14583vw - .93333px)
    }
}

@media print, screen and (min-width: 960px) {
    .cmp-hidden-hero-title .cmp-display {
        font-size: 3.44rem
    }
}

.button-3-copy {
    text-decoration: inherit;
    color: inherit;
}