.checkmark{stroke:green;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;width:56px;height:56px;animation:.3s ease-in-out fadeIn}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166px;animation:.6s ease-in-out forwards stroke}.checkmark__check{stroke-dasharray:48;stroke-dashoffset:48px;animation:.4s ease-in-out .6s forwards stroke}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
