/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./_src/styles/components/testimonials.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.testimonials--quote-behind .testimonial.with-quote blockquote {
  position: relative;
}
.testimonials--quote-behind .testimonial.with-quote blockquote::before {
  --quote-icon-width: clamp(180px, 27vw, 330px);
  --quote-icon-height: var(--quote-icon-width);
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
}
.testimonials--quote-behind blockquote {
  padding-block-start: 0;
}
.testimonials--quote-behind .testimonial figure {
  width: clamp(var(--sp-24), 6.21vw, var(--sp-32));
}
