.banner_marquee{background-color:#1c3f39;color:#fff;display:none;font-family:Juana;font-size:22px;font-weight:300;line-height:90%;overflow:hidden}.banner_marquee-inner{animation:marquee 50s linear infinite forwards;display:flex;flex-wrap:nowrap;width:max-content}.banner_marquee-text{align-items:center;display:inline-flex;gap:15px;justify-content:center;padding:15px 48px;text-align:center}@keyframes marquee{to{transform:translate(-50%)}}