



.cube__side,
.no-js .cube {
	border: 10px solid;
	outline: 1px solid;
	background-color: currentColor;
	
}

.cube:not(.cube--inactive):nth-child(1) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(1) {
	background-image: url(../img/1.svg);
	color: #e7233d;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(2) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(2) {
	background-image: url(../img/2.svg);
	color: #dfa73b;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
	 
}

.cube:not(.cube--inactive):nth-child(3) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(3) {
	background-image: url(../img/3.svg);
	color: #4b9f45;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(4) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(4) {
	background-image: url(../img/4.svg);
	color: #c62030;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(5) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(5) {
	background-image: url(../img/5.svg);
	color: #ef412c;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(6) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(6) {
	background-image: url(../img/6.svg);
	color: #28bde2;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(7) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(7) {
	background-image: url(../img/7.svg);
	color: #03a9f4;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(8) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(8) {
	background-image: url(../img/8.svg);
	color: #00bcd4;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(9) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(9) {
	background-image: url(../img/9.svg);
	color: #009688;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(10) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(10) {
	background-image: url(../img/10.svg);
	color: #4caf50;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(11) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(11) {
	background-image: url(../img/11.svg);
	color: #8bc34a;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(12) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(12) {
	background-image: url(../img/12.svg);
	color: #cddc39;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(13) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(13) {
	background-image: url(../img/13.svg);
	color: #ffeb3b;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
	
}

.cube:not(.cube--inactive):nth-child(14) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(14) {
	background-image: url(../img/14.svg);
	color: #ffc107;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(15) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(15) {
	background-image: url(../img/15.svg);
	color: #ff9800;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(16) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(16) {
	background-image: url(../img/16.svg);
	color: #ff5722;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(17) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(17) {
	background-image: url(../img/17.svg);
	color: #795548;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
}

.cube:not(.cube--inactive):nth-child(18) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(18) {
	
	background-image: url(../img/18.svg);
	
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
	

	z-index: 0;

}

.cube:not(.cube--inactive):nth-child(19) .cube__side,
.no-js .cube:not(.cube--inactive):nth-child(19) {
	
	background-image: url(../img/19-01.svg);
	color: #F1F1F1;
	border: 0.65vw solid #fff;
	outline: 1px solid #fff;
	

	z-index: 0;
	


}




/* With JS we insert a number span into the cube */

 .cube__number,
.no-js .cube::after {
	
	font-family: 'Cairo', Avenir, 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
	font-size: 0px;
	
	line-height: 2.5;
	width: 2em;
	height: 2em;
	padding: 0 0 0 0.25em;
	text-align: center;
	letter-spacing: -0.05em;
	color: #848484;
	border-radius: 100% 0 0 0;
	
}


@media screen and (max-width: 50.75em) {
	.cube__number,
	.no-js .cube::after {
		font-size: 1em;
	}
}

.js .content__block {
	width: 100%;
	text-align: right;
	left: 0;
	
	
}

.js .content__description {
	padding-right:300px;
	max-width: 40em;
	margin-right: 50px;
	margin: 2em auto 0.5em;
}

.js .content__meta {
	padding: 0;
}

.content__number {
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
	font-size: 38vw;
	font-weight: bold;
	line-height: 0.5;
	margin-right: 5%;
	right: 0;
	bottom: 10vh;
	text-indent: -0.695em;
	letter-spacing: -0.18em;
	color: rgba(255, 255, 255, 0.2);
	opacity: 0.4;
}
