.testimonial-scroll{animation:testimonial-scroll 60s linear infinite}.testimonial-duration-80{animation-duration:80s}.testimonial-duration-90{animation-duration:90s}.testimonial-reverse{animation-direction:reverse}@keyframes testimonial-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-testimonial-fade-in{opacity:0;animation:testimonial-fade-in .6s ease forwards}@keyframes testimonial-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animation-delay-300{animation-delay:.3s}.animation-delay-600{animation-delay:.6s}.animation-delay-900{animation-delay:.9s}.animation-delay-1200{animation-delay:1.2s}.animation-delay-1500{animation-delay:1.5s}.animation-delay-1800{animation-delay:1.8s}