<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.q-testimonials-wrapper {
  padding: 0 20px;
}

.q-testimonials-content {
  background-color: var(--color-mine-shaft);
  border-radius: 40px;
  padding: 110px 60px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.q-testimonials-content::before,
.q-testimonials-content::after {
  content: '';
  position: absolute;
  transition: 0.8s all ease;
  z-index: -1;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.q-testimonials-content::before {
  width: 347px;
  height: 344px;
  left: -1.8%;
  bottom: -45px;
}

.q-testimonials-content::after {
  width: 242px;
  height: 247px;
  top: -65px;
  right: 0;
}

.q-testimonials-title {
  color: var(--color-white);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
}

.q-testimonials-title strong {
  font-weight: 700;
}

.q-testimonials-buttons {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 45px;
  z-index: 2;
}

.q-testimonials-slider-wrapper {
  width: 100%;
  margin: 60px auto 0;
  position: relative;
}

.q-testimonials-slider-wrapper .swiper.q-testimonials-swiper {
  padding-bottom: 140px !important;
}

.q-testimonials-slider-wrapper-single {
  max-width: 810px;
}

.swiper.q-testimonials-swiper {
  width: 100%;
  z-index: 1;
  transition: 0.8s all ease;
}

.q-testimonials-item {
  border-radius: 12px;
  padding: 30px;
  background: #ffff;
  min-height: 270px;
  height: 100%;
}

.q-testimonials-item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.q-testimonials-item-head-data {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-transform: uppercase;
}

.q-testimonials-name {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.q-testimonials-info {
  font-size: 12px;
}

.q-testimonials-source {
  object-fit: cover;
  object-position: center;
}

.q-testimonials-text {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.375em;
  text-align: center;
  margin-bottom: 30px;
}

.q-testimonials-text::after {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 51px;
  height: 38px;
}

.q-testimonials-arrow {
  display: flex;
  align-items: center;
}

.q-testimonials-arrow::after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: var(--color-white);
  display: block;
  margin-left: -7px;
  border-radius: 7px;
  transition: 0.4s all ease;
}

.q-testimonials-slider-wrapper .q-testimonials-pagination {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  max-width: 100%;
  bottom: 95px;
}

.q-testimonials-slider-wrapper .swiper-slide {
  height: auto;
}

@media (min-width: 901px) {
  .q-testimonials-slider-wrapper-with-half-slide .swiper.q-testimonials-swiper {
    margin: 0 -60px;
    width: calc(100% + 120px);
    padding: 0 60px;
  }

  .q-testimonials-slider-wrapper
  .q-slider-dot.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e0ff66;
    border-color: #e0ff66;
  }

  .q-testimonials-slider-wrapper:not(.q-testimonials-slider-wrapper-with-half-slide) {
    border-radius: 12px;
    overflow: hidden;
  }
}

@media (max-width: 1366px) {
  .q-testimonials-content:before {
    left: -5%;
  }
}

@media (max-width: 1280px) {
  .q-testimonials-content::before {
    left: -80px;
    bottom: -60px;
    transform: scale(0.8);
  }
}

@media (max-width: 900px) {
  .q-testimonials-wrapper {
    padding: 0 10px;
  }

  .q-testimonials-content {
    padding: 30px 10px 0;
    border-radius: 20px;
  }

  .q-testimonials-title {
    padding: 0;
    font-size: 28px;
    text-align: left;
    padding: 0 10px;
    max-width: 250px;
  }

  .q-testimonials-content::after {
    height: 124px;
    right: -25px;
    top: 90px;
    width: 128px;
  }

  .q-testimonials-content::before {
    transform: scale(1);
    width: 128.5px;
    height: 132px;
    bottom: 30px;
    left: 8px;
  }

  .q-testimonials-buttons {
    display: none;
  }

  .q-testimonials-swiper-wrapper .swiper-slide-active {
    transform: rotate(3deg);
  }

  .q-testimonials-slider-wrapper {
    margin-top: 35px;
  }

  .q-testimonials-slider-wrapper .swiper.q-testimonials-swiper {
    padding-bottom: 85px !important;
  }

  .q-testimonials-swiper-wrapper .swiper-slide {
    padding: 20px;
    transition: transform 0.8s ease;
  }

  .q-testimonials-item-head {
    flex-direction: column;
  }

  .q-testimonials-item {
    padding: 24px 20px;
    min-height: unset;
  }


  .q-testimonials-text::after {
    width: 58px
    height: 31px;
  }

  .q-testimonials-text {
    padding-left: 0;
    font-size: 16px;
    margin-top: 14px;
    line-height: 22.4px;
    text-align: center;
    
  }


  .q-testimonials-slider-wrapper .q-testimonials-pagination {
    bottom: 50px;
  }
}</pre></body></html>