.testimonials-carousel{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.testimonials-track{display:flex;gap:1.25rem;animation:scroll-testimonials 80s linear infinite;width:-moz-max-content;width:max-content;will-change:transform}.testimonials-track:hover{animation-play-state:paused}.testimonial-card{flex-shrink:0}@keyframes scroll-testimonials{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.testimonials-carousel{overflow-x:auto;mask-image:none;-webkit-mask-image:none;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 1.25rem;-webkit-overflow-scrolling:touch}.testimonials-carousel::-webkit-scrollbar{display:none}.testimonials-track{animation:none}.testimonial-card{scroll-snap-align:center;min-width:85vw;transition:transform .3s ease,opacity .3s ease}}
