html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}

.linkit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
}

.linkki {
	flex: 1;
}

.linkki:nth-child(1) {
	cursor: w-resize;
}
.linkki:nth-child(2) {
	cursor:  e-resize;
}

.parent {
	height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . .";
}

.parent div:nth-child(1) {
	background-color: #0c0126;
	animation: AA 10s ease 1s infinite forwards;
}

.parent div:nth-child(2) {
	background-color: #0c0126;
	animation: AB 10s ease 1s infinite forwards;
}

.parent div:nth-child(3) {
	background-color: #0c0126;
	animation: AC 10s ease 1s infinite forwards;
}

.parent div:nth-child(4) {
	background-color: #0c0126;
	animation: AD 10s ease 1s infinite forwards;
}

.parent div:nth-child(5) {
	background-color: #0c0126;
	animation: AE 10s ease 1s infinite forwards;
}

.parent div:nth-child(6) {
	background-color: #0c0126;
	animation: AF 10s ease 1s infinite forwards;
}

.parent div:nth-child(7) {
	background-color: #0c0126;
	animation: AG 10s ease 1s infinite forwards;
}

.parent div:nth-child(8) {
	background-color: #0c0126;
	animation: AH 10s ease 1s infinite forwards;
}

.parent div:nth-child(9) {
	background-color: #0c0126;
	animation: AI 10s ease 1s infinite forwards;
}

.parent div:nth-child(10) {
	background-color: #0c0126;
	animation: AJ 10s ease 1s infinite forwards;
}

.parent div:nth-child(11) {
	background-color: #0c0126;
	animation: AK 10s ease 1s infinite forwards;
}

.parent div:nth-child(12) {
	background-color: #0c0126;
	animation: AL 10s ease 1s infinite forwards;
}

.parent div:nth-child(13) {
	background-color: #0c0126;
	animation: AM 10s ease 1s infinite forwards;
}

.parent div:nth-child(14) {
	background-color: #0c0126;
	animation: AN 10s ease 1s infinite forwards;
}

.parent div:nth-child(15) {
	background-color: #0c0126;
	animation: AO 10s ease 1s infinite forwards;
}

.parent div:nth-child(16) {
	background-color: #0c0126;
	animation: BA 10s ease 1s infinite forwards;
}

.parent div:nth-child(17) {
	background-color: #fff240;
	animation: BB 20s ease 1s infinite forwards;
}

.parent div:nth-child(18) {
	background-color: #0c0126;
	animation: BC 10s ease 1s infinite forwards;
}

.parent div:nth-child(19) {
	background-color: #fff240;
	animation: BD 11s ease 1s infinite forwards;
}

.parent div:nth-child(20) {
	background-color: #0c0126;
	animation: BE 10s ease 1s infinite forwards;
}

.parent div:nth-child(21) {
	background-color: #fff240;
	animation: BF 28s ease 1s infinite forwards;
}

.parent div:nth-child(22) {
	background-color: #0c0126;
	animation: BG 10s ease 1s infinite forwards;
}

.parent div:nth-child(23) {
	background-color: #ffba3b;
	animation: BH 7s ease 1s infinite forwards;
}

.parent div:nth-child(24) {
	background-color: #0c0126;
	animation: BI 10s ease 1s infinite forwards;
}

.parent div:nth-child(25) {
	background-color: #fff240;
	animation: BJ 15s ease 1s infinite forwards;
}

.parent div:nth-child(26) {
	background-color: #0c0126;
	animation: BK 10s ease 1s infinite forwards;
}

.parent div:nth-child(27) {
	background-color: #fff240;
	animation: BL 10s ease 1s infinite forwards;
}

.parent div:nth-child(28) {
	background-color: #0c0126;
	animation: BM 10s ease 1s infinite forwards;
}

.parent div:nth-child(29) {
	background-color: #ffba3b;
	animation: BN 21s ease 1s infinite forwards;
}

.parent div:nth-child(30) {
	background-color: #0c0126;
	animation: BO 10s ease 1s infinite forwards;
}

.parent div:nth-child(31) {
	background-color: #0c0126;
	animation: CA 10s ease 1s infinite forwards;
}

