/*
Generated time: August 16, 2025 06:15
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.
*/
.logo-carousel{display:block;padding-top:30px}.heading-container{padding:0 0;margin:0 auto}.carousel-container{padding:10px 0;width:100vw;overflow:hidden;position:relative}.carousel-heading{font-family:"Archivo Black";font-size:40px}.carousel-wrapper{display:flex;animation:logoloop 25s linear infinite}.carousel-slide{box-sizing:border-box}.carousel-slide img{width:75%;display:block}@keyframes logoloop{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@media (max-width:768px){.carousel-wrapper{width:calc(200%);animation:logoloop-mobile 25s linear infinite}.carousel-slide{min-width:25%}.carousel-slide img{width:60%}}@keyframes logoloop-mobile{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}