body {
  padding: 0;
  margin: 10% auto;
  width: 30em;
  background: #111;
  position: relative;
}

div {
  width: 4em;
  height: 4em;
  margin-left: -2em;
  margin-top: -2em;
  float: left;
}

/* Colors and push to right */
/* Multiple $i x 0.1 */
div:nth-child(1) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.01s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(2) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.02s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(3) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.03s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(4) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.04s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(5) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.05s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(6) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.06s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(7) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.07s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(8) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.08s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(9) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.09s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(10) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(11) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.11s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(12) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.12s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(13) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.13s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(14) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.14s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(15) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.15s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(16) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.16s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(17) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.17s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(18) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.18s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(19) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.19s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(20) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(21) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.21s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(22) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.22s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(23) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.23s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(24) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.24s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(25) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(26) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.26s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(27) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.27s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(28) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.28s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(29) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.29s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(30) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(31) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.31s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(32) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.32s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(33) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.33s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(34) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.34s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(35) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.35s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(36) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.36s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(37) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.37s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(38) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.38s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(39) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.39s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(40) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(41) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.41s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(42) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.42s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(43) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.43s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(44) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.44s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(45) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.45s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(46) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.46s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(47) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.47s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(48) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.48s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(49) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.49s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(50) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(51) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.51s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(52) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.52s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(53) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.53s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(54) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.54s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(55) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.55s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(56) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.56s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(57) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.57s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(58) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.58s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(59) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.59s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(60) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(61) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.61s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(62) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.62s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(63) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.63s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(64) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.64s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(65) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.65s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(66) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.66s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(67) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.67s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(68) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.68s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(69) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.69s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(70) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(71) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.71s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(72) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.72s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(73) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.73s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(74) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.74s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(75) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.75s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(76) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.76s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(77) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.77s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(78) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.78s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(79) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.79s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(80) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(81) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.81s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(82) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.82s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(83) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.83s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(84) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.84s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(85) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.85s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(86) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.86s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(87) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.87s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(88) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.88s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(89) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.89s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(90) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.9s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(91) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.91s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(92) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.92s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(93) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.93s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(94) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.94s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(95) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.95s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(96) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.96s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(97) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.97s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(98) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.98s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(99) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.99s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(100) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(101) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.01s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(102) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.02s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(103) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.03s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(104) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.04s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(105) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.05s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(106) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.06s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(107) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.07s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(108) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.08s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(109) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.09s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(110) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(111) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.11s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(112) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.12s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(113) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.13s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(114) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.14s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(115) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.15s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(116) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.16s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(117) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.17s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(118) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.18s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(119) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.19s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(120) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(121) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.21s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(122) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.22s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(123) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.23s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(124) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.24s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(125) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.25s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(126) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.26s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(127) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.27s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(128) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.28s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(129) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.29s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(130) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(131) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.31s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(132) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.32s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(133) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.33s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(134) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.34s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(135) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.35s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(136) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.36s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(137) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.37s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(138) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.38s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(139) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.39s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(140) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(141) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.41s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(142) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.42s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(143) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.43s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(144) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.44s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(145) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.45s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(146) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.46s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(147) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.47s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(148) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.48s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(149) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.49s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(150) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(151) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.51s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(152) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.52s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(153) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.53s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(154) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.54s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(155) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.55s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(156) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.56s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(157) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.57s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(158) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.58s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(159) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.59s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(160) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(161) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.61s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(162) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.62s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(163) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.63s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(164) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.64s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(165) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.65s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(166) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.66s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(167) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.67s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(168) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.68s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(169) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.69s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(170) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(171) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.71s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(172) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.72s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(173) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.73s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(174) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.74s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(175) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.75s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(176) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.76s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(177) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.77s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(178) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.78s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(179) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.79s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(180) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(181) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.81s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(182) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.82s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(183) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.83s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(184) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.84s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(185) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.85s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(186) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.86s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(187) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.87s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(188) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.88s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(189) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.89s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(190) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(191) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.91s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(192) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.92s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(193) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.93s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(194) {
  background: #34495e;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.94s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(195) {
  background: white;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.95s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(196) {
  background: #8f44ad;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.96s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(197) {
  background: #21a08f;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.97s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(198) {
  background: #e54d42;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.98s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(199) {
  background: #f1aa2a;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 1.99s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}
div:nth-child(200) {
  background: #2d7eb6;
  -webkit-animation-name: animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  /* Reverse array
  border-bottom-color: nth($colors, 7-($i%7)); */
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
  }
}