.parent div:nth-child(32) {
	background-color: #0c0126;
	animation: CB 10s ease 1s infinite forwards;
}

.parent div:nth-child(33) {
	background-color: #0c0126;
	animation: CC 10s ease 1s infinite forwards;
}

.parent div:nth-child(34) {
	background-color: #0c0126;
	animation: CD 10s ease 1s infinite forwards;
}

.parent div:nth-child(35) {
	background-color: #0c0126;
	animation: CE 10s ease 1s infinite forwards;
}

.parent div:nth-child(36) {
	background-color: #0c0126;
	animation: CF 10s ease 1s infinite forwards;
}

.parent div:nth-child(37) {
	background-color: #0c0126;
	animation: CG 10s ease 1s infinite forwards;
}

.parent div:nth-child(38) {
	background-color: #0c0126;
	animation: CH 10s ease 1s infinite forwards;
}

.parent div:nth-child(39) {
	background-color: #0c0126;
	animation: CI 10s ease 1s infinite forwards;
}

.parent div:nth-child(40) {
	background-color: #0c0126;
	animation: CJ 10s ease 1s infinite forwards;
}

.parent div:nth-child(41) {
	background-color: #0c0126;
	animation: CK 10s ease 1s infinite forwards;
}

.parent div:nth-child(42) {
	background-color: #0c0126;
	animation: CL 10s ease 1s infinite forwards;
}

.parent div:nth-child(43) {
	background-color: #0c0126;
	animation: CM 10s ease 1s infinite forwards;
}

.parent div:nth-child(44) {
	background-color: #0c0126;
	animation: CN 10s ease 1s infinite forwards;
}

.parent div:nth-child(45) {
	background-color: #0c0126;
	animation: CO 10s ease 1s infinite forwards;
}

.parent div:nth-child(46) {
	background-color: #0c0126;
	animation: DA 10s ease 1s infinite forwards;
}

.parent div:nth-child(47) {
	background-color: #63afff;
	animation: DB 8s ease 1s infinite forwards;
}

.parent div:nth-child(48) {
	background-color: #0c0126;
	animation: DC 10s ease 1s infinite forwards;
}

.parent div:nth-child(49) {
	background-color: #fff240;
	animation: DD 31s ease 1s infinite forwards;
}

.parent div:nth-child(50) {
	background-color: #0c0126;
	animation: DE 10s ease 1s infinite forwards;
}

.parent div:nth-child(51) {
	background-color: #ffba3b;
	animation: DF 12s ease 1s infinite forwards;
}

.parent div:nth-child(52) {
	background-color: #0c0126;
	animation: DG 10s ease 1s infinite forwards;
}

.parent div:nth-child(53) {
	background-color: #fff240;
	animation: DH 19s ease 1s infinite forwards;
}

.parent div:nth-child(54) {
	background-color: #0c0126;
	animation: DI 10s ease 1s infinite forwards;
}

.parent div:nth-child(55) {
	background-color: #fff240;
	animation: DJ 24s ease 1s infinite forwards;
}

.parent div:nth-child(56) {
	background-color: #0c0126;
	animation: DK 10s ease 1s infinite forwards;
}

.parent div:nth-child(57) {
	background-color: #fff240;
	animation: DL 12s ease 1s infinite forwards;
}

.parent div:nth-child(58) {
	background-color: #0c0126;
	animation: DM 10s ease 1s infinite forwards;
}

.parent div:nth-child(59) {
	background-color: #fff240;
	animation: DN 27s ease 1s infinite forwards;
}

.parent div:nth-child(60) {
	background-color: #0c0126;
	animation: DO 10s ease 1s infinite forwards;
}

.parent div:nth-child(61) {
	background-color: #0c0126;
	animation: EA 10s ease 1s infinite forwards;
}

.parent div:nth-child(62) {
	background-color: #0c0126;
	animation: EB 10s ease 1s infinite forwards;
}

.parent div:nth-child(63) {
	background-color: #0c0126;
	animation: EC 10s ease 1s infinite forwards;
}

.parent div:nth-child(64) {
	background-color: #0c0126;
	animation: ED 10s ease 1s infinite forwards;
}

.parent div:nth-child(65) {
	background-color: #0c0126;
	animation: EE 10s ease 1s infinite forwards;
}

