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