.cw-house-pick path{fill:color-mix(in srgb,var(--brand-gold) 4%,transparent);animation:cw-house-breathe 7.2s ease-in-out infinite;animation-delay:calc(var(--pick-i, 0) * .6s)}.cw-house-pick path:focus-visible,.cw-house-pick path:hover{fill:color-mix(in srgb,var(--brand-gold) 12%,transparent);animation:none}.cw-house-pick[data-house-pick-state=selected] path{animation:none}@keyframes cw-house-breathe{0%,18%,to{fill-opacity:.45}9%{fill-opacity:1}}@media (prefers-reduced-motion:reduce){.cw-house-pick path{animation:none}}