@charset "UTF-8";
.testimonial-slider {
  background-color: var(--testimonial-slider-background-color, #02361C);
  position: relative;
  overflow: hidden;
}
.testimonial-slider .highlight {
  color: #F1DF40;
}
.testimonial-slider__wrap {
  width: 90vw;
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  z-index: 3;
  padding: clamp(3.75rem, 3.2692307692rem + 1.9230769231vw, 5rem) 0;
  display: flex;
  flex-direction: column;
  gap: clamp(3.75rem, 3.2692307692rem + 1.9230769231vw, 5rem);
}
.testimonial-slider__content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.6346153846rem + 0.9615384615vw, 1.5rem);
  text-align: left;
}
.testimonial-slider__eyebrow {
  display: block;
  color: #AED5BA;
  font-family: var(--theme-font-sans, Source Sans 3, sans-serif);
  font-size: clamp(0.75rem, 0.5576923077rem + 0.7692307692vw, 1.25rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1.6em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.testimonial-slider__heading {
  color: white;
  font-family: var(--theme-font-sans, Source Sans 3, sans-serif);
  font-size: clamp(2.125rem, 1.8846153846rem + 0.9615384615vw, 2.75rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1.25em;
  text-transform: none;
  text-wrap: balance;
  margin: 0;
  padding: 0;
}
.testimonial-slider__body *:first-child {
  padding-top: 0;
  margin-top: 0;
}
.testimonial-slider__body *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.testimonial-slider__body > * {
  color: white;
  font-family: var(--theme-font-sans, Source Sans 3, sans-serif);
  font-size: clamp(1rem, 0.9038461538rem + 0.3846153846vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.45em;
  text-wrap: pretty;
}
.testimonial-slider__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}
.testimonial-slider__bg > img, .testimonial-slider__bg > video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: var(--testimonial-slider-background-size, cover);
  object-position: var(--testimonial-slider-background-position, center center);
  position: relative;
  z-index: 1;
}
.testimonial-slider__bg--has-mobile > img.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .testimonial-slider__bg--has-mobile > img.desktop {
    display: block;
  }
  .testimonial-slider__bg--has-mobile > img.mobile {
    display: none;
  }
}
.testimonial-slider__bg--has-overlay::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 2;
  background: var(--testimonial-slider-overlay, linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75.9%));
}
.testimonial-slider__carousel {
  position: relative;
  width: 100%;
  max-width: 43.75rem;
  margin: 0 auto;
  padding: 0 clamp(1.75rem, 1.3653846154rem + 1.5384615385vw, 2.75rem);
}
.testimonial-slider__carousel-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 34.375rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border: 4px solid white;
  border-radius: 1.5625rem;
}
.testimonial-slider__carousel-track {
  display: flex;
  transition: transform var(--testimonial-slider-speed, 0.3s) ease;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-slider__carousel-track {
    transition: none;
  }
}
.testimonial-slider__carousel-item {
  flex-shrink: 0;
  margin: 0;
  padding: clamp(1.25rem, 0.7692307692rem + 1.9230769231vw, 2.5rem);
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.8269230769rem + 0.1923076923vw, 1rem);
  width: 100%;
  min-width: 0;
  height: auto;
  max-width: 34.375rem;
  overflow-wrap: break-word;
}
.testimonial-slider__carousel-item *:not(p) {
  margin: 0;
}
.testimonial-slider__carousel-stars {
  --star-fill: #4A8E5E;
  --star-empty: transparent;
  --rating: 0;
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
  white-space: nowrap;
}
.testimonial-slider__carousel-stars::before {
  content: "★★★★★";
  color: var(--star-empty, transparent);
}
.testimonial-slider__carousel-stars::after {
  content: "★★★★★";
  color: var(--star-fill, #4A8E5E);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: calc(var(--rating) / 5 * 100%);
}
.testimonial-slider__carousel-title {
  color: black;
  font-family: var(--theme-font-sans, Source Sans 3, sans-serif);
  font-style: italic;
  font-weight: 900;
  line-height: 1.6em;
  font-size: clamp(1.125rem, 1.0769230769rem + 0.1923076923vw, 1.25rem);
}
.testimonial-slider__carousel-quote {
  color: black;
  font-family: var(--theme-font-sans, Source Sans 3, sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  font-size: clamp(0.8125rem, 0.7644230769rem + 0.1923076923vw, 0.9375rem);
}
.testimonial-slider__carousel-quote p:first-child {
  padding-top: 0;
  margin-top: 0;
}
.testimonial-slider__carousel-quote p:first-child::before {
  content: "“";
}
.testimonial-slider__carousel-quote p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.testimonial-slider__carousel-quote p:last-child::after {
  content: "”";
}
.testimonial-slider__carousel-author {
  color: #4A8E5E;
  font-family: var(--theme-font-sans, Source Sans 3, sans-serif);
  font-style: italic;
  font-weight: 900;
  line-height: 1.6em;
  font-size: clamp(1.125rem, 1.0769230769rem + 0.1923076923vw, 1.25rem);
}
.testimonial-slider__carousel[data-adaptive-height=true] .testimonial-slider__carousel-track {
  align-items: flex-start;
  transition: transform var(--testimonial-slider-speed, 0.3s) ease, height var(--testimonial-slider-speed, 0.3s) ease;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-slider__carousel[data-adaptive-height=true] .testimonial-slider__carousel-track {
    transition: none;
  }
}
.testimonial-slider__nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}
.testimonial-slider__nav[hidden] {
  display: none;
}
.testimonial-slider__nav-btn {
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.375rem, 1.0865384615rem + 1.1538461538vw, 2.125rem);
  height: clamp(1.375rem, 1.0865384615rem + 1.1538461538vw, 2.125rem);
  color: white;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.testimonial-slider__nav-btn svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .testimonial-slider__nav-btn:hover {
    opacity: 0.7;
  }
}
.testimonial-slider__nav-btn:focus-visible {
  outline: 2px solid white;
  outline-offset: 4px;
  border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-slider__nav-btn {
    transition: none;
  }
}
.testimonial-slider__dots {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0;
}
.testimonial-slider__dots:empty {
  display: none;
}
.testimonial-slider__dot {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.testimonial-slider__dot.is-active {
  background-color: white;
  transform: scale(1.2);
}
@media (hover: hover) {
  .testimonial-slider__dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.testimonial-slider__dot:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-slider__dot {
    transition: none;
  }
}
@media screen and (max-width: 500px) {
  .testimonial-slider__carousel {
    padding: 0;
  }
  .testimonial-slider__nav {
    display: none;
  }
  .testimonial-slider__dots {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .testimonial-slider__content {
    text-align: center;
    margin: 0 auto;
  }
}
