.swiper{width:100%;height:100%}.swiper-slide{justify-content:center;align-items:center;font-size:18px;display:flex}.swiper-slide img{object-fit:cover;width:100%;height:300px;display:block}.swiper-slide{width:440px}
.marquee{width:100%;overflow:hidden}.track{will-change:transform;flex-direction:row;align-items:center;width:max-content;animation:linear infinite marquee;display:flex}.marquee-slow .track{animation-duration:40s}.marquee-fast .track{animation-duration:25s}.marquee-reverse .track{animation-direction:reverse}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-item{flex-shrink:0;justify-content:center;align-items:center;margin-right:48px;display:flex;position:relative}.logo-item .big{width:280px;height:280px}.logo-item:not(.big){width:240px;height:240px}.logo-item img{object-fit:contain;max-width:100%;max-height:100%}
