@keyframes heightAnimation{0%{height:15px}35%{height:100%}60%,to{height:15px}}@keyframes heightAnimationStop{0%{height:100%}to{height:15px}}.animate-heightAnimation{animation:.9s ease-in-out infinite heightAnimation}.animate-heightAnimationStop{animation:.6s cubic-bezier(.23,1,.32,1) forwards heightAnimationStop}@keyframes translateYAnimation{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}@keyframes translateYAnimationStop{to{transform:translateY(0)}}.animate-translateYAnimation{animation:.9s ease-in-out infinite translateYAnimation}.animate-translateYAnimationStop{animation:.9s ease-in-out forwards translateYAnimationStop}
