.property-map-marker{pointer-events:none;justify-content:center;align-items:center;width:88px;height:88px;display:inline-flex;position:relative;overflow:visible}.property-map-marker__ping{border:2px solid var(--brand);background:0 0;border-radius:999px;width:42px;height:42px;animation:2.4s cubic-bezier(.22,1,.36,1) infinite property-map-marker-ping;position:absolute;box-shadow:0 0 0 2px #fff}.property-map-marker__ping--late{animation-delay:.85s}.property-map-marker__core{z-index:1;background:var(--brand);width:42px;height:42px;color:var(--brand-foreground);box-shadow:0 0 0 3px #fff, 0 0 0 5px color-mix(in srgb, var(--brand) 80%, transparent), 0 10px 24px color-mix(in srgb, var(--brand) 42%, transparent), 0 2px 6px var(--marker-shadow-strong);border-radius:999px;justify-content:center;align-items:center;animation:.55s cubic-bezier(.34,1.45,.64,1) both property-map-marker-settle;display:flex;position:relative}.property-map-marker__core svg{width:18px;height:18px}@keyframes property-map-marker-ping{0%{opacity:.85;transform:scale(1)}55%{opacity:.32;transform:scale(2.05)}to{opacity:0;transform:scale(2.45)}}@keyframes property-map-marker-settle{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.property-map-marker__ping,.property-map-marker__ping--late,.property-map-marker__core{animation:none}.property-map-marker__core{opacity:1;transform:none}.property-map-marker__ping,.property-map-marker__ping--late{display:none}}
