@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.button-play {
	appearance: none;
	background-color: #640064;
	border: 1px solid rgba(27, 31, 35, 0.15);
	border-radius: 6px;
	box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 24px;
	font-weight: 500;
	line-height: 20px;
	list-style: none;
	padding: 24px 48px;
	position: relative;
	transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: break-word;
}

.button-play:hover {
	color: #999999;
	background-color: #646400;
	text-decoration: none;
	transition-duration: 0.1s;
}

.button-play:disabled {
	background-color: #FAFBFC;
	border-color: rgba(27, 31, 35, 0.15);
	color: #959DA5;
	cursor: default;
}

.button-play:active {
	background-color: #EDEFF2;
	box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
	transition: none 0s;
}

.button-play:focus {
	outline: 1px transparent;
}

.button-play:before {
	display: none;
}

.button-play:-webkit-details-marker {
	display: none;
}

footer,
header,
section {
	display: block;
}

.dot {
	margin: 25px;
	height: 75px;
	width: 75px;
	border-radius: 50%;
	display: inline-block;
}

body {
	line-height: 1;
}

body {
	-webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content {
	font-size: 18px;
}

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}

@media screen and (max-width: 640px) {

	html,
	body {
		min-width: 320px;
	}

}

body {
	background-color: #000000;
	background-size: auto, cover;
	background-attachment: fixed, fixed;
	background-position: center, center;
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body,
input,
select,
textarea {
	color: #ffffff;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16.5pt;
	font-weight: 300;
	line-height: 1.65;
}

@media screen and (max-width: 1680px) {

	body,
	input,
	select,
	textarea {
		font-size: 13pt;
	}

}

@media screen and (max-width: 1280px) {

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

}

@media screen and (max-width: 980px) {

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

}

@media screen and (max-width: 736px) {

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

}

@media screen and (max-width: 640px) {

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

}

a {
	-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent;
	color: #ffffff !important;
}

a.special:not(.button) {
	text-decoration: none;
	border-bottom: 0;
	display: block;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 2em 0;
	text-transform: uppercase;
}

a.special:not(.button):before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

a.special:not(.button):before {
	-moz-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	border-radius: 100%;
	border: solid 2px rgba(255, 255, 255, 0.125);
	content: '\f105';
	display: inline-block;
	font-size: 1.25em;
	height: 2em;
	line-height: 1.65em;
	margin-right: 0.85em;
	text-align: center;
	text-indent: 0.15em;
	vertical-align: middle;
	width: 2em;
}

a.special:not(.button):hover:before {
	background-color: rgba(255, 255, 255, 0.025);
}

a.special:not(.button):active:before {
	background-color: rgba(255, 255, 255, 0.075);
}

strong,
b {
	color: #ffffff;
	font-weight: 600;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
	font-family: Raleway, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight: 200;
}

h1.major,
h2.major,
h3.major,
h4.major,
h5.major,
h6.major {
	padding-bottom: 1em;
	border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 0.9em;
}

h4 {
	font-size: 0.7em;
}

h5 {
	font-size: 0.7em;
}

h6 {
	font-size: 0.7em;
}

@media screen and (max-width: 736px) {

	h2 {
		font-size: 1em;
	}

	h3 {
		font-size: 0.8em;
	}

}

hr {
	border: 0;
	border-bottom: solid 2px rgba(255, 255, 255, 0.125);
	margin: 2.5em 0;
}

hr.major {
	margin: 4em 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

label {
	color: #ffffff;
	display: block;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 0.7em 0;
	text-transform: uppercase;
}

::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.35) !important;
	opacity: 1.0;
}

:-moz-placeholder {
	color: rgba(255, 255, 255, 0.35) !important;
	opacity: 1.0;
}

::-moz-placeholder {
	color: rgba(255, 255, 255, 0.35) !important;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.35) !important;
	opacity: 1.0;
}

.polyfill-placeholder {
	color: rgba(255, 255, 255, 0.35) !important;
	opacity: 1.0;
}

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon>.label {
	display: none;
}

