.animate-tick path{stroke-dasharray:60;stroke-dashoffset:60;animation:tick-draw .6s ease forwards}@keyframes tick-draw{to{stroke-dashoffset:0}}