@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-33.33%)}}@keyframes scroll-reverse{0%{transform:translateX(-33.33%)}to{transform:translateX(0)}}.animate-scroll{animation:scroll 30s linear infinite}.animate-scroll-reverse{animation:scroll-reverse 35s linear infinite}.pause-animation:hover{animation-play-state:paused}.multi-row-scroll{display:flex;flex-direction:column;gap:1rem}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.gradient-mask-left{background:linear-gradient(90deg,#fff 0,transparent)}.gradient-mask-right{background:linear-gradient(270deg,#fff 0,transparent)}.partner-card{transition:all .3s ease}.partner-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1)}@media (max-width:768px){.animate-scroll{animation-duration:20s}.animate-scroll-reverse{animation-duration:25s}.partner-card{width:160px!important;height:80px!important;margin:0 8px!important;padding:8px!important}.partner-card img{max-height:32px!important}.partner-card span{font-size:10px!important}}@media (max-width:640px){.animate-scroll{animation-duration:15s}.animate-scroll-reverse{animation-duration:20s}.partner-card{width:140px!important;height:70px!important;margin:0 6px!important;padding:6px!important}.partner-card img{max-height:28px!important}.partner-card span{font-size:9px!important;line-height:1.2!important}.multi-row-scroll{gap:.5rem!important}}