@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

#form-submission-animation.animate svg path {
    animation: draw 0.5s ease-in-out forwards;
}
