.path-animation{stroke-dasharray:1200;stroke-dashoffset:1100px;stroke:#1c872b;strokeWidth:2.673;fill:none;animation:1.5s linear 1s forwards dash}@keyframes dash{0%{stroke-dashoffset:1100px}to{stroke-dashoffset:0}}
.path-animation{stroke-dasharray:1200;stroke-dashoffset:1100px;stroke:#1c872b;strokeWidth:2.673;fill:none;animation:.3s linear forwards dash}@keyframes dash{0%{stroke-dashoffset:1100px}to{stroke-dashoffset:0}}

.animate-left{animation:1s forwards animateLeft}.animate-top{animation:1s 1s forwards animateTop}.animate-right{animation:1s 2s forwards animateRight}.animate-bottom{animation:1s 3s forwards animateBottom}@keyframes animateLeft{0%{opacity:0}to{opacity:1}}@keyframes animateTop{0%{opacity:0}to{opacity:1}}@keyframes animateRight{0%{opacity:0}to{opacity:1}}@keyframes animateBottom{0%{opacity:0}to{opacity:1}}
