.check-mark{--check-mark-ease:cubic-bezier(.645, .045, .355, 1);--check-mark-shape-duration:.6s;--check-mark-check-duration:.4s}.check-mark-shape{animation:check-mark-draw var(--check-mark-shape-duration) var(--check-mark-ease) forwards;transform-origin:50%;transform:rotate(-90deg)}.check-mark-checkmark{animation:check-mark-draw var(--check-mark-check-duration) var(--check-mark-ease) var(--check-mark-shape-duration) forwards}@keyframes check-mark-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.check-mark-shape,.check-mark-checkmark{animation-duration:1ms;animation-delay:0s}}
