.container{display:flex;justify-content:center;align-items:center;margin-bottom:20px;margin-top:10px}@supports(animation:grow 0.5s cubic-bezier(0.25,0.25,0.25,1) forwards){.tick{stroke:#fff;stroke-opacity:0;stroke-dasharray:29px;stroke-dashoffset:29px;animation:draw .5s cubic-bezier(.25,.25,.25,1) forwards;animation-delay:.6s}.circle{fill:#5b9733;fill-opacity:0;stroke:#5b9733;strokewidth:16px;transform-origin:center;transform:scale(0);animation:grow 1s cubic-bezier(.25,.25,.25,1.25) forwards}}@keyframes grow{60%{transform:scale(.8);strokewidth:4px;fill-opacity:0}to{transform:scale(.9);strokewidth:8px;fill-opacity:1;fill:#5b9733}}@keyframes draw{0%,to{stroke-opacity:1}to{stroke-dashoffset:0}}