.parent div:nth-child(66) {
	background-color: #0c0126;
	animation: EF 10s ease 1s infinite forwards;
}

.parent div:nth-child(67) {
	background-color: #0c0126;
	animation: EG 10s ease 1s infinite forwards;
}

.parent div:nth-child(68) {
	background-color: #0c0126;
	animation: EH 10s ease 1s infinite forwards;
}

.parent div:nth-child(69) {
	background-color: #0c0126;
	animation: EI 10s ease 1s infinite forwards;
}

.parent div:nth-child(70) {
	background-color: #0c0126;
	animation: EJ 10s ease 1s infinite forwards;
}

.parent div:nth-child(71) {
	background-color: #0c0126;
	animation: EK 10s ease 1s infinite forwards;
}

.parent div:nth-child(72) {
	background-color: #0c0126;
	animation: EL 10s ease 1s infinite forwards;
}

.parent div:nth-child(73) {
	background-color: #0c0126;
	animation: EM 10s ease 1s infinite forwards;
}

.parent div:nth-child(74) {
	background-color: #0c0126;
	animation: EN 10s ease 1s infinite forwards;
}

.parent div:nth-child(75) {
	background-color: #0c0126;
	animation: EO 10s ease 1s infinite forwards;
}

.parent div:nth-child(76) {
	background-color: #0c0126;
	animation: FA 10s ease 1s infinite forwards;
}

.parent div:nth-child(77) {
	background-color: #ffba3b;
	animation: FB 36s ease 1s infinite forwards;
}

.parent div:nth-child(78) {
	background-color: #0c0126;
	animation: FC 10s ease 1s infinite forwards;
}

.parent div:nth-child(79) {
	background-color: #fff240;
	animation: FD 18s ease 1s infinite forwards;
}

.parent div:nth-child(80) {
	background-color: #0c0126;
	animation: FE 10s ease 1s infinite forwards;
}

.parent div:nth-child(81) {
	background-color: #fff240;
	animation: FF 25s ease 1s infinite forwards;
}

.parent div:nth-child(82) {
	background-color: #0c0126;
	animation: FG 10s ease 1s infinite forwards;
}

.parent div:nth-child(83) {
	background-color: #fff240;
	animation: FH 13s ease 1s infinite forwards;
}

.parent div:nth-child(84) {
	background-color: #0c0126;
	animation: FI 10s ease 1s infinite forwards;
}

.parent div:nth-child(85) {
	background-color: #ffba3b;
	animation: FJ 22s ease 1s infinite forwards;
}

.parent div:nth-child(86) {
	background-color: #0c0126;
	animation: FK 10s ease 1s infinite forwards;
}

.parent div:nth-child(87) {
	background-color: #ffba3b;
	animation: FL 9s ease 1s infinite forwards;
}

.parent div:nth-child(88) {
	background-color: #0c0126;
	animation: FM 10s ease 1s infinite forwards;
}

.parent div:nth-child(89) {
	background-color: #fff240;
	animation: FN 30s ease 1s infinite forwards;
}

.parent div:nth-child(90) {
	background-color: #0c0126;
	animation: FO 10s ease 1s infinite forwards;
}

.parent div:nth-child(91) {
	background-color: #0c0126;
	animation: GA 10s ease 1s infinite forwards;
}

.parent div:nth-child(92) {
	background-color: #0c0126;
	animation: GB 10s ease 1s infinite forwards;
}

.parent div:nth-child(93) {
	background-color: #0c0126;
	animation: GC 10s ease 1s infinite forwards;
}

.parent div:nth-child(94) {
	background-color: #0c0126;
	animation: GD 10s ease 1s infinite forwards;
}

.parent div:nth-child(95) {
	background-color: #0c0126;
	animation: GE 10s ease 1s infinite forwards;
}

.parent div:nth-child(96) {
	background-color: #0c0126;
	animation: GF 10s ease 1s infinite forwards;
}

.parent div:nth-child(97) {
	background-color: #0c0126;
	animation: GG 10s ease 1s infinite forwards;
}

.parent div:nth-child(98) {
	background-color: #0c0126;
	animation: GH 10s ease 1s infinite forwards;
}

