.companies-carousel{overflow:hidden;width:100%;position:relative}.companies-carousel .carousel-track{display:flex;animation:scroll-horizontal 20s linear infinite;width:calc(200% + 20px)}.companies-carousel .carousel-track .company-logo{flex:0 0 auto;margin-right:20px;display:flex;align-items:center;justify-content:center;height:auto;width:240px}.companies-carousel .carousel-track .company-logo img{max-height:140px;max-width:240px;object-fit:contain;filter:brightness(0) invert(1);transition:all .3s ease;opacity:.7}.companies-carousel .carousel-track .company-logo img.logo-fix{filter:grayscale(100%) invert(1) brightness(2)!important;mix-blend-mode:screen!important}.companies-carousel .carousel-track .company-logo img:hover{filter:none!important;opacity:1;transform:scale(1.05);mix-blend-mode:normal!important}.companies-carousel:hover .carousel-track{animation-play-state:paused}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.companies-carousel .carousel-track{animation-duration:25s}.companies-carousel .carousel-track .company-logo{height:80px;width:140px;margin-right:5px}.companies-carousel .carousel-track .company-logo img{max-height:60px;max-width:96px}}@media (max-width: 576px){.companies-carousel .carousel-track{animation-duration:20s}.companies-carousel .carousel-track .company-logo{height:50px;width:100px;margin-right:10px}.companies-carousel .carousel-track .company-logo img{max-height:35px;max-width:80px}}
