.hero-section {
    min-height: 79vh;
    padding: 50px 0 0 50px;
    background-size: cover !important;
    background-position-y: center !important;
    position: relative;
    overflow: hidden;
}
.hero-section i {
    font-weight: bold !important;
}
.hero-section--bg {
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.hero-section--bg--inner {
    color: #fff;
    height: 100%;
}
.hero-section--bg .video-bg {
    height: 100%;
    position: relative;
}
.hero-section--bg .video-bg video {
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: bottom;
}
.hero-section--bg .image-bg {
    height: 100%;
    position: relative;
}
.hero-section--bg .image-bg img {
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: bottom;
}
.hero-section h3 {
    font-size: 38px;
    color: #5b218a;
    line-height: 56px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}
.hero-section h3:last-child {
    margin: 0 0 50px 0;
}
@media screen and (max-width: 480px) {
    .hero-section h3 {
        font-size: 32px;
    }
}
@media screen and (max-height: 650px) {
    .hero-section-header {
        font-size: 40px;
        line-height: 45px;
    }
}
@media screen and (max-width: 480px) {
    .hero-section-header br {
        display: none;
    }
}

.hero-section-description {
    margin: 0 0 0 4px;
    color: #5b218a;
    font-family: "Helvetica LT Std", sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    display: inline-block;
}

@media screen and (min-width: 976px) {
    .hero-section-description {
        padding: 0 300px;
    }
}

.hero-section-description img {
    max-width: 100%;
    width: 900px;
    margin-top: 45px;
}

.hero-section-description p {
    font-size: 18px;
    color: #00456E;
    line-height: 32px;
}

@media (min-width:960px) and (max-width:1050px) {
    .hero-section-description p {
        font-size: 13px;
    }
}

@media screen and (max-width: 960px) {
    .hero-section-description img {
        width: 450px;
    }
    .hero-section-description p {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .hero-section-description br {
        display: none;
    }
}
@media screen and (max-width: 1400px) {
    .hero-section-description {
        font-size: 18px;
        line-height: 30px;
    }
}
@media screen and (max-width: 992px) {
    .hero-section-description {
        text-align: center;
        margin: 20px 0;
    }
}
@media screen and (max-width: 768px) {
    .hero-section-description {
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    .hero-section-description {
        font-size: 16px;
        line-height: 25px;
    }
}
@media screen and (max-height: 650px) {
    .hero-section-description {
        font-size: 14px;
        line-height: 25px;
    }
}
@media (max-height: 800px) {
    .hero-section {
        min-height: 100vh;
    }
}
@media (max-height: 650px) {
    .hero-section {
        padding: 10px 0 0 0;
    }
}
@media screen and (max-width: 992px) {
    .hero-section {
        background-position-y: -158px;
        background-position-x: -172px;
        min-height: 560px;
        padding: 40px 15px 15px 15px;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .hero-section {
        min-height: 320px;
        padding: 10px 30px;
    }
}
.custom-bg-video .hero-section-description {
    color: #101010 !important;
}
.custom-bg-video video {
    object-fit: fill !important;
}
@media screen and (max-width: 576px) {
    .custom-bg-video video {
        object-fit: cover !important;
    }
}

/*:-ms-fullscreen, :root .widthMax .hero-section--bg .video-bg video {*/
/*    width: 100vw;*/
/*    height: auto;*/
/*}*/
/*:-ms-fullscreen, :root .heightMax .hero-section--bg .video-bg video {*/
/*    height: 80vh;*/
/*    width: auto;*/
/*}*/
/*:-ms-fullscreen, :root .hero-commuters {*/
/*    min-height: 100vh;*/
/*}*/
/*.content-hero-section, .hero-row {*/
/*    display: inline-block;*/
/*}*/