html,body{margin:0;width:100%;height:100%;background:#fff;font-family:"Red Hat Display",sans-serif;user-select:none;overflow-x:hidden}.checkmark{width:64px;height:64px;display:inline-block}.checkmark__circle,.checkmark__check{fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.checkmark__circle{stroke-dasharray:160;stroke-dashoffset:160;opacity:.9}.checkmark__check{stroke-dasharray:48;stroke-dashoffset:48}.checkmark.animate .checkmark__circle{animation:draw .6s ease-out forwards}.checkmark.animate .checkmark__check{animation:draw .35s .45s ease-out forwards}.checkmark-pop{animation:pop .25s .75s ease-out both}@keyframes draw{to{stroke-dashoffset:0}}@keyframes pop{0%{transform:scale(.9);filter:drop-shadow(0 0 0 rgba(0,0,0,0))}100%{transform:scale(1);filter:drop-shadow(0 6px 18px rgba(0,0,0,.15))}}@media(prefers-reduced-motion:reduce){.checkmark.animate .checkmark__circle,.checkmark.animate .checkmark__check,.checkmark-pop{animation:none!important}}.error-mark{width:64px;height:64px;display:inline-block}.error-mark__circle,.error-mark__cross1,.error-mark__cross2{fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round}.error-mark__circle{stroke-dasharray:160;stroke-dashoffset:160;opacity:.9}.error-mark__cross1{stroke-dasharray:28;stroke-dashoffset:28}.error-mark__cross2{stroke-dasharray:28;stroke-dashoffset:28}.error-mark.animate .error-mark__circle{animation:draw .6s ease-out forwards}.error-mark.animate .error-mark__cross1{animation:draw .35s .45s ease-out forwards}.error-mark.animate .error-mark__cross2{animation:draw .35s .75s ease-out forwards}.error-anim-pop{animation:pop .25s 1.1s ease-out both}