#experiment-text-gradient {
  position: relative;
  height: 50px;
}
#experiment-text-gradient div {
  font-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  overflow: hidden;
}
#experiment-text-gradient div span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#experiment-text-gradient div:nth-child(1) {
  top: 0px;
}
#experiment-text-gradient div:nth-child(1) span {
  top: 0px;
  -webkit-animation: merp-1 4s linear infinite;
  animation: merp-1 4s linear infinite;
}
@-webkit-keyframes merp-1 {
  0% {
    color: #00fa00;
  }
  25% {
    color: #fffa00;
  }
  50% {
    color: #fffaff;
  }
  75% {
    color: #00faff;
  }
  100% {
    color: #00fa00;
  }
}
@keyframes merp-1 {
  0% {
    color: #00fa00;
  }
  25% {
    color: #fffa00;
  }
  50% {
    color: #fffaff;
  }
  75% {
    color: #00faff;
  }
  100% {
    color: #00fa00;
  }
}
#experiment-text-gradient div:nth-child(2) {
  top: 1px;
}
#experiment-text-gradient div:nth-child(2) span {
  top: -1px;
  -webkit-animation: merp-2 4s linear infinite;
  animation: merp-2 4s linear infinite;
}
@-webkit-keyframes merp-2 {
  0% {
    color: #00f500;
  }
  25% {
    color: #fff500;
  }
  50% {
    color: #fff5ff;
  }
  75% {
    color: #00f5ff;
  }
  100% {
    color: #00f500;
  }
}
@keyframes merp-2 {
  0% {
    color: #00f500;
  }
  25% {
    color: #fff500;
  }
  50% {
    color: #fff5ff;
  }
  75% {
    color: #00f5ff;
  }
  100% {
    color: #00f500;
  }
}
#experiment-text-gradient div:nth-child(3) {
  top: 2px;
}
#experiment-text-gradient div:nth-child(3) span {
  top: -2px;
  -webkit-animation: merp-3 4s linear infinite;
  animation: merp-3 4s linear infinite;
}
@-webkit-keyframes merp-3 {
  0% {
    color: #00f000;
  }
  25% {
    color: #fff000;
  }
  50% {
    color: #fff0ff;
  }
  75% {
    color: #00f0ff;
  }
  100% {
    color: #00f000;
  }
}
@keyframes merp-3 {
  0% {
    color: #00f000;
  }
  25% {
    color: #fff000;
  }
  50% {
    color: #fff0ff;
  }
  75% {
    color: #00f0ff;
  }
  100% {
    color: #00f000;
  }
}
#experiment-text-gradient div:nth-child(4) {
  top: 3px;
}
#experiment-text-gradient div:nth-child(4) span {
  top: -3px;
  -webkit-animation: merp-4 4s linear infinite;
  animation: merp-4 4s linear infinite;
}
@-webkit-keyframes merp-4 {
  0% {
    color: #00eb00;
  }
  25% {
    color: #ffeb00;
  }
  50% {
    color: #ffebff;
  }
  75% {
    color: #00ebff;
  }
  100% {
    color: #00eb00;
  }
}
@keyframes merp-4 {
  0% {
    color: #00eb00;
  }
  25% {
    color: #ffeb00;
  }
  50% {
    color: #ffebff;
  }
  75% {
    color: #00ebff;
  }
  100% {
    color: #00eb00;
  }
}
#experiment-text-gradient div:nth-child(5) {
  top: 4px;
}
#experiment-text-gradient div:nth-child(5) span {
  top: -4px;
  -webkit-animation: merp-5 4s linear infinite;
  animation: merp-5 4s linear infinite;
}
@-webkit-keyframes merp-5 {
  0% {
    color: #00e600;
  }
  25% {
    color: #ffe600;
  }
  50% {
    color: #ffe6ff;
  }
  75% {
    color: #00e6ff;
  }
  100% {
    color: #00e600;
  }
}
@keyframes merp-5 {
  0% {
    color: #00e600;
  }
  25% {
    color: #ffe600;
  }
  50% {
    color: #ffe6ff;
  }
  75% {
    color: #00e6ff;
  }
  100% {
    color: #00e600;
  }
}
#experiment-text-gradient div:nth-child(6) {
  top: 5px;
}
#experiment-text-gradient div:nth-child(6) span {
  top: -5px;
  -webkit-animation: merp-6 4s linear infinite;
  animation: merp-6 4s linear infinite;
}
@-webkit-keyframes merp-6 {
  0% {
    color: #00e100;
  }
  25% {
    color: #ffe100;
  }
  50% {
    color: #ffe1ff;
  }
  75% {
    color: #00e1ff;
  }
  100% {
    color: #00e100;
  }
}
@keyframes merp-6 {
  0% {
    color: #00e100;
  }
  25% {
    color: #ffe100;
  }
  50% {
    color: #ffe1ff;
  }
  75% {
    color: #00e1ff;
  }
  100% {
    color: #00e100;
  }
}
#experiment-text-gradient div:nth-child(7) {
  top: 6px;
}
#experiment-text-gradient div:nth-child(7) span {
  top: -6px;
  -webkit-animation: merp-7 4s linear infinite;
  animation: merp-7 4s linear infinite;
}
@-webkit-keyframes merp-7 {
  0% {
    color: #00dc00;
  }
  25% {
    color: #ffdc00;
  }
  50% {
    color: #ffdcff;
  }
  75% {
    color: #00dcff;
  }
  100% {
    color: #00dc00;
  }
}
@keyframes merp-7 {
  0% {
    color: #00dc00;
  }
  25% {
    color: #ffdc00;
  }
  50% {
    color: #ffdcff;
  }
  75% {
    color: #00dcff;
  }
  100% {
    color: #00dc00;
  }
}
#experiment-text-gradient div:nth-child(8) {
  top: 7px;
}
#experiment-text-gradient div:nth-child(8) span {
  top: -7px;
  -webkit-animation: merp-8 4s linear infinite;
  animation: merp-8 4s linear infinite;
}
@-webkit-keyframes merp-8 {
  0% {
    color: #00d700;
  }
  25% {
    color: gold;
  }
  50% {
    color: #ffd7ff;
  }
  75% {
    color: #00d7ff;
  }
  100% {
    color: #00d700;
  }
}
@keyframes merp-8 {
  0% {
    color: #00d700;
  }
  25% {
    color: gold;
  }
  50% {
    color: #ffd7ff;
  }
  75% {
    color: #00d7ff;
  }
  100% {
    color: #00d700;
  }
}
#experiment-text-gradient div:nth-child(9) {
  top: 8px;
}
#experiment-text-gradient div:nth-child(9) span {
  top: -8px;
  -webkit-animation: merp-9 4s linear infinite;
  animation: merp-9 4s linear infinite;
}
@-webkit-keyframes merp-9 {
  0% {
    color: #00d200;
  }
  25% {
    color: #ffd200;
  }
  50% {
    color: #ffd2ff;
  }
  75% {
    color: #00d2ff;
  }
  100% {
    color: #00d200;
  }
}
@keyframes merp-9 {
  0% {
    color: #00d200;
  }
  25% {
    color: #ffd200;
  }
  50% {
    color: #ffd2ff;
  }
  75% {
    color: #00d2ff;
  }
  100% {
    color: #00d200;
  }
}
#experiment-text-gradient div:nth-child(10) {
  top: 9px;
}
#experiment-text-gradient div:nth-child(10) span {
  top: -9px;
  -webkit-animation: merp-10 4s linear infinite;
  animation: merp-10 4s linear infinite;
}
@-webkit-keyframes merp-10 {
  0% {
    color: #00cd00;
  }
  25% {
    color: #ffcd00;
  }
  50% {
    color: #ffcdff;
  }
  75% {
    color: #00cdff;
  }
  100% {
    color: #00cd00;
  }
}
@keyframes merp-10 {
  0% {
    color: #00cd00;
  }
  25% {
    color: #ffcd00;
  }
  50% {
    color: #ffcdff;
  }
  75% {
    color: #00cdff;
  }
  100% {
    color: #00cd00;
  }
}
#experiment-text-gradient div:nth-child(11) {
  top: 10px;
}
#experiment-text-gradient div:nth-child(11) span {
  top: -10px;
  -webkit-animation: merp-11 4s linear infinite;
  animation: merp-11 4s linear infinite;
}
@-webkit-keyframes merp-11 {
  0% {
    color: #00c800;
  }
  25% {
    color: #ffc800;
  }
  50% {
    color: #ffc8ff;
  }
  75% {
    color: #00c8ff;
  }
  100% {
    color: #00c800;
  }
}
@keyframes merp-11 {
  0% {
    color: #00c800;
  }
  25% {
    color: #ffc800;
  }
  50% {
    color: #ffc8ff;
  }
  75% {
    color: #00c8ff;
  }
  100% {
    color: #00c800;
  }
}
#experiment-text-gradient div:nth-child(12) {
  top: 11px;
}
#experiment-text-gradient div:nth-child(12) span {
  top: -11px;
  -webkit-animation: merp-12 4s linear infinite;
  animation: merp-12 4s linear infinite;
}
@-webkit-keyframes merp-12 {
  0% {
    color: #00c300;
  }
  25% {
    color: #ffc300;
  }
  50% {
    color: #ffc3ff;
  }
  75% {
    color: #00c3ff;
  }
  100% {
    color: #00c300;
  }
}
@keyframes merp-12 {
  0% {
    color: #00c300;
  }
  25% {
    color: #ffc300;
  }
  50% {
    color: #ffc3ff;
  }
  75% {
    color: #00c3ff;
  }
  100% {
    color: #00c300;
  }
}
#experiment-text-gradient div:nth-child(13) {
  top: 12px;
}
#experiment-text-gradient div:nth-child(13) span {
  top: -12px;
  -webkit-animation: merp-13 4s linear infinite;
  animation: merp-13 4s linear infinite;
}
@-webkit-keyframes merp-13 {
  0% {
    color: #00be00;
  }
  25% {
    color: #ffbe00;
  }
  50% {
    color: #ffbeff;
  }
  75% {
    color: #00beff;
  }
  100% {
    color: #00be00;
  }
}
@keyframes merp-13 {
  0% {
    color: #00be00;
  }
  25% {
    color: #ffbe00;
  }
  50% {
    color: #ffbeff;
  }
  75% {
    color: #00beff;
  }
  100% {
    color: #00be00;
  }
}
#experiment-text-gradient div:nth-child(14) {
  top: 13px;
}
#experiment-text-gradient div:nth-child(14) span {
  top: -13px;
  -webkit-animation: merp-14 4s linear infinite;
  animation: merp-14 4s linear infinite;
}
@-webkit-keyframes merp-14 {
  0% {
    color: #00b900;
  }
  25% {
    color: #ffb900;
  }
  50% {
    color: #ffb9ff;
  }
  75% {
    color: #00b9ff;
  }
  100% {
    color: #00b900;
  }
}
@keyframes merp-14 {
  0% {
    color: #00b900;
  }
  25% {
    color: #ffb900;
  }
  50% {
    color: #ffb9ff;
  }
  75% {
    color: #00b9ff;
  }
  100% {
    color: #00b900;
  }
}
#experiment-text-gradient div:nth-child(15) {
  top: 14px;
}
#experiment-text-gradient div:nth-child(15) span {
  top: -14px;
  -webkit-animation: merp-15 4s linear infinite;
  animation: merp-15 4s linear infinite;
}
@-webkit-keyframes merp-15 {
  0% {
    color: #00b400;
  }
  25% {
    color: #ffb400;
  }
  50% {
    color: #ffb4ff;
  }
  75% {
    color: #00b4ff;
  }
  100% {
    color: #00b400;
  }
}
@keyframes merp-15 {
  0% {
    color: #00b400;
  }
  25% {
    color: #ffb400;
  }
  50% {
    color: #ffb4ff;
  }
  75% {
    color: #00b4ff;
  }
  100% {
    color: #00b400;
  }
}
#experiment-text-gradient div:nth-child(16) {
  top: 15px;
}
#experiment-text-gradient div:nth-child(16) span {
  top: -15px;
  -webkit-animation: merp-16 4s linear infinite;
  animation: merp-16 4s linear infinite;
}
@-webkit-keyframes merp-16 {
  0% {
    color: #00af00;
  }
  25% {
    color: #ffaf00;
  }
  50% {
    color: #ffafff;
  }
  75% {
    color: #00afff;
  }
  100% {
    color: #00af00;
  }
}
@keyframes merp-16 {
  0% {
    color: #00af00;
  }
  25% {
    color: #ffaf00;
  }
  50% {
    color: #ffafff;
  }
  75% {
    color: #00afff;
  }
  100% {
    color: #00af00;
  }
}
#experiment-text-gradient div:nth-child(17) {
  top: 16px;
}
#experiment-text-gradient div:nth-child(17) span {
  top: -16px;
  -webkit-animation: merp-17 4s linear infinite;
  animation: merp-17 4s linear infinite;
}
@-webkit-keyframes merp-17 {
  0% {
    color: #00aa00;
  }
  25% {
    color: #ffaa00;
  }
  50% {
    color: #ffaaff;
  }
  75% {
    color: #00aaff;
  }
  100% {
    color: #00aa00;
  }
}
@keyframes merp-17 {
  0% {
    color: #00aa00;
  }
  25% {
    color: #ffaa00;
  }
  50% {
    color: #ffaaff;
  }
  75% {
    color: #00aaff;
  }
  100% {
    color: #00aa00;
  }
}
#experiment-text-gradient div:nth-child(18) {
  top: 17px;
}
#experiment-text-gradient div:nth-child(18) span {
  top: -17px;
  -webkit-animation: merp-18 4s linear infinite;
  animation: merp-18 4s linear infinite;
}
@-webkit-keyframes merp-18 {
  0% {
    color: #00a500;
  }
  25% {
    color: orange;
  }
  50% {
    color: #ffa5ff;
  }
  75% {
    color: #00a5ff;
  }
  100% {
    color: #00a500;
  }
}
@keyframes merp-18 {
  0% {
    color: #00a500;
  }
  25% {
    color: orange;
  }
  50% {
    color: #ffa5ff;
  }
  75% {
    color: #00a5ff;
  }
  100% {
    color: #00a500;
  }
}
#experiment-text-gradient div:nth-child(19) {
  top: 18px;
}
#experiment-text-gradient div:nth-child(19) span {
  top: -18px;
  -webkit-animation: merp-19 4s linear infinite;
  animation: merp-19 4s linear infinite;
}
@-webkit-keyframes merp-19 {
  0% {
    color: #00a000;
  }
  25% {
    color: #ffa000;
  }
  50% {
    color: #ffa0ff;
  }
  75% {
    color: #00a0ff;
  }
  100% {
    color: #00a000;
  }
}
@keyframes merp-19 {
  0% {
    color: #00a000;
  }
  25% {
    color: #ffa000;
  }
  50% {
    color: #ffa0ff;
  }
  75% {
    color: #00a0ff;
  }
  100% {
    color: #00a000;
  }
}
#experiment-text-gradient div:nth-child(20) {
  top: 19px;
}
#experiment-text-gradient div:nth-child(20) span {
  top: -19px;
  -webkit-animation: merp-20 4s linear infinite;
  animation: merp-20 4s linear infinite;
}
@-webkit-keyframes merp-20 {
  0% {
    color: #009b00;
  }
  25% {
    color: #ff9b00;
  }
  50% {
    color: #ff9bff;
  }
  75% {
    color: #009bff;
  }
  100% {
    color: #009b00;
  }
}
@keyframes merp-20 {
  0% {
    color: #009b00;
  }
  25% {
    color: #ff9b00;
  }
  50% {
    color: #ff9bff;
  }
  75% {
    color: #009bff;
  }
  100% {
    color: #009b00;
  }
}
#experiment-text-gradient div:nth-child(21) {
  top: 20px;
}
#experiment-text-gradient div:nth-child(21) span {
  top: -20px;
  -webkit-animation: merp-21 4s linear infinite;
  animation: merp-21 4s linear infinite;
}
@-webkit-keyframes merp-21 {
  0% {
    color: #009600;
  }
  25% {
    color: #ff9600;
  }
  50% {
    color: #ff96ff;
  }
  75% {
    color: #0096ff;
  }
  100% {
    color: #009600;
  }
}
@keyframes merp-21 {
  0% {
    color: #009600;
  }
  25% {
    color: #ff9600;
  }
  50% {
    color: #ff96ff;
  }
  75% {
    color: #0096ff;
  }
  100% {
    color: #009600;
  }
}
#experiment-text-gradient div:nth-child(22) {
  top: 21px;
}
#experiment-text-gradient div:nth-child(22) span {
  top: -21px;
  -webkit-animation: merp-22 4s linear infinite;
  animation: merp-22 4s linear infinite;
}
@-webkit-keyframes merp-22 {
  0% {
    color: #009100;
  }
  25% {
    color: #ff9100;
  }
  50% {
    color: #ff91ff;
  }
  75% {
    color: #0091ff;
  }
  100% {
    color: #009100;
  }
}
@keyframes merp-22 {
  0% {
    color: #009100;
  }
  25% {
    color: #ff9100;
  }
  50% {
    color: #ff91ff;
  }
  75% {
    color: #0091ff;
  }
  100% {
    color: #009100;
  }
}
#experiment-text-gradient div:nth-child(23) {
  top: 22px;
}
#experiment-text-gradient div:nth-child(23) span {
  top: -22px;
  -webkit-animation: merp-23 4s linear infinite;
  animation: merp-23 4s linear infinite;
}
@-webkit-keyframes merp-23 {
  0% {
    color: #008c00;
  }
  25% {
    color: darkorange;
  }
  50% {
    color: #ff8cff;
  }
  75% {
    color: #008cff;
  }
  100% {
    color: #008c00;
  }
}
@keyframes merp-23 {
  0% {
    color: #008c00;
  }
  25% {
    color: darkorange;
  }
  50% {
    color: #ff8cff;
  }
  75% {
    color: #008cff;
  }
  100% {
    color: #008c00;
  }
}
#experiment-text-gradient div:nth-child(24) {
  top: 23px;
}
#experiment-text-gradient div:nth-child(24) span {
  top: -23px;
  -webkit-animation: merp-24 4s linear infinite;
  animation: merp-24 4s linear infinite;
}
@-webkit-keyframes merp-24 {
  0% {
    color: #008700;
  }
  25% {
    color: #ff8700;
  }
  50% {
    color: #ff87ff;
  }
  75% {
    color: #0087ff;
  }
  100% {
    color: #008700;
  }
}
@keyframes merp-24 {
  0% {
    color: #008700;
  }
  25% {
    color: #ff8700;
  }
  50% {
    color: #ff87ff;
  }
  75% {
    color: #0087ff;
  }
  100% {
    color: #008700;
  }
}
#experiment-text-gradient div:nth-child(25) {
  top: 24px;
}
#experiment-text-gradient div:nth-child(25) span {
  top: -24px;
  -webkit-animation: merp-25 4s linear infinite;
  animation: merp-25 4s linear infinite;
}
@-webkit-keyframes merp-25 {
  0% {
    color: #008200;
  }
  25% {
    color: #ff8200;
  }
  50% {
    color: #ff82ff;
  }
  75% {
    color: #0082ff;
  }
  100% {
    color: #008200;
  }
}
@keyframes merp-25 {
  0% {
    color: #008200;
  }
  25% {
    color: #ff8200;
  }
  50% {
    color: #ff82ff;
  }
  75% {
    color: #0082ff;
  }
  100% {
    color: #008200;
  }
}
#experiment-text-gradient div:nth-child(26) {
  top: 25px;
}
#experiment-text-gradient div:nth-child(26) span {
  top: -25px;
  -webkit-animation: merp-26 4s linear infinite;
  animation: merp-26 4s linear infinite;
}
@-webkit-keyframes merp-26 {
  0% {
    color: #007d00;
  }
  25% {
    color: #ff7d00;
  }
  50% {
    color: #ff7dff;
  }
  75% {
    color: #007dff;
  }
  100% {
    color: #007d00;
  }
}
@keyframes merp-26 {
  0% {
    color: #007d00;
  }
  25% {
    color: #ff7d00;
  }
  50% {
    color: #ff7dff;
  }
  75% {
    color: #007dff;
  }
  100% {
    color: #007d00;
  }
}
#experiment-text-gradient div:nth-child(27) {
  top: 26px;
}
#experiment-text-gradient div:nth-child(27) span {
  top: -26px;
  -webkit-animation: merp-27 4s linear infinite;
  animation: merp-27 4s linear infinite;
}
@-webkit-keyframes merp-27 {
  0% {
    color: #007800;
  }
  25% {
    color: #ff7800;
  }
  50% {
    color: #ff78ff;
  }
  75% {
    color: #0078ff;
  }
  100% {
    color: #007800;
  }
}
@keyframes merp-27 {
  0% {
    color: #007800;
  }
  25% {
    color: #ff7800;
  }
  50% {
    color: #ff78ff;
  }
  75% {
    color: #0078ff;
  }
  100% {
    color: #007800;
  }
}
#experiment-text-gradient div:nth-child(28) {
  top: 27px;
}
#experiment-text-gradient div:nth-child(28) span {
  top: -27px;
  -webkit-animation: merp-28 4s linear infinite;
  animation: merp-28 4s linear infinite;
}
@-webkit-keyframes merp-28 {
  0% {
    color: #007300;
  }
  25% {
    color: #ff7300;
  }
  50% {
    color: #ff73ff;
  }
  75% {
    color: #0073ff;
  }
  100% {
    color: #007300;
  }
}
@keyframes merp-28 {
  0% {
    color: #007300;
  }
  25% {
    color: #ff7300;
  }
  50% {
    color: #ff73ff;
  }
  75% {
    color: #0073ff;
  }
  100% {
    color: #007300;
  }
}
#experiment-text-gradient div:nth-child(29) {
  top: 28px;
}
#experiment-text-gradient div:nth-child(29) span {
  top: -28px;
  -webkit-animation: merp-29 4s linear infinite;
  animation: merp-29 4s linear infinite;
}
@-webkit-keyframes merp-29 {
  0% {
    color: #006e00;
  }
  25% {
    color: #ff6e00;
  }
  50% {
    color: #ff6eff;
  }
  75% {
    color: #006eff;
  }
  100% {
    color: #006e00;
  }
}
@keyframes merp-29 {
  0% {
    color: #006e00;
  }
  25% {
    color: #ff6e00;
  }
  50% {
    color: #ff6eff;
  }
  75% {
    color: #006eff;
  }
  100% {
    color: #006e00;
  }
}
#experiment-text-gradient div:nth-child(30) {
  top: 29px;
}
#experiment-text-gradient div:nth-child(30) span {
  top: -29px;
  -webkit-animation: merp-30 4s linear infinite;
  animation: merp-30 4s linear infinite;
}
@-webkit-keyframes merp-30 {
  0% {
    color: #006900;
  }
  25% {
    color: #ff6900;
  }
  50% {
    color: #ff69ff;
  }
  75% {
    color: #0069ff;
  }
  100% {
    color: #006900;
  }
}
@keyframes merp-30 {
  0% {
    color: #006900;
  }
  25% {
    color: #ff6900;
  }
  50% {
    color: #ff69ff;
  }
  75% {
    color: #0069ff;
  }
  100% {
    color: #006900;
  }
}
#experiment-text-gradient div:nth-child(31) {
  top: 30px;
}
#experiment-text-gradient div:nth-child(31) span {
  top: -30px;
  -webkit-animation: merp-31 4s linear infinite;
  animation: merp-31 4s linear infinite;
}
@-webkit-keyframes merp-31 {
  0% {
    color: darkgreen;
  }
  25% {
    color: #ff6400;
  }
  50% {
    color: #ff64ff;
  }
  75% {
    color: #0064ff;
  }
  100% {
    color: darkgreen;
  }
}
@keyframes merp-31 {
  0% {
    color: darkgreen;
  }
  25% {
    color: #ff6400;
  }
  50% {
    color: #ff64ff;
  }
  75% {
    color: #0064ff;
  }
  100% {
    color: darkgreen;
  }
}
#experiment-text-gradient div:nth-child(32) {
  top: 31px;
}
#experiment-text-gradient div:nth-child(32) span {
  top: -31px;
  -webkit-animation: merp-32 4s linear infinite;
  animation: merp-32 4s linear infinite;
}
@-webkit-keyframes merp-32 {
  0% {
    color: #005f00;
  }
  25% {
    color: #ff5f00;
  }
  50% {
    color: #ff5fff;
  }
  75% {
    color: #005fff;
  }
  100% {
    color: #005f00;
  }
}
@keyframes merp-32 {
  0% {
    color: #005f00;
  }
  25% {
    color: #ff5f00;
  }
  50% {
    color: #ff5fff;
  }
  75% {
    color: #005fff;
  }
  100% {
    color: #005f00;
  }
}
#experiment-text-gradient div:nth-child(33) {
  top: 32px;
}
#experiment-text-gradient div:nth-child(33) span {
  top: -32px;
  -webkit-animation: merp-33 4s linear infinite;
  animation: merp-33 4s linear infinite;
}
@-webkit-keyframes merp-33 {
  0% {
    color: #005a00;
  }
  25% {
    color: #ff5a00;
  }
  50% {
    color: #ff5aff;
  }
  75% {
    color: #005aff;
  }
  100% {
    color: #005a00;
  }
}
@keyframes merp-33 {
  0% {
    color: #005a00;
  }
  25% {
    color: #ff5a00;
  }
  50% {
    color: #ff5aff;
  }
  75% {
    color: #005aff;
  }
  100% {
    color: #005a00;
  }
}
#experiment-text-gradient div:nth-child(34) {
  top: 33px;
}
#experiment-text-gradient div:nth-child(34) span {
  top: -33px;
  -webkit-animation: merp-34 4s linear infinite;
  animation: merp-34 4s linear infinite;
}
@-webkit-keyframes merp-34 {
  0% {
    color: #005500;
  }
  25% {
    color: #ff5500;
  }
  50% {
    color: #ff55ff;
  }
  75% {
    color: #0055ff;
  }
  100% {
    color: #005500;
  }
}
@keyframes merp-34 {
  0% {
    color: #005500;
  }
  25% {
    color: #ff5500;
  }
  50% {
    color: #ff55ff;
  }
  75% {
    color: #0055ff;
  }
  100% {
    color: #005500;
  }
}
#experiment-text-gradient div:nth-child(35) {
  top: 34px;
}
#experiment-text-gradient div:nth-child(35) span {
  top: -34px;
  -webkit-animation: merp-35 4s linear infinite;
  animation: merp-35 4s linear infinite;
}
@-webkit-keyframes merp-35 {
  0% {
    color: #005000;
  }
  25% {
    color: #ff5000;
  }
  50% {
    color: #ff50ff;
  }
  75% {
    color: #0050ff;
  }
  100% {
    color: #005000;
  }
}
@keyframes merp-35 {
  0% {
    color: #005000;
  }
  25% {
    color: #ff5000;
  }
  50% {
    color: #ff50ff;
  }
  75% {
    color: #0050ff;
  }
  100% {
    color: #005000;
  }
}
#experiment-text-gradient div:nth-child(36) {
  top: 35px;
}
#experiment-text-gradient div:nth-child(36) span {
  top: -35px;
  -webkit-animation: merp-36 4s linear infinite;
  animation: merp-36 4s linear infinite;
}
@-webkit-keyframes merp-36 {
  0% {
    color: #004b00;
  }
  25% {
    color: #ff4b00;
  }
  50% {
    color: #ff4bff;
  }
  75% {
    color: #004bff;
  }
  100% {
    color: #004b00;
  }
}
@keyframes merp-36 {
  0% {
    color: #004b00;
  }
  25% {
    color: #ff4b00;
  }
  50% {
    color: #ff4bff;
  }
  75% {
    color: #004bff;
  }
  100% {
    color: #004b00;
  }
}
#experiment-text-gradient div:nth-child(37) {
  top: 36px;
}
#experiment-text-gradient div:nth-child(37) span {
  top: -36px;
  -webkit-animation: merp-37 4s linear infinite;
  animation: merp-37 4s linear infinite;
}
@-webkit-keyframes merp-37 {
  0% {
    color: #004600;
  }
  25% {
    color: #ff4600;
  }
  50% {
    color: #ff46ff;
  }
  75% {
    color: #0046ff;
  }
  100% {
    color: #004600;
  }
}
@keyframes merp-37 {
  0% {
    color: #004600;
  }
  25% {
    color: #ff4600;
  }
  50% {
    color: #ff46ff;
  }
  75% {
    color: #0046ff;
  }
  100% {
    color: #004600;
  }
}
#experiment-text-gradient div:nth-child(38) {
  top: 37px;
}
#experiment-text-gradient div:nth-child(38) span {
  top: -37px;
  -webkit-animation: merp-38 4s linear infinite;
  animation: merp-38 4s linear infinite;
}
@-webkit-keyframes merp-38 {
  0% {
    color: #004100;
  }
  25% {
    color: #ff4100;
  }
  50% {
    color: #ff41ff;
  }
  75% {
    color: #0041ff;
  }
  100% {
    color: #004100;
  }
}
@keyframes merp-38 {
  0% {
    color: #004100;
  }
  25% {
    color: #ff4100;
  }
  50% {
    color: #ff41ff;
  }
  75% {
    color: #0041ff;
  }
  100% {
    color: #004100;
  }
}
#experiment-text-gradient div:nth-child(39) {
  top: 38px;
}
#experiment-text-gradient div:nth-child(39) span {
  top: -38px;
  -webkit-animation: merp-39 4s linear infinite;
  animation: merp-39 4s linear infinite;
}
@-webkit-keyframes merp-39 {
  0% {
    color: #003c00;
  }
  25% {
    color: #ff3c00;
  }
  50% {
    color: #ff3cff;
  }
  75% {
    color: #003cff;
  }
  100% {
    color: #003c00;
  }
}
@keyframes merp-39 {
  0% {
    color: #003c00;
  }
  25% {
    color: #ff3c00;
  }
  50% {
    color: #ff3cff;
  }
  75% {
    color: #003cff;
  }
  100% {
    color: #003c00;
  }
}
#experiment-text-gradient div:nth-child(40) {
  top: 39px;
}
#experiment-text-gradient div:nth-child(40) span {
  top: -39px;
  -webkit-animation: merp-40 4s linear infinite;
  animation: merp-40 4s linear infinite;
}
@-webkit-keyframes merp-40 {
  0% {
    color: #003700;
  }
  25% {
    color: #ff3700;
  }
  50% {
    color: #ff37ff;
  }
  75% {
    color: #0037ff;
  }
  100% {
    color: #003700;
  }
}
@keyframes merp-40 {
  0% {
    color: #003700;
  }
  25% {
    color: #ff3700;
  }
  50% {
    color: #ff37ff;
  }
  75% {
    color: #0037ff;
  }
  100% {
    color: #003700;
  }
}
#experiment-text-gradient div:nth-child(41) {
  top: 40px;
}
#experiment-text-gradient div:nth-child(41) span {
  top: -40px;
  -webkit-animation: merp-41 4s linear infinite;
  animation: merp-41 4s linear infinite;
}
@-webkit-keyframes merp-41 {
  0% {
    color: #003200;
  }
  25% {
    color: #ff3200;
  }
  50% {
    color: #ff32ff;
  }
  75% {
    color: #0032ff;
  }
  100% {
    color: #003200;
  }
}
@keyframes merp-41 {
  0% {
    color: #003200;
  }
  25% {
    color: #ff3200;
  }
  50% {
    color: #ff32ff;
  }
  75% {
    color: #0032ff;
  }
  100% {
    color: #003200;
  }
}
#experiment-text-gradient div:nth-child(42) {
  top: 41px;
}
#experiment-text-gradient div:nth-child(42) span {
  top: -41px;
  -webkit-animation: merp-42 4s linear infinite;
  animation: merp-42 4s linear infinite;
}
@-webkit-keyframes merp-42 {
  0% {
    color: #002d00;
  }
  25% {
    color: #ff2d00;
  }
  50% {
    color: #ff2dff;
  }
  75% {
    color: #002dff;
  }
  100% {
    color: #002d00;
  }
}
@keyframes merp-42 {
  0% {
    color: #002d00;
  }
  25% {
    color: #ff2d00;
  }
  50% {
    color: #ff2dff;
  }
  75% {
    color: #002dff;
  }
  100% {
    color: #002d00;
  }
}
#experiment-text-gradient div:nth-child(43) {
  top: 42px;
}
#experiment-text-gradient div:nth-child(43) span {
  top: -42px;
  -webkit-animation: merp-43 4s linear infinite;
  animation: merp-43 4s linear infinite;
}
@-webkit-keyframes merp-43 {
  0% {
    color: #002800;
  }
  25% {
    color: #ff2800;
  }
  50% {
    color: #ff28ff;
  }
  75% {
    color: #0028ff;
  }
  100% {
    color: #002800;
  }
}
@keyframes merp-43 {
  0% {
    color: #002800;
  }
  25% {
    color: #ff2800;
  }
  50% {
    color: #ff28ff;
  }
  75% {
    color: #0028ff;
  }
  100% {
    color: #002800;
  }
}
#experiment-text-gradient div:nth-child(44) {
  top: 43px;
}
#experiment-text-gradient div:nth-child(44) span {
  top: -43px;
  -webkit-animation: merp-44 4s linear infinite;
  animation: merp-44 4s linear infinite;
}
@-webkit-keyframes merp-44 {
  0% {
    color: #002300;
  }
  25% {
    color: #ff2300;
  }
  50% {
    color: #ff23ff;
  }
  75% {
    color: #0023ff;
  }
  100% {
    color: #002300;
  }
}
@keyframes merp-44 {
  0% {
    color: #002300;
  }
  25% {
    color: #ff2300;
  }
  50% {
    color: #ff23ff;
  }
  75% {
    color: #0023ff;
  }
  100% {
    color: #002300;
  }
}
#experiment-text-gradient div:nth-child(45) {
  top: 44px;
}
#experiment-text-gradient div:nth-child(45) span {
  top: -44px;
  -webkit-animation: merp-45 4s linear infinite;
  animation: merp-45 4s linear infinite;
}
@-webkit-keyframes merp-45 {
  0% {
    color: #001e00;
  }
  25% {
    color: #ff1e00;
  }
  50% {
    color: #ff1eff;
  }
  75% {
    color: #001eff;
  }
  100% {
    color: #001e00;
  }
}
@keyframes merp-45 {
  0% {
    color: #001e00;
  }
  25% {
    color: #ff1e00;
  }
  50% {
    color: #ff1eff;
  }
  75% {
    color: #001eff;
  }
  100% {
    color: #001e00;
  }
}
#experiment-text-gradient div:nth-child(46) {
  top: 45px;
}
#experiment-text-gradient div:nth-child(46) span {
  top: -45px;
  -webkit-animation: merp-46 4s linear infinite;
  animation: merp-46 4s linear infinite;
}
@-webkit-keyframes merp-46 {
  0% {
    color: #001900;
  }
  25% {
    color: #ff1900;
  }
  50% {
    color: #ff19ff;
  }
  75% {
    color: #0019ff;
  }
  100% {
    color: #001900;
  }
}
@keyframes merp-46 {
  0% {
    color: #001900;
  }
  25% {
    color: #ff1900;
  }
  50% {
    color: #ff19ff;
  }
  75% {
    color: #0019ff;
  }
  100% {
    color: #001900;
  }
}
#experiment-text-gradient div:nth-child(47) {
  top: 46px;
}
#experiment-text-gradient div:nth-child(47) span {
  top: -46px;
  -webkit-animation: merp-47 4s linear infinite;
  animation: merp-47 4s linear infinite;
}
@-webkit-keyframes merp-47 {
  0% {
    color: #001400;
  }
  25% {
    color: #ff1400;
  }
  50% {
    color: #ff14ff;
  }
  75% {
    color: #0014ff;
  }
  100% {
    color: #001400;
  }
}
@keyframes merp-47 {
  0% {
    color: #001400;
  }
  25% {
    color: #ff1400;
  }
  50% {
    color: #ff14ff;
  }
  75% {
    color: #0014ff;
  }
  100% {
    color: #001400;
  }
}
#experiment-text-gradient div:nth-child(48) {
  top: 47px;
}
#experiment-text-gradient div:nth-child(48) span {
  top: -47px;
  -webkit-animation: merp-48 4s linear infinite;
  animation: merp-48 4s linear infinite;
}
@-webkit-keyframes merp-48 {
  0% {
    color: #000f00;
  }
  25% {
    color: #ff0f00;
  }
  50% {
    color: #ff0fff;
  }
  75% {
    color: #000fff;
  }
  100% {
    color: #000f00;
  }
}
@keyframes merp-48 {
  0% {
    color: #000f00;
  }
  25% {
    color: #ff0f00;
  }
  50% {
    color: #ff0fff;
  }
  75% {
    color: #000fff;
  }
  100% {
    color: #000f00;
  }
}
#experiment-text-gradient div:nth-child(49) {
  top: 48px;
}
#experiment-text-gradient div:nth-child(49) span {
  top: -48px;
  -webkit-animation: merp-49 4s linear infinite;
  animation: merp-49 4s linear infinite;
}
@-webkit-keyframes merp-49 {
  0% {
    color: #000a00;
  }
  25% {
    color: #ff0a00;
  }
  50% {
    color: #ff0aff;
  }
  75% {
    color: #000aff;
  }
  100% {
    color: #000a00;
  }
}
@keyframes merp-49 {
  0% {
    color: #000a00;
  }
  25% {
    color: #ff0a00;
  }
  50% {
    color: #ff0aff;
  }
  75% {
    color: #000aff;
  }
  100% {
    color: #000a00;
  }
}
#experiment-text-gradient div:nth-child(50) {
  top: 49px;
}
#experiment-text-gradient div:nth-child(50) span {
  top: -49px;
  -webkit-animation: merp-50 4s linear infinite;
  animation: merp-50 4s linear infinite;
}
@-webkit-keyframes merp-50 {
  0% {
    color: #000500;
  }
  25% {
    color: #ff0500;
  }
  50% {
    color: #ff05ff;
  }
  75% {
    color: #0005ff;
  }
  100% {
    color: #000500;
  }
}
@keyframes merp-50 {
  0% {
    color: #000500;
  }
  25% {
    color: #ff0500;
  }
  50% {
    color: #ff05ff;
  }
  75% {
    color: #0005ff;
  }
  100% {
    color: #000500;
  }
}