.testimonial-card{background:#fff;border-radius:18px;display:flex;flex:0 0 auto;flex-direction:column;padding:32px 26px;row-gap:42px;width:319px}.testimonial-slider--grid{display:grid;gap:23px;grid-template-columns:repeat(auto-fill,minmax(319px,1fr))}.testimonial-slider--grid .testimonial-card{width:100%}.testimonial-avatar{border-radius:50%;height:62px;overflow:hidden;width:62px}.testimonial-avatar-img{display:block;height:100%;object-fit:cover;width:100%}.testimonial-quote p+p{margin-top:.75em}.testimonial-attribution{display:flex;flex-direction:column;gap:10px;margin-top:auto}.testimonial-name{font-family:Inter;font-weight:200}@media (max-width:768px){.testimonial-card{width:260px}}@media (max-width:480px){.testimonial-card{width:85vw}}.testimonial-slider-section{overflow:hidden;position:relative}.testimonial-slider--gradient{background-image:linear-gradient(90deg,var(--bg-primary,#fff) 2%,#0000 18%),linear-gradient(270deg,var(--bg-primary,#fff) 2%,#0000 18%);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.testimonial-slider--marquee{display:flex;gap:24px;overflow:hidden;user-select:none}.testimonial-slider--marquee-group{animation:ts-scroll-left var(--ts-speed,30s) linear infinite;display:flex;flex-shrink:0;gap:24px}@media (prefers-reduced-motion:reduce){.testimonial-slider--marquee-group{animation-play-state:paused}}@keyframes ts-scroll-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}