.dot-floating{position:relative;width:10px;height:10px;border-radius:5px;animation:dot-floating 3s cubic-bezier(.15,.6,.9,.1) infinite}.dot-floating:after,.dot-floating:before{content:"";display:inline-block;position:absolute;top:0}.dot-floating:before{left:-12px;width:10px;height:10px;border-radius:5px;animation:dot-floating-before 3s ease-in-out infinite}.dot-floating:after{left:-24px;width:10px;height:10px;border-radius:5px;animation:dot-floating-after 3s cubic-bezier(.4,0,1,1) infinite}@keyframes dot-floating{0%{left:calc(-50% - 5px)}75%{left:calc(50% + 105px)}to{left:calc(50% + 105px)}}@keyframes dot-floating-before{0%{left:-50px}50%{left:-12px}75%{left:-50px}to{left:-50px}}@keyframes dot-floating-after{0%{left:-100px}50%{left:-24px}75%{left:-100px}to{left:-100px}}