.logo-slider-module{overflow:hidden;white-space:nowrap;width:100%}.logo-slider-module_list{align-items:center;display:flex;gap:20px}.animation-paused{animation-play-state:paused}.logo-slider-module_logo{align-items:center;background:var(--white-400);border-radius:.8rem;display:flex;height:130px;justify-content:center;width:195px}.logo-slider-module_logo img{max-height:50%!important;max-width:50%!important;width:auto}.animation{animation:marquee linear infinite}.logo-slider-module_list:hover div{animation-play-state:paused}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-108rem,0,0)}}