:root{--container-size:75px;--box-size:11px;--box-border-radius:2px;--duration:1.5s}.container{width:var(--container-size);display:flex;justify-content:space-between;align-items:center}.box,.container{position:relative}.box{width:var(--box-size);height:var(--box-size);display:block;transform-origin:-50% center}.box,.box:after{border-radius:var(--box-border-radius)}.box:after{content:"";width:100%;height:100%;position:absolute;top:0;right:0;box-shadow:0 0 10px 0 rgba(28,159,255,.4)}.box:first-child{animation:slide var(--duration) ease-in-out infinite alternate}.box:first-child:after{animation:color-change var(--duration) ease-in-out infinite alternate}.box:nth-child(2){animation:flip-1 var(--duration) ease-in-out infinite alternate}.box:nth-child(2):after{animation:squidge-1 var(--duration) ease-in-out infinite alternate;background-color:#a5f3fc}.box:nth-child(3){animation:flip-2 var(--duration) ease-in-out infinite alternate}.box:nth-child(3):after{animation:squidge-2 var(--duration) ease-in-out infinite alternate;background-color:#a5f3fc}.box:nth-child(4){animation:flip-3 var(--duration) ease-in-out infinite alternate}.box:nth-child(4):after{animation:squidge-3 var(--duration) ease-in-out infinite alternate;background-color:#a5f3fc}.box:nth-child(5){animation:flip-4 var(--duration) ease-in-out infinite alternate}.box:nth-child(5):after{animation:squidge-4 var(--duration) ease-in-out infinite alternate;background-color:#a5f3fc}@keyframes slide{0%{background-color:#0891b2;transform:translateX(0)}to{background-color:#0891b2;transform:translateX(calc(var(--container-size) - (var(--box-size) * 1.25)))}}@keyframes flip-1{0%,15%{transform:rotate(0)}35%,to{transform:rotate(-180deg)}}@keyframes flip-2{0%,30%{transform:rotate(0)}50%,to{transform:rotate(-180deg)}}@keyframes flip-3{0%,45%{transform:rotate(0)}65%,to{transform:rotate(-180deg)}}@keyframes flip-4{0%,60%{transform:rotate(0)}80%,to{transform:rotate(-180deg)}}@keyframes squidge-1{5%{transform-origin:center bottom;transform:scaleX(1.3) scaleY(.7)}10%,15%{transform-origin:center bottom;transform:scaleX(.8) scaleY(1.4)}40%,to{transform-origin:center top;transform:scaleX(1) scaleY(1)}25%{transform-origin:center top;transform:scaleX(1.3) scaleY(.7)}}@keyframes squidge-2{20%{transform-origin:center bottom;transform:scaleX(1.3) scaleY(.7)}25%,30%{transform-origin:center bottom;transform:scaleX(.8) scaleY(1.4)}55%,to{transform-origin:center top;transform:scaleX(1) scaleY(1)}40%{transform-origin:center top;transform:scaleX(1.3) scaleY(.7)}}@keyframes squidge-3{35%{transform-origin:center bottom;transform:scaleX(1.3) scaleY(.7)}40%,45%{transform-origin:center bottom;transform:scaleX(.8) scaleY(1.4)}70%,to{transform-origin:center top;transform:scaleX(1) scaleY(1)}55%{transform-origin:center top;transform:scaleX(1.3) scaleY(.7)}}@keyframes squidge-4{50%{transform-origin:center bottom;transform:scaleX(1.3) scaleY(.7)}55%,60%{transform-origin:center bottom;transform:scaleX(.8) scaleY(1.4)}85%,to{transform-origin:center top;transform:scaleX(1) scaleY(1)}70%{transform-origin:center top;transform:scaleX(1.3) scaleY(.7)}}