.logo-carousel-marquee{display:flex;overflow:hidden;position:relative;top:-100px;z-index:30}.logo-carousel-group{animation-duration:s;animation-iteration-count:infinite;animation-name:marquee;animation-play-state:running;animation-timing-function:linear;display:flex;flex-wrap:nowrap}.logo-carousel-marquee:hover .logo-carousel-group{animation-play-state:paused}.logo-carousel-item{flex:0 0 auto;margin-right:1rem}.logo-carousel-img{display:block;filter:grayscale(80%);height:auto;margin:auto 15px;max-height:60px;max-width:200px;transition:filter .3s ease;width:auto}.logo-carousel-img:hover{filter:none}.logo-carousel-item a{align-items:center;display:flex;height:100%}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media screen and (max-width:480px){.logo-carousel-marquee{top:-50px}}