<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonials-slider_wrap .slider-testimonials-button-prev,
.testimonials-slider_wrap .slider-testimonials-button-next{
    top: calc(50% - 25px);
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4);
    user-select: none;
    margin-top: 0;
}

.testimonials-slider_wrap .slider-testimonials-button-next{
    right: 0;
}

.testimonials-slider_wrap blockquote {
    height: calc(100% - 20px);
    padding: 10px 20px 10px 5px;
    margin: 0 30px 20px;
}

.testimonials-slider_wrap blockquote p {
    text-align: center;
}

.testimonials-slider_wrap .slider-testimonials-button-prev:hover,
.testimonials-slider_wrap .slider-testimonials-button-next:hover{
    color: gray;
    -webkit-box-shadow: 0px 0px 0px 3px rgb(83, 173, 169, 04);
    box-shadow: 0px 0px 0px 3px rgb(83, 173, 169, 04);
}

.testimonials-slider_wrap .hero_pagination .listing-testimonials_pagination-wrap {
    background: none;
    padding: 6px 60px 6px;
    position: relative;
    display: inline-block;
}

.testimonials-slider_wrap .hero_pagination .listing-testimonials_pagination-wrap .swiper-pagination-bullet {
    background: #ccc;
    opacity: .8;
}

.testimonials-slider_wrap .listing-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff5d2d;
}</pre></body></html>