.testimonials-section{text-align:center}.testimonials-section--heading-small .testimonials-section__heading{font-size:1.5rem}.testimonials-section--heading-medium .testimonials-section__heading{font-size:1.875rem}.testimonials-section--heading-large .testimonials-section__heading{font-size:2.25rem}.testimonials-section--heading-xlarge .testimonials-section__heading{font-size:2.5rem}.testimonials-section__heading{font-family:var(--font-heading);font-weight:200;margin-bottom:1rem}.testimonials-section__rating{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:.5rem}.testimonials-section__stars{display:flex}.testimonials-section__score{color:var(--dark);font-weight:600}.testimonials-section__source{color:var(--muted);font-size:.875rem}.testimonials-section__count{color:var(--dark);font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.testimonials-section__slider{margin-top:1.5rem}.testimonials-section__track{align-items:stretch;display:grid;gap:var(--ts-gap,1rem);grid-template-columns:1fr}.testimonials-section__slide{background:var(--ts-card-bg,#fff);border:1px solid hsla(37,20%,87%,.5);border-radius:var(--radius);box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:space-between;min-height:140px;padding:1.5rem;text-align:left}.testimonials-section__text{color:var(--muted);flex:1;font-size:.875rem;font-style:italic;line-height:1.7}.testimonials-section__author{color:var(--dark);font-size:.875rem;font-weight:600;margin-top:.75rem}.testimonials-section__location{color:var(--muted);font-weight:400}.testimonials-section__dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.25rem}.testimonials-section__dot{background:#d1d5db;border:none;border-radius:50%;cursor:pointer;height:.5rem;padding:0;transition:all .2s;width:.5rem}.testimonials-section__dot--active{background:var(--steel-blue,#a7b6c2);transform:scale(1.3)}.testimonials-section__footer{margin-top:1.25rem}.testimonials-section__link{align-items:center;color:var(--steel-blue,#a7b6c2);display:inline-flex;font-size:.875rem;font-weight:600;gap:.25rem;text-decoration:none}@media (max-width:1023px){.testimonials-section--heading-large .testimonials-section__heading{font-size:1.875rem}.testimonials-section--heading-xlarge .testimonials-section__heading{font-size:2rem}}@media (max-width:639px){.testimonials-section__track{grid-template-columns:1fr!important}.testimonials-section--heading-small .testimonials-section__heading{font-size:1.25rem}.testimonials-section--heading-medium .testimonials-section__heading{font-size:1.5rem}.testimonials-section--heading-large .testimonials-section__heading{font-size:1.75rem}.testimonials-section--heading-xlarge .testimonials-section__heading{font-size:2rem}.testimonials-section__slide{padding:1rem}.testimonials-section__rating{flex-direction:column;gap:.25rem}}