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);
}
.testimonial-slider .testimonial-quote cite .position {
  font-size: var(--wp--preset--font-size--16);
  margin: 0;
  color: var(--wp--preset--color--medium-green);
}
.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 {
  padding: 0 30px !important;
  position: relative;
}
@media (min-width: 768px) {
  .testimonial-banner {
    padding: 0 100px !important;
  }
}
.testimonial-banner h2,
.testimonial-banner h3,
.testimonial-banner p {
  color: var(--wp--preset--color--body);
  text-align: center;
}
.testimonial-banner h3 {
  font-size: var(--wp--preset--font-size--24);
  color: var(--wp--preset--color--black);
}
.testimonial-banner .position {
  font-size: 1.7rem;
}
.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-banner .testimonial-quote {
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-grid {
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.testimonial-grid h3 {
  font-size: var(--wp--preset--font-size--28);
  margin: 0;
  margin-bottom: 0.5rem;
}
.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;
  color: var(--wp--preset--color--body) !important;
}
.testimonial-grid .testimonial-quote {
  border-radius: 2rem;
  width: 100%;
  padding: 3rem;
  border: 1px solid rgb(203.5, 203.5, 203.5);
  height: auto;
}
@media (min-width: 600px) {
  .testimonial-grid .testimonial-quote {
    min-width: 400px;
  }
}
.testimonial-grid .testimonial-quote p {
  color: var(--wp--preset--color--black);
}/*# sourceMappingURL=block-testimonials.css.map */