/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=- ANIMATION RANDOM BOXES FADE-IN =-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/
@keyframes animation-opacity-fade-in {
	000.0%	{transform:scale(0.0);}
	012.5%	{transform: scale(1.5);}
	025.0%	{transform: scale(0.8);}
	037.5%	{transform: scale(1.1);}
	050.0%	{transform: scale(0.9);}
	062.5%	{transform: scale(1.05);}
	075.0%	{transform: scale(0.95);}
	087.5%	{transform: scale(1.02);}
	100.0%	{transform:scale(1.0);}
}

@keyframes animation-pop {
	000.0%	{transform:scale(0.0);}
	012.5%	{transform: scale(1.5);}
	025.0%	{transform: scale(0.8);}
	037.5%	{transform: scale(1.1);}
	050.0%	{transform: scale(0.9);}
	062.5%	{transform: scale(1.05);}
	075.0%	{transform: scale(0.95);}
	087.5%	{transform: scale(1.02);}
	100.0%	{transform:scale(1.0);}
}

.z-index-one-hundred {
	z-index: 100;
}

.animation-pop {
	animation: animation-pop 1s forwards;
}

#background-random-boxes div {
	animation: animation-opacity-fade-in 1s backwards;
}

#background-random-boxes div:nth-of-type(001) {animation-delay: 00.04s;}
#background-random-boxes div:nth-of-type(002) {animation-delay: 00.08s;}
#background-random-boxes div:nth-of-type(003) {animation-delay: 00.12s;}
#background-random-boxes div:nth-of-type(004) {animation-delay: 00.16s;}
#background-random-boxes div:nth-of-type(005) {animation-delay: 00.20s;}
#background-random-boxes div:nth-of-type(006) {animation-delay: 00.24s;}
#background-random-boxes div:nth-of-type(007) {animation-delay: 00.28s;}
#background-random-boxes div:nth-of-type(008) {animation-delay: 00.32s;}
#background-random-boxes div:nth-of-type(009) {animation-delay: 00.36s;}
#background-random-boxes div:nth-of-type(010) {animation-delay: 00.40s;}
#background-random-boxes div:nth-of-type(011) {animation-delay: 00.44s;}
#background-random-boxes div:nth-of-type(012) {animation-delay: 00.48s;}
#background-random-boxes div:nth-of-type(013) {animation-delay: 00.52s;}
#background-random-boxes div:nth-of-type(014) {animation-delay: 00.56s;}
#background-random-boxes div:nth-of-type(015) {animation-delay: 00.60s;}
#background-random-boxes div:nth-of-type(016) {animation-delay: 00.64s;}
#background-random-boxes div:nth-of-type(017) {animation-delay: 00.68s;}
#background-random-boxes div:nth-of-type(018) {animation-delay: 00.72s;}
#background-random-boxes div:nth-of-type(019) {animation-delay: 00.76s;}
#background-random-boxes div:nth-of-type(020) {animation-delay: 00.80s;}
#background-random-boxes div:nth-of-type(021) {animation-delay: 00.84s;}
#background-random-boxes div:nth-of-type(022) {animation-delay: 00.88s;}
#background-random-boxes div:nth-of-type(023) {animation-delay: 00.92s;}
#background-random-boxes div:nth-of-type(024) {animation-delay: 00.96s;}
#background-random-boxes div:nth-of-type(025) {animation-delay: 01.00s;}
#background-random-boxes div:nth-of-type(026) {animation-delay: 01.04s;}
#background-random-boxes div:nth-of-type(027) {animation-delay: 01.08s;}
#background-random-boxes div:nth-of-type(028) {animation-delay: 01.12s;}
#background-random-boxes div:nth-of-type(029) {animation-delay: 01.16s;}
#background-random-boxes div:nth-of-type(030) {animation-delay: 01.20s;}
#background-random-boxes div:nth-of-type(031) {animation-delay: 01.24s;}
#background-random-boxes div:nth-of-type(032) {animation-delay: 01.28s;}
#background-random-boxes div:nth-of-type(033) {animation-delay: 01.32s;}
#background-random-boxes div:nth-of-type(034) {animation-delay: 01.36s;}
#background-random-boxes div:nth-of-type(035) {animation-delay: 01.40s;}
#background-random-boxes div:nth-of-type(036) {animation-delay: 01.44s;}
#background-random-boxes div:nth-of-type(037) {animation-delay: 01.48s;}
#background-random-boxes div:nth-of-type(038) {animation-delay: 01.52s;}
#background-random-boxes div:nth-of-type(039) {animation-delay: 01.56s;}
#background-random-boxes div:nth-of-type(040) {animation-delay: 01.60s;}
#background-random-boxes div:nth-of-type(041) {animation-delay: 01.64s;}
#background-random-boxes div:nth-of-type(042) {animation-delay: 01.68s;}
#background-random-boxes div:nth-of-type(043) {animation-delay: 01.72s;}
#background-random-boxes div:nth-of-type(044) {animation-delay: 01.76s;}
#background-random-boxes div:nth-of-type(045) {animation-delay: 01.80s;}
#background-random-boxes div:nth-of-type(046) {animation-delay: 01.84s;}
#background-random-boxes div:nth-of-type(047) {animation-delay: 01.88s;}
#background-random-boxes div:nth-of-type(048) {animation-delay: 01.92s;}
#background-random-boxes div:nth-of-type(049) {animation-delay: 01.96s;}
#background-random-boxes div:nth-of-type(050) {animation-delay: 02.00s;}
#background-random-boxes div:nth-of-type(051) {animation-delay: 02.04s;}
#background-random-boxes div:nth-of-type(052) {animation-delay: 02.08s;}
#background-random-boxes div:nth-of-type(053) {animation-delay: 02.12s;}
#background-random-boxes div:nth-of-type(054) {animation-delay: 02.16s;}
#background-random-boxes div:nth-of-type(055) {animation-delay: 02.20s;}
#background-random-boxes div:nth-of-type(056) {animation-delay: 02.24s;}
#background-random-boxes div:nth-of-type(057) {animation-delay: 02.28s;}
#background-random-boxes div:nth-of-type(058) {animation-delay: 02.32s;}
#background-random-boxes div:nth-of-type(059) {animation-delay: 02.36s;}
#background-random-boxes div:nth-of-type(060) {animation-delay: 02.40s;}
#background-random-boxes div:nth-of-type(061) {animation-delay: 02.44s;}
#background-random-boxes div:nth-of-type(062) {animation-delay: 02.48s;}
#background-random-boxes div:nth-of-type(063) {animation-delay: 02.52s;}
#background-random-boxes div:nth-of-type(064) {animation-delay: 02.56s;}
#background-random-boxes div:nth-of-type(065) {animation-delay: 02.60s;}
#background-random-boxes div:nth-of-type(066) {animation-delay: 02.64s;}
#background-random-boxes div:nth-of-type(067) {animation-delay: 02.68s;}
#background-random-boxes div:nth-of-type(068) {animation-delay: 02.72s;}
#background-random-boxes div:nth-of-type(069) {animation-delay: 02.76s;}
#background-random-boxes div:nth-of-type(070) {animation-delay: 02.80s;}
#background-random-boxes div:nth-of-type(071) {animation-delay: 02.84s;}
#background-random-boxes div:nth-of-type(072) {animation-delay: 02.88s;}
#background-random-boxes div:nth-of-type(073) {animation-delay: 02.92s;}
#background-random-boxes div:nth-of-type(074) {animation-delay: 02.96s;}
#background-random-boxes div:nth-of-type(075) {animation-delay: 03.00s;}
#background-random-boxes div:nth-of-type(076) {animation-delay: 03.04s;}
#background-random-boxes div:nth-of-type(077) {animation-delay: 03.08s;}
#background-random-boxes div:nth-of-type(078) {animation-delay: 03.12s;}
#background-random-boxes div:nth-of-type(079) {animation-delay: 03.16s;}
#background-random-boxes div:nth-of-type(080) {animation-delay: 03.20s;}
#background-random-boxes div:nth-of-type(081) {animation-delay: 03.24s;}
#background-random-boxes div:nth-of-type(082) {animation-delay: 03.28s;}
#background-random-boxes div:nth-of-type(083) {animation-delay: 03.32s;}
#background-random-boxes div:nth-of-type(084) {animation-delay: 03.36s;}
#background-random-boxes div:nth-of-type(085) {animation-delay: 03.40s;}
#background-random-boxes div:nth-of-type(086) {animation-delay: 03.44s;}
#background-random-boxes div:nth-of-type(087) {animation-delay: 03.48s;}
#background-random-boxes div:nth-of-type(088) {animation-delay: 03.52s;}
#background-random-boxes div:nth-of-type(089) {animation-delay: 03.56s;}
#background-random-boxes div:nth-of-type(090) {animation-delay: 03.60s;}
#background-random-boxes div:nth-of-type(091) {animation-delay: 03.64s;}
#background-random-boxes div:nth-of-type(092) {animation-delay: 03.68s;}
#background-random-boxes div:nth-of-type(093) {animation-delay: 03.72s;}
#background-random-boxes div:nth-of-type(094) {animation-delay: 03.76s;}
#background-random-boxes div:nth-of-type(095) {animation-delay: 03.80s;}
#background-random-boxes div:nth-of-type(096) {animation-delay: 03.84s;}
#background-random-boxes div:nth-of-type(097) {animation-delay: 03.88s;}
#background-random-boxes div:nth-of-type(098) {animation-delay: 03.92s;}
#background-random-boxes div:nth-of-type(099) {animation-delay: 03.96s;}
#background-random-boxes div:nth-of-type(100) {animation-delay: 04.00s;}
#background-random-boxes div:nth-of-type(101) {animation-delay: 04.04s;}
#background-random-boxes div:nth-of-type(102) {animation-delay: 04.08s;}
#background-random-boxes div:nth-of-type(103) {animation-delay: 04.12s;}
#background-random-boxes div:nth-of-type(104) {animation-delay: 04.16s;}
#background-random-boxes div:nth-of-type(105) {animation-delay: 04.20s;}
#background-random-boxes div:nth-of-type(106) {animation-delay: 04.24s;}
#background-random-boxes div:nth-of-type(107) {animation-delay: 04.28s;}
#background-random-boxes div:nth-of-type(108) {animation-delay: 04.32s;}
#background-random-boxes div:nth-of-type(109) {animation-delay: 04.36s;}
#background-random-boxes div:nth-of-type(110) {animation-delay: 04.40s;}
#background-random-boxes div:nth-of-type(111) {animation-delay: 04.44s;}
#background-random-boxes div:nth-of-type(112) {animation-delay: 04.48s;}
#background-random-boxes div:nth-of-type(113) {animation-delay: 04.52s;}
#background-random-boxes div:nth-of-type(114) {animation-delay: 04.56s;}
#background-random-boxes div:nth-of-type(115) {animation-delay: 04.60s;}
#background-random-boxes div:nth-of-type(116) {animation-delay: 04.64s;}
#background-random-boxes div:nth-of-type(117) {animation-delay: 04.68s;}
#background-random-boxes div:nth-of-type(118) {animation-delay: 04.72s;}
#background-random-boxes div:nth-of-type(119) {animation-delay: 04.76s;}
#background-random-boxes div:nth-of-type(120) {animation-delay: 04.80s;}
#background-random-boxes div:nth-of-type(121) {animation-delay: 04.84s;}
#background-random-boxes div:nth-of-type(122) {animation-delay: 04.88s;}
#background-random-boxes div:nth-of-type(123) {animation-delay: 04.92s;}
#background-random-boxes div:nth-of-type(124) {animation-delay: 04.96s;}
#background-random-boxes div:nth-of-type(125) {animation-delay: 05.00s;}
#background-random-boxes div:nth-of-type(126) {animation-delay: 05.04s;}
#background-random-boxes div:nth-of-type(127) {animation-delay: 05.08s;}
#background-random-boxes div:nth-of-type(128) {animation-delay: 05.12s;}
#background-random-boxes div:nth-of-type(129) {animation-delay: 05.16s;}
#background-random-boxes div:nth-of-type(130) {animation-delay: 05.20s;}
#background-random-boxes div:nth-of-type(131) {animation-delay: 05.24s;}
#background-random-boxes div:nth-of-type(132) {animation-delay: 05.28s;}
#background-random-boxes div:nth-of-type(133) {animation-delay: 05.32s;}
#background-random-boxes div:nth-of-type(134) {animation-delay: 05.36s;}
#background-random-boxes div:nth-of-type(135) {animation-delay: 05.40s;}
#background-random-boxes div:nth-of-type(136) {animation-delay: 05.44s;}
#background-random-boxes div:nth-of-type(137) {animation-delay: 05.48s;}
#background-random-boxes div:nth-of-type(138) {animation-delay: 05.52s;}
#background-random-boxes div:nth-of-type(139) {animation-delay: 05.56s;}
#background-random-boxes div:nth-of-type(140) {animation-delay: 05.60s;}
#background-random-boxes div:nth-of-type(141) {animation-delay: 05.64s;}
#background-random-boxes div:nth-of-type(142) {animation-delay: 05.68s;}
#background-random-boxes div:nth-of-type(143) {animation-delay: 05.72s;}
#background-random-boxes div:nth-of-type(144) {animation-delay: 05.76s;}
#background-random-boxes div:nth-of-type(145) {animation-delay: 05.80s;}
#background-random-boxes div:nth-of-type(146) {animation-delay: 05.84s;}
#background-random-boxes div:nth-of-type(147) {animation-delay: 05.88s;}
#background-random-boxes div:nth-of-type(148) {animation-delay: 05.92s;}
#background-random-boxes div:nth-of-type(149) {animation-delay: 05.96s;}
#background-random-boxes div:nth-of-type(150) {animation-delay: 06.00s;}
#background-random-boxes div:nth-of-type(151) {animation-delay: 06.04s;}
#background-random-boxes div:nth-of-type(152) {animation-delay: 06.08s;}
#background-random-boxes div:nth-of-type(153) {animation-delay: 06.12s;}
#background-random-boxes div:nth-of-type(154) {animation-delay: 06.16s;}
#background-random-boxes div:nth-of-type(155) {animation-delay: 06.20s;}
#background-random-boxes div:nth-of-type(156) {animation-delay: 06.24s;}
#background-random-boxes div:nth-of-type(157) {animation-delay: 06.28s;}
#background-random-boxes div:nth-of-type(158) {animation-delay: 06.32s;}
#background-random-boxes div:nth-of-type(159) {animation-delay: 06.36s;}
#background-random-boxes div:nth-of-type(160) {animation-delay: 06.40s;}
#background-random-boxes div:nth-of-type(161) {animation-delay: 06.44s;}
#background-random-boxes div:nth-of-type(162) {animation-delay: 06.48s;}
#background-random-boxes div:nth-of-type(163) {animation-delay: 06.52s;}
#background-random-boxes div:nth-of-type(164) {animation-delay: 06.56s;}
#background-random-boxes div:nth-of-type(165) {animation-delay: 06.60s;}
#background-random-boxes div:nth-of-type(166) {animation-delay: 06.64s;}
#background-random-boxes div:nth-of-type(167) {animation-delay: 06.68s;}
#background-random-boxes div:nth-of-type(168) {animation-delay: 06.72s;}
#background-random-boxes div:nth-of-type(169) {animation-delay: 06.76s;}
#background-random-boxes div:nth-of-type(170) {animation-delay: 06.80s;}
#background-random-boxes div:nth-of-type(171) {animation-delay: 06.84s;}
#background-random-boxes div:nth-of-type(172) {animation-delay: 06.88s;}
#background-random-boxes div:nth-of-type(173) {animation-delay: 06.92s;}
#background-random-boxes div:nth-of-type(174) {animation-delay: 06.96s;}
#background-random-boxes div:nth-of-type(175) {animation-delay: 07.00s;}
#background-random-boxes div:nth-of-type(176) {animation-delay: 07.04s;}
#background-random-boxes div:nth-of-type(177) {animation-delay: 07.08s;}
#background-random-boxes div:nth-of-type(178) {animation-delay: 07.12s;}
#background-random-boxes div:nth-of-type(179) {animation-delay: 07.16s;}
#background-random-boxes div:nth-of-type(180) {animation-delay: 07.20s;}
#background-random-boxes div:nth-of-type(181) {animation-delay: 07.24s;}
#background-random-boxes div:nth-of-type(182) {animation-delay: 07.28s;}
#background-random-boxes div:nth-of-type(183) {animation-delay: 07.32s;}
#background-random-boxes div:nth-of-type(184) {animation-delay: 07.36s;}
#background-random-boxes div:nth-of-type(185) {animation-delay: 07.40s;}
#background-random-boxes div:nth-of-type(186) {animation-delay: 07.44s;}
#background-random-boxes div:nth-of-type(187) {animation-delay: 07.48s;}
#background-random-boxes div:nth-of-type(188) {animation-delay: 07.52s;}
#background-random-boxes div:nth-of-type(189) {animation-delay: 07.56s;}
#background-random-boxes div:nth-of-type(190) {animation-delay: 07.60s;}
#background-random-boxes div:nth-of-type(191) {animation-delay: 07.64s;}
#background-random-boxes div:nth-of-type(192) {animation-delay: 07.68s;}
#background-random-boxes div:nth-of-type(193) {animation-delay: 07.72s;}
#background-random-boxes div:nth-of-type(194) {animation-delay: 07.76s;}
#background-random-boxes div:nth-of-type(195) {animation-delay: 07.80s;}
#background-random-boxes div:nth-of-type(196) {animation-delay: 07.84s;}
#background-random-boxes div:nth-of-type(197) {animation-delay: 07.88s;}
#background-random-boxes div:nth-of-type(198) {animation-delay: 07.92s;}
#background-random-boxes div:nth-of-type(199) {animation-delay: 07.96s;}
#background-random-boxes div:nth-of-type(200) {animation-delay: 08.00s;}
#background-random-boxes div:nth-of-type(201) {animation-delay: 08.04s;}
#background-random-boxes div:nth-of-type(202) {animation-delay: 08.08s;}
#background-random-boxes div:nth-of-type(203) {animation-delay: 08.12s;}
#background-random-boxes div:nth-of-type(204) {animation-delay: 08.16s;}
#background-random-boxes div:nth-of-type(205) {animation-delay: 08.20s;}
#background-random-boxes div:nth-of-type(206) {animation-delay: 08.24s;}
#background-random-boxes div:nth-of-type(207) {animation-delay: 08.28s;}
#background-random-boxes div:nth-of-type(208) {animation-delay: 08.32s;}
#background-random-boxes div:nth-of-type(209) {animation-delay: 08.36s;}
#background-random-boxes div:nth-of-type(210) {animation-delay: 08.40s;}
#background-random-boxes div:nth-of-type(211) {animation-delay: 08.44s;}
#background-random-boxes div:nth-of-type(212) {animation-delay: 08.48s;}
#background-random-boxes div:nth-of-type(213) {animation-delay: 08.52s;}
#background-random-boxes div:nth-of-type(214) {animation-delay: 08.56s;}
#background-random-boxes div:nth-of-type(215) {animation-delay: 08.60s;}
#background-random-boxes div:nth-of-type(216) {animation-delay: 08.64s;}
#background-random-boxes div:nth-of-type(217) {animation-delay: 08.68s;}
#background-random-boxes div:nth-of-type(218) {animation-delay: 08.72s;}
#background-random-boxes div:nth-of-type(219) {animation-delay: 08.76s;}
#background-random-boxes div:nth-of-type(220) {animation-delay: 08.80s;}
#background-random-boxes div:nth-of-type(221) {animation-delay: 08.84s;}
#background-random-boxes div:nth-of-type(222) {animation-delay: 08.88s;}
#background-random-boxes div:nth-of-type(223) {animation-delay: 08.92s;}
#background-random-boxes div:nth-of-type(224) {animation-delay: 08.96s;}
#background-random-boxes div:nth-of-type(225) {animation-delay: 09.00s;}
#background-random-boxes div:nth-of-type(226) {animation-delay: 09.04s;}
#background-random-boxes div:nth-of-type(227) {animation-delay: 09.08s;}
#background-random-boxes div:nth-of-type(228) {animation-delay: 09.12s;}
#background-random-boxes div:nth-of-type(229) {animation-delay: 09.16s;}
#background-random-boxes div:nth-of-type(230) {animation-delay: 09.20s;}
#background-random-boxes div:nth-of-type(231) {animation-delay: 09.24s;}
#background-random-boxes div:nth-of-type(232) {animation-delay: 09.28s;}
#background-random-boxes div:nth-of-type(233) {animation-delay: 09.32s;}
#background-random-boxes div:nth-of-type(234) {animation-delay: 09.36s;}
#background-random-boxes div:nth-of-type(235) {animation-delay: 09.40s;}
#background-random-boxes div:nth-of-type(236) {animation-delay: 09.44s;}
#background-random-boxes div:nth-of-type(237) {animation-delay: 09.48s;}
#background-random-boxes div:nth-of-type(238) {animation-delay: 09.52s;}
#background-random-boxes div:nth-of-type(239) {animation-delay: 09.56s;}
#background-random-boxes div:nth-of-type(240) {animation-delay: 09.60s;}
#background-random-boxes div:nth-of-type(241) {animation-delay: 09.64s;}
#background-random-boxes div:nth-of-type(242) {animation-delay: 09.68s;}
#background-random-boxes div:nth-of-type(243) {animation-delay: 09.72s;}
#background-random-boxes div:nth-of-type(244) {animation-delay: 09.76s;}
#background-random-boxes div:nth-of-type(245) {animation-delay: 09.80s;}
#background-random-boxes div:nth-of-type(246) {animation-delay: 09.84s;}
#background-random-boxes div:nth-of-type(247) {animation-delay: 09.88s;}
#background-random-boxes div:nth-of-type(248) {animation-delay: 09.92s;}
#background-random-boxes div:nth-of-type(249) {animation-delay: 09.96s;}
#background-random-boxes div:nth-of-type(250) {animation-delay: 10.00s;}
#background-random-boxes div:nth-of-type(251) {animation-delay: 10.04s;}
#background-random-boxes div:nth-of-type(252) {animation-delay: 10.08s;}
#background-random-boxes div:nth-of-type(253) {animation-delay: 10.12s;}
#background-random-boxes div:nth-of-type(254) {animation-delay: 10.16s;}
#background-random-boxes div:nth-of-type(255) {animation-delay: 10.20s;}
#background-random-boxes div:nth-of-type(256) {animation-delay: 10.24s;}
#background-random-boxes div:nth-of-type(257) {animation-delay: 10.28s;}
#background-random-boxes div:nth-of-type(258) {animation-delay: 10.32s;}
#background-random-boxes div:nth-of-type(259) {animation-delay: 10.36s;}
#background-random-boxes div:nth-of-type(260) {animation-delay: 10.40s;}
#background-random-boxes div:nth-of-type(261) {animation-delay: 10.44s;}
#background-random-boxes div:nth-of-type(262) {animation-delay: 10.48s;}
#background-random-boxes div:nth-of-type(263) {animation-delay: 10.52s;}
#background-random-boxes div:nth-of-type(264) {animation-delay: 10.56s;}
#background-random-boxes div:nth-of-type(265) {animation-delay: 10.60s;}
#background-random-boxes div:nth-of-type(266) {animation-delay: 10.64s;}
#background-random-boxes div:nth-of-type(267) {animation-delay: 10.68s;}
#background-random-boxes div:nth-of-type(268) {animation-delay: 10.72s;}
#background-random-boxes div:nth-of-type(269) {animation-delay: 10.76s;}
#background-random-boxes div:nth-of-type(270) {animation-delay: 10.80s;}
#background-random-boxes div:nth-of-type(271) {animation-delay: 10.84s;}
#background-random-boxes div:nth-of-type(272) {animation-delay: 10.88s;}
#background-random-boxes div:nth-of-type(273) {animation-delay: 10.92s;}
#background-random-boxes div:nth-of-type(274) {animation-delay: 10.96s;}
#background-random-boxes div:nth-of-type(275) {animation-delay: 11.00s;}
#background-random-boxes div:nth-of-type(276) {animation-delay: 11.04s;}
#background-random-boxes div:nth-of-type(277) {animation-delay: 11.08s;}
#background-random-boxes div:nth-of-type(278) {animation-delay: 11.12s;}
#background-random-boxes div:nth-of-type(279) {animation-delay: 11.16s;}
#background-random-boxes div:nth-of-type(280) {animation-delay: 11.20s;}
#background-random-boxes div:nth-of-type(281) {animation-delay: 11.24s;}
#background-random-boxes div:nth-of-type(282) {animation-delay: 11.28s;}
#background-random-boxes div:nth-of-type(283) {animation-delay: 11.32s;}
#background-random-boxes div:nth-of-type(284) {animation-delay: 11.36s;}
#background-random-boxes div:nth-of-type(285) {animation-delay: 11.40s;}
#background-random-boxes div:nth-of-type(286) {animation-delay: 11.44s;}
#background-random-boxes div:nth-of-type(287) {animation-delay: 11.48s;}
#background-random-boxes div:nth-of-type(288) {animation-delay: 11.52s;}
#background-random-boxes div:nth-of-type(289) {animation-delay: 11.56s;}
#background-random-boxes div:nth-of-type(290) {animation-delay: 11.60s;}
#background-random-boxes div:nth-of-type(291) {animation-delay: 11.64s;}
#background-random-boxes div:nth-of-type(292) {animation-delay: 11.68s;}
#background-random-boxes div:nth-of-type(293) {animation-delay: 11.72s;}
#background-random-boxes div:nth-of-type(294) {animation-delay: 11.76s;}
#background-random-boxes div:nth-of-type(295) {animation-delay: 11.80s;}
#background-random-boxes div:nth-of-type(296) {animation-delay: 11.84s;}
#background-random-boxes div:nth-of-type(297) {animation-delay: 11.88s;}
#background-random-boxes div:nth-of-type(298) {animation-delay: 11.92s;}
#background-random-boxes div:nth-of-type(299) {animation-delay: 11.96s;}
#background-random-boxes div:nth-of-type(300) {animation-delay: 12.00s;}
#background-random-boxes div:nth-of-type(301) {animation-delay: 12.04s;}
#background-random-boxes div:nth-of-type(302) {animation-delay: 12.08s;}
#background-random-boxes div:nth-of-type(303) {animation-delay: 12.12s;}
#background-random-boxes div:nth-of-type(304) {animation-delay: 12.16s;}
#background-random-boxes div:nth-of-type(305) {animation-delay: 12.20s;}
#background-random-boxes div:nth-of-type(306) {animation-delay: 12.24s;}
#background-random-boxes div:nth-of-type(307) {animation-delay: 12.28s;}
#background-random-boxes div:nth-of-type(308) {animation-delay: 12.32s;}
#background-random-boxes div:nth-of-type(309) {animation-delay: 12.36s;}
#background-random-boxes div:nth-of-type(310) {animation-delay: 12.40s;}
#background-random-boxes div:nth-of-type(311) {animation-delay: 12.44s;}
#background-random-boxes div:nth-of-type(312) {animation-delay: 12.48s;}
#background-random-boxes div:nth-of-type(313) {animation-delay: 12.52s;}
#background-random-boxes div:nth-of-type(314) {animation-delay: 12.56s;}
#background-random-boxes div:nth-of-type(315) {animation-delay: 12.60s;}
#background-random-boxes div:nth-of-type(316) {animation-delay: 12.64s;}
#background-random-boxes div:nth-of-type(317) {animation-delay: 12.68s;}
#background-random-boxes div:nth-of-type(318) {animation-delay: 12.72s;}
#background-random-boxes div:nth-of-type(319) {animation-delay: 12.76s;}
#background-random-boxes div:nth-of-type(320) {animation-delay: 12.80s;}
#background-random-boxes div:nth-of-type(321) {animation-delay: 12.84s;}
#background-random-boxes div:nth-of-type(322) {animation-delay: 12.88s;}
#background-random-boxes div:nth-of-type(323) {animation-delay: 12.92s;}
#background-random-boxes div:nth-of-type(324) {animation-delay: 12.96s;}
#background-random-boxes div:nth-of-type(325) {animation-delay: 13.00s;}
#background-random-boxes div:nth-of-type(326) {animation-delay: 13.04s;}
#background-random-boxes div:nth-of-type(327) {animation-delay: 13.08s;}
#background-random-boxes div:nth-of-type(328) {animation-delay: 13.12s;}
#background-random-boxes div:nth-of-type(329) {animation-delay: 13.16s;}
#background-random-boxes div:nth-of-type(330) {animation-delay: 13.20s;}
#background-random-boxes div:nth-of-type(331) {animation-delay: 13.24s;}
#background-random-boxes div:nth-of-type(332) {animation-delay: 13.28s;}
#background-random-boxes div:nth-of-type(333) {animation-delay: 13.32s;}
#background-random-boxes div:nth-of-type(334) {animation-delay: 13.36s;}
#background-random-boxes div:nth-of-type(335) {animation-delay: 13.40s;}
#background-random-boxes div:nth-of-type(336) {animation-delay: 13.44s;}
#background-random-boxes div:nth-of-type(337) {animation-delay: 13.48s;}
#background-random-boxes div:nth-of-type(338) {animation-delay: 13.52s;}
#background-random-boxes div:nth-of-type(339) {animation-delay: 13.56s;}
#background-random-boxes div:nth-of-type(340) {animation-delay: 13.60s;}
#background-random-boxes div:nth-of-type(341) {animation-delay: 13.64s;}
#background-random-boxes div:nth-of-type(342) {animation-delay: 13.68s;}
#background-random-boxes div:nth-of-type(343) {animation-delay: 13.72s;}
#background-random-boxes div:nth-of-type(344) {animation-delay: 13.76s;}
#background-random-boxes div:nth-of-type(345) {animation-delay: 13.80s;}
#background-random-boxes div:nth-of-type(346) {animation-delay: 13.84s;}
#background-random-boxes div:nth-of-type(347) {animation-delay: 13.88s;}
#background-random-boxes div:nth-of-type(348) {animation-delay: 13.92s;}
#background-random-boxes div:nth-of-type(349) {animation-delay: 13.96s;}
#background-random-boxes div:nth-of-type(350) {animation-delay: 14.00s;}
#background-random-boxes div:nth-of-type(351) {animation-delay: 14.04s;}
#background-random-boxes div:nth-of-type(352) {animation-delay: 14.08s;}
#background-random-boxes div:nth-of-type(353) {animation-delay: 14.12s;}
#background-random-boxes div:nth-of-type(354) {animation-delay: 14.16s;}
#background-random-boxes div:nth-of-type(355) {animation-delay: 14.20s;}
#background-random-boxes div:nth-of-type(356) {animation-delay: 14.24s;}
#background-random-boxes div:nth-of-type(357) {animation-delay: 14.28s;}
#background-random-boxes div:nth-of-type(358) {animation-delay: 14.32s;}
#background-random-boxes div:nth-of-type(359) {animation-delay: 14.36s;}
#background-random-boxes div:nth-of-type(360) {animation-delay: 14.40s;}
#background-random-boxes div:nth-of-type(361) {animation-delay: 14.44s;}
#background-random-boxes div:nth-of-type(362) {animation-delay: 14.48s;}
#background-random-boxes div:nth-of-type(363) {animation-delay: 14.52s;}
#background-random-boxes div:nth-of-type(364) {animation-delay: 14.56s;}
#background-random-boxes div:nth-of-type(365) {animation-delay: 14.60s;}
#background-random-boxes div:nth-of-type(366) {animation-delay: 14.64s;}
#background-random-boxes div:nth-of-type(367) {animation-delay: 14.68s;}
#background-random-boxes div:nth-of-type(368) {animation-delay: 14.72s;}
#background-random-boxes div:nth-of-type(369) {animation-delay: 14.76s;}
#background-random-boxes div:nth-of-type(370) {animation-delay: 14.80s;}
#background-random-boxes div:nth-of-type(371) {animation-delay: 14.84s;}
#background-random-boxes div:nth-of-type(372) {animation-delay: 14.88s;}
#background-random-boxes div:nth-of-type(373) {animation-delay: 14.92s;}
#background-random-boxes div:nth-of-type(374) {animation-delay: 14.96s;}
#background-random-boxes div:nth-of-type(375) {animation-delay: 15.00s;}
#background-random-boxes div:nth-of-type(376) {animation-delay: 15.04s;}
#background-random-boxes div:nth-of-type(377) {animation-delay: 15.08s;}
#background-random-boxes div:nth-of-type(378) {animation-delay: 15.12s;}
#background-random-boxes div:nth-of-type(379) {animation-delay: 15.16s;}
#background-random-boxes div:nth-of-type(380) {animation-delay: 15.20s;}
#background-random-boxes div:nth-of-type(381) {animation-delay: 15.24s;}
#background-random-boxes div:nth-of-type(382) {animation-delay: 15.28s;}
#background-random-boxes div:nth-of-type(383) {animation-delay: 15.32s;}
#background-random-boxes div:nth-of-type(384) {animation-delay: 15.36s;}
#background-random-boxes div:nth-of-type(385) {animation-delay: 15.40s;}
#background-random-boxes div:nth-of-type(386) {animation-delay: 15.44s;}
#background-random-boxes div:nth-of-type(387) {animation-delay: 15.48s;}
#background-random-boxes div:nth-of-type(388) {animation-delay: 15.52s;}
#background-random-boxes div:nth-of-type(389) {animation-delay: 15.56s;}
#background-random-boxes div:nth-of-type(390) {animation-delay: 15.60s;}
#background-random-boxes div:nth-of-type(391) {animation-delay: 15.64s;}
#background-random-boxes div:nth-of-type(392) {animation-delay: 15.68s;}
#background-random-boxes div:nth-of-type(393) {animation-delay: 15.72s;}
#background-random-boxes div:nth-of-type(394) {animation-delay: 15.76s;}
#background-random-boxes div:nth-of-type(395) {animation-delay: 15.80s;}
#background-random-boxes div:nth-of-type(396) {animation-delay: 15.84s;}
#background-random-boxes div:nth-of-type(397) {animation-delay: 15.88s;}
#background-random-boxes div:nth-of-type(398) {animation-delay: 15.92s;}
#background-random-boxes div:nth-of-type(399) {animation-delay: 15.96s;}
#background-random-boxes div:nth-of-type(400) {animation-delay: 16.00s;}
#background-random-boxes div:nth-of-type(401) {animation-delay: 16.04s;}
#background-random-boxes div:nth-of-type(402) {animation-delay: 16.08s;}
#background-random-boxes div:nth-of-type(403) {animation-delay: 16.12s;}
#background-random-boxes div:nth-of-type(404) {animation-delay: 16.16s;}
#background-random-boxes div:nth-of-type(405) {animation-delay: 16.20s;}
#background-random-boxes div:nth-of-type(406) {animation-delay: 16.24s;}
#background-random-boxes div:nth-of-type(407) {animation-delay: 16.28s;}
#background-random-boxes div:nth-of-type(408) {animation-delay: 16.32s;}
#background-random-boxes div:nth-of-type(409) {animation-delay: 16.36s;}
#background-random-boxes div:nth-of-type(410) {animation-delay: 16.40s;}
#background-random-boxes div:nth-of-type(411) {animation-delay: 16.44s;}
#background-random-boxes div:nth-of-type(412) {animation-delay: 16.48s;}
#background-random-boxes div:nth-of-type(413) {animation-delay: 16.52s;}
#background-random-boxes div:nth-of-type(414) {animation-delay: 16.56s;}
#background-random-boxes div:nth-of-type(415) {animation-delay: 16.60s;}
#background-random-boxes div:nth-of-type(416) {animation-delay: 16.64s;}
#background-random-boxes div:nth-of-type(417) {animation-delay: 16.68s;}
#background-random-boxes div:nth-of-type(418) {animation-delay: 16.72s;}
#background-random-boxes div:nth-of-type(419) {animation-delay: 16.76s;}
#background-random-boxes div:nth-of-type(420) {animation-delay: 16.80s;}
#background-random-boxes div:nth-of-type(421) {animation-delay: 16.84s;}
#background-random-boxes div:nth-of-type(422) {animation-delay: 16.88s;}
#background-random-boxes div:nth-of-type(423) {animation-delay: 16.92s;}
#background-random-boxes div:nth-of-type(424) {animation-delay: 16.96s;}
#background-random-boxes div:nth-of-type(425) {animation-delay: 17.00s;}
#background-random-boxes div:nth-of-type(426) {animation-delay: 17.04s;}
#background-random-boxes div:nth-of-type(427) {animation-delay: 17.08s;}
#background-random-boxes div:nth-of-type(428) {animation-delay: 17.12s;}
#background-random-boxes div:nth-of-type(429) {animation-delay: 17.16s;}
#background-random-boxes div:nth-of-type(430) {animation-delay: 17.20s;}
#background-random-boxes div:nth-of-type(431) {animation-delay: 17.24s;}
#background-random-boxes div:nth-of-type(432) {animation-delay: 17.28s;}
#background-random-boxes div:nth-of-type(433) {animation-delay: 17.32s;}
#background-random-boxes div:nth-of-type(434) {animation-delay: 17.36s;}
#background-random-boxes div:nth-of-type(435) {animation-delay: 17.40s;}
#background-random-boxes div:nth-of-type(436) {animation-delay: 17.44s;}
#background-random-boxes div:nth-of-type(437) {animation-delay: 17.48s;}
#background-random-boxes div:nth-of-type(438) {animation-delay: 17.52s;}
#background-random-boxes div:nth-of-type(439) {animation-delay: 17.56s;}
#background-random-boxes div:nth-of-type(440) {animation-delay: 17.60s;}
#background-random-boxes div:nth-of-type(441) {animation-delay: 17.64s;}
#background-random-boxes div:nth-of-type(442) {animation-delay: 17.68s;}
#background-random-boxes div:nth-of-type(443) {animation-delay: 17.72s;}
#background-random-boxes div:nth-of-type(444) {animation-delay: 17.76s;}
#background-random-boxes div:nth-of-type(445) {animation-delay: 17.80s;}
#background-random-boxes div:nth-of-type(446) {animation-delay: 17.84s;}
#background-random-boxes div:nth-of-type(447) {animation-delay: 17.88s;}
#background-random-boxes div:nth-of-type(448) {animation-delay: 17.92s;}
#background-random-boxes div:nth-of-type(449) {animation-delay: 17.96s;}
#background-random-boxes div:nth-of-type(450) {animation-delay: 18.00s;}
#background-random-boxes div:nth-of-type(451) {animation-delay: 18.04s;}
#background-random-boxes div:nth-of-type(452) {animation-delay: 18.08s;}
#background-random-boxes div:nth-of-type(453) {animation-delay: 18.12s;}
#background-random-boxes div:nth-of-type(454) {animation-delay: 18.16s;}
#background-random-boxes div:nth-of-type(455) {animation-delay: 18.20s;}
#background-random-boxes div:nth-of-type(456) {animation-delay: 18.24s;}
#background-random-boxes div:nth-of-type(457) {animation-delay: 18.28s;}
#background-random-boxes div:nth-of-type(458) {animation-delay: 18.32s;}
#background-random-boxes div:nth-of-type(459) {animation-delay: 18.36s;}
#background-random-boxes div:nth-of-type(460) {animation-delay: 18.40s;}
#background-random-boxes div:nth-of-type(461) {animation-delay: 18.44s;}
#background-random-boxes div:nth-of-type(462) {animation-delay: 18.48s;}
#background-random-boxes div:nth-of-type(463) {animation-delay: 18.52s;}
#background-random-boxes div:nth-of-type(464) {animation-delay: 18.56s;}
#background-random-boxes div:nth-of-type(465) {animation-delay: 18.60s;}
#background-random-boxes div:nth-of-type(466) {animation-delay: 18.64s;}
#background-random-boxes div:nth-of-type(467) {animation-delay: 18.68s;}
#background-random-boxes div:nth-of-type(468) {animation-delay: 18.72s;}
#background-random-boxes div:nth-of-type(469) {animation-delay: 18.76s;}
#background-random-boxes div:nth-of-type(470) {animation-delay: 18.80s;}
#background-random-boxes div:nth-of-type(471) {animation-delay: 18.84s;}
#background-random-boxes div:nth-of-type(472) {animation-delay: 18.88s;}
#background-random-boxes div:nth-of-type(473) {animation-delay: 18.92s;}
#background-random-boxes div:nth-of-type(474) {animation-delay: 18.96s;}
#background-random-boxes div:nth-of-type(475) {animation-delay: 19.00s;}
#background-random-boxes div:nth-of-type(476) {animation-delay: 19.04s;}
#background-random-boxes div:nth-of-type(477) {animation-delay: 19.08s;}
#background-random-boxes div:nth-of-type(478) {animation-delay: 19.12s;}
#background-random-boxes div:nth-of-type(479) {animation-delay: 19.16s;}
#background-random-boxes div:nth-of-type(480) {animation-delay: 19.20s;}
#background-random-boxes div:nth-of-type(481) {animation-delay: 19.24s;}
#background-random-boxes div:nth-of-type(482) {animation-delay: 19.28s;}
#background-random-boxes div:nth-of-type(483) {animation-delay: 19.32s;}
#background-random-boxes div:nth-of-type(484) {animation-delay: 19.36s;}
#background-random-boxes div:nth-of-type(485) {animation-delay: 19.40s;}
#background-random-boxes div:nth-of-type(486) {animation-delay: 19.44s;}
#background-random-boxes div:nth-of-type(487) {animation-delay: 19.48s;}
#background-random-boxes div:nth-of-type(488) {animation-delay: 19.52s;}
#background-random-boxes div:nth-of-type(489) {animation-delay: 19.56s;}
#background-random-boxes div:nth-of-type(490) {animation-delay: 19.60s;}
#background-random-boxes div:nth-of-type(491) {animation-delay: 19.64s;}
#background-random-boxes div:nth-of-type(492) {animation-delay: 19.68s;}
#background-random-boxes div:nth-of-type(493) {animation-delay: 19.72s;}
#background-random-boxes div:nth-of-type(494) {animation-delay: 19.76s;}
#background-random-boxes div:nth-of-type(495) {animation-delay: 19.80s;}
#background-random-boxes div:nth-of-type(496) {animation-delay: 19.84s;}
#background-random-boxes div:nth-of-type(497) {animation-delay: 19.88s;}
#background-random-boxes div:nth-of-type(498) {animation-delay: 19.92s;}
#background-random-boxes div:nth-of-type(499) {animation-delay: 19.96s;}
#background-random-boxes div:nth-of-type(500) {animation-delay: 20.00s;}
#background-random-boxes div:nth-of-type(501) {animation-delay: 20.04s;}
#background-random-boxes div:nth-of-type(502) {animation-delay: 20.08s;}
#background-random-boxes div:nth-of-type(503) {animation-delay: 20.12s;}
#background-random-boxes div:nth-of-type(504) {animation-delay: 20.16s;}
#background-random-boxes div:nth-of-type(505) {animation-delay: 20.20s;}
#background-random-boxes div:nth-of-type(506) {animation-delay: 20.24s;}
#background-random-boxes div:nth-of-type(507) {animation-delay: 20.28s;}
#background-random-boxes div:nth-of-type(508) {animation-delay: 20.32s;}
#background-random-boxes div:nth-of-type(509) {animation-delay: 20.36s;}
#background-random-boxes div:nth-of-type(510) {animation-delay: 20.40s;}
#background-random-boxes div:nth-of-type(511) {animation-delay: 20.44s;}
#background-random-boxes div:nth-of-type(512) {animation-delay: 20.48s;}
#background-random-boxes div:nth-of-type(513) {animation-delay: 20.52s;}
#background-random-boxes div:nth-of-type(514) {animation-delay: 20.56s;}
#background-random-boxes div:nth-of-type(515) {animation-delay: 20.60s;}
#background-random-boxes div:nth-of-type(516) {animation-delay: 20.64s;}
#background-random-boxes div:nth-of-type(517) {animation-delay: 20.68s;}
#background-random-boxes div:nth-of-type(518) {animation-delay: 20.72s;}
#background-random-boxes div:nth-of-type(519) {animation-delay: 20.76s;}
#background-random-boxes div:nth-of-type(520) {animation-delay: 20.80s;}
#background-random-boxes div:nth-of-type(521) {animation-delay: 20.84s;}
#background-random-boxes div:nth-of-type(522) {animation-delay: 20.88s;}
#background-random-boxes div:nth-of-type(523) {animation-delay: 20.92s;}
#background-random-boxes div:nth-of-type(524) {animation-delay: 20.96s;}
#background-random-boxes div:nth-of-type(525) {animation-delay: 21.00s;}
#background-random-boxes div:nth-of-type(526) {animation-delay: 21.04s;}
#background-random-boxes div:nth-of-type(527) {animation-delay: 21.08s;}
#background-random-boxes div:nth-of-type(528) {animation-delay: 21.12s;}
#background-random-boxes div:nth-of-type(529) {animation-delay: 21.16s;}
#background-random-boxes div:nth-of-type(530) {animation-delay: 21.20s;}
#background-random-boxes div:nth-of-type(531) {animation-delay: 21.24s;}
#background-random-boxes div:nth-of-type(532) {animation-delay: 21.28s;}
#background-random-boxes div:nth-of-type(533) {animation-delay: 21.32s;}
#background-random-boxes div:nth-of-type(534) {animation-delay: 21.36s;}
#background-random-boxes div:nth-of-type(535) {animation-delay: 21.40s;}
#background-random-boxes div:nth-of-type(536) {animation-delay: 21.44s;}
#background-random-boxes div:nth-of-type(537) {animation-delay: 21.48s;}
#background-random-boxes div:nth-of-type(538) {animation-delay: 21.52s;}
#background-random-boxes div:nth-of-type(539) {animation-delay: 21.56s;}
#background-random-boxes div:nth-of-type(540) {animation-delay: 21.60s;}
#background-random-boxes div:nth-of-type(541) {animation-delay: 21.64s;}
#background-random-boxes div:nth-of-type(542) {animation-delay: 21.68s;}
#background-random-boxes div:nth-of-type(543) {animation-delay: 21.72s;}
#background-random-boxes div:nth-of-type(544) {animation-delay: 21.76s;}
#background-random-boxes div:nth-of-type(545) {animation-delay: 21.80s;}
#background-random-boxes div:nth-of-type(546) {animation-delay: 21.84s;}
#background-random-boxes div:nth-of-type(547) {animation-delay: 21.88s;}
#background-random-boxes div:nth-of-type(548) {animation-delay: 21.92s;}
#background-random-boxes div:nth-of-type(549) {animation-delay: 21.96s;}
#background-random-boxes div:nth-of-type(550) {animation-delay: 22.00s;}
#background-random-boxes div:nth-of-type(551) {animation-delay: 22.04s;}
#background-random-boxes div:nth-of-type(552) {animation-delay: 22.08s;}
#background-random-boxes div:nth-of-type(553) {animation-delay: 22.12s;}
#background-random-boxes div:nth-of-type(554) {animation-delay: 22.16s;}
#background-random-boxes div:nth-of-type(555) {animation-delay: 22.20s;}
#background-random-boxes div:nth-of-type(556) {animation-delay: 22.24s;}
#background-random-boxes div:nth-of-type(557) {animation-delay: 22.28s;}
#background-random-boxes div:nth-of-type(558) {animation-delay: 22.32s;}
#background-random-boxes div:nth-of-type(559) {animation-delay: 22.36s;}
#background-random-boxes div:nth-of-type(560) {animation-delay: 22.40s;}
#background-random-boxes div:nth-of-type(561) {animation-delay: 22.44s;}
#background-random-boxes div:nth-of-type(562) {animation-delay: 22.48s;}
#background-random-boxes div:nth-of-type(563) {animation-delay: 22.52s;}
#background-random-boxes div:nth-of-type(564) {animation-delay: 22.56s;}
#background-random-boxes div:nth-of-type(565) {animation-delay: 22.60s;}
#background-random-boxes div:nth-of-type(566) {animation-delay: 22.64s;}
#background-random-boxes div:nth-of-type(567) {animation-delay: 22.68s;}
#background-random-boxes div:nth-of-type(568) {animation-delay: 22.72s;}
#background-random-boxes div:nth-of-type(569) {animation-delay: 22.76s;}
#background-random-boxes div:nth-of-type(570) {animation-delay: 22.80s;}
#background-random-boxes div:nth-of-type(571) {animation-delay: 22.84s;}
#background-random-boxes div:nth-of-type(572) {animation-delay: 22.88s;}
#background-random-boxes div:nth-of-type(573) {animation-delay: 22.92s;}
#background-random-boxes div:nth-of-type(574) {animation-delay: 22.96s;}
#background-random-boxes div:nth-of-type(575) {animation-delay: 23.00s;}
#background-random-boxes div:nth-of-type(576) {animation-delay: 23.04s;}
#background-random-boxes div:nth-of-type(577) {animation-delay: 23.08s;}
#background-random-boxes div:nth-of-type(578) {animation-delay: 23.12s;}
#background-random-boxes div:nth-of-type(579) {animation-delay: 23.16s;}
#background-random-boxes div:nth-of-type(580) {animation-delay: 23.20s;}
#background-random-boxes div:nth-of-type(581) {animation-delay: 23.24s;}
#background-random-boxes div:nth-of-type(582) {animation-delay: 23.28s;}
#background-random-boxes div:nth-of-type(583) {animation-delay: 23.32s;}
#background-random-boxes div:nth-of-type(584) {animation-delay: 23.36s;}
#background-random-boxes div:nth-of-type(585) {animation-delay: 23.40s;}
#background-random-boxes div:nth-of-type(586) {animation-delay: 23.44s;}
#background-random-boxes div:nth-of-type(587) {animation-delay: 23.48s;}
#background-random-boxes div:nth-of-type(588) {animation-delay: 23.52s;}
#background-random-boxes div:nth-of-type(589) {animation-delay: 23.56s;}
#background-random-boxes div:nth-of-type(590) {animation-delay: 23.60s;}
#background-random-boxes div:nth-of-type(591) {animation-delay: 23.64s;}
#background-random-boxes div:nth-of-type(592) {animation-delay: 23.68s;}
#background-random-boxes div:nth-of-type(593) {animation-delay: 23.72s;}
#background-random-boxes div:nth-of-type(594) {animation-delay: 23.76s;}
#background-random-boxes div:nth-of-type(595) {animation-delay: 23.80s;}
#background-random-boxes div:nth-of-type(596) {animation-delay: 23.84s;}
#background-random-boxes div:nth-of-type(597) {animation-delay: 23.88s;}
#background-random-boxes div:nth-of-type(598) {animation-delay: 23.92s;}
#background-random-boxes div:nth-of-type(599) {animation-delay: 23.96s;}
#background-random-boxes div:nth-of-type(600) {animation-delay: 24.00s;}