.parent div:nth-child(99) {
	background-color: #0c0126;
	animation: GI 10s ease 1s infinite forwards;
}

.parent div:nth-child(100) {
	background-color: #0c0126;
	animation: GJ 10s ease 1s infinite forwards;
}

.parent div:nth-child(101) {
	background-color: #0c0126;
	animation: GK 10s ease 1s infinite forwards;
}

.parent div:nth-child(102) {
	background-color: #0c0126;
	animation: GL 10s ease 1s infinite forwards;
}

.parent div:nth-child(103) {
	background-color: #0c0126;
	animation: GM 10s ease 1s infinite forwards;
}

.parent div:nth-child(104) {
	background-color: #0c0126;
	animation: GN 10s ease 1s infinite forwards;
}

.parent div:nth-child(105) {
	background-color: #0c0126;
	animation: GO 10s ease 1s infinite forwards;
}

.parent div:nth-child(106) {
	background-color: #0c0126;
	animation: HA 10s ease 1s infinite forwards;
}

.parent div:nth-child(107) {
	background-color: #fff240;
	animation: HB 11s ease 1s infinite forwards;
}

.parent div:nth-child(108) {
	background-color: #0c0126;
	animation: HC 10s ease 1s infinite forwards;
}

.parent div:nth-child(109) {
	background-color: #a96bff;
	animation: HD 19s ease 1s infinite forwards;
}

.parent div:nth-child(110) {
	background-color: #0c0126;
	animation: HE 10s ease 1s infinite forwards;
}

.parent div:nth-child(111) {
	background-color: #fff240;
	animation: HF 22s ease 1s infinite forwards;
}

.parent div:nth-child(112) {
	background-color: #0c0126;
	animation: HG 10s ease 1s infinite forwards;
}

.parent div:nth-child(113) {
	background-color: #fff240;
	animation: HH 16s ease 1s infinite forwards;
}

.parent div:nth-child(114) {
	background-color: #0c0126;
	animation: HI 10s ease 1s infinite forwards;
}

.parent div:nth-child(115) {
	background-color: #ffba3b;
	animation: HJ 6s ease 1s infinite forwards;
}

.parent div:nth-child(116) {
	background-color: #0c0126;
	animation: HK 10s ease 1s infinite forwards;
}

.parent div:nth-child(117) {
	background-color: #fff240;
	animation: HL 29s ease 1s infinite forwards;
}

.parent div:nth-child(118) {
	background-color: #0c0126;
	animation: HM 10s ease 1s infinite forwards;
}

.parent div:nth-child(119) {
	background-color: #fff240;
	animation: HN 17s ease 1s infinite forwards;
}

.parent div:nth-child(120) {
	background-color: #0c0126;
	animation: HO 10s ease 1s infinite forwards;
}

.parent div:nth-child(121) {
	background-color: #0c0126;
	animation: IA 10s ease 1s infinite forwards;
}

.parent div:nth-child(122) {
	background-color: #0c0126;
	animation: IB 10s ease 1s infinite forwards;
}

.parent div:nth-child(123) {
	background-color: #0c0126;
	animation: IC 10s ease 1s infinite forwards;
}

.parent div:nth-child(124) {
	background-color: #0c0126;
	animation: ID 10s ease 1s infinite forwards;
}

.parent div:nth-child(125) {
	background-color: #0c0126;
	animation: IE 10s ease 1s infinite forwards;
}

.parent div:nth-child(126) {
	background-color: #0c0126;
	animation: IF 10s ease 1s infinite forwards;
}

.parent div:nth-child(127) {
	background-color: #0c0126;
	animation: IG 10s ease 1s infinite forwards;
}

.parent div:nth-child(128) {
	background-color: #0c0126;
	animation: IH 10s ease 1s infinite forwards;
}

.parent div:nth-child(129) {
	background-color: #0c0126;
	animation: II 10s ease 1s infinite forwards;
}

.parent div:nth-child(130) {
	background-color: #0c0126;
	animation: IJ 10s ease 1s infinite forwards;
}

.parent div:nth-child(131) {
	background-color: #0c0126;
	animation: IK 10s ease 1s infinite forwards;
}

