.testimonials-block {
  position: relative;
  background: #faecd6;
  overflow: hidden;
}

.testimonials-image-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .testimonials-image-half {
    width: 50%;
  }
}

.testimonials-image-half::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(250, 236, 214, 0.8);
  z-index: 1;
}

.testimonials-image-half::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 150px;
  background: linear-gradient(to right, rgba(250, 236, 214, 0) 0%, rgba(250, 236, 214, 0.9) 70%, #faecd6 100%);
  z-index: 2;
}

.testimonials-content-layer {
  position: relative;
  z-index: 3;
}

.testimonials-block-content {
  padding-bottom: var(--spacing-10);
  text-align: center;
}
.testimonials-block-content h2 {
  font-size: var(--fs-elephant);
}
@media screen and (min-width: 1024px) {
  .testimonials-block-content {
    padding: var(--spacing-20) 0;
  }
}

.testimonial-text,
.testimonial-name {
  max-width: 60ch;
  margin: 0 auto;
}

.testimonial-text p {
  font-style: italic;
  font-weight: 900;
}

.testimonial-name {
  font-weight: 600;
}

.testimonials-block .splide__track {
  overflow: hidden;
}
.testimonials-block .splide__list {
  align-items: stretch;
}
.testimonials-block .splide__slide {
  padding: var(--spacing-10) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-block .splide__pagination__page {
  background-color: transparent;
  border: 2px solid var(--black);
  height: 10px;
  width: 10px;
}
.testimonials-block .splide__pagination__page.is-active {
  background-color: var(--black);
}
.testimonials-block .splide__slide {
  cursor: grab;
}

.testimonial-lines-top,
.testimonial-lines-bottom {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  stroke-width: calc(4px + 16 * (100vw - 390px) / 1530);
}

@media screen and (max-width: 991px) {
  .testimonials-image-half {
    position: relative;
    height: 300px;
    width: 100%;
  }
  .testimonials-image-half::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #faecd6 0%, rgba(250, 236, 214, 0.9) 30%, rgba(250, 236, 214, 0) 100%);
  }
}
/*# sourceMappingURL=testimonialsBlock.1770194470976.css.map */