.testimonials-section {
  overflow: hidden;
  position: relative;
}
.testimonials-section .testimonials-wrapper {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.testimonials-section .testimonials-wrapper .testimonials-heading {
  text-align: left;
  font-family: var(--font-heading-family);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 24px;
}
.testimonials-section .testimonials-wrapper .testimonials-heading > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 1440px) {
  .testimonials-section .testimonials-wrapper .testimonials-heading {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .testimonials-section .testimonials-wrapper .testimonials-heading {
    max-width: 50%;
  }
}
.testimonials-section .testimonials-slider-outer {
  position: relative;
  width: 100%;
}
.testimonials-section .testimonials-slider.swiper {
  overflow: hidden;
  margin: 0 auto;
  width: calc(100% - 84px - 20px);
}
@media only screen and (max-width: 991.98px) {
  .testimonials-section .testimonials-slider.swiper {
    overflow: visible;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonials-section .testimonials-slider.swiper {
    width: 100%;
  }
}
.testimonials-section .testimonials-slider.swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 6px;
}
.testimonials-section .testimonials-slider.swiper .swiper-slide .name,
.testimonials-section .testimonials-slider.swiper .swiper-slide .review {
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
.testimonials-section .testimonials-slider.swiper .swiper-slide .name {
  font-size: 16px;
  font-weight: bold;
}
.testimonials-section .testimonials-slider.swiper .swiper-slide .review {
  font-size: 14px;
}
.testimonials-section .testimonials-slider.swiper .swiper-slide .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 2px;
}
.testimonials-section .testimonials-slider.swiper .swiper-slide .stars img.review-star {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 575.98px) {
  .testimonials-section .testimonials-slider.swiper .swiper-slide .stars img.review-star {
    width: 20px;
    height: 20px;
  }
}
.testimonials-section .swiper-button-next.testimonials-next,
.testimonials-section .swiper-button-prev.testimonials-prev {
  width: 42px;
  height: 42px;
  background: #F0F0F0;
  border-radius: 50%;
  padding: 3px;
  translate: 0 -50%;
}
@media only screen and (max-width: 767.98px) {
  .testimonials-section .swiper-button-next.testimonials-next,
  .testimonials-section .swiper-button-prev.testimonials-prev {
    display: none;
  }
}
.testimonials-section .swiper-button-next.testimonials-next::after,
.testimonials-section .swiper-button-prev.testimonials-prev::after {
  font-size: 16px !important;
}
.testimonials-section .swiper-button-next.testimonials-next.swiper-button-next.testimonials-next,
.testimonials-section .swiper-button-prev.testimonials-prev.swiper-button-next.testimonials-next {
  inset: 50% 0 auto auto;
}
.testimonials-section .swiper-button-next.testimonials-next.swiper-button-prev.testimonials-prev,
.testimonials-section .swiper-button-prev.testimonials-prev.swiper-button-prev.testimonials-prev {
  inset: 50% auto auto 0;
}
.testimonials-section .jdgm-carousel-wrapper {
  color: #1d1d1d;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .testimonials-section .jdgm-carousel-wrapper .jdgm-carousel {
    width: 100% !important;
    margin: 0 !important;
  }
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-star.jdgm--on,
.testimonials-section .jdgm-carousel-wrapper .jdgm-star.jdgm--half {
  color: #00bec8 !important;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-title-and-link {
  height: -moz-fit-content;
  height: fit-content;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-title {
  font-family: var(--font-heading-family);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  margin: 0 0 16px 0;
  color: #1d1d1d;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-title > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 1440px) {
  .testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-title {
    font-size: 20px;
  }
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-number-of-reviews {
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  color: #1d1d1d;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-number-of-reviews > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-number-of-reviews svg {
  display: none;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item {
  vertical-align: top;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__review {
  height: auto;
  padding: 0 24px;
  margin: 0 0 12px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__review {
    padding: 0;
  }
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__review-rating {
  margin: 0;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__review-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__review-title {
  font-family: var(--font-heading-family);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  color: #1d1d1d;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__review-title > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  .testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__review-title {
    font-size: 16px;
  }
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__review-body {
  font-family: var(--font-body-family);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  margin: 0;
  color: #1d1d1d;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__review-body > * {
  font-family: var(--font-body-family);
  font-size: inherit;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__review-body p {
  margin: 0;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__reviewer-name-wrapper {
  padding: 0 24px;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__reviewer-name-wrapper {
    padding: 0;
  }
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__reviewer-name {
  font-family: var(--font-body-family);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1d;
}
.testimonials-section .jdgm-carousel-wrapper .jdgm-carousel-item__reviewer-name > * {
  font-family: var(--font-body-family);
  font-size: inherit;
}
@media only screen and (max-width: 767.98px) {
  .testimonials-section .jdgm-carousel-title-and-link {
    width: 100%;
    height: auto;
  }
  .testimonials-section .jdgm-carousel__arrows {
    margin: 0;
  }
  .testimonials-section .jdgm-carousel-wrapper {
    padding-bottom: 0;
  }
  .testimonials-section .jdgm-carousel-wrapper .jdgm-carousel.jdgm-carousel--compact-theme {
    width: calc(100% - 81px);
  }
  .testimonials-section .jdgm-carousel-wrapper .jdgm-carousel.jdgm-carousel--compact-theme .jdgm-carousel-item__review {
    height: auto;
  }
  .testimonials-section .jdgm-carousel-wrapper .jdgm-carousel.jdgm-carousel--compact-theme .jdgm-carousel-item__review .jdgm-line-clamp {
    display: flex;
  }
}
