.px-mark{transform-box:fill-box;transform-origin:center}@media (prefers-reduced-motion:no-preference){.px-mark{animation:px-mark-in var(--duration-slow) var(--ease-smooth) both}.px-mark>[pathLength]{stroke-dasharray:1;stroke-dashoffset:1;animation:px-mark-draw var(--duration-celebration) var(--ease-airbnb) both}.px-mark>[pathLength]:nth-child(2){animation-delay:90ms}.px-mark>[pathLength]:nth-child(3){animation-delay:.17s}.px-mark>[pathLength]:nth-child(4){animation-delay:.24s}.px-mark>[pathLength]:nth-child(5){animation-delay:.3s}}@keyframes px-mark-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:none}}@keyframes px-mark-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}