.image {
	border-radius: 5px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 5px;
	display: block;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.left {
	float: left;
	padding: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	padding: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

.image.main {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

#page-wrapper {
	-moz-transition: -moz-filter 0.25s ease;
	-webkit-transition: -webkit-filter 0.25s ease;
	-ms-transition: -ms-filter 0.25s ease;
	transition: filter 0.25s ease;
}

.banner {
	padding: 5em 0 0 0;
	background-color: #000000;
}

.banner .inner {
	margin: 0 auto;
	width: 55em;
}

.banner .logo {
	-moz-transition: opacity 2s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 2s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 2s ease, -ms-transform 1s ease;
	transition: opacity 2s ease, transform 1s ease;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	margin: 0 0 1.3em 0;
}

.banner .logo .icon {
	border-radius: 100%;
	cursor: default;
	display: inline-block;
	font-size: 2em;
	height: 2.25em;
	line-height: 2.25em;
	text-align: center;
	width: 2.25em;
}

.banner h2 {
	-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
	-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
	transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-moz-transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
	-ms-transition-delay: 0.65s;
	transition-delay: 0.65s;
	-moz-filter: blur(0);
	-webkit-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
	opacity: 1;
	border-bottom: solid 2px rgba(255, 255, 255, 0.125);
	font-size: 2.25em;
	margin-bottom: 0.8em;
	padding-bottom: 0.4em;
}

.banner p {
	-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
	-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
	transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-moz-transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	-ms-transition-delay: 0.8s;
	transition-delay: 0.8s;
	-moz-filter: blur(0);
	-webkit-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
	opacity: 1;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 2;
	text-transform: uppercase;
}

@media screen and (max-width: 1280px) {

	.banner {
		padding: 3.5em 0 0 0;
		background-color: #000000;
		background-size: auto, cover;
		background-position: center, center;
	}

}

@media screen and (max-width: 980px) {

	.banner {
		padding: 2.5em 3em 0 3em;
	}

	.banner .inner {
		width: 100%;
	}

}

@media screen and (max-width: 736px) {

	.banner {
		padding: 2.5em 2em 0 2em;
	}

	.banner .logo {
		margin: 0 0 1em 0;
	}

	.banner .logo .icon {
		font-size: 1.5em;
	}

	.banner h2 {
		font-size: 1.5em;
	}

	.banner p {
		font-size: 0.8em;
	}

}

#wrapper>header {
	padding: 11em 0 2.25em 0;
}

#wrapper>header .inner {
	margin: 0 auto;
	width: 55em;
}

#wrapper>header h2 {
	border-bottom: solid 2px rgba(255, 255, 255, 0.125);
	font-size: 2em;
	margin-bottom: 0.8em;
	padding-bottom: 0.4em;
}

#wrapper>header p {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 2;
	text-transform: uppercase;
}

@media screen and (max-width: 1280px) {

	#wrapper>header {
		padding: 9em 0 6.25em 0;
		background-color: #000000;
		background-size: auto, cover;
		background-position: center, 0% 30%;
		margin-bottom: -6.5em;
	}

}

@media screen and (max-width: 980px) {

	#wrapper>header {
		padding: 11em 3em 7.375em 3em;
		background-size: auto, cover;
		background-position: center, 0% 0%;
		margin-bottom: -4.75em;
	}

	#wrapper>header .inner {
		width: 100%;
	}

}

@media screen and (max-width: 736px) {

	#wrapper>header {
		padding: 6.5em 2em 3em 2em;
		background-size: auto, 125%;
		margin-bottom: -2.5em;
	}

	#wrapper>header h2 {
		font-size: 1.25em;
	}

	#wrapper>header p {
		font-size: 0.8em;
	}

}

.wrapper {
	background-color: #000000;
	margin: 6.5em 0;
	position: relative;
}

.wrapper:before,
.wrapper:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23000000%3B' /%3E%3C/svg%3E");
}

.wrapper:before,
.wrapper:after {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	display: block;
	height: 6.5em;
	position: absolute;
	width: 100%;
}

.wrapper:before {
	left: 0;
	top: -6.5em;
}

.wrapper:after {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	bottom: -6.5em;
	left: 0;
}

.wrapper.alt:before {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.wrapper.alt:after {
	-moz-transform: scaleY(-1) scaleX(-1);
	-webkit-transform: scaleY(-1) scaleX(-1);
	-ms-transform: scaleY(-1) scaleX(-1);
	transform: scaleY(-1) scaleX(-1);
}

.wrapper .inner {
	padding: 3em 0 1em 0;
	margin: 0 auto;
	width: 55em;
}

.wrapper.style2 {
	background-color: #353849;
}

.wrapper.style2:before,
.wrapper.style2:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23353849%3B' /%3E%3C/svg%3E");
}

.wrapper.style3 {
	background-color: #3d4051;
}

.wrapper.style3:before,
.wrapper.style3:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%233d4051%3B' /%3E%3C/svg%3E");
}

.wrapper.spotlight {
	background-color: #000000;
}

.wrapper.spotlight:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23000000%3B' /%3E%3C/svg%3E");
}

.wrapper.spotlight .inner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.wrapper.spotlight .image {
	margin: 0 3em 2em 0;
	width: 22em;
	overflow: hidden;
	-ms-flex: 1;
}

.wrapper.spotlight .image img {
	width: 100%;
}

.wrapper.spotlight .content {
	width: 100%;
	-ms-flex: 2;
}

.wrapper.spotlight:nth-child(2n - 1) .inner {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}

.wrapper.spotlight:nth-child(2n - 1) .image {
	margin: 0 0 2em 3em;
}

.wrapper.spotlight.style2 {
	background-color: #222222;
}

