@keyframes draw{0%{stroke-dasharray:200;stroke-dashoffset:200}to{stroke-dasharray:200;stroke-dashoffset:0}}.animate-draw{animation:draw 1.5s ease-in-out forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 6s ease-in-out infinite}.animation-delay-300{animation-delay:.3s}.animation-delay-700{animation-delay:.7s}@keyframes pulse{0%,to{opacity:.2}50%{opacity:.4}}.animate-pulse{animation:pulse 4s ease-in-out infinite}