  /*
Widget Styles for Testimonial
*/
.testimonialSwiperWrapper .testimonial {
  text-align: center;
}
.testimonialSwiperWrapper .testimonial blockquote {
  font-size: var(--cds-type-fluid-xl);
  color: var(--cds-theme-clr-text);
  margin-bottom: 10px;
  margin-inline-start: 70px;
  margin-inline-end: 70px;
  border-left: 0;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-family: var(--e-global-typography-primary-font-family);
}
@media screen and (max-width: 668px) {
  .testimonialSwiperWrapper .testimonial blockquote {
    font-size: var(--cds-type-fluid-lg);
    margin-inline-start: 15px;
    margin-inline-end: 15px;
  }
}
@media screen and (max-width: 367px) {
  .testimonialSwiperWrapper .testimonial blockquote {
    font-size: var(--cds-type-fluid-md);
  }
}
.testimonialSwiperWrapper .testimonial cite {
  font-size: var(--cds-type-fluid-xl);
  color: var(--e-global-color-b092743);
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 500;
  font-style: normal;
  padding-left: 70px;
  padding-right: 70px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  gap: 0.5rem;
}
@media screen and (max-width: 668px) {
  .testimonialSwiperWrapper .testimonial cite {
    font-size: var(--cds-type-fluid-lg);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 367px) {
  .testimonialSwiperWrapper .testimonial cite {
    font-size: var(--cds-type-fluid-md);
  }
}
.testimonialSwiperWrapper .testimonial cite p {
  margin-bottom: 0;
}
.testimonialSwiperWrapper .testimonial cite p.testimonial__company {
  font-size: var(--cds-type-fluid-md);
}

.testimonialSwiperWrapper .slide-content-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.testimonialSwiperWrapper .blockquote-image-container__left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.testimonialSwiperWrapper .blockquote-image-container__left .left-blockquote {
  width: 55px;
  height: 60px;
}
.testimonialSwiperWrapper .blockquote-image-container__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 15px;
}
.testimonialSwiperWrapper .blockquote-image-container__right .right-blockquote {
  width: 55px;
  height: 60px;
}
