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