.marquee-wrapper{flex-direction:column;gap:1.5rem;width:100vw;max-width:100%;min-height:220px;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}@media (max-width:768px){.marquee-wrapper{gap:1.25rem;min-height:180px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000);mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000)}}.marquee-row{gap:2.5rem;width:max-content;padding-right:2.5rem;display:flex}@media (max-width:768px){.marquee-row{gap:1.5rem;padding-right:1.5rem}}.marquee-item{background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:180px;height:90px;padding:.75rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.marquee-item:hover{transform:scale(1.08)}.scroll-left{animation:40s linear infinite scrollLeft}.scroll-right{animation:40s linear infinite scrollRight}@media (max-width:768px){.scroll-left,.scroll-right{animation-duration:25s}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width:768px){.marquee-item{width:150px;height:80px;padding:.5rem}}@media (max-width:480px){.marquee-item{width:130px;height:75px;padding:.35rem}}
