@layer components{.animate-slideUp{animation:.9s cubic-bezier(.425,1.14,.47,1.125) forwards slideUp}.animate-slideUpBadges{animation:.5s cubic-bezier(.425,1.04,.47,1.105) 1s forwards slideUpBadges}.animate-rotateIn{animation:.75s cubic-bezier(.425,1.04,.47,1.105) 1s both rotateIn}}@keyframes slideUp{0%{opacity:0;transform:translateY(500px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpBadges{0%{bottom:-65px}to{bottom:-25px}}@keyframes rotateIn{0%{opacity:0;top:-24px;left:-253px;transform:rotate(0)}to{opacity:1;top:-24px;left:-78px;transform:rotate(-30deg)}}
