.testimonials-block {
  padding: clamp(48px, 5.56vw, 80px) 0 0;
  overflow: hidden;
}
.testimonials-block__header {
  text-align: center;
  margin-bottom: clamp(32px, 3.33vw, 48px);
}
.testimonials-block__heading {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  line-height: 1;
  margin-bottom: 24px;
}
.testimonials-block__content p {
  font-family: "Inter", -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  max-width: 560px;
  margin: 0 auto;
}
.testimonials-block__splide .splide__arrows,
.testimonials-block__splide .splide__pagination {
  display: none !important;
}
.testimonials-block__splide .splide__track {
  overflow: visible;
}
.testimonials-block__splide .splide__list {
  align-items: center;
}
.testimonials-block__splide .splide__slide {
  padding: 20px 0 80px;
  position: relative;
  z-index: 0;
}
.testimonials-block__splide .splide__slide .testimonials-block__card {
  transform: scale(0.85);
  transform-origin: center center;
  opacity: 0.45;
  will-change: transform, opacity;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  background-color: rgba(243, 243, 243, 0.7);
}
.testimonials-block__splide .splide__slide.is-active {
  z-index: 1;
}
.testimonials-block__splide .splide__slide.is-active .testimonials-block__card {
  transform: scale(1.1);
  opacity: 1;
}
.testimonials-block__card {
  background: #fff;
  border-radius: 20px;
  padding: clamp(32px, 3.33vw, 48px);
  position: relative;
  overflow: visible;
}
.testimonials-block__card::before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -60px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(240, 150, 32, 0.28) 0%, transparent 65%);
  filter: blur(30px);
  pointer-events: none;
  z-index: 0;
}
.testimonials-block__card::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 56px solid transparent;
  border-top: 28px solid #fff;
}
.testimonials-block__quote-mark, .testimonials-block__quote-body, .testimonials-block__author {
  position: relative;
  z-index: 1;
}
.testimonials-block__quote-mark {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
}
.testimonials-block__quote-text {
  font-family: "Integral CF", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.39vw, 20px);
  line-height: 1.4;
  text-transform: uppercase;
  color: #231f20;
  margin-bottom: 32px;
}
.testimonials-block__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.testimonials-block__author-image {
  flex-shrink: 0;
}
.testimonials-block__author-image img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials-block__author-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.testimonials-block__name {
  font-family: "Integral CF", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.11vw, 16px);
  text-transform: uppercase;
  color: #f09620;
  line-height: 1.2;
}
.testimonials-block__role {
  font-family: "Inter", -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(35, 31, 32, 0.55);
  line-height: 1.4;
}
.testimonials-block__indicator {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: clamp(32px, 4vw, 56px);
}
.testimonials-block__progress-track {
  flex: 1;
  height: 1px;
  background-color: #231f20;
  position: relative;
  border-radius: 4px;
  overflow: visible;
}
.testimonials-block__progress-fill {
  position: absolute;
  left: 0;
  top: -3.5px;
  height: 8px;
  width: 25%;
  background-color: #231f20;
  border-radius: 4px;
  transition: width 0.5s ease;
}
.testimonials-block__counter {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #231f20;
  white-space: nowrap;
  flex-shrink: 0;
}

/*# sourceMappingURL=testimonials-block.css.map */