.pulsating-circle:after{content:"";background-color:#ff662e;border-radius:15px;width:100%;height:100%;animation:1.8s cubic-bezier(.455,.03,.515,.955) -.4s infinite pulse-dot;display:block;position:absolute;top:0;left:0;box-shadow:0 0 8px #0000004d}@keyframes pulse-dot{0%{transform:scale(.6)}50%{transform:scale(1)}to{transform:scale(.6)}}
