.connect-animation{align-items:center;display:flex;justify-content:space-between;width:100%}.connect-animation .dot{animation:scaling 2.5s ease-in-out infinite;background-color:#d3e5fb;border-radius:50%;display:inline-block;height:16px;transform:scale(.2);width:16px}.connect-animation .dot:first-child{animation-delay:0s}.connect-animation .dot:nth-child(2){animation-delay:.2s}.connect-animation .dot:nth-child(3){animation-delay:.4s}.connect-animation .dot:nth-child(4){animation-delay:.6s}.connect-animation .dot:nth-child(5){animation-delay:.8s}@keyframes scaling{0%,to{background-color:#d3e5fb;transform:scale(.3)}40%{background-color:#d3e5fb;transform:scale(.6)}50%{background-color:#d3e5fb;transform:scale(.8)}}@media (max-width:768px){.connect-animation .dot:nth-child(4),.connect-animation .dot:nth-child(5){display:none!important}}
