.Loading{width:80px;height:23px;display:block;position:relative}.Loading div{background:var(--c-primary-color);border-radius:50%;width:13px;height:13px;animation-timing-function:cubic-bezier(0,1,1,0);display:block;position:absolute;top:5px}.Loading div:first-child{animation:.6s infinite Loading__anim1;left:8px}.Loading div:nth-child(2){animation:.6s infinite Loading__anim2;left:8px}.Loading div:nth-child(3){animation:.6s infinite Loading__anim2;left:32px}.Loading div:nth-child(4){animation:.6s infinite Loading__anim3;left:56px}@keyframes Loading__anim1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes Loading__anim3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes Loading__anim2{0%{transform:translate(0)}to{transform:translate(24px)}}
