/* Testimonials module */
.testimonials_module{
  padding: 64px 24px;
}
.testimonials_module h2{
  text-align: center;
  margin-bottom: 32px;
}
.testimonials_module__list{
  margin: 0;
  padding: 0;
}
.testimonials_module__item{
  background: var(--ib-testimonials-bg, #0f141b);
  color: var(--ib-testimonials-text, #fff);
  padding: 20px;
  border-radius: 16px;
}
.testimonials_module__quote{
  font-size: 16px;
  line-height: 1.6;
}
.testimonials_module__meta{
  margin-top: 12px;
  opacity: .7;
  font-size: 13px;
}
.testimonials_slider .splide__arrow{
  background: var(--ib-primary);
  opacity: .9;
  transition: opacity .2s ease;
}
.testimonials_slider .splide__arrow{
  opacity: 0;
  pointer-events: none;
}
.testimonials_slider:hover .splide__arrow{
  opacity: .9;
  pointer-events: auto;
}
.testimonials_slider .splide__arrow svg{
  fill: #fff;
}
.testimonials_slider .splide__pagination__page.is-active{
  background: var(--ib-primary);
}
