.testimonials-outer {
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 1390px) {
  .testimonials-outer {
    padding: 0;
  }
}

.testimonials-inner {
  background-color: #052A2D;
  border-radius: 0.5rem;
  margin: 0 auto;
  max-width: 1320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.testimonials-inner .splide__slide {
  width: 100%;
}

.testimonials-loading {
  align-items: center;
  background-color: #052A2D;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
}
.testimonials-loading svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .testimonials-loading svg {
    height: 2rem;
    width: 2rem;
  }
}
.testimonials-loading svg path {
  fill: #fff;
}

.testimonials-carousel .splide__pagination {
  bottom: 1rem;
  gap: 0.75rem;
  padding: 0;
}
@media (min-width: 768px) {
  .testimonials-carousel .splide__pagination {
    bottom: unset;
    flex-direction: column;
    gap: 1rem;
    left: unset;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .testimonials-carousel .splide__pagination {
    right: 2rem;
  }
}
.testimonials-carousel .splide__pagination li {
  display: block;
}
.testimonials-carousel .splide__pagination__page {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  height: 0.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  transition: 0.2s;
  width: 0.75rem;
}
.testimonials-carousel .splide__pagination__page:hover {
  background-color: #fff;
}
.testimonials-carousel .splide__pagination__page.is-active {
  background-color: #fff;
  transform: scale(1);
  transition: 0.2s;
}

.testimonial-slide {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .testimonial-slide {
    align-items: center;
    flex-direction: row;
  }
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 2rem 0 2rem;
}
@media (min-width: 768px) {
  .testimonial-content {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .testimonial-content {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-content {
    padding: 3rem;
  }
}
.testimonial-content p {
  color: #fff;
  font-family: "PP Agrandir Narrow", "Trebuchet MS", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 992px) {
  .testimonial-content p {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-content p {
    font-size: 2rem;
  }
}
.testimonial-content p strong {
  font-weight: inherit;
}
.testimonial-content p .word {
  clip-path: inset(100% 0% 0% 0%);
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
}
.testimonial-content p.author {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  opacity: 1;
}
@media (min-width: 1200px) {
  .testimonial-content p.author {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .testimonial-image {
    align-self: flex-end;
    min-width: 30%;
    padding-right: 0.5rem;
  }
}
.testimonial-image img {
  display: block;
  margin: 0 auto;
  max-width: 15rem;
  width: 75%;
}
@media (min-width: 768px) {
  .testimonial-image img {
    max-width: 20rem;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .testimonial-image img {
    max-width: unset;
  }
}
