.section-testimonials-wrapper {
  background-color: transparent;
}
.section-testimonials__title-ratings svg path {
  fill: var(--testimonial-main-rating-color);
  stroke: var(--testimonial-main-rating-color);
}
.testimonial__rating-filled svg path {
  fill: var(--testimonial-rating-star-color);
  stroke: var(--testimonial-rating-star-color);
}
.section-testimonials__title h3 {
  color: var(--testimonial-main-head-color);
}
.card-slider--testimonials {
  background-color: #fff;
  border-radius: 9px;
}
.card-slider--testimonials .testimonial__body {
  background-color: var(--testimonial-card-bg);
  border: 1px solid var(--testimonial-card-bg);
}
.card-slider--testimonials .testimonial__body {
  border-radius: 0.8rem;
}
.section-testimonials-wrapper > div {
  --progress-bar-time: 3600ms;
}
.section-testimonials__title {
  font-family: inherit;
  font-size: var(--font-size-static-small);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-small);
  letter-spacing: var(--letter-spacing-medium);
  text-transform: inherit;
  margin: 0 0 4.8rem;
}

.section-testimonials__title div {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}
.section-testimonials__title div span {
  font-weight: normal;
}

.section-testimonials__title > * {
  text-align: center;
}

.layout-horizontal-w-media,
.layout-vertical-w-media {
  display: flex;
  align-items: center;
}

.container.position--image-right {
  flex-direction: row-reverse;
}

.layout-horizontal-w-media .testimonials__content,
.layout-vertical-w-media .testimonials__content {
  width: 100%;
  padding: 6.4rem 0;
}

.container.max-w-full .testimonials__content {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.testimonials__image {
  display: none;
}

.section-testimonials__title-ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}

.section-testimonials__subtitle {
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: var(--font-size-static-small);
  margin-bottom: 2.8rem;
}

.testimonials__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials__bottom .swiper-buttons .swiper-button {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials__bottom .swiper-buttons .icon {
  width: 1.2rem;
  height: 1.2rem;
}

.testimonials__bottom .swiper-buttons .swiper-button--prev {
  margin-inline-end: 1.2rem;
}

.testimonials__bottom .swiper-buttons {
  display: none;
}

.testimonials__bottom .swiper-pagination-progressbar {
  position: unset;
  margin-top: 3.6rem;
  width: 10rem;
  height: 0.2rem;
}

.testimonials__bottom
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: rgb(var(--color-progress-bar));
}

.testimonial__rating-circle {
  display: inline-block;
  border-radius: 100%;
  width: 0.8rem;
  height: 0.8rem;
  background: rgb(var(--color-rating-stars));
  opacity: 0.2;
}

.testimonial__rating-circle.circle-filled {
  opacity: 1;
}

.layout-carousel-none-media .testimonials__image {
  display: none;
}

.layout-carousel-none-media .testimonials__bottom {
  justify-content: center;
}

.section-testimonials .testimonial__body,
.card-slider.card-slider--testimonials.vertical-w-media .card-slider__slide {
  min-height: 19.4rem;
}

.swiper-pagination__progress-bar .swiper-pagination-progressbar-fill {
  background: #76c7c0;
  width: 0;
  height: 100%;
  position: absolute;
  transform: unset !important;
  top: 0;
  left: 0;
  animation: progressAnimation var(--progress-bar-time);
}

@keyframes progressAnimation {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  html .card-slider.card-slider--testimonials {
    overflow: visible;
  }
}

@media screen and (min-width: 990px) {
  html .card-slider.card-slider--testimonials {
    overflow: hidden;
  }
  html .card-slider.card-slider--testimonials.carousel-none-media {
    overflow: visible;
  }
  .layout-carousel-none-media .testimonials__content {
    padding: 1.2rem 3.6rem;
  }
  .layout-horizontal-w-media .testimonials__content,
  .layout-vertical-w-media .testimonials__content {
    width: 50%;
    padding: 0;
  }
  .container.max-w-full .testimonials__content {
    padding-left: 0;
    padding-right: 0;
  }
  .layout-horizontal-w-media .testimonials__content-in,
  .layout-vertical-w-media .testimonials__content-in {
    max-width: 43.7rem;
    width: 100%;
    margin: 0 auto;
  }
  .layout-horizontal-w-media .testimonials__bottom .swiper-buttons {
    display: block;
  }
  .testimonials__image {
    display: block;
    width: 50%;
  }
  .testimonials__bottom {
    justify-content: space-between;
    padding: 0 0.5rem 0.5rem 0;
  }
  .vertical-w-media .swiper-wrapper {
    max-height: 65rem;
  }
  .vertical-w-media .testimonials__bottom {
    display: none;
  }
}
.testimonials__image .media {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media screen and (max-width: 989px) {
  .layout-horizontal-w-media .testimonials__content,
  .layout-vertical-w-media .testimonials__content {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
