.indexTestimonials {
    position: relative;
    background-color: white;
    padding: 50px 0 50px 0;
}
@media (min-width: 768px) {
    .indexTestimonials {
        font-size: 34px;
        padding: 70px 0 70px 0;
    }
}
@media (min-width: 992px) {
    .indexTestimonials {
        font-size: 38px;
        padding: 80px 0 80px 0;
    }
}
@media (min-width: 1200px) {
    .indexTestimonials {
        font-size: 46px;
        padding: 90px 0 90px 0;
    }
}
    .indexTestimonials .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .indexTestimonials h2 {
            font-family: "FontFaceBold", sans-serif;
            text-align: center;
            color: #434342;
            padding: 0;
            margin: 0 0 30px 0;
            font-size: 26px;
        }
        @media (min-width: 768px) {
            .indexTestimonials h2 {
                margin-bottom: 50px;
                font-size: 34px;
            }
        }
        @media (min-width: 992px) {
            .indexTestimonials h2 {
                margin-bottom: 60px;
                font-size: 38px;
            }
        }
        @media (min-width: 1200px) {
            .indexTestimonials h2 {
                margin-bottom: 70px;
                font-size: 46px;
            }
        }
        .indexTestimonials .testimonials {
            padding: 0 20px;
        }
        @media (min-width: 494px) {
            .indexTestimonials .testimonials {
                width: 100%;
                overflow: hidden;
                margin: -50px 0;
                padding: 0;
            }
        }
                /*@media (min-width: 494px) {
                    .indexTestimonialsSlider .owl-stage-outer {
                        margin: 0 -20px;
                    }
                }*/
                    @media (min-width: 494px) {
                        .indexTestimonialsSlider .owl-stage-outer {
                            padding: 50px 0;
                        }
                            .indexTestimonialsSlider .owl-item {
                                display: flex;
                                justify-content: center;
                                transition: transform .5s, opacity .5s;
                                transform: scale(0.9);
                                transform-origin: center;
                                opacity: 0.7;
                                cursor: pointer;
                            }
                            .indexTestimonialsSlider .owl-item.hiddenItem {
                                opacity: 0;
                            }
                            .indexTestimonialsSlider .owl-item.active.center {
                                transform: scale(0.95);
                                opacity: 1;
                            }
                                .indexTestimonialsSlider .owl-item .item,
                                .indexTestimonialsSlider .owl-item .testimonial {
                                    width: 100%;
                                }
                                .indexTestimonialsSlider .owl-item:not(.center) .testimonial {
                                    transition: border .5s;
                                }
                                .indexTestimonialsSlider .owl-item:not(.center) .testimonial {
                                    border-color: rgb(119, 119, 119) !important;
                                }
                                    .indexTestimonialsSlider .owl-item:not(.center) .testimonial .photoQuote::after {
                                        background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 100 66" viewBox="0 0 100 66"><path fill="rgb(119, 119, 119)" d="M76.7 21.2c-1.4 0-2.7.1-4.1.4L92.5 2.9l-3-2.9-29.2 27.4-.6.6-.3.3c-3.9 4-6.4 9.3-6.4 15.1-.1 12.4 10.4 22.5 23.4 22.6 13 .1 23.6-9.9 23.6-22.2.1-12.4-10.4-22.5-23.3-22.6zm-53.1 0c-1.4 0-2.7.1-4.1.4l20-18.7-3-2.9L7.3 27.4l-.6.6-.3.3C2.5 32.2 0 37.5 0 43.4-.1 55.8 10.4 65.9 23.3 66c13 .1 23.6-9.9 23.6-22.2.2-12.4-10.3-22.5-23.3-22.6z"/></svg>');
                                    }
                                    .indexTestimonialsSlider .owl-item:not(.center) .testimonial .photoQuote::before {
                                        background-color: rgb(119, 119, 119);
                                    }
                                    .indexTestimonialsSlider .owl-item:not(.center) .testimonial .button a {
                                        background: #c9c9c9;
                                    }
                    }
                            .indexTestimonialsSlider .testimonial {
                                width: 100%;
                            }
                            @media (min-width: 768px) {
                                .indexTestimonialsSlider .testimonial {
                                    min-width: 270px;
                                }
                            }
                            @media (min-width: 992px) {
                                .indexTestimonialsSlider .testimonial {
                                    min-width: 360px;
                                    max-width: 520px;
                                }
                            }
                    /* nav */
                    .indexTestimonialsSlider .owl-nav {
                        display: none;
                    }
                    /* dots */
                    .indexTestimonialsSlider .owl-dots {
                        font-size: 10px;
                        text-align: center;
                        display: block !important;
                        padding: 25px 0 0 0;
                    }
                    @media (min-width: 494px) {
                        .indexTestimonialsSlider .owl-dots {
                            padding: 0 0 25px 0;
                        }
                    }
                    .indexTestimonialsSlider .owl-dot {
                        display: inline-block;
                        width: 15px !important;
                        margin-left: 3px;
                    }
                    @media (min-width: 992px) {
                        .indexTestimonialsSlider .owl-dot {
                            width: 17px !important;
                            margin-left: 4px;
                        }
                    }
                    @media (min-width: 1200px) {
                        .indexTestimonialsSlider .owl-dot {
                            width: 19px !important;
                            margin-left: 5px;
                        }
                    }
                        .indexTestimonialsSlider .owl-dot span {
                            display: inline-block;
                            border-radius: 50%;
                            background: #efefef;
                            width: 10px !important;
                            height: 10px !important;
                        }
                        .indexTestimonialsSlider .owl-dot.active span {
                            background: #434342;
                        }
    .indexTestimonialsSlider .owl-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -40px 0 0 0;
        width: calc(100vw - 50px);
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
        z-index: 99;
        height: 0; /* to prevent overlay with content */
    }
        .indexTestimonialsSlider .owl-nav .disabled {
            opacity: 0.25;
            pointer-events: none;
        }
        .indexTestimonialsSlider .owl-nav svg {
            height: 80px;
            width: 22px;
        }

/* ## Animation (desktop only) ## */
@media (min-width: 768px) {
    #index .indexTestimonials::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #58585a;
        opacity: 0;
        pointer-events: none;
        transition: opacity .5s;
        z-index: 5;
    }
    #index .indexTestimonials.blurred::after {
        opacity: .8;
    }
    /* Title */
    #index .indexTestimonials h2 {
        opacity: 0;
        transform: translateY(25%);
    }
    #index .indexTestimonials.focused h2 {
        opacity: 1;
        transform: none;
        transition: opacity .5s, transform .5s;
    }
    /* Slider */
    #index .indexTestimonials .testimonials .item {
        opacity: 0;
        transform: translateY(50%);
    }
    #index .indexTestimonials.focused .testimonials .item {
        opacity: 1;
        transform: none;
        transition: opacity .5s, transform .5s;
    }
    #index .indexTestimonials.focused .testimonials .owl-item:nth-child(2) .item {
        transition-delay: .3s;
    }
    #index .indexTestimonials.focused .testimonials .owl-item:nth-child(3) .item {
        transition-delay: .6s;
    }
    #index .indexTestimonials.focused .testimonials .owl-item:nth-child(4) .item {
        transition-delay: .9s;
    }
    #index .indexTestimonials.focused .testimonials .owl-item:nth-child(5) .item {
        transition-delay: 1.2s;
    }
    #index .indexTestimonials.focused .testimonials .owl-item:nth-child(6) .item {
        transition-delay: 1.5s;
    }
}