.scroller{max-width:100%;overflow:hidden}.scroller .logo-wrapper{align-items:center;animation:scroll var(--scroll-duration,30s) var(--scroll-direction,forwards) linear infinite;display:flex;flex-wrap:nowrap;gap:20px;width:max-content}.scroller .logo-wrapper img{height:auto;max-width:400px;object-fit:contain;padding:0 40px}@keyframes scroll{to{transform:translate(calc(-50% - 10px))}}.logo-carousel{display:none}.carousel-control-next,.carousel-control-prev{opacity:1!important;width:auto!important}.carousel-item{background:#ebebeb;padding:20px}.carousel-control-prev{left:-30px!important}.carousel-control-next{right:-30px!important}@media (max-width:766px){.logo-carousel{align-items:center;display:flex;height:auto!important}}