/*
Generated time: August 21, 2025 23:20
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.scrolling-logos-wrapper{overflow:hidden;display:flex;flex:1}.scrolling-logos-container{display:flex;gap:6rem;padding-right:6rem;will-change:transform;animation:scrolling var(--duration) linear infinite}@keyframes scrolling{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}.scrolling-logo-item{flex:0 0 200px;width:100%}.scrolling-logo-item img{width:auto}.scrolling-logo-item svg{width:auto}@media screen and (max-width:768px){.scrolling-logos-container{animation:scrolling var(--duration-mob) linear infinite}}.scrolling-logos-container:hover{animation-play-state:paused}