.row-fluid-wrapper:has(.logo-carousel-custom){max-width:100vw;overflow-x:clip}.logo-carousel-custom{position:relative}.logo-carousel-custom__logos{animation:scroll 15s linear infinite;animation-play-state:running;display:flex;gap:var(--gap-md);width:max-content}.logo-carousel-custom .logo-carousel-custom__logos.reverse{animation-direction:reverse}.logo-carousel-custom .logo-carousel-custom__logos.forwards{animation-direction:normal}.logo-carousel-custom .logo-carousel-custom__logos.alternate{animation-direction:alternate}.logo-carousel-custom__logos:hover{animation-play-state:paused}.logo-carousel-custom__logo{flex-shrink:0;height:auto;width:auto}@media(min-width:992px){.logo-carousel-custom__logos{animation:scroll 30s linear infinite}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}