.path-animation{animation:dash 1.5s linear 1s forwards;stroke-dasharray:1200;stroke-dashoffset:1100;stroke:#1c872b;strokeWidth:2.673;fill:none;animation:dash .3s linear forwards}@keyframes dash{0%{stroke-dashoffset:1100}to{stroke-dashoffset:0}}.animate-left{animation:animateLeft 1s ease forwards}.animate-top{animation:animateTop 1s ease forwards;animation-delay:1s}.animate-right{animation:animateRight 1s ease forwards;animation-delay:2s}.animate-bottom{animation:animateBottom 1s ease forwards;animation-delay:3s}@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}}