.parent div:nth-child(132) {
	background-color: #0c0126;
	animation: IL 10s ease 1s infinite forwards;
}

.parent div:nth-child(133) {
	background-color: #0c0126;
	animation: IM 10s ease 1s infinite forwards;
}

.parent div:nth-child(134) {
	background-color: #0c0126;
	animation: IN 10s ease 1s infinite forwards;
}

.parent div:nth-child(135) {
	background-color: #0c0126;
	animation: IO 10s ease 1s infinite forwards;
}

.parent div:nth-child(136) {
	background-color: #0c0126;
	animation: JA 10s ease 1s infinite forwards;
}

.parent div:nth-child(137) {
	background-color: #ffba3b;
	animation: JB 22s ease 1s infinite forwards;
}

.parent div:nth-child(138) {
	background-color: #0c0126;
	animation: JC 10s ease 1s infinite forwards;
}

.parent div:nth-child(139) {
	background-color: #fff240;
	animation: JD 35s ease 1s infinite forwards;
}

.parent div:nth-child(140) {
	background-color: #0c0126;
	animation: JE 10s ease 1s infinite forwards;
}

.parent div:nth-child(141) {
	background-color: #fff240;
	animation: JF 13s ease 1s infinite forwards;
}

.parent div:nth-child(142) {
	background-color: #0c0126;
	animation: JG 10s ease 1s infinite forwards;
}

.parent div:nth-child(143) {
	background-color: #fff240;
	animation: JH 26s ease 1s infinite forwards;
}

.parent div:nth-child(144) {
	background-color: #0c0126;
	animation: JI 10s ease 1s infinite forwards;
}

.parent div:nth-child(145) {
	background-color: #fff240;
	animation: JJ 16s ease 1s infinite forwards;
}

.parent div:nth-child(146) {
	background-color: #0c0126;
	animation: JK 10s ease 1s infinite forwards;
}

.parent div:nth-child(147) {
	background-color: #63afff;
	animation: JL 9s ease 1s infinite forwards;
}

.parent div:nth-child(148) {
	background-color: #0c0126;
	animation: JM 10s ease 1s infinite forwards;
}

.parent div:nth-child(149) {
	background-color: #ffba3b;
	animation: JN 19s ease 1s infinite forwards;
}

.parent div:nth-child(150) {
	background-color: #0c0126;
	animation: JO 10s ease 1s infinite forwards;
}

.parent div:nth-child(151) {
	background-color: #0c0126;
	animation: KA 10s ease 1s infinite forwards;
}

.parent div:nth-child(152) {
	background-color: #0c0126;
	animation: KB 10s ease 1s infinite forwards;
}

.parent div:nth-child(153) {
	background-color: #0c0126;
	animation: KC 10s ease 1s infinite forwards;
}

.parent div:nth-child(154) {
	background-color: #0c0126;
	animation: KD 10s ease 1s infinite forwards;
}

.parent div:nth-child(155) {
	background-color: #0c0126;
	animation: KE 10s ease 1s infinite forwards;
}

.parent div:nth-child(156) {
	background-color: #0c0126;
	animation: KF 10s ease 1s infinite forwards;
}

.parent div:nth-child(157) {
	background-color: #0c0126;
	animation: KG 10s ease 1s infinite forwards;
}

.parent div:nth-child(158) {
	background-color: #0c0126;
	animation: KH 10s ease 1s infinite forwards;
}

.parent div:nth-child(159) {
	background-color: #0c0126;
	animation: KI 10s ease 1s infinite forwards;
}

.parent div:nth-child(160) {
	background-color: #0c0126;
	animation: KJ 10s ease 1s infinite forwards;
}

.parent div:nth-child(161) {
	background-color: #0c0126;
	animation: KK 10s ease 1s infinite forwards;
}

.parent div:nth-child(162) {
	background-color: #0c0126;
	animation: KL 10s ease 1s infinite forwards;
}

.parent div:nth-child(163) {
	background-color: #0c0126;
	animation: KM 10s ease 1s infinite forwards;
}

.parent div:nth-child(164) {
	background-color: #0c0126;
	animation: KN 10s ease 1s infinite forwards;
}

.parent div:nth-child(165) {
	background-color: #0c0126;
	animation: KO 10s ease 1s infinite forwards;
}

