/* ============================================
   Component: Homepage Hero
   Source: Styles/_temp/Homepage9fa0.css (1551-2792)
   Rollback: remove this file include from template/components/homepage/head_assets.htm
   ============================================ */

.hero_header,
.hero_info {
    color: #fff;
    position: absolute;
    z-index: 3;
}

.hero_header {
    border: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    position: absolute;
    top: 2%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

@media screen and (min-width: 1024px) {
    .hero_header {
        left: -webkit-calc(var(--app-header) + 70px);
        left: -moz-calc(var(--app-header) + 70px);
        left: calc(var(--app-header) + 70px);
        top: 40px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        z-index: 4;
    }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active),
screen and (min-width: 1024px) and (-ms-high-contrast: none) {
    .hero_header {
        left: 150px;
    }
}

.hero_header.isLive .hero_logo:before {
    display: block;
}

.hero_header.isLive .hero_status {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

@media screen and (min-width: 1024px) {
    .hero_header.isLive {
        height: 20px;
    }
}

.hero_header.isLive:hover .hero_logo:before {
    -webkit-transform: translate(-50%, -50%) scale(1.16);
    -moz-transform: translate(-50%, -50%) scale(1.16);
    -ms-transform: translate(-50%, -50%) scale(1.16);
    -o-transform: translate(-50%, -50%) scale(1.16);
    transform: translate(-50%, -50%) scale(1.16);
}

@media screen and (min-width: 1024px) {
    .hero_header.isLive:hover .hero_logo:before {
        -webkit-transform: translate(-50%, -50%) scale(1.19);
        -moz-transform: translate(-50%, -50%) scale(1.19);
        -ms-transform: translate(-50%, -50%) scale(1.19);
        -o-transform: translate(-50%, -50%) scale(1.19);
        transform: translate(-50%, -50%) scale(1.19);
    }
}

.hero_logo {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    position: relative;
    width: auto;
}

.hero_logo:before {
    border: 2px solid #e43637;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: none;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .hero_logo:before {
        -webkit-transform: translate(-50%, -50%) scale(1.13);
        -moz-transform: translate(-50%, -50%) scale(1.13);
        -ms-transform: translate(-50%, -50%) scale(1.13);
        -o-transform: translate(-50%, -50%) scale(1.13);
        transform: translate(-50%, -50%) scale(1.13);
    }

    .hero_logo {
        height: auto;
        margin-top: 0;
        width: auto;
    }
}

.hero_logo:hover+.hero_status {
    color: #fff;
}

.hero_logo:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.16);
    -moz-transform: translate(-50%, -50%) scale(1.16);
    -ms-transform: translate(-50%, -50%) scale(1.16);
    -o-transform: translate(-50%, -50%) scale(1.16);
    transform: translate(-50%, -50%) scale(1.16);
}

@media screen and (min-width: 1024px) {
    .hero_logo:hover:before {
        -webkit-transform: translate(-50%, -50%) scale(1.19);
        -moz-transform: translate(-50%, -50%) scale(1.19);
        -ms-transform: translate(-50%, -50%) scale(1.19);
        -o-transform: translate(-50%, -50%) scale(1.19);
        transform: translate(-50%, -50%) scale(1.19);
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .hero_logo picture source {
        display: none;
    }

    .hero_logo img {
        height: auto;
        width: auto;
    }
}

.hero_status {
    color: #e43637;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    visibility: hidden;
}

@media screen and (min-width: 1024px) {
    .hero_status {
        font-size: 15px;
        height: 100%;
    }

    .hero_status:hover {
        color: #fff;
    }
}

.hero_status .dot {
    -webkit-animation: flash 1.5s ease infinite;
    -moz-animation: flash 1.5s ease infinite;
    -o-animation: flash 1.5s ease infinite;
    animation: flash 1.5s ease infinite;
    background: #e43637;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin: 0 5px 0 10px;
    width: 6px;
}

@media screen and (min-width: 1024px) {
    .hero_status .dot {
        height: 8px;
        margin: 0 10px;
        width: 8px;
    }
}

.hero_status .arrow-right {
    height: 6px;
    width: 6px;
}

@media screen and (min-width: 1024px) {
    .hero_status .arrow-right {
        height: 8px;
        width: 8px;
    }
}

.hero_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #34657f;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    width: 100vw;
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .hero_info {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1024px) {
    .hero_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        background-color: transparent;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: 100%;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 10px 15px 50px;
    }
}

