.banner-area .module--header-1 {
    position: relative;
}
.banner-area .module--header-1-background-image {
    position: relative;
    width: 100%;
    height: 110vh;
    min-height: 600px;
}
.banner-area .module--header-1-background-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-area .module--header-1-background-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.45);
}
.banner-area .module--header-1-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
}
.banner-area .content-wrapper {
    display: flex;
    align-items: center;
}
.banner-area .module--header-1-container-wrapper-text { 
    display: flex;
    flex-direction: column;
    justify-items: start;
    align-content: center;
    padding: 120px 0;
    width: 60%;
}
.banner-area .module--header-1-container-wrapper-text h1 {
    font-size: calc(1rem * 52 / 16);
    line-height: calc(52px + 10px);
    color: #fff;
    margin-bottom: 30px;
}
.banner-area .module--header-1-container-wrapper-text h1 strong {
    font-weight: 600;
    color: #ffb1fa;
}
.banner-area .module--header-1-container-wrapper-text p {
    font-size: calc(1rem * 22 / 16);
    line-height: calc(22px + 10px);
    color: #fff;
    margin-bottom: 30px;
}
.banner-area .module--header-1-container-wrapper-text-cta {
    width: auto;
    display: flex;
}

.banner-area a.cta.cta-white {
    color: #000!important;
    background-color: #fff!important;
    border-color: #fff!important;
}

.banner-area a.cta {
    padding: 18px 44px!important;
    font-size: calc(1rem * 15 / 16);
    text-align: center;
    display: flex;
    text-decoration: none;
    font-weight: 600;
    border: thin solid;
    border-radius: 36px;
    transition: all .2s ease;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    position: relative;
    transform: translate(0,0);
}
.banner-area a.cta.cta-white {
    margin-right:20px;
}

.banner-area a.cta.cta-outline-white {
    color: #fff!important;
    background-color: transparent!important;
    border: thin solid #fff!important;
}
.banner-area a.cta:after {
    content: "→";
    position: relative;
    opacity: 0;
    left: 0px;
    transition: all 0.2s ease 0s;
}

.banner-area a.cta.cta-white:hover {
    color: #1a1a1a!important;
    background-color: #fff!important;
    border-color: #fff!important;
}

.banner-area a.cta:hover {
    transform: translate(-5px,0);
    padding: 18px 49px!important;
}

.banner-area a.cta.cta-white:hover {
    color: #1a1a1a!important;
    background-color: #fff!important;
    border-color: #fff!important;
}

.banner-area a.cta.cta-white:hover:after {
    opacity: 1;
    left: 10px;
    transition: all 0.2s ease 0s;
}

.banner-area a.cta.cta-outline-white:hover:after {
    opacity: 1;
    left: 10px;
    transition: all 0.2s ease 0s;
}

.banner-area a.cta.cta-outline-white:hover {
    color: #e6e6e6!important;
    background-color: transparent!important;
    border: thin solid #e6e6e6!important;
}
.safari .banner-area .content-wrapper,
.IE .banner-area .content-wrapper{
display: table;
height: 110vh;
vertical-align: middle;
}

.safari .banner-area .module--header-1-container-wrapper-text,
.IE .banner-area .module--header-1-container-wrapper-text
{
padding: 120px 0;
width: 60%;
height: 100%;
display: table-cell;
vertical-align: middle;
height: 100%;
max-width: 60%;
}
.safari .banner-area .module--header-1-container-wrapper-text h1,
.safari .banner-area .module--header-1-container-wrapper-text p,
.safari .banner-area .module--header-1-container-wrapper-text-cta,
.IE .banner-area .module--header-1-container-wrapper-text h1,
.IE .banner-area .module--header-1-container-wrapper-text p,
.IE .banner-area .module--header-1-container-wrapper-text-cta
{
  max-width:60%;
}


@media (max-width:1279px) {
    .banner-area .module--header-1-container-wrapper-text {
        width: 80%;
    }
     .safari .banner-area .module--header-1-container-wrapper-text h1,
.safari .banner-area .module--header-1-container-wrapper-text p,
.safari .banner-area .module--header-1-container-wrapper-text-cta,
.IE .banner-area .module--header-1-container-wrapper-text h1,
.IE .banner-area .module--header-1-container-wrapper-text p,
.IE .banner-area .module--header-1-container-wrapper-text-cta
{
     max-width:80%;
   }
    .banner-area .module--header-1-container-wrapper-text h1 {
        font-size: calc(1rem * 42 / 16);
        line-height: calc(42px + 10px);
    }

    .banner-area .module--header-1-container-wrapper-text p {
        font-size: calc(1rem * 20 / 16);
        line-height: calc(20px + 10px);
    }

    .banner-area a.cta {
        padding: 12px 32px!important;
    }
    .banner-area .module--header-1-background-image {
        min-height: 720px;
    }
}

@media (max-width:1023px) {
    .banner-area .module--header-1-container-wrapper-text {
        width: 100%;
    }
.safari .banner-area .module--header-1-container-wrapper-text h1,
.safari .banner-area .module--header-1-container-wrapper-text p,
.safari .banner-area .module--header-1-container-wrapper-text-cta,
.IE .banner-area .module--header-1-container-wrapper-text h1,
.IE .banner-area .module--header-1-container-wrapper-text p,
.IE .banner-area .module--header-1-container-wrapper-text-cta
{
  max-width:100%;
}
    .banner-area .module--header-1-container-wrapper-text p {
        font-size: calc(1rem * 18 / 16);
        line-height: calc(18px + 10px);
    }

    .banner-area .module--header-1-container-wrapper-text-cta {
        width: 100%;
    }

    .banner-area .module--header-1-container-wrapper-text-cta a {
        width: 100%;
        justify-content: center;
    }

    .banner-area .module--header-1-container-wrapper-text h1 {
        font-size: calc(1rem * 33 / 16);
        line-height: calc(33px + 10px);
    }
}
@media (max-width:767px) { 
    .banner-area .module--header-1-container-wrapper-text-cta {
        flex-direction: column;
    }
    .banner-area a.cta.cta-white {
        margin-right:0;
        margin-bottom: 20px;
    }
}
@media (max-width:599px) { 
    .banner-area .module--header-1-container-wrapper-text h1 {
        font-size: calc(1rem * 24 / 16);
        line-height: calc(24px + 10px);
    }

    .banner-area .module--header-1-container-wrapper-text p {
        font-size: calc(1rem * 15 / 16);
        line-height: calc(15px + 10px);
    }
}