@keyframes pulse-ring{0%{transform:scale(1);opacity:.7}70%,100%{transform:scale(2.8);opacity:0}}@keyframes pulse-ring-2{0%{transform:scale(1);opacity:.45}70%,100%{transform:scale(4.2);opacity:0}}@keyframes pulse-dot{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}.static-map{position:relative;width:300px;height:300px;border-radius:4px;overflow:hidden;box-shadow:0 1px 8px rgba(0,0,0,.10);margin:auto}.dot-wrapper{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.dot-core{width:10px;height:10px;border-radius:50%;background:#e69b4e;position:relative;z-index:3;animation:pulse-dot 2.4s ease-in-out infinite}.dot-ring-1{position:absolute;width:10px;height:10px;border-radius:50%;background:#e69b4e;z-index:2;animation:pulse-ring 2.4s ease-out infinite}.dot-ring-2{position:absolute;width:10px;height:10px;border-radius:50%;background:#e69b4e;z-index:1;animation:pulse-ring-2 2.4s ease-out infinite;animation-delay:.3s}