.hero_info:before {
    background-image: url(../../Images/img/pattern_white.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    bottom: 0;
    content: '';
    height: -webkit-calc(100% + 70px);
    height: -moz-calc(100% + 70px);
    height: calc(100% + 70px);
    left: 0;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    width: 348px;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .hero_info:before {
        height: 348px;
    }
}

@media screen and (max-width: 1023px) {
    .hero_info {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center !important;
        justify-content: center !important;
        padding-top: 0 !important;
    }
}

.hero_title {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 30px;
    white-space: nowrap;
}

@media screen and (min-width: 1024px) {
    .hero_title {
        padding-bottom: 0;
        padding-left: 5%;
        white-space: unset;
        width: 100%;
    }
}

.hero_title_top {
    font-size: 28px;
    font-weight: 600;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.46);
}

@media screen and (min-width: 1024px) {
    .hero_title_top {
        font-size: 47.6px;
        font-weight: 500;
    }
}

.hero_title_bottom {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.007em;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.46);
}

@media screen and (max-width: 1023px) {
    .hero_title_bottom {
        margin-left: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .hero_title_bottom {
        display: block;
        font-size: 82.6px;
        font-weight: 800;
        margin-left: 9%;
        margin-top: -30px;
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .hero_title {
        bottom: 50px;
        left: 0;
        position: absolute;
    }
}

@media (min-width: 1024px) {
    .hero_title {
        display: none;
    }
}

.hero_description {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .hero_description {
        max-width: 420px;
        padding-left: 0;
        padding-right: 40px;
        position: absolute;
        right: 5%;
        text-align: right;
        top: 4%;
        width: 35%;
    }
}

.hero_carousel,
.hero_marketingVideo {
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.hero_carousel-scroll,
.hero_marketingVideo-scroll {
    -webkit-animation: bounceScroll 1.5s infinite;
    -moz-animation: bounceScroll 1.5s infinite;
    -o-animation: bounceScroll 1.5s infinite;
    animation: bounceScroll 1.5s infinite;
    bottom: 40px;
    display: block;
    height: 25px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 2;
}

.hero_carousel-scroll:focus,
.hero_marketingVideo-scroll:focus {
    outline: none;
}

.hero_carousel-scroll:before,
.hero_marketingVideo-scroll:before {
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
}

@media screen and (min-width: 1024px) {

    .hero_carousel-scroll,
    .hero_marketingVideo-scroll {
        display: none;
    }
}

.hero_carousel .slick-list,
.hero_carousel .slick-track,
.hero_marketingVideo .slick-list,
.hero_marketingVideo .slick-track {
    height: 100%;
}

@media screen and (min-width: 1024px) {

    .hero_carousel .slick-dots,
    .hero_marketingVideo .slick-dots {
        display: block;
    }
}

.hero_carousel .slick-dots li,
.hero_marketingVideo .slick-dots li {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 30px;
}

.hero_carousel .slick-dots li button,
.hero_marketingVideo .slick-dots li button {
    margin: 0 !important;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.hero_carousel .slick-dots li button:hover,
.hero_marketingVideo .slick-dots li button:hover {
    opacity: 1 !important;
}

@media screen and (max-width: 1023px) {

    .hero_carousel .slick-slide>div,
    .hero_marketingVideo .slick-slide>div {
        height: 100%;
    }
}

.hero_carousel .appendDots,
.hero_marketingVideo .appendDots {
    position: absolute;
    width: 100%;
    z-index: 3;
}

@media screen and (min-width: 1024px) {

    .hero_carousel .appendDots,
    .hero_marketingVideo .appendDots {
        bottom: 20px;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

.hero_carousel .appendDots ul,
.hero_marketingVideo .appendDots ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.hero_carousel .appendDots button,
.hero_marketingVideo .appendDots button {
    background: #fff;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    height: 13px;
    margin-right: 10px;
    opacity: 0.4;
    width: 13px;
}

.hero_carousel .appendDots button:focus,
.hero_marketingVideo .appendDots button:focus {
    outline: none;
}

.hero_carousel .appendDots li.slick-active button,
.hero_marketingVideo .appendDots li.slick-active button {
    opacity: 1;
}

.hero_carousel .item,
.hero_marketingVideo .item {
    position: relative;
}

@media screen and (max-width: 1023px) {

    .hero_carousel .item,
    .hero_marketingVideo .item {
        height: 100%;
    }
}

@media screen and (min-width: 1024px) {

    .hero_carousel .item,
    .hero_marketingVideo .item {
        height: 100vh;
    }
}

@media only screen and (max-width: 1023px) and (min-height: 670px) {

    .hero_carousel .item .hero_info,
    .hero_marketingVideo .item .hero_info {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        height: -webkit-calc(var(--app-height) / 4 - 17.5px);
        height: -moz-calc(var(--app-height) / 4 - 17.5px);
        height: calc(var(--app-height) / 4 - 17.5px);
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-top: calc(var(--app-height) / 30 - 2.33333px);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 669px) {

    .hero_carousel .item .hero_info,
    .hero_marketingVideo .item .hero_info {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        height: -webkit-calc(var(--app-height) / 3 - 23.33333px);
        height: -moz-calc(var(--app-height) / 3 - 23.33333px);
        height: calc(var(--app-height) / 3 - 23.33333px);
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-top: calc(var(--app-height) / 30 - 2.33333px);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 500px) {

    .hero_carousel .item .hero_info,
    .hero_marketingVideo .item .hero_info {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        height: -webkit-calc(var(--app-height) / 2 - 35px);
        height: -moz-calc(var(--app-height) / 2 - 35px);
        height: calc(var(--app-height) / 2 - 35px);
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-top: calc(var(--app-height) / 30 - 2.33333px);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (min-height: 670px) {

    .hero_carousel .item .appendDots,
    .hero_marketingVideo .item .appendDots {
        bottom: -webkit-calc(var(--app-height) / 4 - 17.5px);
        bottom: -moz-calc(var(--app-height) / 4 - 17.5px);
        bottom: calc(var(--app-height) / 4 - 17.5px);
    }
}

@media only screen and (max-width: 1023px) and (max-height: 669px) {

    .hero_carousel .item .appendDots,
    .hero_marketingVideo .item .appendDots {
        bottom: -webkit-calc(var(--app-height) / 3 - 23.33333px);
        bottom: -moz-calc(var(--app-height) / 3 - 23.33333px);
        bottom: calc(var(--app-height) / 3 - 23.33333px);
    }
}

@media only screen and (max-width: 1023px) and (max-height: 500px) {

    .hero_carousel .item .appendDots,
    .hero_marketingVideo .item .appendDots {
        bottom: -webkit-calc(var(--app-height) / 2 - 35px);
        bottom: -moz-calc(var(--app-height) / 2 - 35px);
        bottom: calc(var(--app-height) / 2 - 35px);
    }
}

.hero_carousel .item .hero_img,
.hero_marketingVideo .item .hero_img {
    height: 100vh;
    position: relative;
    width: 100vw;
}

@media only screen and (max-width: 1023px) and (min-height: 670px) {

    .hero_carousel .item .hero_img,
    .hero_marketingVideo .item .hero_img {
        height: -webkit-calc(var(--app-height) - 52.5px - var(--app-height) / 4);
        height: -moz-calc(var(--app-height) - 52.5px - var(--app-height) / 4);
        height: calc(var(--app-height) - 52.5px - var(--app-height) / 4);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 669px) {

    .hero_carousel .item .hero_img,
    .hero_marketingVideo .item .hero_img {
        height: -webkit-calc(var(--app-height) - 46.66667px - var(--app-height) / 3);
        height: -moz-calc(var(--app-height) - 46.66667px - var(--app-height) / 3);
        height: calc(var(--app-height) - 46.66667px - var(--app-height) / 3);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 500px) {

    .hero_carousel .item .hero_img,
    .hero_marketingVideo .item .hero_img {
        height: -webkit-calc(var(--app-height) - 35px - var(--app-height) / 2);
        height: -moz-calc(var(--app-height) - 35px - var(--app-height) / 2);
        height: calc(var(--app-height) - 35px - var(--app-height) / 2);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

.hero_carousel .item .hero_img:after,
.hero_carousel .item .hero_img:before,
.hero_marketingVideo .item .hero_img:after,
.hero_marketingVideo .item .hero_img:before {
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0.4) 0,
            transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.4)),
            to(transparent));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0, transparent);
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.hero_carousel .item .hero_img:after,
.hero_marketingVideo .item .hero_img:after {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0.5) 0,
            transparent 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0, transparent);
    bottom: 0;
    height: 35vh;
    top: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1023px) {

    .hero_carousel .item .hero_img:after,
    .hero_marketingVideo .item .hero_img:after {
        bottom: -1px;
    }
}

.hero_carousel .item img,
.hero_marketingVideo .item img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    width: 100vw;
}

@media screen and (min-width: 1024px) {

    .hero_carousel .item img,
    .hero_marketingVideo .item img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50%;
        object-position: 50%;
    }
}

@media screen and (min-width: 1600px) {

    .hero_carousel .item img,
    .hero_marketingVideo .item img {
        -o-object-position: center;
        object-position: center;
    }
}

@media screen and (min-width: 1024px) {

    .hero_carousel,
    .hero_marketingVideo {
        height: 100vh;
    }
}

.hero_marketingVideo {
    overflow: hidden;
}

.hero_marketingVideo .hp_video-item {
    height: 100%;
    width: 100%;
}

.hero_marketingVideo .hp_video-item video {
    height: 100vh;
    position: relative;
    width: 100vw;
}

@media only screen and (max-width: 1023px) and (min-height: 670px) {
    .hero_marketingVideo .hp_video-item video {
        height: -webkit-calc(var(--app-height) - 52.5px - var(--app-height) / 4);
        height: -moz-calc(var(--app-height) - 52.5px - var(--app-height) / 4);
        height: calc(var(--app-height) - 52.5px - var(--app-height) / 4);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 669px) {
    .hero_marketingVideo .hp_video-item video {
        height: -webkit-calc(var(--app-height) - 46.66667px - var(--app-height) / 3);
        height: -moz-calc(var(--app-height) - 46.66667px - var(--app-height) / 3);
        height: calc(var(--app-height) - 46.66667px - var(--app-height) / 3);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 500px) {
    .hero_marketingVideo .hp_video-item video {
        height: -webkit-calc(var(--app-height) - 35px - var(--app-height) / 2);
        height: -moz-calc(var(--app-height) - 35px - var(--app-height) / 2);
        height: calc(var(--app-height) - 35px - var(--app-height) / 2);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

.hero_marketingVideo video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 1023px) and (min-height: 670px) {
    .hero_marketingVideo+.hero_info {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        height: -webkit-calc(var(--app-height) / 4 - 17.5px);
        height: -moz-calc(var(--app-height) / 4 - 17.5px);
        height: calc(var(--app-height) / 4 - 17.5px);
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-top: calc(var(--app-height) / 30 - 2.33333px);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 669px) {
    .hero_marketingVideo+.hero_info {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        height: -webkit-calc(var(--app-height) / 3 - 23.33333px);
        height: -moz-calc(var(--app-height) / 3 - 23.33333px);
        height: calc(var(--app-height) / 3 - 23.33333px);
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-top: calc(var(--app-height) / 30 - 2.33333px);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 500px) {
    .hero_marketingVideo+.hero_info {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        height: -webkit-calc(var(--app-height) / 2 - 35px);
        height: -moz-calc(var(--app-height) / 2 - 35px);
        height: calc(var(--app-height) / 2 - 35px);
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-top: calc(var(--app-height) / 30 - 2.33333px);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

.hero_img-desktop,
.hero_img-mobile {
    background-position: 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    height: 100%;
}

.hero_img-desktop {
    display: none;
}

@media screen and (min-width: 1024px) {
    .hero_img-desktop {
        display: block;
    }
}

.hero_img-mobile {
    display: block;
}

@media screen and (min-width: 1024px) {
    .hero_img-mobile {
        display: none;
    }
}

.hero_carousel-scroll-video {
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100vw;
}

.hero_carousel-scroll-video .hero_carousel-scroll {
    pointer-events: all;
}

@media (min-width: 1024px) {
    .hero_carousel-scroll-video {
        display: none;
    }
}

@media only screen and (max-width: 1023px) and (min-height: 670px) {
    .hero_carousel-scroll-video {
        height: -webkit-calc(var(--app-height) - 52.5px - var(--app-height) / 4);
        height: -moz-calc(var(--app-height) - 52.5px - var(--app-height) / 4);
        height: calc(var(--app-height) - 52.5px - var(--app-height) / 4);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 669px) {
    .hero_carousel-scroll-video {
        height: -webkit-calc(var(--app-height) - 46.66667px - var(--app-height) / 3);
        height: -moz-calc(var(--app-height) - 46.66667px - var(--app-height) / 3);
        height: calc(var(--app-height) - 46.66667px - var(--app-height) / 3);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

@media only screen and (max-width: 1023px) and (max-height: 500px) {
    .hero_carousel-scroll-video {
        height: -webkit-calc(var(--app-height) - 35px - var(--app-height) / 2);
        height: -moz-calc(var(--app-height) - 35px - var(--app-height) / 2);
        height: calc(var(--app-height) - 35px - var(--app-height) / 2);
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }
}

.hero_spinner {
    -webkit-animation: spinner 1s linear 0s infinite;
    -moz-animation: spinner 1s linear 0s infinite;
    -o-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;
    border-color: #fff grey grey #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.2rem;
    height: 2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 2rem;
    z-index: -1;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes bounceScroll {
    0% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    50% {
        -webkit-transform: translateY(-10px) translateX(-50%);
        transform: translateY(-10px) translateX(-50%);
    }

    to {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }
}

@-moz-keyframes bounceScroll {
    0% {
        -moz-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    50% {
        -moz-transform: translateY(-10px) translateX(-50%);
        transform: translateY(-10px) translateX(-50%);
    }

    to {
        -moz-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }
}

@-o-keyframes bounceScroll {
    0% {
        -o-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    50% {
        -o-transform: translateY(-10px) translateX(-50%);
        transform: translateY(-10px) translateX(-50%);
    }

    to {
        -o-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }
}

@keyframes bounceScroll {
    0% {
        -webkit-transform: translateY(0) translateX(-50%);
        -moz-transform: translateY(0) translateX(-50%);
        -o-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    50% {
        -webkit-transform: translateY(-10px) translateX(-50%);
        -moz-transform: translateY(-10px) translateX(-50%);
        -o-transform: translateY(-10px) translateX(-50%);
        transform: translateY(-10px) translateX(-50%);
    }

    to {
        -webkit-transform: translateY(0) translateX(-50%);
        -moz-transform: translateY(0) translateX(-50%);
        -o-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }
}

@-webkit-keyframes flash {

    0%,
    to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-moz-keyframes flash {

    0%,
    to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-o-keyframes flash {

    0%,
    to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}
