@keyframes stage-icon-scale{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes stage-text-slide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes stage-fade{0%{opacity:0}to{opacity:1}}.stage-icon-scale-in{animation:.3s cubic-bezier(.68,-.55,.265,1.55) forwards stage-icon-scale}.stage-text-slide-in{opacity:0;animation:.3s ease-out .1s forwards stage-text-slide}.stage-fade-in{animation:.3s ease-out forwards stage-fade}
