.logoShower-wrapper{overflow:hidden;width:100%;height:120px;position:relative;background-color:var(--white);display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (min-width: 1921px){.logoShower-wrapper{width:1920px;margin:0 auto}}.logoShower-fade{position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.logoShower-fade-left{left:0;background:linear-gradient(to right,var(--white),transparent)}.logoShower-fade-right{right:0;background:linear-gradient(to left,var(--white),transparent)}.logoShower-track{display:flex;width:-moz-fit-content;width:fit-content;animation:scroll 60s linear infinite;will-change:transform}.logoShower-wrapper:hover .logoShower-track{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logoShower-set{display:flex;align-items:center;gap:4rem;padding-right:4rem}.logoShower-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:80px;width:140px}.logoShower-item img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .4s ease;transform:translateZ(0)}.logoShower-item img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}@media (max-width: 1024px){.logoShower-set{gap:3rem;padding-right:3rem}.logoShower-item{width:110px;height:70px}.logoShower-fade{width:60px}}@media (max-width: 768px){.logoShower-wrapper{height:90px}.logoShower-track{animation-duration:40s}.logoShower-set{gap:2rem;padding-right:2rem}.logoShower-item{width:90px;height:50px}.logoShower-fade{width:40px}.logoShower-item img{opacity:.85}}