.parent div:nth-child(166) {
	background-color: #0c0126;
	animation: LA 10s ease 1s infinite forwards;
}

.parent div:nth-child(167) {
	background-color: #fff240;
	animation: LB 10s ease 1s infinite forwards;
}

.parent div:nth-child(168) {
	background-color: #0c0126;
	animation: LC 10s ease 1s infinite forwards;
}

.parent div:nth-child(169) {
	background-color: #ffba3b;
	animation: LD 20s ease 1s infinite forwards;
}

.parent div:nth-child(170) {
	background-color: #0c0126;
	animation: LE 10s ease 1s infinite forwards;
}

.parent div:nth-child(171) {
	background-color: #ffba3b;
	animation: LF 32s ease 1s infinite forwards;
}

.parent div:nth-child(172) {
	background-color: #0c0126;
	animation: LG 10s ease 1s infinite forwards;
}

.parent div:nth-child(173) {
	background-color: #fff240;
	animation: LH 15s ease 1s infinite forwards;
}

.parent div:nth-child(174) {
	background-color: #0c0126;
	animation: LI 10s ease 1s infinite forwards;
}

.parent div:nth-child(175) {
	background-color: #fff240;
	animation: LJ 30s ease 1s infinite forwards;
}

.parent div:nth-child(176) {
	background-color: #0c0126;
	animation: LK 10s ease 1s infinite forwards;
}

.parent div:nth-child(177) {
	background-color: #fff240;
	animation: LL 8s ease 1s infinite forwards;
}

.parent div:nth-child(178) {
	background-color: #0c0126;
	animation: LM 10s ease 1s infinite forwards;
}

.parent div:nth-child(179) {
	background-color: #fff240;
	animation: LN 18s ease 1s infinite forwards;
}

.parent div:nth-child(180) {
	background-color: #0c0126;
	animation: LO 10s ease 1s infinite forwards;
}

.parent div:nth-child(181) {
	background-color: #0c0126;
	animation: MA 10s ease 1s infinite forwards;
}

.parent div:nth-child(182) {
	background-color: #0c0126;
	animation: MB 10s ease 1s infinite forwards;
}

.parent div:nth-child(183) {
	background-color: #0c0126;
	animation: MC 10s ease 1s infinite forwards;
}

.parent div:nth-child(184) {
	background-color: #0c0126;
	animation: MD 10s ease 1s infinite forwards;
}

.parent div:nth-child(185) {
	background-color: #0c0126;
	animation: ME 10s ease 1s infinite forwards;
}

.parent div:nth-child(186) {
	background-color: #0c0126;
	animation: MF 10s ease 1s infinite forwards;
}

.parent div:nth-child(187) {
	background-color: #0c0126;
	animation: MG 10s ease 1s infinite forwards;
}

.parent div:nth-child(188) {
	background-color: #0c0126;
	animation: MH 10s ease 1s infinite forwards;
}

.parent div:nth-child(189) {
	background-color: #0c0126;
	animation: MI 10s ease 1s infinite forwards;
}

.parent div:nth-child(190) {
	background-color: #0c0126;
	animation: MJ 10s ease 1s infinite forwards;
}

.parent div:nth-child(191) {
	background-color: #0c0126;
	animation: MK 10s ease 1s infinite forwards;
}

.parent div:nth-child(192) {
	background-color: #0c0126;
	animation: ML 10s ease 1s infinite forwards;
}

.parent div:nth-child(193) {
	background-color: #0c0126;
	animation: MM 10s ease 1s infinite forwards;
}

.parent div:nth-child(194) {
	background-color: #0c0126;
	animation: MN 10s ease 1s infinite forwards;
}

.parent div:nth-child(195) {
	background-color: #0c0126;
	animation: MO 10s ease 1s infinite forwards;
}

.parent div:nth-child(196) {
	background-color: #0c0126;
	animation: NA 10s ease 1s infinite forwards;
}

.parent div:nth-child(197) {
	background-color: #fff240;
	animation: NB 17s ease 1s infinite forwards;
}

.parent div:nth-child(198) {
	background-color: #0c0126;
	animation: NC 10s ease 1s infinite forwards;
}

