.testimonial-marquee{flex-direction:column;gap:12px;padding:80px 0;display:flex;overflow:hidden}.testimonial-marquee__row{gap:12px;width:max-content;animation:35s linear infinite marquee-left;display:flex}.testimonial-marquee__row--reverse{animation:35s linear infinite marquee-right}.testimonial-marquee__row:hover{animation-play-state:paused}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.testimonial-marquee__pill{background:var(--surface);white-space:nowrap;box-shadow:0 1px 3px rgba(var(--shadow-rgb), .06);border-radius:999px 999px 999px 0;align-items:center;gap:10px;padding:6px 16px 6px 6px;display:flex}.testimonial-marquee__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.testimonial-marquee__text{font-family:var(--font-dm-sans), "Inter", sans-serif;color:var(--text);font-size:14px;font-weight:500;line-height:20px}.testimonial-marquee__quote-mark{font-family:var(--font-dm-sans), "Inter", sans-serif;color:var(--text);flex-shrink:0;margin-left:2px;font-size:20px;font-weight:700;line-height:1}@media (prefers-reduced-motion:reduce){.testimonial-marquee__row,.testimonial-marquee__row--reverse{animation:none}}@media (max-width:1199px){.testimonial-marquee{gap:10px;padding:60px 0}.testimonial-marquee__pill{gap:8px;padding:5px 14px 5px 5px}.testimonial-marquee__avatar{width:28px;height:28px}.testimonial-marquee__text{font-size:14px}}@media (max-width:799px){.testimonial-marquee{gap:8px;padding:48px 0}.testimonial-marquee__pill{gap:6px;padding:4px 12px 4px 4px}.testimonial-marquee__avatar{width:24px;height:24px}.testimonial-marquee__text{font-size:12px}.testimonial-marquee__quote-mark{font-size:16px}}
