html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-moz-selection {
	background: #232725;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #232725;
	color: #fff;
	text-shadow: none;
}
html {
	color: #030a1b;
	font: 400 16px Lato, 'Helvetica Neue', Helvetica Neue, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
body {
	line-height: 1.5em;
	background: #fff;
	height: 100%;
}
h1,
h2,
legend,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Neue', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
h1 {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: lighter;
	font-weight: 100;
	color: #fff;
}
h2,
legend {
	font-size: 2rem;
	line-height: 2rem;
	font-weight: lighter;
	font-weight: 100;
	color: #0cf;
}
h2.has-gradient,
legend.has-gradient {
	background-image: -webkit-linear-gradient(120deg, #12143d, #1f0d46);
	background-image: linear-gradient(120deg, #12143d, #1f0d46);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
@media (min-width: 36.875rem) {
	h2,
	legend {
		font-size: 4rem;
		line-height: 4rem;
	}
}
@media (min-width: 92.5rem) {
	h2,
	legend {
		font-size: 6rem;
		line-height: 6rem;
	}
}
h3 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	font-weight: lighter;
	font-weight: 100;
	color: #0cf;
	background-image: -webkit-linear-gradient(120deg, #12143d, #1f0d46);
	background-image: linear-gradient(120deg, #12143d, #1f0d46);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
@media (min-width: 36.875rem) {
	h3 {
		font-size: 4rem;
		line-height: 4rem;
	}
}
@media (min-width: 92.5rem) {
	h3 {
		font-size: 6rem;
		line-height: 6rem;
	}
}
h4 {
	font-size: 1.2rem;
	letter-spacing: 2px;
	color: #0cf;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
h5 {
	color: #000;
	font-size: 3rem;
	font-weight: lighter;
	font-weight: 100;
	text-transform: none;
}
@media (min-width: 36.875rem) {
	h5 {
		font-size: 1.2rem;
		color: #0cf;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: 400;
	}
}
h6 {
	font-size: 1rem;
}
p {
	margin-bottom: 2rem;
	line-height: 2em;
	font-weight: 400;
	font-size: 1.125rem;
}
@media (min-width: 92.5rem) {
	p {
		font-size: 1.313rem;
	}
}
p.is-lead {
	font-size: 1.5rem;
	font-weight: 400;
	margin-right: 3rem;
}

@media (min-width: 92.5rem) {
	p.is-lead {
		font-size: 1.75rem;
		margin-right: 0;
	}
}

a {
	color: #262626;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #262626;
}
small {
	color: #d5d5d5;
	font-size: 0.875rem;
	font-weight: 500;
}

@media (min-width: 36.875rem) {
	small br {
		display: none;
	}
}

em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
code,
pre {
	font-family: 'courier new', monospace;
}
pre {
	overflow-x: auto;
}
abbr {
	border-bottom: 1px dotted #030a1b;
}
del {
	text-decoration: line-through;
}
mark {
	background-color: #fffeb3;
}
hr {
	background-color: transparent;
	border: solid #ccd6d2;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.5rem 1rem;
}
ul,
ol {
	margin: 0 0 1rem 1.5rem;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dl {
	margin-bottom: 1rem;
}
dl dt {
	font-weight: 700;
}
dl dd {
	margin-left: 1rem;
}
dl.advanced:before,
dl.advanced:after {
	content: '';
	display: table;
}
dl.advanced:after {
	clear: both;
}
dl.advanced dt {
	float: left;
	width: 31.25%;
	margin-left: 0;
	margin-right: 2.08333%;
}
dl.advanced dd {
	float: left;
	width: 66.66667%;
	margin-left: 0;
	margin-right: 0;
}
.is-hidden {
	display: none !important;
}
.is-hidden,
.is-invisible {
	visibility: hidden !important;
}
.is-active,
.is-visible {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	background-image: url(../images/back2.jpg);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
}
.intro {
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	padding: 2rem;
	opacity: 1;
}
@media (min-width: 36.875rem) {
	.intro {
		width: 40rem;
		padding: 4rem;
	}
	@media screen and (min-height: 700px) {
		.intro {
			width: 32rem;
		}
	}
}
@media (min-width: 36.875rem) {
	.intro.is-gone {
		opacity: 0;
	}
}
@media (min-width: 36.875rem) {
	.l-full {
		float: left;
		width: 95.83333%;
		margin-left: 2.08333%;
		margin-right: 2.08333%;
	}
}
@media (min-width: 36.875rem) {
	.l-two-third {
		float: left;
		width: 62.5%;
		margin-left: 2.08333%;
		margin-right: 2.08333%;
	}
}
@media (min-width: 36.875rem) {
	.l-half {
		float: left;
		width: 45.83333%;
		margin-left: 2.08333%;
		margin-right: 2.08333%;
	}
}
@media (min-width: 36.875rem) {
	.l-one-third {
		float: left;
		width: 29.16667%;
		margin-left: 2.08333%;
		margin-right: 2.08333%;
	}
}
.l-grid:before,
.l-grid:after {
	content: '';
	display: table;
}
.l-grid:after {
	clear: both;
}
.l-grid li {
	float: left;
	width: 29.16667%;
	margin-left: 2.08333%;
	margin-right: 2.08333%;
}
.l-first {
	clear: left;
}
div.l-container {
	margin: auto;
	max-width: 71.25rem;
	padding: 2rem;
}
div.l-container:before,
div.l-container:after {
	content: '';
	display: table;
}
div.l-container:after {
	clear: both;
}
@media (min-width: 48.0625rem) {
	div.l-container {
		padding: 3rem 2rem;
	}
}
@media (min-width: 92.5rem) {
	div.l-container {
		padding: 6rem 2rem;
	}
}
div.l-container.is-first {
	padding: 3rem 2rem 2rem 2rem;
}
@media (min-width: 48.0625rem) {
	div.l-container.is-first {
		padding: 6rem 2rem 2rem 2rem;
	}
}
@media (min-width: 92.5rem) {
	div.l-container.is-first {
		padding: 10rem 2rem 6rem 2rem;
	}
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.button,
input[type='submit'],
button,
.button--neutral,
input[type='submit'].button--neutral,
button.button--neutral,
.button--success,
input[type='submit'].button--success,
button.button--success,
.button--alert,
input[type='submit'].button--alert,
button.button--alert {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 1rem 0 1rem 0;
	cursor: pointer;
	display: block;
	font-family: Lato, 'Helvetica Neue', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 1rem 0;
	padding: 1rem 2rem;
	text-decoration: none;
	vertical-align: bottom;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.button:focus,
input[type='submit']:focus,
button:focus,
.button--neutral:focus,
input[type='submit'].button--neutral:focus,
button.button--neutral:focus,
.button--success:focus,
input[type='submit'].button--success:focus,
button.button--success:focus,
.button--alert:focus,
input[type='submit'].button--alert:focus,
button.button--alert:focus {
	outline: 0;
}
.button,
input[type='submit'],
button {
	background: #fff;
	color: #1f0d46;
	border: 1px solid #1f0d46;
	-webkit-box-shadow: 0 2px 4px rgba(50, 50, 50, 0.2);
	box-shadow: 0 2px 4px rgba(50, 50, 50, 0.2);
	-webkit-transition: all 40ms ease-out;
	transition: all 40ms ease-out;
}
@media (min-width: 590px) {
	.button,
	input[type='submit'],
	button {
		display: inline-block;
		margin-right: 1rem;
	}
}
.button:hover,
input[type='submit']:hover,
button:hover {
	background-image: -webkit-linear-gradient(120deg, #ffffff, #ededed);
	background-image: linear-gradient(120deg, #ffffff, #ededed);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button:active,
.button:focus,
input[type='submit']:active,
input[type='submit']:focus,
button:active,
button:focus {
	-webkit-box-shadow: inset 0 2px 4px rgba(50, 40, 60, 0.4);
	box-shadow: inset 0 2px 4px rgba(50, 40, 60, 0.4);
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}
.button--neutral,
input[type='submit'].button--neutral,
button.button--neutral {
	background: #ccd6d2;
	color: #3f4542;
}
.button--neutral:hover,
input[type='submit'].button--neutral:hover,
button.button--neutral:hover {
	background: #030a1b;
	color: #3f4542;
}
.button--neutral:active,
.button--neutral:focus,
input[type='submit'].button--neutral:active,
input[type='submit'].button--neutral:focus,
button.button--neutral:active,
button.button--neutral:focus {
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button--success,
input[type='submit'].button--success,
button.button--success {
	background-color: #39b924;
	color: #fff;
}
.button--success:hover,
input[type='submit'].button--success:hover,
button.button--success:hover {
	background-color: #249c11;
	color: #fff;
}
.button--success:active,
.button--success:focus,
input[type='submit'].button--success:active,
input[type='submit'].button--success:focus,
button.button--success:active,
button.button--success:focus {
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button--alert,
input[type='submit'].button--alert,
button.button--alert {
	background-color: #f3490d;
	color: #fff;
}
.button--alert:hover,
input[type='submit'].button--alert:hover,
button.button--alert:hover {
	background-color: #d33e09;
	color: #fff;
}
.button--alert:active,
.button--alert:focus,
input[type='submit'].button--alert:active,
input[type='submit'].button--alert:focus,
button.button--alert:active,
button.button--alert:focus {
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
figure {
	display: inline-block;
	margin-bottom: 1rem;
	width: 100%;
}
@media (min-width: 36.875rem) {
	figure.is-left {
		clear: left;
		float: left;
		padding-right: 1rem;
		max-width: 50%;
		width: auto;
	}
}
@media (min-width: 36.875rem) {
	figure.is-right {
		clear: right;
		float: right;
		padding-left: 1rem;
		max-width: 50%;
		width: auto;
	}
}
figure img {
	display: block;
	max-width: 100%;
	margin: auto;
}
figure figcaption {
	color: #030a1b;
}
input[type='search'] {
	-webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='tel'],
input[type='url'],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #030a1b;
	color: inherit;
	display: block;
	font-family: Lato, 'Helvetica Neue', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0;
	padding: 0.5rem;
	vertical-align: baseline;
	width: 100%;
}
input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
	border: 1px solid #030a1b;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	outline: 0;
}
textarea {
	display: block;
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
select {
	-webkit-appearance: menulist;
	height: 2.85rem;
}
legend {
	border: 0;
	display: block;
}
ul.form {
	list-style: none;
	margin: 0 0 1rem 0;
}
ul.form > li:before,
ul.form > li:after {
	content: '';
	display: table;
}
ul.form > li:after {
	clear: both;
}
ul.form > li > label {
	clear: left;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding-top: 0.5rem;
	text-align: left;
}
@media (min-width: 36.875rem) {
	ul.form > li > label {
		float: left;
		width: 31.25%;
		margin-left: 0;
		margin-right: 2.08333%;
		text-align: right;
	}
}
ul.form > li > label:hover {
	color: #232725;
}
ul.form div.form--fields {
	margin-bottom: 0.5rem;
}
@media (min-width: 36.875rem) {
	ul.form div.form--fields {
		float: left;
		width: 66.66667%;
		margin-left: 0;
		margin-right: 0;
	}
}
ul.form div.form--fields p,
ul.form div.form--fields small {
	display: block;
	margin: 0.25rem 0;
}
ul.form div.form--fields p.form--description {
	margin: 0.5rem 0;
}
ul.form--checklist {
	list-style: none;
	margin: 0.5rem 0;
}
ul.form--checklist li {
	margin: 0.5rem 0;
}
ul.form--checklist input {
	margin-right: 0.5rem;
}
ul.form--checklist label {
	cursor: pointer;
}
ul.form--checklist label:hover {
	color: #232725;
}
li.form--error label {
	color: #f3490d;
}
li.form--error label:hover {
	color: #d33e09;
}
li.form--error input,
li.form--error input:focus {
	border: 1px solid #f3490d;
	-webkit-box-shadow: 0 0 3px #f3490d;
	box-shadow: 0 0 3px #f3490d;
}
li.form--error ul.form--errors {
	color: #f3490d;
	list-style: none;
	margin: 0.25rem 0;
}
li.form--error ul.form--errors li {
	font-size: 0.875rem;
}
.label,
.label--neutral,
.label--success,
.label--alert {
	border-radius: 0.125rem;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.1rem 0.25rem;
}
.label {
	background: #0cf;
	color: #fff;
}
.label--neutral {
	background: #ccd6d2;
	color: #3f4542;
}
.label--success {
	background-color: #39b924;
	color: #fff;
}
.label--alert {
	background-color: #f3490d;
	color: #fff;
}
ul.messages,
div.message {
	list-style: none;
	margin: 0 0 1rem 0;
}
li.message,
div.message,
li.message--neutral,
div.message--neutral,
li.message--success,
div.message--success,
li.message--alert,
div.message--alert {
	border-radius: 0.125rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	padding: 0.5rem 0.75rem;
	vertical-align: baseline;
}
li.message,
div.message {
	background: #0cf;
	color: #fff;
}
li.message--neutral,
div.message--neutral {
	background: #ccd6d2;
	color: #3f4542;
}
li.message--success,
div.message--success {
	background: #39b924;
	color: #fff;
}
li.message--alert,
div.message--alert {
	background: #f3490d;
	color: #fff;
}
ul.pagination {
	font-size: 0.875rem;
	list-style: none;
	margin: 0 0 1rem 0;
	text-align: center;
}
ul.pagination li {
	display: inline-block;
	margin-bottom: 0.25rem;
}
ul.pagination li.pagination--gap {
	background: 0 0;
	padding: 0.25rem 0.5rem;
}
ul.pagination li.is-selected a {
	background: #0cf;
	color: #fff;
}
ul.pagination li.is-selected a:hover {
	background: #030a1b;
	color: #fff;
}
ul.pagination li.is-selected a:active,
ul.pagination li.is-selected a:focus {
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
ul.pagination a {
	background: #ccd6d2;
	border-radius: 0.125rem;
	color: #3f4542;
	display: block;
	padding: 0.25rem 0.5rem;
}
ul.pagination a:hover {
	background: #030a1b;
	color: #3f4542;
}
ul.pagination a:active,
ul.pagination a:focus {
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.panel,
.panel--callout {
	background: #eef2f0;
	border-radius: 0.125rem;
	margin-bottom: 1rem;
	padding: 1rem;
}
.panel--callout {
	background: #0cf;
	color: #fff;
}
blockquote {
	color: #030a1b;
	font: italic 1.125rem Georgia, serif;
	line-height: 1.5em;
	margin-bottom: 1rem;
	padding: 0 0 0 2.5rem;
	position: relative;
	quotes: none;
}
blockquote:before {
	content: '\201C';
	display: block;
	font-size: 5rem;
	left: -0.5rem;
	position: absolute;
	top: 1.5rem;
}
blockquote cite {
	display: block;
	font-size: 0.875rem;
}
blockquote cite:before {
	content: '\2014 \0020';
}
table {
	border: 1px solid #030a1b;
	border-collapse: separate;
	border-radius: 0.125rem;
	border-spacing: 0;
	margin-bottom: 1rem;
	width: 100%;
}
thead th {
	background: #fff;
	font-weight: 700;
	padding: 0.5rem;
	text-align: left;
}
tbody tr:nth-child(2n + 2) {
	background: #fff;
}
tbody td {
	border-left: 1px solid #ccd6d2;
	border-top: 1px solid #ccd6d2;
	padding: 0.5rem;
}
tbody td:first-child {
	border-left: 0;
}
div.tabs {
	text-align: center;
}
div.tabs ul {
	background: #ccd6d2;
	border-radius: 0.125rem;
	display: inline-block;
	list-style: none;
	margin: 0;
	text-align: center;
}
div.tabs ul:before,
div.tabs ul:after {
	content: '';
	display: table;
}
div.tabs ul:after {
	clear: both;
}
div.tabs li {
	float: left;
}
div.tabs li:first-child a {
	border-radius: 0.125rem 0 0 0.125rem;
}
div.tabs li:last-child a {
	border-radius: 0 0.125rem 0.125rem 0;
}
div.tabs a {
	color: #3f4542;
	display: block;
	padding: 0.5rem 0.75rem;
}
div.tabs a:hover {
	background: #030a1b;
	color: #3f4542;
}
div.tabs a:active,
div.tabs a:focus {
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
div.tabs li.is-selected a {
	background: #0cf;
	color: #fff;
	font-weight: 700;
}
div.tabs li.is-selected a:hover {
	background: #030a1b;
	color: #fff;
}
div.tabs li.is-selected a:active,
div.tabs li.is-selected a:focus {
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes header {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(2) rotate(-16deg);
		transform: scale(1.5) rotate(-16deg);
	}
}
@keyframes header {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(2) rotate(-16deg);
		transform: scale(1.5) rotate(-16deg);
	}
}
@-webkit-keyframes headercontent {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes headercontent {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
header {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #010e2d;
}
.header--image {
	-webkit-animation: header 10s ease-in-out;
	animation: header 10s ease-in-out;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: 20;
	animation-iteration-count: 20;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/back.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	display: table;
}

.header--contentwrapper {
	z-index: 3;
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
}
.header--content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.header--logo {
	background-image: url(../images/logo1.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	margin: auto;
	position: relative;
	display: block;
}
@media (min-width: 36.875rem) {
	.header--logo {
		width: 240px;
		height: 240px;
	}
}
.header--logo h1 {
	text-indent: -999em;
}

.header--continue {
	z-index: 3;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 103px;
	background-image: url(../images/shape3.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
	fill: #0cf;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.header--continue:hover {
	opacity: 0.75;
}
@media (min-width: 92.5rem) {
	.header--continue {
		height: 99px;
		width: 99px;
	}
}
.product {
	property: value;
}
@media (min-width: 36.875rem) {
	.product {
		property: value;
	}
}
.product:hover {
	property: value;
}
.product.is-open {
	property: value;
}
.product strong {
	property: value;
}
.product--details {
	property: value;
}
.pile {
	width: 100%;
	background: rgba(0, 204, 255, 0.9);
	padding: 2rem;
	border-top: 1px solid #000;
}
@media (min-width: 36.875rem) {
	.pile {
		-webkit-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		position: absolute;
		top: 66%;
		bottom: 0;
		width: 25%;
		padding: 2rem;
		background: rgba(0, 0, 0, 0.5);
		border-right: 1px solid #0cf;
		border-top: none;
		overflow: hidden;
	}
	@media screen and (min-height: 880px) {
		.pile {
			top: 50%;
		}
	}
}
.pile1 {
	left: 0;
}
@media (min-width: 36.875rem) {
	.pile1.is-large {
		top: 0;
		width: 40%;
		background-color: #030a1b;
		color: #fff;
	}
	.pile1.is-large .pile--links li {
		opacity: 1;
	}
	.pile1.is-large h3 {
		color: #000;
		font-size: 3rem;
		font-weight: lighter;
		font-weight: 100;
		text-transform: none;
	}
	.pile1.is-large h3.relations {
		opacity: 1;
		margin-bottom: 0;
	}
}
@media (min-width: 36.875rem) {
	.pile1.is-pile2-active {
		width: 20%;
		border: none;
	}
}
@media (min-width: 36.875rem) {
	.pile1.is-pile3-active {
		width: 20%;
	}
}
@media (min-width: 36.875rem) {
	.pile1.is-pile4-active {
		width: 20%;
	}
}
@media (min-width: 36.875rem) {
	.pile1 h3.relations {
		opacity: 0;
	}
}
.pile2 {
	left: 25%;
}
@media (min-width: 36.875rem) {
	.pile2.is-large {
		top: 0;
		width: 40%;
		left: 20%;
		background-color: #030a1b;
		color: #fff;
	}
	.pile2.is-large .pile--links li {
		opacity: 1;
	}
	.pile2.is-large h3 {
		color: #000;
		font-size: 3rem;
		font-weight: lighter;
		font-weight: 100;
		text-transform: none;
	}
}
@media (min-width: 36.875rem) {
	.pile2.is-pile1-active {
		left: 40%;
		width: 20%;
	}
}
@media (min-width: 36.875rem) {
	.pile2.is-pile3-active {
		left: 20%;
		width: 20%;
		border: none;
	}
}
@media (min-width: 36.875rem) {
	.pile2.is-pile4-active {
		left: 20%;
		width: 20%;
	}
}
.pile3 {
	left: 50%;
}
@media (min-width: 36.875rem) {
	.pile3.is-large {
		top: 0;
		width: 40%;
		left: 40%;
		background-color: #030a1b;
	}
	.pile3.is-large .pile--links li {
		opacity: 1;
	}
	.pile3.is-large h3 {
		color: #000;
		font-size: 3rem;
		font-weight: lighter;
		font-weight: 100;
		text-transform: none;
	}
}
@media (min-width: 36.875rem) {
	.pile3.is-pile1-active {
		left: 60%;
		width: 20%;
	}
}
@media (min-width: 36.875rem) {
	.pile3.is-pile2-active {
		left: 60%;
		width: 20%;
	}
}
@media (min-width: 36.875rem) {
	.pile3.is-pile4-active {
		left: 40%;
		width: 20%;
		border: none;
	}
}
.pile4 {
	left: 75%;
	border-right: none;
}
@media (min-width: 36.875rem) {
	.pile4.is-large {
		top: 0;
		width: 40%;
		left: 60%;
		background-color: #030a1b;
	}
	.pile4.is-large .pile--links li {
		opacity: 1;
	}
	.pile4.is-large h3 {
		color: #000;
		font-size: 3rem;
		font-weight: lighter;
		font-weight: 100;
		text-transform: none;
	}
}
@media (min-width: 36.875rem) {
	.pile4.is-pile1-active {
		left: 80%;
		width: 20%;
	}
}
@media (min-width: 36.875rem) {
	.pile4.is-pile2-active {
		left: 80%;
		width: 20%;
	}
}
@media (min-width: 36.875rem) {
	.pile4.is-pile3-active {
		left: 80%;
		width: 20%;
	}
}
.pile--info p {
	color: #000;
	font-size: 1rem;
	opacity: 0.5;
}
.pile--links {
	list-style: none;
	margin: 0;
	margin-bottom: 2rem;
}
.pile--links li {
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 1;
	margin-bottom: 0.5rem;
	border-radius: 1rem 0 1rem 0;
}
@media (min-width: 36.875rem) {
	.pile--links li {
		opacity: 0;
	}
}
.pile--links li:nth-child(1) {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.pile--links li:nth-child(2) {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.pile--links li:nth-child(3) {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.pile--links li:nth-child(4) {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}
.pile--links li:nth-child(5) {
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}
.pile--links li:nth-child(6) {
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}
.pile--links a {
	font-weight: 700;
	display: block;
	color: #fff;
	background: #0cf;
	padding: 1rem;
	padding-left: 1.5rem;
	border-radius: 1rem 0 1rem 0;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.pile--links a:hover {
	background: #000;
}
.photo {
	margin: auto;
	height: 12.5rem;
	width: 20rem;
	background-image: url(../images/aldertgreydanus4.jpg);
	background-size: cover;
	background-position: center center;
	margin-top: 2rem;
}

@media (min-width: 960px) {
	.photo {
		height: 20rem;
		width: 32rem;
		margin-top: 10rem;
	}
}

@media (min-width: 1480px) {
	.photo {
		height: 20rem;
		width: 32rem;
		margin-top: 15rem;
	}
}

.wrapstitch {
	-webkit-box-shadow: 0 0 3px 10px #000;
	box-shadow: 0 0 3px 10px #000;
}
.stitch {
	background: #fff;
	padding: 10px;
	margin: 100px;
	display: block;
	height: 100px;
	border: 2px dashed #000;
	-webkit-box-shadow: 0 0 10px 10px #fff;
	box-shadow: 0 0 10px 10px #fff;
}
ul.portfolio {
	margin: 0;
	margin-top: -3rem;
	list-style: none;
	margin-bottom: 3rem;
}
ul.portfolio:before,
ul.portfolio:after {
	content: '';
	display: table;
}
ul.portfolio:after {
	clear: both;
}
ul.portfolio li {
	-webkit-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	height: 20rem;
	position: relative;
	overflow: hidden;
}
@media (min-width: 590px) {
	ul.portfolio li {
		float: left;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		height: 22rem;
	}
}
@media (min-width: 769px) {
	ul.portfolio li {
		height: 28rem;
	}
}
@media (min-width: 960px) {
	ul.portfolio li {
		float: left;
		width: 33.33333%;
		margin-left: 0;
		margin-right: 0;
		height: 20rem;
	}
}
@media (min-width: 1480px) {
	ul.portfolio li {
		height: 28rem;
	}
}
ul.portfolio li:hover {
	cursor: pointer;
}
ul.portfolio li:hover .portfolio--item {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
ul.portfolio li:hover .portfolio--item:after {
	opacity: 0.5;
}
ul.portfolio li:hover .portfolio--description {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
ul.portfolio li:active .portfolio--item,
ul.portfolio li:focus .portfolio--item {
	position: fixed;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 4;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
ul.portfolio li:active .portfolio--item:after,
ul.portfolio li:focus .portfolio--item:after {
	opacity: 0;
}
.portfolio--item {
	-webkit-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: none;
	z-index: 1;
}
.portfolio--item:after {
	-webkit-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	content: '';
	position: absolute;
	display: block;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background-color: #fff;
}

.portfolio--item.feedbackfly {
	background-image: url(../images/portfolio/feedbackfly.jpg);
}
.portfolio--item.taxksi {
	background-image: url(../images/portfolio/taxksi.jpg);
}
.portfolio--item.madd {
	background-image: url(../images/portfolio/madd.jpg);
}
.portfolio--item.maximaaljezelf {
	background-image: url(../images/portfolio/maximaaljezelf.jpg);
}
.portfolio--item.kalendra {
	background-image: url(../images/portfolio/kalendra.jpg);
}
.portfolio--item.kiss {
	background-image: url(../images/portfolio/kiss.jpg);
}
.portfolio--item.senangaplatform {
	background-image: url(../images/portfolio/senangaplatform.jpg);
}
.portfolio--item.senangasite {
	background-image: url(../images/portfolio/senangasite.jpg);
}
.portfolio--item.odysseymomentum {
	background-image: url(../images/portfolio/odysseymomentum.jpg);
}
.portfolio--item.cherrytwist {
	background-image: url(../images/portfolio/cherrytwist.jpg);
}
.portfolio--item.weseedo {
	background-image: url(../images/portfolio/weseedo.jpg);
}
.portfolio--item.voys {
	background-image: url(../images/portfolio/voys.jpg);
}
.portfolio--item.hanze {
	background-image: url(../images/portfolio/hanzeuniversity.jpg);
}
.portfolio--item.drenthe {
	background-image: url(../images/portfolio/drenthe.jpg);
}
.portfolio--item.drentheapp {
	background-image: url(../images/portfolio/drentheapp.jpg);
}
.portfolio--item.lgapp {
	background-image: url(../images/portfolio/lgapp.jpg);
}
.portfolio--item.voysapp {
	background-image: url(../images/portfolio/voysapp.jpg);
}
.portfolio--item.aliensrockets {
	background-image: url(../images/portfolio/aliensrockets.jpg);
}
.portfolio--item.sneltrein {
	background-image: url(../images/portfolio/sneltrein.jpg);
}
.portfolio--item.startership {
	background-image: url(../images/portfolio/startership.jpg);
}
.portfolio--item.fitforfree {
	background-image: url(../images/portfolio/fitforfreeapp.jpg);
}
.portfolio--description {
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-transform: translateX(-20rem);
	-ms-transform: translateX(-20rem);
	transform: translateX(-20rem);
	background-image: -webkit-linear-gradient(120deg, #12143d, #1f0d46);
	background-image: linear-gradient(120deg, #12143d, #1f0d46);
	padding: 1.5rem;
	position: absolute;
	bottom: 2rem;
	left: 0;
	z-index: 3;
	-webkit-box-shadow: 0 2px 6px rgba(50, 40, 60, 0.2);
	box-shadow: 0 2px 6px rgba(50, 40, 60, 0.2);
	border-radius: 0 0 1rem 0;
}
@media (min-width: 1480px) {
	.portfolio--description {
		padding: 2rem;
		-webkit-transform: translateX(-24rem);
		-ms-transform: translateX(-24rem);
		transform: translateX(-24rem);
	}
}
.portfolio--description strong {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
@media (min-width: 1480px) {
	.portfolio--description strong {
		font-size: 1.313rem;
	}
}
.portfolio--description small {
	color: #fff;
	display: block;
	opacity: 0.5;
}
@media (min-width: 1480px) {
	.portfolio--description small {
		font-size: 1rem;
	}
}
.portfolio--url {
	/*z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
	width: 2rem;
	height: 2rem;
	background-image: url(../images/shape.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	fill: #0cf;
	-webkit-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);*/
	display: none;
}
@media (min-width: 1480px) {
	.portfolio--url {
		width: 3rem;
		height: 3rem;
	}
}
.portfolio--url:hover {
	opacity: 0.75;
	width: 2.25rem;
	height: 2.25rem;
}
@media (min-width: 1480px) {
	.portfolio--url:hover {
		width: 3rem;
		height: 3rem;
	}
}
ul.experience {
	list-style: none;
	margin: 0;
	padding-bottom: 2.6rem;
	position: relative;
	line-height: 2rem;
}
ul.experience:before,
ul.experience:after {
	content: '';
	display: table;
}
ul.experience:after {
	clear: both;
}
ul.experience:before {
	content: '';
	display: block;
	height: 1px;
}
@media (min-width: 590px) {
	ul.experience:before {
		background-image: -webkit-linear-gradient(120deg, #12143d, #1f0d46);
		background-image: linear-gradient(120deg, #12143d, #1f0d46);
	}
}
ul.experience:hover {
	background-image: -webkit-linear-gradient(120deg, #ffffff, #ededed);
	background-image: linear-gradient(120deg, #ffffff, #ededed);
}
ul.experience li {
	padding: 1rem;
	vertical-align: bottom;
}
ul.experience li:first-child {
	text-align: center;
	background-color: #5200a6;
	background-image: -webkit-linear-gradient(120deg, #12143d, #1f0d46);
	background-image: linear-gradient(120deg, #12143d, #1f0d46);
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0 0 1rem 0;
	width: calc(50% + 2rem);
	float: left;
	margin-left: -2rem;
}
@media (min-width: 590px) {
	ul.experience li:first-child {
		float: left;
		width: 20.83333%;
		margin-left: 0;
		margin-right: 0;
		border-radius: 0 0 0 1rem;
	}
}
ul.experience li:nth-child(2) {
	font-weight: 700;
	font-size: 1.5rem;
	color: #030a1b;
	padding: 6rem 0 0 2rem;
}
@media (min-width: 590px) {
	ul.experience li:nth-child(2) {
		float: left;
		width: 29.16667%;
		margin-left: 0;
		margin-right: 0;
		padding: 2rem 0 0 2rem;
	}
}
@media (min-width: 960px) {
	ul.experience li:nth-child(2) {
		padding: 2rem 0 0 3rem;
	}
}
ul.experience li:nth-child(3) {
	padding: 1rem 0 0 2rem;
	position: relative;
	font-weight: 400;
	font-size: 1.125rem;
}
@media (min-width: 590px) {
	ul.experience li:nth-child(3) {
		float: left;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		padding: 2rem 0 0 2rem;
		top: 4px;
	}
}
ul.skills {
	list-style: none;
	margin: 0;
}
ul.skills li {
	display: inline-block;
	padding: 0.5rem 2rem;
	font-weight: 900;
	border-right: 1px solid #0cf;
}
@media print {
	@page {
		margin: 2cm;
	}
	* {
		background: transparent !important;
		color: #000 !important;
		text-shadow: none !important;
		-webkit-filter: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	pre,
	blockquote {
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
