/* TESTIMONIAL SLIDER */
.testimonial-slider-module {
  overflow: hidden;
}

{# TESTIMONIAL SLIDER: CONTAINER #}
.testimonial-slider-module .container {
  display: flex;
  flex-wrap: wrap;
}

/* TESTIMONIAL SLIDER: SLIDER */
.testimonial-slider-module {
  overflow: hidden;
}

.testimonial-slider-module .swiper {
  padding: 0 0 76px;
}

.testimonial-slider-module .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.testimonial-slider-module .swiper-slide img {
  display: inherit;
}

.testimonial-slider-module .swiper-slide .hs_cos_wrapper_type_inline_rich_text {
  margin-bottom: 1.333em;
  flex-grow: 1;
}

.testimonial-slider-module .hs_cos_wrapper_type_inline_rich_text *:last-child {
  margin-bottom: 0;
}

/* TESTIMONIAL SLIDER: PAGINATION */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.testimonial-slider-module .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  gap: 16px;
  bottom: 0;
}

.testimonial-slider-module .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  opacity: .7;
}

.testimonial-slider-module .swiper-pagination-bullet-active {
  opacity: 1;
}

/* TESTIMONIAL SLIDER: LOGO */
.testimonial-slider-module__logo {
  height: 54px;
  display: flex;
  align-items: center;
  margin-bottom: 1.333em;
}

.testimonial-slider-module__logo img {
  max-height: 54px;
  min-height: 54px;
  object-fit: contain;
  object-position: left;
}

/* TESTIMONIAL SLIDER: AUTHOR */
.testimonial-slider-module__author-information {
  display: flex;
  gap: 16px;
}

.testimonial-slider-module__author-photo {
  min-width: 60px;
  height: 60px;
}

.testimonial-slider-module__author-photo img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
}

.testimonial-slider-module__author-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 62px;
}

.testimonial-slider-module__author-details p {
  margin-bottom: 0;
}

.testimonial-slider-module__author-name {
  color: #000;
  font-weight: 700;
}

/* TESTIMONIAL SLIDER: SECTION TEXT */
.testimonial-slider-module .section-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.testimonial-slider-module .section-text__heading-text:only-child,
.testimonial-slider-module .section-text__heading-text:has(+ .section-text__button-group) {
  margin-bottom: 0;
}

.testimonial-slider-module .section-text.section-text__custom-icon-list ul {
  list-style: none;
}

.testimonial-slider-module .section-text.section-text__custom-icon-list ul li {
  display: flex;
  align-items: baseline;
  padding-left: 0;
}

.testimonial-slider-module .section-text.section-text__custom-icon-list ul li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 16px;
}

.testimonial-slider-module .section-text__body-text p:last-child {
  margin-bottom: 0;
}

.testimonial-slider-module .section-text__body-text a[href^="#"] {
  color: inherit;
  text-decoration: none;
}

.testimonial-slider-module .section-text__body-text a[href^="#"]:hover {
  color: inherit;
  text-decoration: underline;
}
