.marquee-banner{border-top:2px solid #000;border-bottom:2px solid #000;background:#fff;padding:0;overflow:hidden;white-space:nowrap}.marquee-banner__track{display:flex;width:max-content;animation:marquee-scroll var(--marquee-speed,25s) linear infinite}.marquee-banner__content{display:flex;align-items:center;gap:26px;padding-right:26px}.marquee-banner__item{font-family:var(--font-body-family,'Montserrat',sans-serif);font-weight:500;font-size:18px;color:#000;white-space:nowrap}.marquee-banner__separator{display:flex;align-items:center;justify-content:center;flex-shrink:0}.marquee-banner__separator img{width:29px;height:29px;object-fit:contain}@keyframes marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.marquee-banner:hover .marquee-banner__track{animation-play-state:paused}@media screen and (max-width:749px){.marquee-banner{margin-top:var(--mobile-margin-top)!important;margin-bottom:var(--mobile-margin-bottom)!important;padding-top:var(--mobile-padding-top)!important;padding-bottom:var(--mobile-padding-bottom)!important;border-top-width:1px;border-bottom-width:1px}.marquee-banner__item{font-size:18px}.marquee-banner__content{gap:20px;padding-right:20px}.marquee-banner__separator img{width:28px;height:28px}}