@keyframes scaleIn{0%{transform:scale(0)}80%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.anim-circle{animation:.5s cubic-bezier(.175,.885,.32,1.275) forwards scaleIn}.anim-text{opacity:0;animation:.5s ease-out .4s forwards fadeIn}
