@keyframes wizard-fade-slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.wizard-step-content{animation:.3s forwards wizard-fade-slide-in}@keyframes successEnter{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes circleStroke{to{stroke-dashoffset:0}}@keyframes fillFade{to{opacity:1}}@keyframes checkDraw{to{stroke-dashoffset:0}}.success-enter{animation:.3s cubic-bezier(.22,1,.36,1) both successEnter}.stagger-1{animation:.35s cubic-bezier(.22,1,.36,1) .4s both fadeUp}.stagger-2{animation:.35s cubic-bezier(.22,1,.36,1) .5s both fadeUp}.stagger-3{animation:.35s cubic-bezier(.22,1,.36,1) .6s both fadeUp}.stagger-4{animation:.35s cubic-bezier(.22,1,.36,1) .7s both fadeUp}
