@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse-slow{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes progress{0%{width:0%}50%{width:60%}to{width:100%}}.animate-bounce{animation:.5s infinite bounce}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.animate-progress{animation:3s ease-in-out forwards progress}.logo{width:200px}
