/*
Generated time: January 31, 2025 00:53
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-item-wrap{align-items:center}.marquee-item{display:flex;text-align:center;line-height:normal;text-transform:uppercase;margin:0 30px}.marquee-item-wrap{overflow-x:hidden;display:flex;flex-wrap:nowrap;white-space:nowrap;min-width:100%}.marquee-items{height:100%;display:flex;flex-shrink:0;align-items:center;animation:slide-left 50s linear infinite;padding:5px 0}.marquee-icon{display:flex}@keyframes slide-left{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.marquee-txt{font-size:14px;line-height:1.2;font-weight:600;color:rgb(var(--color-foreground))}@media only screen and (max-width:767px){.marquee-items{animation:slide-left 30s linear infinite}}