.wwk-dots{flex-direction:column;align-items:center;gap:16px;display:inline-flex}.wwk-dots__row{align-items:center;gap:var(--wwk-gap,7px);display:inline-flex}.wwk-dots__pip{width:var(--wwk-dot,10px);height:var(--wwk-dot,10px);will-change:transform;border-radius:50%;animation:1.1s ease-in-out infinite wwk-bounce;box-shadow:0 1px 4px #14182829}.wwk-dots__pip:first-child{background:#ffcb00;animation-delay:0s}.wwk-dots__pip:nth-child(2){background:#0073ea;animation-delay:.12s}.wwk-dots__pip:nth-child(3){background:#ff3d57;animation-delay:.24s}.wwk-dots__pip:nth-child(4){background:#00c875;animation-delay:.36s}.wwk-dots__label{letter-spacing:-.01em;color:#9699a6;font-size:13px;font-weight:500}@keyframes wwk-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(calc(-1 * var(--wwk-jump,12px)))}}@media (prefers-reduced-motion:reduce){.wwk-dots__pip{animation-duration:2.2s}}
