.marquee{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);width:100%;padding:10px 0}.marquee__container{max-width:1600px;margin:0 auto;position:relative;overflow:hidden}.marquee__container:before,.marquee__container:after{content:"";z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.marquee:before{background:linear-gradient(90deg,#f8f9fa 0%,#0000 100%);left:0}.marquee:after{background:linear-gradient(270deg,#f8f9fa 0%,#0000 100%);right:0}.marquee__track{gap:40px;width:max-content;animation:30s linear infinite scroll;display:flex}.marquee:hover .marquee__track{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee__item{flex-shrink:0;justify-content:center;align-items:center;padding:20px;display:flex}.marquee__logo{object-fit:contain;width:auto;max-width:140px;height:auto;max-height:60px;transition:all .3s}.marquee__item:hover .marquee__logo{filter:grayscale(0%)opacity();transform:scale(1.02)}@media (max-width:768px){.marquee__track{gap:20px;animation-duration:20s}.marquee__logo{max-width:90px;max-height:45px}.marquee:before,.marquee:after{width:50px}}
