@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes growBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.anim-1{animation:.5s cubic-bezier(.23,1,.32,1) both fadeUp}.anim-2{animation:.5s cubic-bezier(.23,1,.32,1) .1s both fadeUp}.anim-3{animation:.5s cubic-bezier(.23,1,.32,1) .2s both fadeUp}.float{animation:5s ease-in-out infinite floatY}.fill-bar{transform-origin:0;animation:1.5s cubic-bezier(.23,1,.32,1) .5s both growBar}
