/* General */

.acf-block.slider .slide {
    position: relative;
    min-height: 600px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
}

.acf-block.slider .slide video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}

.acf-block.slider .slide > div:not(.overlay) {
    padding-top: 60px;
    padding-bottom: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.acf-block.slider .slide > div:not(.overlay):not([class]) {
    padding-right: 15px;
    padding-left: 15px;
}

.acf-block.slider .slide .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.acf-block.slider .slide h2 {
    font-family: "FrutigerLTStd-Roman", sans-serif;
    line-height: 1;
    font-size: 12vw;
    font-weight: 400;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.acf-block.slider .slide a.button {
    margin: 0;
}

.acf-block.slider .slider-wrapper.slick-initialized {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: 500ms ease-in-out;
}

.acf-block.slider .slick-arrow {
    font-size: 40px;
    line-height: inherit;
    color: #333333;
    z-index: 5;
    padding: 10px;
    height: unset;
    width: unset;
}

.acf-block.slider .slider-wrapper.full .slick-arrow {
    color: #FFFFFF;
}

.acf-block.slider .slick-next:before, .acf-block.slider .slick-prev:before {
    content: none;
}

.acf-block.slider .slider-wrapper .slick-prev {
    left: -5%;
}

.acf-block.slider .slider-wrapper .slick-next {
    right: -5%;
}

.acf-block.slider .slider-wrapper.full .slick-prev {
    left: 5%;
}

.acf-block.slider .slider-wrapper.full .slick-next {
    right: 5%;
}

.acf-block.slider .slick-dots {
    right: 0;
    bottom: -35px;
    left: 0;
    display: flex;
    justify-content: center;
}

.acf-block.slider .slick-dots li,
.acf-block.slider .slick-dots li button {
    height: unset;
    width: unset;
}

.acf-block.slider .slick-dots li {
    margin-right: 8px;
    margin-left: 8px;
}

.acf-block.slider .slick-dots li button:before {
    content: '';
    background-color: #333333;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.acf-block.slider .triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    color: #241D72;
}


/* Responsive */

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1599.98px) {

}

@media only screen and (max-width: 1399.98px) {

    .acf-block.slider .slider-wrapper.full .slick-prev {
        left: 10px;
    }

    .acf-block.slider .slider-wrapper.full .slick-next {
        right: 10px;
    }

}

@media only screen and (max-width: 1249.98px) {

    .acf-block.slider .slider-wrapper.full .slick-arrow {
        display: none !important;
    }

}

@media only screen and (max-width: 1199.98px) {

}

@media only screen and (max-width: 1069.98px) {

}

@media only screen and (max-width: 991.98px) {

}

@media only screen and (max-width: 767.98px) {

}

@media only screen and (max-width: 575.98px) {

    .acf-block.slider .slider-wrapper .slick-arrow {
        display: none !important;
    }

}

@media only screen and (max-width: 499.98px) {

}

@media only screen and (max-width: 449.98px) {

}

@media only screen and (max-width: 399.98px) {

}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}