
@media only screen and (max-width: 768px) {
    .slick-dots{
        display: none !important;
    }
    .header-2__logo-mk img {
        display:none !important;
    }
}
.banner-slider{
    height: calc(100vh - 64px) !important;
}
.banner-slider__item {
    height: calc(100vh - 64px) !important;
}
.header-2{
    background-color:#051C2C !important;
}
.header-2 .button-bar {
    display: flex;
}
.header-2 .button-bar img{
    max-width: 40px !important;
    min-width: 40px !important;
    width: 40px; 
}
.background-clip{
    padding:0px;
}
.title{
    margin: 1em 0;
}
/*
@media only screen and (max-width: 776px) {
}*/


@media (max-width: 768px){

    #vector__text p.text{
        display: none !important;
    }

    #vector__text .title{
        transform: translateY(-40px);
        position: relative !important;
        left: 0 !important;
        margin-bottom: 220px !important;
    }

}

@media (min-width: 769px) {
    .home .section-vector-index #vector__text {
        top: -90px !important;
    }
}

.cta-whatsapp {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.cta-whatsapp a,
.hero-single-column__buttons a {
    text-decoration: none !important;
}

.cta-whatsapp .button,
.hero-single-column__buttons .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}