.animate-draw-outline{stroke-dasharray:160;stroke-dashoffset:160;animation:draw-outline;animation-duration:4s;animation-timing-function:ease;animation-fill-mode:forwards}@keyframes draw-outline{0%{stroke-dasharray:160;stroke-dashoffset:160}to{stroke-dasharray:160;stroke-dashoffset:0}}.animate-draw{stroke-dasharray:100;stroke-dashoffset:100;animation:draw;animation-duration:7s;animation-timing-function:ease;animation-delay:.5s;animation-fill-mode:forwards}@keyframes draw{0%{stroke-dasharray:100;stroke-dashoffset:100}to{stroke-dasharray:100;stroke-dashoffset:0}}