@keyframes bubble-wait{0%{opacity:.33}50%{opacity:1}to{opacity:.33}}@keyframes marker-icon-pulse-animation{0%{stroke-width:4px;stroke:rgba(#009107, 1);transform:scale(1)}25%{stroke:rgba(yellow, .8)}50%{stroke-width:0;stroke:rgba(orange, 0);transform:scale(1.7)}to{opacity:0;transform:scale(1.7)}}@keyframes reveal-animation{0%{filter:opacity(0);transform:scale(1)}1%{transform:scale(.75)}to{filter:opacity();transform:scale(1)}}@keyframes hide-animation{0%{filter:opacity();transform:scale(1)}to{filter:opacity(0);transform:scale(.8)}}