/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.testimonial-slider__slide {
  text-align: center;
  padding: 1.5rem 0 1.375rem;
}
@media (min-width: 48rem) {
  .testimonial-slider__slide {
    padding: 0;
  }
}
.testimonial-slider__slide--white-bg {
  background-color: #fff;
}
@media (min-width: 48rem) {
  .testimonial-slider__slide--white-bg {
    padding: 3rem 0;
  }
}
.testimonial-slider__quote-icon {
  font-size: 3rem;
}
.testimonial-slider__quote {
  border-left: none;
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin: 2rem 0 0;
  padding: 0rem 1.25rem;
}
@media (min-width: 48rem) {
  .testimonial-slider__quote {
    padding: 0;
  }
}
.testimonial-slider__quote p {
  font-style: normal;
}
.testimonial-slider__quote > p:not([class*=is-style]):not(.h1, .h2, .h3, .h4, .h5, .h6) {
  font-style: normal;
  font-family: "Karma", serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.3528037383rem + 1.8691588785vw, 2rem) !important;
  line-height: clamp(1.5rem, 0.453271028rem + 2.1806853583vw, 2.375rem) !important;
  margin-bottom: clamp(1.5rem, 0.9018691589rem + 1.246105919vw, 2rem);
  display: inline-block;
  font-style: normal;
  font-family: "Karma", serif;
}
@media (min-width: 48rem) {
  .testimonial-slider__quote > p:not([class*=is-style]):not(.h1, .h2, .h3, .h4, .h5, .h6) {
    margin-bottom: 1.5rem;
  }
}
.testimonial-slider footer {
  margin-top: 1.5rem;
}
.testimonial-slider footer p:not([class*=is-style]):not(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin: 0.875rem 0 0;
}
@media (min-width: 48rem) {
  .testimonial-slider footer p:not([class*=is-style]):not(.h1, .h2, .h3, .h4, .h5, .h6) {
    margin-top: 0.5rem;
  }
}
.testimonial-slider__name, .testimonial-slider__location {
  display: block;
  font-style: normal;
  font-size: clamp(1rem, 0.8504672897rem + 0.3115264798vw, 1.125rem);
  line-height: clamp(1.125rem, 0.6764018692rem + 0.9345794393vw, 1.5rem);
  font-family: "Karma", serif;
}
.testimonial-slider__name {
  font-weight: 400;
}
.testimonial-slider__location {
  margin-top: 0.5rem;
  font-weight: 700;
}
.testimonial-slider__label {
  display: block;
}

@media (min-width: 48rem) {
  .block-testimonial-side-by-side {
    padding-bottom: 10rem;
  }
}
@media (min-width: 48rem) {
  .block-testimonial-side-by-side .row {
    margin: 0 -3.125rem;
    width: calc(100% + 100px);
  }
}
@media (min-width: 48rem) {
  .block-testimonial-side-by-side .col-12 {
    padding: 0 3.125rem;
  }
}
.block-testimonial-side-by-side__item {
  position: relative;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 48rem) {
  .block-testimonial-side-by-side__item {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.block-testimonial-side-by-side__item::before {
  content: "";
  background-color: #f5b335;
  height: 0.125rem;
  position: absolute;
  top: 0;
  right: 1.25rem;
  left: 1.25rem;
}
@media (min-width: 48rem) {
  .block-testimonial-side-by-side__item::before {
    height: auto;
    right: auto;
    left: -0.0625rem;
    bottom: 0;
    width: 0.125rem;
  }
}
.block-testimonial-side-by-side__item:first-child {
  padding-top: 0;
}
.block-testimonial-side-by-side__item:first-child::before {
  content: none;
}
.block-testimonial-side-by-side__quote {
  border-left: 0;
  font-style: normal;
  margin: 0;
  padding: 0;
}
.block-testimonial-side-by-side__quote * {
  font-style: normal;
}
.block-testimonial-side-by-side__quote p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .block-testimonial-side-by-side__quote p {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}
.block-testimonial-side-by-side__name {
  display: block;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (min-width: 48rem) {
  .block-testimonial-side-by-side__name {
    font-size: 1.125rem;
  }
}
.block-testimonial-side-by-side__name::before {
  content: "- ";
}
.block-testimonial-side-by-side__name + .block-testimonial-side-by-side__location {
  margin-top: -1rem;
}
.block-testimonial-side-by-side__location {
  display: block;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  opacity: 0.6;
  text-align: left;
}
@media (min-width: 48rem) {
  .block-testimonial-side-by-side__location {
    font-size: 1.125rem;
  }
}