.hero-with-video {
    position: relative;
    overflow: hidden;
    /*background: #216ea5;*/
    /*background: -moz-linear-gradient(left,  #216ea5 0%, #508a8f 100%);*/
    /*background: -webkit-linear-gradient(left,  #216ea5 0%,#508a8f 100%);*/
    /*background: linear-gradient(to right,  #216ea5 0%,#508a8f 100%);*/
    color: #fff;
    font-size: 24px;
    line-height: 1.46;
    background: linear-gradient(180deg, #0069AA 0%, #001B60 100%);
}
.hero-with-video .product-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1220px;
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
}
.hero-with-video.inside-container .product-container {
    justify-content: space-between;
}
.hero-with-video .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.hero-with-video video {
    margin: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero-with-video .bg-image {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, #0069AA 0%, #001B60 100%);
    right: 0;
}
.hero-with-video .bg-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.hero-with-video .hero-content {
    max-width: 680px;
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.hero-with-video.inside-container .hero-content  {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 40px;
}
.hero-with-video.vertical-img .img-wrap {
    position: absolute;
    right: 0;
    top: 60px;
    bottom: auto;
    z-index: 2;
    max-width: 539px;
    max-height: 500px;
    height: 100%;
}
.hero-with-video .top-logo {
    position: absolute;
    top: 84px;
    left: 0;
}
.hero-with-video .top-logo img {
    display: block;
    width: 182px;
    height: auto;
}
.hero-with-video h1 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 33px;
    font-family: "Univers LT Std Home" !important;
}
.hero-with-video p {
    color: #fff;
    margin: 0 0 45px;
    font-weight: 400;
    letter-spacing: 0.04em;
    word-spacing: -0.04em;
    max-width: 770px;
    width: 100%;
    font-size: 24px;
    line-height: 1.46;
}
@media only screen and (max-width: 991px) {
    .hero-with-video .product-container {
        min-height: 0;
        display: block;
    }
    .hero-with-video .hero-content {
        padding: 70px 0;
    }
    .hero-with-video h1 {
        font-size: 30px;
        margin: 0 0 25px;
    }
    .hero-with-video p {
        margin: 0 0 30px;
        font-size: 20px;
    }
    .hero-with-video .top-logo img {
        width: 145px;
    }
    .hero-with-video .top-logo {
        top: 70px;
    }
    .hero-with-video .bg-image img {
        object-fit: cover;
        object-position: 65% 50%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-with-video .top-logo img {
        width: 119px;
    }
    .hero-with-video .hero-content {
        padding: 33px 0 30px;
    }
    .hero-with-video .top-logo {
        margin: 0 0 30px;
        position: relative;
        top: 0;
        display: inline-block;
        vertical-align: top;
    }

}

form input[type="hidden"] {
    display: none !important;
}

.mkThankyou.close {
    opacity: 0;
}
.micro-site .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:disabled {
    display: none !important;
}
.micro-site .assets-containeer .mktoForm .mktoButton {
    display: none;
}
.micro-site .intro-with-image .mktoForm .mktoButton {
    display: none;
}

.form-outer .arrow-img , .form-outer .cross-img {
    opacity: 1 !important;
}
.hero-with-video .img-wrap {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 2;
    max-width: 735px;

}
.hero-with-video .product-container .img-wrap {
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
}
.hero-with-video .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
@media screen and (max-width: 1100px) {
    .hero-with-video.with-img .hero-content {
        max-width: 500px;
    }
}
@media screen and (max-width: 991px) {
    .hero-with-video.with-img .hero-content {
        max-width: 100%;
    }
    .hero-with-video .img-wrap {
        max-width: 450px;
        position: relative;
        margin: 0 auto;
    }
    .hero-with-video .img-wrap .hero-content {
        padding-bottom: 0;
    }
    .hero-with-video .product-container .img-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hero-with-video.inside-container .hero-content  {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

