.dot-falling{position:relative;left:-9999px;width:10px;height:10px;border-radius:5px;background-color:#64748b;color:#64748b;box-shadow:9999px 0 0 0 #64748b;animation:dot-falling 1s linear infinite;animation-delay:.1s}.dot-falling:after,.dot-falling:before{content:"";display:inline-block;position:absolute;top:0}.dot-falling:before{animation:dot-falling-before 1s linear infinite;animation-delay:0s}.dot-falling:after,.dot-falling:before{width:10px;height:10px;border-radius:5px;background-color:#64748b;color:#64748b}.dot-falling:after{animation:dot-falling-after 1s linear infinite;animation-delay:.2s}@keyframes dot-falling{0%{box-shadow:9999px -15px 0 0 rgba(100,116,139,0)}25%,50%,75%{box-shadow:9999px 0 0 0 #64748b}to{box-shadow:9999px 15px 0 0 rgba(100,116,139,0)}}@keyframes dot-falling-before{0%{box-shadow:9984px -15px 0 0 rgba(100,116,139,0)}25%,50%,75%{box-shadow:9984px 0 0 0 #64748b}to{box-shadow:9984px 15px 0 0 rgba(100,116,139,0)}}@keyframes dot-falling-after{0%{box-shadow:10014px -15px 0 0 rgba(100,116,139,0)}25%,50%,75%{box-shadow:10014px 0 0 0 #64748b}to{box-shadow:10014px 15px 0 0 rgba(100,116,139,0)}}.dot-gathering{position:relative;margin:-1px 0}.dot-gathering,.dot-gathering:after,.dot-gathering:before{width:12px;height:12px;border-radius:6px;background-color:#000;color:transparent;filter:blur(2px)}.dot-gathering:after,.dot-gathering:before{content:"";display:inline-block;position:absolute;top:0;left:-50px;opacity:0;animation:dot-gathering 2s ease-in infinite}.dot-gathering:after{animation-delay:.5s}@keyframes dot-gathering{0%{opacity:0;transform:translateX(0)}35%,60%{opacity:1;transform:translateX(50px)}to{opacity:0;transform:translateX(100px)}}