.wrapper.spotlight.style2:before,
.wrapper.spotlight.style2:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23222222%3B' /%3E%3C/svg%3E");
}

.wrapper.spotlight.style3 {
	background-color: #111111;
}

.wrapper.spotlight.style3:before,
.wrapper.spotlight.style3:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23111111%3B' /%3E%3C/svg%3E");
}

@media screen and (max-width: 980px) {

	.wrapper {
		margin: 4.75em 0;
	}

	.wrapper:before,
	.wrapper:after {
		height: 4.75em;
	}

	.wrapper:before {
		top: -4.75em;
	}

	.wrapper:after {
		bottom: -4.75em;
		left: 0;
	}

	.wrapper .inner {
		padding: 3em 3em 1em 3em;
		width: 100%;
	}

	.wrapper.spotlight .image {
		margin: 0 2em 2em 0;
		width: 32em;
	}

	.wrapper.spotlight:nth-child(2n - 1) .image {
		margin: 0 0 2em 2em;
	}

}

@media screen and (max-width: 736px) {

	.wrapper {
		margin: 2.5em 0;
	}

	.wrapper:before,
	.wrapper:after {
		height: 2.5em;
	}

	.wrapper:before {
		top: -2.5em;
	}

	.wrapper:after {
		bottom: -2.5em;
		left: 0;
	}

	.wrapper .inner {
		padding: 2em 2em 0.1em 2em;
	}

	.wrapper.spotlight .inner {
		-moz-align-items: -moz-flex-start;
		-webkit-align-items: -webkit-flex-start;
		-ms-align-items: -ms-flex-start;
		align-items: flex-start;
	}

	.wrapper.spotlight .image {
		width: 19em;
		margin: 0 1.75em 2em 0;
	}

	.wrapper.spotlight:nth-child(2n - 1) .image {
		margin: 0 0 2em 1.75em;
	}

}

@media screen and (max-width: 640px) {

	.wrapper.spotlight .inner {
		display: block;
	}

	.wrapper.spotlight .image {
		margin: 0 0 1em 0 !important;
		max-width: 85%;
		width: 12em;
	}

}

@media screen and (max-width: 360px) {

	.wrapper .inner {
		padding: 2em 1.5em 0.1em 1.5em;
	}

}

#footer {
	background-color: #000000;
}

.howto .inner {
	padding: 1em 1em 0 10%;
	margin: 0 auto;
}

#footer .inner {
	padding: 5em 0 3em 0;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 55em;
}

#footer .inner>* {
	width: 100%;
}

#footer .inner form {
	margin: 0 3em 0 0;
	width: calc(50% - 1.5em);
}

#footer .inner .contact {
	width: calc(50% - 1.5em);
}

#footer .inner .copyright {
	border-top: solid 2px rgba(255, 255, 255, 0.125);
	list-style: none;
	margin: 4em 0 2em 0;
	padding: 2em 0 0 0;
	width: 100%;
}

#footer .inner .copyright li {
	border-left: solid 2px rgba(255, 255, 255, 0.125);
	color: rgba(255, 255, 255, 0.35);
	display: inline-block;
	font-size: 0.9em;
	line-height: 1;
	margin-left: 1em;
	padding: 0;
	padding-left: 1em;
}

#footer .inner .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer .inner .copyright li a {
	color: inherit;
}

@media screen and (max-width: 1280px) {

	#footer {
		background-size: auto, cover;
		background-position: center, center;
		margin-top: -6.5em;
		padding-top: 6.5em;
	}

}

@media screen and (max-width: 980px) {

	#footer {
		margin-top: -4.75em;
		padding-top: 4.75em;
	}

	#footer .inner {
		padding: 3em 3em 1em 3em;
		display: block;
		width: 100%;
	}

	#footer .inner form {
		width: 100%;
		margin: 0 0 4em 0;
	}

	#footer .inner .contact {
		width: 100%;
		margin: 0 0 4em 0;
	}

	#footer .inner .copyright {
		margin: 4em 0 2em 0;
	}

}

@media screen and (max-width: 736px) {

	#footer {
		margin-top: -2.5em;
		padding-top: 2.5em;
	}

	#footer .inner {
		padding: 2em 2em 0.1em 2em;
	}

	#footer .inner form {
		margin: 0 0 3em 0;
	}

	#footer .inner .contact {
		margin: 0 0 3em 0;
	}

}

@media screen and (max-width: 640px) {

	#footer .inner .copyright li {
		border-left: 0;
		display: block;
		margin: 1em 0 0 0;
		padding-left: 0;
	}

	#footer .inner .copyright li:first-child {
		margin-top: 0;
	}

}

@media screen and (max-width: 360px) {

	#footer .inner {
		padding: 2em 1.5em 0.1em 1.5em;
	}

}

.icon-download {
	font-size: 1.2em;
	margin-left: 20px;
}