@keyframes animation-fade-in-pop-up {
	000% {transform: scale(0.0);}
	050% {transform: scale(1.1);}
	100% {transform: scale(1.0);}
}

li {
	animation: animation-fade-in-pop-up 2s 1;
	animation-fill-mode: backwards;
}

li:nth-of-type(01) {animation-delay: 0.0s}

li:nth-of-type(02) {animation-delay: 0.1s}
li:nth-of-type(11) {animation-delay: 0.1s}

li:nth-of-type(03) {animation-delay: 0.2s}
li:nth-of-type(12) {animation-delay: 0.2s}
li:nth-of-type(21) {animation-delay: 0.2s}

li:nth-of-type(04) {animation-delay: 0.3s}
li:nth-of-type(13) {animation-delay: 0.3s}
li:nth-of-type(22) {animation-delay: 0.3s}
li:nth-of-type(31) {animation-delay: 0.3s}

li:nth-of-type(05) {animation-delay: 0.4s}
li:nth-of-type(14) {animation-delay: 0.4s}
li:nth-of-type(23) {animation-delay: 0.4s}
li:nth-of-type(32) {animation-delay: 0.4s}
li:nth-of-type(41) {animation-delay: 0.4s}

li:nth-of-type(06) {animation-delay: 0.5s}
li:nth-of-type(15) {animation-delay: 0.5s}
li:nth-of-type(24) {animation-delay: 0.5s}
li:nth-of-type(33) {animation-delay: 0.5s}
li:nth-of-type(42) {animation-delay: 0.5s}

li:nth-of-type(07) {animation-delay: 0.6s}
li:nth-of-type(16) {animation-delay: 0.6s}
li:nth-of-type(25) {animation-delay: 0.6s}
li:nth-of-type(34) {animation-delay: 0.6s}
li:nth-of-type(43) {animation-delay: 0.6s}

li:nth-of-type(08) {animation-delay: 0.7s}
li:nth-of-type(17) {animation-delay: 0.7s}
li:nth-of-type(26) {animation-delay: 0.7s}
li:nth-of-type(35) {animation-delay: 0.7s}
li:nth-of-type(44) {animation-delay: 0.7s}

li:nth-of-type(09) {animation-delay: 0.8s}
li:nth-of-type(18) {animation-delay: 0.8s}
li:nth-of-type(27) {animation-delay: 0.8s}
li:nth-of-type(36) {animation-delay: 0.8s}
li:nth-of-type(45) {animation-delay: 0.8s}

li:nth-of-type(10) {animation-delay: 0.9s}
li:nth-of-type(19) {animation-delay: 0.9s}
li:nth-of-type(28) {animation-delay: 0.9s}
li:nth-of-type(37) {animation-delay: 0.9s}
li:nth-of-type(46) {animation-delay: 0.9s}

li:nth-of-type(20) {animation-delay: 1.0s}
li:nth-of-type(29) {animation-delay: 1.0s}
li:nth-of-type(38) {animation-delay: 1.0s}
li:nth-of-type(47) {animation-delay: 1.0s}

li:nth-of-type(30) {animation-delay: 1.1s}
li:nth-of-type(39) {animation-delay: 1.1s}
li:nth-of-type(48) {animation-delay: 1.1s}

li:nth-of-type(40) {animation-delay: 1.2s}
li:nth-of-type(49) {animation-delay: 1.2s}

li:nth-of-type(50) {animation-delay: 1.3s}