@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes blink{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes fade{0%{opacity:0}to{opacity:.99}}@keyframes dash{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100px}to{stroke-dashoffset:900px}}.animate-floating{animation:2s ease-in-out infinite floating}.animate-blink{animation:1s ease-in-out infinite blink}.animate-blink-delay-100{animation:1s ease-in-out .1s infinite blink}.animate-blink-delay-200{animation:1s ease-in-out .2s infinite blink}.animate-blink-delay-300{animation:1s ease-in-out .3s infinite blink}.animate-blink-delay-500{animation:1s ease-in-out .5s infinite blink}.animate-blink-delay-700{animation:1s ease-in-out .7s infinite blink}.animate-fade-in{animation:1s forwards fade}.animate-draw-circle{stroke-dasharray:1000;stroke-dashoffset:0;animation:.9s ease-in-out dash}.animate-draw-check{stroke-dasharray:1000;stroke-dashoffset:-100px;animation:.9s ease-in-out .35s forwards dash-check}
