* {
	margin: 0;
	padding: 0;
}

body {
	color: #080808;
}

a {
	color: #F0F0F0;
	text-decoration: none;
}

a:hover {
	color: #E50077;
}

h1, h2, h3 {
	color: #F0F0F0;
}

h1, h2 {
	font-size: 36px;
	position: relative;
	display: inline-block;
	padding-left: 26px;
	margin-bottom: 40px;
}

h3 {
	font-size: 32px;
	position: relative;
	display: inline-block;
	padding-left: 26px;
	margin-bottom: 24px;
}

h1::before, h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background-color: #E50077;
	border-radius: 3px;
}

h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
}

.barlowLight {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
}

.barlowRegular {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
}

.barlowMedium {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
}

.barlowSemiBold {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

.maxWidthPage {
	max-width: 1000px;
}

.centered {
	margin: 0 auto;
}

.defaultBackgroundColor {
	background-color: #080808;
}

#teaser {
	background-image: linear-gradient(to bottom, #FF0D0D, #E50077);
}

#teaser .container {
	display: block;
	justify-content: center;
	padding-top: 32px;
	color: #F0F0F0;
	text-align: center;
}

#discovery .container {
	display: block;
	padding: 48px;
	color: #F0F0F0;
	text-align: justify;
}

#presentation {
	display: flex;
	font-size: 20px; line-height: 1.4;
}

#presentation .left,
#presentation .right {
	flex: 1;
}

#presentation .columnSpace {
	width: 80px;
}

#download .container {
	padding-top: 32px;
	padding-bottom: 100px;
	font-size: 20px; line-height: 1.4;
	color: #F0F0F0;
}

#rc {
	font-size: 20px; line-height: 1.4;
	color: #F0F0F0;
}

#footer .container {
	font-size: 18px; line-height: 1.4;
	color: #A0A0A0;
	padding-bottom: 32px;
}

#home a span, #home a:hover span {
	color: #F0F0F0;
	text-decoration: none;
}
