/* Do not edit anything below */
.testimonial-cards-section {
  overflow: hidden;
}
.testimonial-cards-section .swiper {
  overflow: visible;
}
.testimonial-cards-section .swiper-slide {
  display: grid;
  inline-size: 25.625rem;
  max-inline-size: 75%;
}
@media (width < 768px) {
  .testimonial-cards-section .swiper-slide--rating {
    max-inline-size: 10.375rem;
  }
}
.testimonial-cards-section .card {
  background: linear-gradient(101deg, rgba(255, 255, 255, 0.18) 8.04%, rgba(255, 255, 255, 0.9) 92.32%);
  padding: clamp(1.5rem, 1.5rem + 0.5 * (100vw - 48rem) / 27, 2rem) clamp(1.25rem, 1.25rem + 0.75 * (100vw - 48rem) / 27, 2rem);
  border: 2px solid #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.3125rem 1.25rem 0 rgba(0, 0, 0, 0.06);
}
.testimonial-cards-section .card--rating {
  background: linear-gradient(180deg, #d2fe45 0.07%, #f0fec5 89.46%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  box-shadow: unset;
}
.testimonial-cards-section .card--rating .card__content {
  text-align: center;
  display: grid;
  gap: 1.25rem;
}
.testimonial-cards-section .card--testimonial .card__content {
  display: flex;
  flex-direction: column;
}
.testimonial-cards-section .card__rating-number {
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(5rem, 5rem + 4 * (100vw - 48rem) / 27, 9rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -5.76px;
}
.testimonial-cards-section .card__stars {
  display: flex;
  gap: clamp(0.25rem, 0.25rem + 0.75 * (100vw - 48rem) / 27, 1rem);
}
.testimonial-cards-section .card__star {
  flex-shrink: 0;
  inline-size: clamp(1.25rem, 1.25rem + 0.6875 * (100vw - 48rem) / 27, 1.9375rem);
  block-size: clamp(1.25rem, 1.25rem + 0.6875 * (100vw - 48rem) / 27, 1.9375rem);
}
.testimonial-cards-section .card__rating-text {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
.testimonial-cards-section .card__rating-logo img {
  inline-size: auto;
  block-size: 1.4375rem;
}
.testimonial-cards-section .card--testimonial {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.testimonial-cards-section .card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.testimonial-cards-section .card__author {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.testimonial-cards-section .card__photo {
  flex-shrink: 0;
  inline-size: 3.5rem;
  block-size: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-cards-section .card__photo img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.testimonial-cards-section .card__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.testimonial-cards-section .card__name {
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1.125rem, 1.125rem + 0.375 * (100vw - 48rem) / 27, 1.5rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
}
.testimonial-cards-section .card__title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(0.75rem, 0.75rem + 0.125 * (100vw - 48rem) / 27, 0.875rem);
  font-weight: 400;
  line-height: 1.3;
}
.testimonial-cards-section .card__quote {
  margin: 2rem 0 0;
}
.testimonial-cards-section .card__quote p {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(1.125rem, 1.125rem + 0.5625 * (100vw - 48rem) / 27, 1.6875rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.54px;
  margin: 0;
}
.testimonial-cards-section .card__quote i {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  font-weight: 600;
}