@keyframes pulse-once{0%{color:#1a1e23}50%{color:#2ab8b0}to{color:#2a4d69}}.animate-pulse-once{animation:pulse-once 1.4s ease-out .2s 1 forwards}@keyframes pulse-once-light{0%{color:#fff}40%{color:#2ab8b0}80%{color:#2a4d69}to{color:#fff}}.animate-pulse-once-light{animation:pulse-once-light 1.4s ease-out forwards}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 20s linear infinite}@keyframes booth-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes booth-marquee2{0%{transform:translate(100%)}to{transform:translate(0)}}.booth-marquee{animation:booth-marquee 18s linear infinite}.booth-marquee2{animation:booth-marquee2 18s linear infinite}
