.fullwidth-layout {
    overflow-x: hidden;
}
.cta-max .cta__button{
    max-width: 100% !important;
}
.cta-center .blade__links {
    justify-content: center !important;
}

.header-z-index{z-index: 199 !important;}


.highlightsection {
    margin: 30px;
    padding:30px;
    background-color:#ADCBE6;
    border-radius: 30px;

}

@media (min-width: 992px) {
    .videobanner-a__title {
        margin-top: 15%;
    }
}

@media (min-width: 992px) {
    .blade-a .blade__text {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 30px;
        border-radius: 30px;
    }
}