:root{--marquee-width:100vw;--marquee-height:12vh;--marquee-elements:10;--marquee-elements-displayed:6;--marquee-element-width:calc(var(--marquee-width)/var(--marquee-elements-displayed))}.logo-slider-wrapper{display:flex;overflow:hidden;padding-bottom:20px;padding-top:20px;position:relative}.logo-slider{color:#eee;height:var(--marquee-height);overflow:hidden;position:relative;width:var(--marquee-width)}.logo-slider-track{align-items:center;animation:scrolling var(--marquee-animation-duration) linear infinite;display:flex;flex-wrap:wrap;gap:20px;height:100%;justify-content:space-around;list-style:none;width:100%}.logo-slider-track:hover{animation-play-state:paused}@keyframes scrolling{0%{transform:translateX(0)}to{transform:translateX(calc(var(--marquee-element-width)*-1*var(--marquee-elements)))}}.logo-slider-track .logo-slide{align-items:center;display:flex;flex:1;flex-shrink:0;justify-content:center;max-height:100%;white-space:nowrap;width:var(--marquee-element-width)}.logo-slider-track .logo-slide img,.logo-slider-track .logo-slide svg{max-height:60px;max-width:100%;width:200px}@media (max-width:1299px){html{font-size:12px}:root{--marquee-elements-displayed:6}}@media (max-width:991px){html{font-size:12px}:root{--marquee-elements-displayed:5}}@media (max-width:767px){html{font-size:12px}:root{--marquee-width:100vw;--marquee-elements:8;--marquee-elements-displayed:5}}@media (max-width:600px){html{font-size:12px}:root{--marquee-width:100vw;--marquee-height:10vh;--marquee-elements-displayed:3}}@media (max-width:400px){html{font-size:12px}:root{--marquee-width:100vw;--marquee-height:10vh;--marquee-elements-displayed:2}}