.landing-marquee{position:relative;overflow:hidden}.landing-marquee-track{gap:3rem;width:max-content;animation:25s linear infinite landing-scroll-marquee;display:flex}.landing-logo-item{flex-direction:column;flex-shrink:0;align-items:center;width:140px;display:flex}@keyframes landing-scroll-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-fade-left,.landing-fade-right{z-index:10;pointer-events:none;width:80px;height:100%;position:absolute;top:0}.landing-fade-left{background:linear-gradient(90deg,#fff,#0000);left:0}.landing-fade-right{background:linear-gradient(270deg,#fff,#0000);right:0}@media (max-width:768px){.landing-marquee-track{gap:2rem;animation-duration:18s}.landing-logo-item{width:100px}}
