html{scroll-behavior:smooth}body{margin:0}#root{min-height:100vh}.testimonial-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.testimonial-track{display:inline-flex;gap:2rem;animation:testimonial-scroll 40s linear infinite}.testimonial-marquee:hover .testimonial-track{animation-play-state:paused}@keyframes testimonial-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