.parent div:nth-child(199) {
	background-color: #fff240;
	animation: ND 9s ease 1s infinite forwards;
}

.parent div:nth-child(200) {
	background-color: #0c0126;
	animation: NE 10s ease 1s infinite forwards;
}

.parent div:nth-child(201) {
	background-color: #fff240;
	animation: NF 21s ease 1s infinite forwards;
}

.parent div:nth-child(202) {
	background-color: #0c0126;
	animation: NG 10s ease 1s infinite forwards;
}

.parent div:nth-child(203) {
	background-color: #fff240;
	animation: NH 14s ease 1s infinite forwards;
}

.parent div:nth-child(204) {
	background-color: #0c0126;
	animation: NI 10s ease 1s infinite forwards;
}

.parent div:nth-child(205) {
	background-color: #ffba3b;
	animation: NJ 33s ease 1s infinite forwards;
}

.parent div:nth-child(206) {
	background-color: #0c0126;
	animation: NK 10s ease 1s infinite forwards;
}

.parent div:nth-child(207) {
	background-color: #fff240;
	animation: NL 23s ease 1s infinite forwards;
}

.parent div:nth-child(208) {
	background-color: #0c0126;
	animation: NM 10s ease 1s infinite forwards;
}

.parent div:nth-child(209) {
	background-color: #fff240;
	animation: NN 14s ease 1s infinite forwards;
}

.parent div:nth-child(210) {
	background-color: #0c0126;
	animation: NO 10s ease 1s infinite forwards;
}

.parent div:nth-child(211) {
	background-color: #0c0126;
	animation: OA 10s ease 1s infinite forwards;
}

.parent div:nth-child(212) {
	background-color: #0c0126;
	animation: OB 10s ease 1s infinite forwards;
}

.parent div:nth-child(213) {
	background-color: #0c0126;
	animation: OC 10s ease 1s infinite forwards;
}

.parent div:nth-child(214) {
	background-color: #0c0126;
	animation: OD 10s ease 1s infinite forwards;
}

.parent div:nth-child(215) {
	background-color: #0c0126;
	animation: OE 10s ease 1s infinite forwards;
}

.parent div:nth-child(216) {
	background-color: #0c0126;
	animation: OF 10s ease 1s infinite forwards;
}

.parent div:nth-child(217) {
	background-color: #0c0126;
	animation: OG 10s ease 1s infinite forwards;
}

.parent div:nth-child(218) {
	background-color: #0c0126;
	animation: OH 10s ease 1s infinite forwards;
}

.parent div:nth-child(219) {
	background-color: #0c0126;
	animation: OI 10s ease 1s infinite forwards;
}

.parent div:nth-child(220) {
	background-color: #0c0126;
	animation: OJ 10s ease 1s infinite forwards;
}

.parent div:nth-child(221) {
	background-color: #0c0126;
	animation: OK 10s ease 1s infinite forwards;
}

.parent div:nth-child(222) {
	background-color: #0c0126;
	animation: OL 10s ease 1s infinite forwards;
}

.parent div:nth-child(223) {
	background-color: #0c0126;
	animation: OM 10s ease 1s infinite forwards;
}

.parent div:nth-child(224) {
	background-color: #0c0126;
	animation: ON 10s ease 1s infinite forwards;
}

.parent div:nth-child(225) {
	background-color: #0c0126;
	animation: OO 10s ease 1s infinite forwards;
}



@keyframes AA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes AO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BL {
	33% {
		background-color: #a96bff;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes BO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes CO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes DO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes ED {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes EO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FJ {
	33% {
		background-color: #63afff;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes FO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes GO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes HO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}


@keyframes IA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes ID {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes II {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes IO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes JO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes KO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #63afff;
	}
}

@keyframes LC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes LO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes ME {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes ML {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MN {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes MO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes ND {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #ff2eea;
	}
}

@keyframes NG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NN {
	33% {
		background-color: #a96bff;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes NO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OA {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OB {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OC {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OD {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OE {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OF {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OG {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OH {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OI {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OJ {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OK {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OL {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OM {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes ON {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}

@keyframes OO {
	33% {
		background-color: #0c0126;
	}
	66% {
		background-color: #0c0126;
	}
}