@keyframes auth-testimonials-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.auth-testimonials-tape{--auth-tape-card-width:17.5rem;--auth-tape-gap:1rem;--auth-tape-duration:55s;position:relative;width:100%;overflow:hidden;padding:2.5rem 0 1.75rem;isolation:isolate}.auth-testimonials-tape__fade{pointer-events:none;position:absolute;top:0;bottom:0;z-index:4;width:min(7rem,18%)}.auth-testimonials-tape__fade--left{left:0;background:linear-gradient(90deg,#000 0,transparent)}.auth-testimonials-tape__fade--right{right:0;background:linear-gradient(270deg,#000 0,transparent)}.auth-testimonials-tape__track{display:flex;width:-moz-max-content;width:max-content;gap:var(--auth-tape-gap);padding-inline:1.5rem;will-change:transform;animation:auth-testimonials-marquee var(--auth-tape-duration) linear infinite}.auth-testimonials-tape--paused .auth-testimonials-tape__track{animation-play-state:paused}.auth-testimonial-card{position:relative;z-index:0;display:flex;width:var(--auth-tape-card-width);flex-shrink:0;flex-direction:column;justify-content:space-between;gap:1rem;border-radius:.875rem;border:1px solid rgba(255,255,255,.12);background:rgba(12,12,14,.55);padding:1.1rem 1.15rem 1rem;color:rgba(255,255,255,.92);box-shadow:0 8px 24px rgba(0,0,0,.25);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transform:scale(1) translateZ(0);transform-origin:center center;opacity:.88;transition:transform .78s cubic-bezier(.22,1,.36,1),opacity .56s ease,box-shadow .78s ease,border-color .56s ease,background-color .56s ease;cursor:default}.auth-testimonial-card--active,.auth-testimonial-card:hover{z-index:3;transform:scale(1.325) translateZ(0);opacity:1;border-color:rgba(255,255,255,.28);background:rgba(18,18,22,.82);box-shadow:0 14px 36px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.06)}.auth-testimonial-card__quote{margin:0;font-size:.8125rem;font-weight:500;line-height:1.45;letter-spacing:-.01em;color:rgba(255,255,255,.92);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.auth-testimonial-card__meta{margin:0;min-width:0}.auth-testimonial-card__name{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:-.01em;color:#fff}.auth-testimonial-card__role{margin:.2rem 0 0;font-size:.6875rem;line-height:1.35;color:rgba(255,255,255,.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-testimonial-card__sep{margin-inline:.35rem;opacity:.7}@media (prefers-reduced-motion:reduce){.auth-testimonials-tape__track{animation:none;transform:none}.auth-testimonial-card,.auth-testimonial-card--active,.auth-testimonial-card:hover{transition:none;transform:none}}