.testimonials {
  margin-bottom: 3.5rem;
}

.testimonials.testimonials-bg-white {
  background-color: #fff;
}

.testimonials .testimonials-card {
  background-color: #fff;
}

.testimonials.testimonials-bg-white .testimonials-card {
  background-color: #F4F4F5;
}

.testimonials .testimonials-card-rating {
  color: rgba(0, 0, 0, 0.15);
}

.testimonials .testimonials-card-rating .testimonials-star {
  width: 1.25rem;
  height: 1.125rem;
}

.testimonials .testimonials-card-rating .is-active {
  color: #72C92C;
}

.testimonials blockquote {
  border-left: 0;
  padding-left: 0;
}

.testimonials blockquote p {
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  font-family: "inter-18pt", sans-serif;
  line-height: 1.75;
}

.testimonials .glider-contain {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.testimonials .glider-contain.glider-loaded {
  opacity: 1;
}

.testimonials .testimonials-slide {
  padding-right: 1.5rem;
  padding-bottom: 0.125rem;
}

.testimonials .testimonials-btn-prev,
.testimonials .testimonials-btn-next {
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 0.375rem;
  background-color: #72C92C;
  color: #000;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.testimonials .testimonials-btn-prev:hover,
.testimonials .testimonials-btn-next:hover {
  background-color: rgb(99.7616326531, 175.8955102041, 38.5044897959);
}

.testimonials .testimonials-btn-prev:disabled, .testimonials .testimonials-btn-prev.disabled,
.testimonials .testimonials-btn-next:disabled,
.testimonials .testimonials-btn-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

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