@keyframes markerWave{0%{transform:scale(1);opacity:.8}20%{opacity:.8}to{transform:scale(5.5);opacity:0}}.lqd-custom-map-marker{width:18px;height:18px;background-color:var(--color-primary)}.lqd-custom-map-marker div{opacity:1;background-color:var(--color-primary)}.lqd-custom-map-marker>div:first-child{animation:markerWave 1.5s cubic-bezier(.4,0,.2,1) infinite forwards}.lqd-custom-map-marker>div:first-child+div{animation:markerWave 1.5s .45s cubic-bezier(0,0,.2,1) infinite forwards}