/*
Generated time: December 5, 2025 19:37
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-bar_slider{display:flex;flex-direction:row}.scrolling-bar{width:100%;white-space:nowrap;overflow:hidden;text-overflow:clip}.scrolling-bar_informations-container{display:flex;gap:30px;padding-left:30px}.scrolling-bar_information{display:flex;align-items:center;gap:10px}.scrolling-bar_information>:last-child{margin-top:0;margin-bottom:0;font-size:1.4rem;font-weight:var(--font-body-weight)}@media screen and (max-width:749px){.scrolling-bar_information>img{height:calc(var(--icon-height) * .85)}}@media screen and (min-width:750px){.scrolling-bar_information>:last-child{font-size:1.8rem}}@keyframes marquee{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}