@media (max-width: 991.98px) {
  .testimonials_slider {
    overflow: hidden;
  }
}
.testimonials_slider .slick-track {
  display: flex !important;
}
.testimonials_slider .slick-slide {
  height: inherit !important;
}
.testimonials_slider .slick-slide {
  margin: 0 20px;
}
.testimonials_slider .slick-list {
  margin: 0 -20px;
  overflow: visible;
}
.testimonials_slider_block {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .testimonials_slider_wrapper {
    overflow: hidden;
  }
}
.testimonials_slider_top {
  max-width: 550px;
}
.testimonials_slider_arrows {
  display: flex;
}
@media (max-width: 991.98px) {
  .testimonials_slider_arrows {
    display: none;
  }
}
.testimonials_slider_arrows div {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: #fff;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
}
.testimonials_slider_arrows div:hover {
  background-color: #F6F7F9;
}
.testimonials_slider_arrows div.slick-disabled {
  border: none;
  opacity: 50%;
  cursor: auto;
}
.testimonials_slider_video_file {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.testimonials_slider_video_overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  cursor: pointer;
}
.testimonials_slider_video_overlay .testimonials_slider_video_play {
  background-color: #F28700;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.testimonials_slider_video_overlay:hover .testimonials_slider_video_play {
  background-color: #DC7F00;
}

/*# sourceMappingURL=testimonials_slider.css.map */
