#check-group{animation:check-group .32s ease-in-out 1.03s;transform-origin:center}#check-group #check{animation:check .34s cubic-bezier(.65,0,1,1) .8s forwards;stroke-dasharray:0,75px;stroke-linecap:round;stroke-linejoin:round}#check-group #outline{animation:outline .38s ease-in;transform:rotate(0deg);transform-origin:center}#check-group #white-circle{animation:circle .35s ease-in .35s forwards;transform:none;transform-origin:center}@keyframes outline{0%{stroke-dasharray:0,345.576px}to{stroke-dasharray:345.576px,345.576px}}@keyframes circle{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes check{0%{stroke-dasharray:0,75px}to{stroke-dasharray:75px,75px}}@keyframes check-group{0%{transform:scale(1)}50%{transform:scale(1.09)}to{transform:scale(1)}}