@keyframes moveStripes{0%{background-position:100% 0}to{background-position:0 0}}.animatedStripes{animation:5s linear infinite moveStripes}
@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-2px)}}.animate-bounce{animation:1.4s ease-in-out infinite bounce}
/*# sourceMappingURL=d3c8b9404f88f929.css.map*/