/*
Generated time: August 31, 2025 11:26
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.
*/
.marquee-section{overflow:hidden;width:100%}.marquee-wrapper{width:fit-content;white-space:nowrap;animation:marquee-animation 10s linear infinite}.marquee{display:inline-flex;padding:5px}.marquee span{display:flex}@keyframes marquee-animation{-100%{transform:translateX(100%)}100%{transform:translateX(-100%)}}.marquee-wrapper:hover{animation-play-state:paused}@media screen and (max-width:768px){.marquee{font-size:13px!important}}