@keyframes contact-dialog-check-bounce{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes contact-dialog-draw-circle{to{stroke-dashoffset:0}}@keyframes contact-dialog-draw-check{to{stroke-dashoffset:0}}.contact-dialog-check-circle{stroke-dasharray:100;stroke-dashoffset:100px;animation:.8s cubic-bezier(.4,0,.2,1) forwards contact-dialog-draw-circle}.contact-dialog-checkmark{stroke-dasharray:50;stroke-dashoffset:50px;animation:.5s cubic-bezier(.4,0,.2,1) .5s forwards contact-dialog-draw-check}.contact-dialog-success-card{animation:.6s cubic-bezier(.34,1.56,.64,1) forwards contact-dialog-check-bounce}
