.testimonials.testimonials--blue.testimonial-slider {
  font-size: 18px;
  margin-inline: calc(var(--wdg-gap-block) * -1);
  margin-block-start: 0;
  max-width: none;
  overflow: hidden;
  padding-block: 90px 115px;
  position: relative;
  background-color: #e9f2f6;
}
.testimonials.testimonials--blue.testimonial-slider::before, .testimonials.testimonials--blue.testimonial-slider::after {
  background-image: linear-gradient(184deg, #005cb0, #002f87 100%);
  content: "";
  display: block;
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
  position: absolute;
  width: 600px;
  z-index: 0;
}
.testimonials.testimonials--blue.testimonial-slider::before {
  border-radius: 0 100% 0 0/0 100% 0 0;
  left: 0;
  top: 0;
}
.testimonials.testimonials--blue.testimonial-slider::after {
  border-radius: 100% 0 0 0/100% 0 0 0;
  bottom: -60%;
  right: -10%;
}

.testimonial-slider__shell {
  margin-inline: auto;
  max-width: var(--wdg-content-max-width, 84rem);
  padding-inline: var(--wdg-gap-block);
  position: relative;
  text-align: center;
  z-index: 1;
}
.testimonial-slider__quote-accent {
  color: var(--wdg-color-accent, #f2b134);
  display: flex;
  justify-content: center;
  margin-block-end: clamp(1.25rem, 0.78vw + 1.06rem, 2rem);
}
.testimonial-slider__quote-svg {
  display: block;
  height: auto;
  width: clamp(3.25rem, 1.63vw + 2.85rem, 4.81rem);
}
.testimonial-slider__viewport {
  overflow: hidden;
  width: 100%;
}
.testimonial-slider__track {
  align-items: stretch;
  cursor: grab;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
  width: 100%;
}
.testimonial-slider__track::-webkit-scrollbar {
  display: none;
}
.testimonial-slider__slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  width: 100%;
}
.testimonial-slider__bullets {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-block-start: clamp(1.75rem, 1.05vw + 1.5rem, 2.75rem);
}
.testimonial-slider__bullet {
  background-color: var(--wdg-color-primary, #20295b);
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 0.5rem;
  opacity: 0.3;
  padding: 0;
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  width: 0.5rem;
}
.testimonial-slider__bullet .a11y {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.testimonial-slider__bullet--active, .testimonial-slider__bullet[aria-current] {
  border-color: var(--wdg-color-primary, #20295b);
  opacity: 1;
  transform: scale(1.3);
}

/*# sourceMappingURL=style.css.map */