.animation-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.animation-container svg{height:auto;width:80vw}.animation-container path{fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4000;stroke-dashoffset:4000;animation:strokeSequence 12s ease-in-out forwards}@keyframes strokeSequence{0%{stroke-dashoffset:4000}25%{stroke-dashoffset:2000}40%{stroke-dashoffset:4000}70%{stroke-dashoffset:4000}to{stroke-dashoffset:4000}}
