.testimonial-scroller{width:100%}.testimonial-track{display:flex;flex-wrap:nowrap;gap:1.25rem;list-style:none;padding:1.5rem 0;margin:0;width:-moz-max-content;width:max-content;animation:marquee 40s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial-card{flex-shrink:0;width:380px;border-radius:1rem;padding:1.5px;position:relative;overflow:hidden;background:hsla(0,0%,100%,.08);cursor:default}.testimonial-card:before{content:"";position:absolute;left:50%;top:50%;width:200%;aspect-ratio:1/1;background:conic-gradient(from 0deg,transparent 0deg,rgba(0,133,255,.15) 20deg,#0085ff 50deg,#64b4ff 70deg,rgba(0,133,255,.15) 100deg,transparent 130deg);animation:spin-border 3s linear infinite paused;opacity:0;transition:opacity .35s ease;transform:translate(-50%,-50%) rotate(0deg)}@keyframes spin-border{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.testimonial-card:hover:before{opacity:1;animation-play-state:running}.testimonial-card-body{position:relative;z-index:1;background:linear-gradient(180deg,#1a1a2e,#111);border-radius:calc(1rem - 1.5px);padding:1.75rem 2rem;height:100%;transition:background .35s ease}.testimonial-card:hover .testimonial-card-body{background:linear-gradient(180deg,#1a1a3e,#111)}