h2 + .testimonial-slider,
h3 + .testimonial-slider,
h4 + .testimonial-slider {
  margin-top: var(--wp--preset--spacing--large);
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider .testimonial-quote {
  padding-bottom: 70px;
}
.testimonial-slider .testimonial-quote svg {
  width: 47px;
  margin-bottom: var(--wp--preset--spacing--normal);
}
.testimonial-slider .testimonial-quote cite {
  display: block;
  margin-top: var(--wp--preset--spacing--normal);
}
.testimonial-slider .testimonial-quote cite h3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--18);
  font-weight: 500;
  margin: 0;
  color: var(--wp--preset--color--dark-green);
  margin-bottom: 10px;
}
.testimonial-slider .testimonial-quote cite .position {
  font-size: var(--wp--preset--font-size--16);
  margin: 0;
  color: var(--wp--preset--color--medium-green);
  margin-bottom: 0;
}
.testimonial-slider .swiper-slide-counter {
  font-size: var(--wp--preset--font-size--16);
  color: var(--wp--preset--color--dark-green);
  position: absolute;
  bottom: 10px;
  left: 0;
}
.testimonial-slider .swiper-slide-counter .current-slide {
  font-weight: 500;
  color: var(--wp--preset--color--dark-green);
}
.testimonial-slider .swiper-button-next {
  right: 0;
  width: 32px;
  height: 32px;
  top: calc(100% - 19px);
  margin-top: 0;
  top: 0;
  border: 1px solid var(--wp--preset--color--dark-green);
  border-radius: 4px;
  transition: background 0.25s ease-in-out;
}
.testimonial-slider .swiper-button-next::after {
  width: 26px;
  height: 26px;
  font-size: 16px;
  padding: 5px 0 0 0;
  color: var(--wp--preset--color--dark-green);
  transition: color 0.25s ease-in-out;
  padding-left: 8px;
}
.testimonial-slider .swiper-button-prev {
  top: calc(100% - 19px);
  left: calc(100% - 80px);
  width: 32px;
  height: 32px;
  margin-top: 0;
  top: 0;
  border: 1px solid var(--wp--preset--color--dark-green);
  border-radius: 4px;
  transition: background 0.25s ease-in-out;
}
.testimonial-slider .swiper-button-prev::after {
  width: 26px;
  height: 26px;
  font-size: 16px;
  padding: 5px 0 0 0;
  color: var(--wp--preset--color--dark-green);
  transition: color 0.25s ease-in-out;
  padding-left: 8px;
}
.testimonial-slider .rect {
  transition: stroke 0.25s ease-in-out;
}
.testimonial-slider:hover .rect {
  stroke: var(--wp--preset--color--dark-green);
}

.testimonial-banner {
  position: relative;
}
@media (min-width: 1024px) {
  .testimonial-banner {
    padding: 0 100px !important;
  }
}
.testimonial-banner h2,
.testimonial-banner h3,
.testimonial-banner p {
  color: white;
  text-align: center;
}
.testimonial-banner h3 {
  font-size: var(--wp--preset--font-size--24);
}
.testimonial-banner blockquote > p {
  font-size: 24px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 4rem;
}
.testimonial-banner blockquote .icon {
  width: 60px;
  margin: 0 auto 2rem auto;
}
.testimonial-banner blockquote .icon svg path {
  fill: white;
}
.testimonial-banner blockquote cite h3 {
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--18);
}
.testimonial-banner blockquote cite .position {
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--18);
  opacity: 0.8;
}
.testimonial-banner .banner-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: 0;
  width: 32px;
  height: 32px;
  margin-top: 0;
  border: 1px solid white;
  border-radius: 4px;
  transition: background 0.25s ease-in-out;
  cursor: pointer;
}
.testimonial-banner .banner-button-prev::after {
  content: "prev";
  color: white;
  transition: color 0.25s ease-in-out;
  padding: 5px;
  margin-left: 5px;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  display: block;
  font-size: 19px;
  width: 32px;
  height: 32px;
}
.testimonial-banner .banner-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: 0;
  width: 32px;
  height: 32px;
  margin-top: 0;
  border: 1px solid white;
  border-radius: 4px;
  transition: background 0.25s ease-in-out;
  cursor: pointer;
}
.testimonial-banner .banner-button-next::after {
  content: "next";
  color: white;
  transition: color 0.25s ease-in-out;
  padding: 5px;
  margin-left: 5px;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  display: block;
  font-size: 19px;
  width: 32px;
  height: 32px;
}

.testimonial-grid {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  flex-wrap: wrap;
}
.testimonial-grid h3 {
  color: var(--wp--preset--color--dark-green);
  font-size: var(--wp--preset--font-size--18);
  font-weight: 700;
  margin: 0;
}
.testimonial-grid cite {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
.testimonial-grid cite div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-grid cite div p {
  margin: 0;
}
.testimonial-grid .testimonial-quote {
  width: calc(50% - 1.5rem);
  padding: 3rem;
  background-color: #fcfcfc;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.6rem;
}/*# sourceMappingURL=block-testimonials.css.map */