.loader-1{width:7em;display:flex;flex-wrap:wrap;justify-content:center;font-size:13px}.dot{width:.7em;height:.7em;border-radius:50%;background-color:#8c451a;margin:.4rem;font-size:15px}.dot:first-child{animation:animateLoader1 1.5s infinite}.dot:nth-child(2){animation:animateLoader1 1.3s infinite}.dot:nth-child(3){animation:animateLoader1 1.7s infinite}.dot:nth-child(4){animation:animateLoader1 1.1s infinite}.dot:nth-child(5){animation:animateLoader1 .9s infinite}.dot:nth-child(6){animation:animateLoader1 .7s infinite}.dot:nth-child(7){animation:animateLoader1 .5s infinite}.dot:nth-child(8){animation:animateLoader1 1.3s infinite}.dot:nth-child(9){animation:animateLoader1 1.5s infinite}@keyframes animateLoader1{0%{transform:scale(1)}50%{transform:scale(1.5);opacity:1}to{transform:scale(1);opacity:.6}}