/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/generic/testimonial.scss ***!
  \*****************************************************************************************************************************************************************/
.gin-secondary-toolbar {
  display: none;
}

.gin-secondary-toolbar {
  display: none;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.testimonial {
  align-content: center;
  align-items: center;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
}
.testimonial__text {
  font-style: italic;
  font-size: clamp(18px, 1em + 6 * (100vw - 360px) / 2040, 24px);
  line-height: 140%;
  margin-bottom: 24px;
  white-space: normal;
}
.testimonial__title {
  color: var(--blue);
  font-weight: bold;
  font-size: clamp(18px, 1em + -4 * (100vw - 360px) / 2040, 14px);
  line-height: 140%;
  text-transform: uppercase;
}

/*# sourceMappingURL=testimonial.min.css.map*/