

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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}
mark {
	background-color: transparent;
	color: inherit;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}
body {
	-ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	overflow-x: hidden;
}
body {
	background: #ffffff;
	overflow-x: hidden;
}
body.is-preload *, body.is-preload *:before, body.is-preload *: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;
}

@font-face {font-family: "Microgramma";
  src: url("microgramma.eot"); /* IE9*/
  src: url("../fnt/microgramma.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fnt/microgramma.woff2") format("woff2"), /* chrome?firefox */
  url("../fnt/microgramma.woff") format("woff"), /* chrome?firefox */
  url("../fnt/microgramma.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  url("../fnt/microgramma.svg#MicrogrammaD-BoldExte") format("svg"); /* iOS 4.1- */
}

body {
	-webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* Typography */

html {
	font-size: 18pt;
}

@media screen and (max-width: 1920px) {
   html {
    font-size: 13pt;
   }
}
 @media screen and (max-width: 1152px) {
   html {
    font-size: 14pt;
   }
}
@media screen and (max-width: 736px) {
   html {
    font-size: 12pt;
   }
}
@media screen and (max-width: 480px) {
   html {
    font-size: 11pt;
   }
}

body {
	background-color: #ffffff;
	color: #000000;
}

body, input, select, textarea {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.0375em;
	line-height: 2;
}
a {
	-moz-transition: border-bottom-color 0.25s ease-in-out;
	-webkit-transition: border-bottom-color 0.25s ease-in-out;
	-ms-transition: border-bottom-color 0.25s ease-in-out;
	transition: border-bottom-color 0.25s ease-in-out;
	text-decoration: none;
	color: #000000;
	border-bottom: dotted 1px;
}
a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
strong, b {
	font-weight: 600;
	color: #000000;
}
em, i {
	font-style: italic;
}
p {
	margin: 0 0 2rem 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 0.175em;
	line-height: 1.75;
	margin: 0 0 1.5rem 0;
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h1 {
	font-family: "Microgramma",Helvetica, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 1.5rem 0;
	text-transform: none;
}
h2 {
	font-size: 1.25rem;
	font-weight: 800;
	margin: 0 0 2rem 0;
}
h3 {
	font-size: 0.875rem;
}
h4 {
	font-size: 0.875rem;
}
h5 {
	font-size: 0.75rem;
}
h6 {
	font-size: 0.625rem;
}

#wrapper section > header h1, #wrapper section > header h2, #wrapper section > header h3, #wrapper section > header h4 {
	color: #fff;
}

 @media screen and (max-width: 736px) {
 h1 {
 font-size: 3.5rem;
 line-height: 1.1;
}
 h2 {
 font-size: 1.25rem;
 line-height: 1.7;
}
 h3 {
 font-size: 0.9rem;
}
 h4 {
 font-size: 0.75rem;
}
 h5 {
 font-size: 0.675rem;
}
}
 @media screen and (max-width: 360px) {
 h1 {
 font-size: 3rem;
}
 h2 {
 font-size: 1.125rem;
}
 h3 {
 font-size: 0.8rem;
}
 h4 {
 font-size: 0.675rem;
}
 h5 {
 font-size: 0.675rem;
}
}
sub {
	font-size: 0.8rem;
	position: relative;
	top: 0.5rem;
}
sup {
	font-size: 0.8rem;
	position: relative;
	top: -0.5rem;
}
blockquote {
	border-left: solid 0.5rem rgba(144, 144, 144, 0.25);
	font-style: italic;
	margin: 0 0 2rem 0;
	padding: 1rem 0 1rem 2rem;
}
code {
	background: rgba(144, 144, 144, 0.1);
	border-radius: 0.325rem;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0.25rem;
	padding: 0.25rem 0.65rem;
}
pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0 2rem 0;
	width: 100%;
}
pre code {
	display: block;
	line-height: 1.75;
	padding: 1rem 1.5rem;
	overflow-x: auto;
}
hr {
	border: 0;
	border-bottom: solid 2px rgba(144, 144, 144, 0.25);
	margin: 3rem 0;
}

/* Row */
.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}
.row > * {
	box-sizing: border-box;
}

.row {
	margin-top: 0;
	margin-left: -2rem;
}
.row > * {
	padding: 0 0 0 2rem;
}

@media screen and (max-width: 1920px) {
.row {
 display: flex;
 flex-wrap: wrap;
 box-sizing: border-box;
 align-items: stretch;
}
.row > * {
 box-sizing: border-box;
}
.row {
 margin-top: 0;
 margin-left: -2rem;
}
 .row > * {
 padding: 0 0 0 2rem;
}
}
 @media screen and (max-width: 1280px) {
.row {
 display: flex;
 flex-wrap: wrap;
 box-sizing: border-box;
 align-items: stretch;
}
.row > * {
 box-sizing: border-box;
}

.row {
 margin-top: 0;
 margin-left: -1.5rem;
}
 .row > * {
 padding: 0 0 0 1.5rem;
}

}
 @media screen and (max-width: 1152px) {
 .row {
 display: flex;
 flex-wrap: wrap;
 box-sizing: border-box;
 align-items: stretch;
}
 .row > * {
 box-sizing: border-box;
}
 .row {
 margin-top: 0;
 margin-left: -1.5rem;
}
 .row > * {
 padding: 0 0 0 1.5rem;
}
}
 @media screen and (max-width: 736px) {
 .row {
 display: flex;
 flex-wrap: wrap;
 box-sizing: border-box;
 align-items: stretch;
}
.row > * {
 box-sizing: border-box;
}
 .row {
 margin-top: 0;
 margin-left: -1.25rem;
}
 .row > * {
 padding: 0 0 0 1.25rem;
}

}
@media screen and (max-width: 480px) {
.row {
 display: flex;
 flex-wrap: wrap;
 box-sizing: border-box;
 align-items: stretch;
}
.row > * {
 box-sizing: border-box;
}
 .row {
 margin-top: 0;
 margin-left: -1.25rem;
}
 .row > * {
 padding: 0 0 0 1.25rem;
}

}

/* Wrapper */

#wrapper {
	position: relative;
	width: 100vw;
	padding: 0 0 10rem 0;
	/* padding: 0; */
}

#wrapper:before {
	background-color: rgb(167,153,198);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50vw;
	z-index: -1;
}
#wrapper section {
	display: grid;
	grid-template-areas: "header content" "footer content";
	grid-template-columns: 50vw 50vw;
	grid-template-rows: 1fr;
}
#wrapper section:first-child {
	margin-top: 0;
}
#wrapper section > header {
	grid-area: header;
	justify-self: end;
	text-align: right;
	color: #fff;
}

@media screen and (min-width: 1153px) {
#wrapper section .content {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 100vh; */
  align-items: center;
  justify-content: center;
}
#wrapper section .content main {
  padding-top: 5.5rem;	
}
}
#wrapper section > header h2 {
	margin: 0 0 5rem 0;
}
#wrapper section > header h1 + p {
	font-family: Helvetica, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.175em;
	line-height: 2.5;
	text-transform: uppercase;
}
#wrapper section > header ul.actions {
	justify-content: flex-end;
}
#wrapper section > .content {
	grid-area: content;
	max-width: 60rem;
	position: relative;
}
#wrapper section > footer {
	grid-area: footer;
	text-align: right;
}
#wrapper section > footer ul.actions {
	justify-content: flex-end;
}
#wrapper > section {
	position: relative;
}

#wrapper > section > header:before {
	background: #fff;
	content: '';
	display: block;
	margin-top: 1rem;
	position: absolute;
	width: 2px;
}

#wrapper > section > header h1, #wrapper > section > header h2 {
	position: relative;
}

#wrapper > section > header h1:before, #wrapper > section > header h2:before {
	background: #fff;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 1rem;
}
#wrapper > section > header h1:after, #wrapper > section > header h2:after {
	background: #fff;
	border-radius: 0.5rem;
	content: '';
	display: block;
	height: 0.5rem;
	position: absolute;
	top: 0.75rem;
	width: 0.5rem;
}

#wrapper > section > header h1 {
	margin-top: -2rem;
}
#wrapper > section > header h1:before {
	top: 3rem;
}
#wrapper > section > header h1:after {
	top: 2.75rem;
}
#wrapper > section > .content > section {
	position: relative;
}
#wrapper > section > .content > section:first-child {
	margin-top: 6rem;
}
#wrapper > section.intro {
	align-items: center;
}
#wrapper > section.intro > header {
	padding-top: 4rem;
	width: 100%;
}
#wrapper > section.intro > header > * {
	margin-left: auto;
}
#wrapper > section.intro > header:before {
	left: auto;
}
#wrapper > section.intro > .content {
	height: auto;
	max-width: none;
}
 @media screen and (min-width: 1153px) {
#wrapper > section.intro > .content {
	height: 100vh;
}
 }
#wrapper > section:last-of-type > header:before {
	height: 100%;
}

#wrapper > section:last-of-type > header:after {
	background: #fff;
	border-radius: 0.5rem;
	bottom: -1.5rem;
	content: '';
	display: block;
	height: 0.5rem;
	position: absolute;
	width: 0.5rem;
	z-index: 1;
}

#wrapper .copyright {
	color: rgba(0, 0, 0, 0.25);
	font-size: 1rem;
	left: 50vw;
	position: relative;
	width: 50vw;
}
#wrapper .copyright a {
	color: inherit;
}
#wrapper section {
	margin: 7.5rem 0 0 0;
}
#wrapper section > header {
	padding: 0 10rem 0 5rem;
	width: 35rem;
}
#wrapper section > .content {
	padding: 0 5rem;
}
#wrapper section > footer {
	padding: 0 10rem;
}

#wrapper > section > header:before {
	height: calc(100% + 10rem);
	left: calc(50vw - 5rem);
}

#wrapper > section > header h1:before, #wrapper > section > header h2:before {
	right: -5rem;
	width: 2.5rem;
}
#wrapper > section > header h1:after, #wrapper > section > header h2:after {
	right: -2.5rem;
}
#wrapper > section > .content > section {
	left: calc(-50vw - 5rem);
}
#wrapper > section > .content > section > header {
	width: 32rem;
}
#wrapper > section.intro > header > * {
	width: 25rem;
}
#wrapper > section.intro > header:before {
	margin-left: calc(50vw - 10rem);
}
 @media screen and (max-width: 1152px) {
 #wrapper > section.intro > header > * {
 width: 100%;
}
 #wrapper > section.intro > header:before {
 margin-left: 0;
}
}
#wrapper > section:last-of-type > header:after {
	left: calc(50vw - 5rem - 0.25rem + 1px);
}
#wrapper .copyright {
	padding: 0 5rem;
}
 @media screen and (max-width: 1280px) {
 #wrapper {
 padding: 0 0 8rem 0;
}
 #wrapper section {
 margin: 6rem 0 0 0;
}
 #wrapper section > header {
 padding: 0 6rem 0 4rem;
 width: 33rem;
}
 #wrapper section > .content {
 padding: 0 4rem;
}
 #wrapper section > footer {
 padding: 0 8rem;
}
 #wrapper > section > header:before {
 height: calc(100% + 8rem);
 left: calc(50vw - 4rem);
}
 #wrapper > section > header h1:before, #wrapper > section > header h2:before {
 right: -4rem;
 width: 2rem;
}
 #wrapper > section > header h1:after, #wrapper > section > header h2:after {
 right: -2rem;
}
 #wrapper > section > .content > section {
 left: calc(-50vw - 4rem);
}
 #wrapper > section > .content > section > header {
 width: 30rem;
}
 #wrapper > section.intro > header > * {
 width: 25rem;
}
 #wrapper > section.intro > header:before {
 margin-left: calc(50vw - 8rem);
}
}
 @media screen and (max-width: 1280px) and (max-width: 1152px) {
 #wrapper > section.intro > header > * {
 width: 100%;
}
 #wrapper > section.intro > header:before {
 margin-left: 0;
}
}
 @media screen and (max-width: 1280px) {
 #wrapper > section:last-of-type > header:after {
 left: calc(50vw - 4rem - 0.25rem + 1px);
}
 #wrapper .copyright {
 padding: 0 4rem;
}
}
 @media screen and (max-width: 1152px) {
 #wrapper {
 padding: 0;
}
 #wrapper:before {
 display: none;
}
 #wrapper section {
 grid-template-areas: "header" "content" "footer";
 grid-template-columns: 1fr;
 grid-template-rows: 3fr;
}
 #wrapper section > header {
 justify-self: start;
 padding: 0;
 text-align: left;
 width: 100%;
}
 #wrapper section > header ul.actions {
 justify-content: flex-start;
}
 #wrapper section > .content {
 padding: 0;
 width: 100%;
 overflow-x: hidden;
}
 #wrapper section > footer {
 padding: 0;
 text-align: left;
}
 #wrapper section > footer ul.actions {
 justify-content: flex-start;
}
 #wrapper > section {
 margin: 0;
}
 #wrapper > section > header {
 background-attachment: fixed;
 background-color: rgb(167,153,198);
}
 #wrapper > section > header > * {
 max-width: 28rem;
}
 #wrapper > section > header > :last-child {
 margin-bottom: 0;
}
 #wrapper > section > header:before {
 display: none;
}
 #wrapper > section > header h1:before, #wrapper > section > header h2:before {
 display: none;
}
 #wrapper > section > header h1:after, #wrapper > section > header h2:after {
 display: none;
}
 #wrapper > section > .content > :last-child {
 margin-bottom: 0;
}
 #wrapper > section > .content > section {
 left: 0;
}
 #wrapper > section > .content > section:first-child {
 margin-top: 0;
}
 #wrapper > section > .content > section > header {
 width: 100%;
}
 #wrapper > section > .content > section:last-child {
 margin-bottom: 0;
}
 #wrapper > section > footer > :last-child {
 margin-bottom: 0;
}
 #wrapper > section.intro {
 margin-bottom: 0;
}
 #wrapper > section.intro > header {
 margin-bottom: 0;
}
 #wrapper > section.intro > header ul.actions {
 display: none;
}
 #wrapper > section.intro > header > * {
 margin-left: 0;
 margin-right: 0;
 width: 100%;
}
 #wrapper > section.intro > header > ul.actions {
 margin-left: -1rem;
}
 #wrapper > section.intro > header:before {
 margin-left: 0;
}
 #wrapper > section:last-of-type > header:after {
 display: none;
}
 #wrapper .copyright {
 left: 0;
 width: 100%;
}
 #wrapper section {
 margin: 6rem 0 0 0;
}
 #wrapper > section {
 margin: 0;
}
 #wrapper > section > header {
 padding: 4rem 4rem;
}
 #wrapper > section > .content {
 padding: 4rem 4rem;
}
 #wrapper > section > .content > section {
 margin: 4rem 0;
}
 #wrapper > section > footer {
 padding: 0 4rem 4rem 4rem;
}
 #wrapper > section.intro > header {
 padding: 8rem 4rem 5rem 4rem;
}
 #wrapper .copyright {
 padding: 0 4rem 4rem 4rem;
}
}
 @media screen and (max-width: 736px) {
 #wrapper section {
 margin: 3rem 0 0 0;
}
 #wrapper > section {
 margin: 0;
}
 #wrapper > section > header {
 padding: 3rem 2rem;
}
 #wrapper > section > .content {
 padding: 3rem 2rem;
}
 #wrapper > section > .content > section {
 margin: 3rem 0;
}
 #wrapper > section > footer {
 padding: 0 2rem 3rem 2rem;
}
 #wrapper > section.intro > header {
 padding: 5.5rem 2rem 2.5rem 2rem;
}
 #wrapper .copyright {
 padding: 0 2rem 2rem 2rem;
}
}
 @media screen and (max-width: 360px) {
 #wrapper section {
 margin: 2.25rem 0 0 0;
}
 #wrapper > section {
 margin: 0;
}
 #wrapper > section > header {
 padding: 2.25rem 1.5rem;
}
 #wrapper > section > .content {
 padding: 2.25rem 1.5rem;
}
 #wrapper > section > .content > section {
 margin: 2.25rem 0;
}
 #wrapper > section > footer {
 padding: 0 1.5rem 2.25rem 1.5rem;
}
 #wrapper > section.intro > header {
 padding: 4.875rem 1.5rem 1.875rem 1.5rem;
}
 #wrapper .copyright {
 padding: 0 1.5rem 1.5rem 1.5rem;
}
}
body.is-mobile #wrapper:before {
	background-attachment: scroll;
	background-position: 50% -3%;
	background-repeat: repeat-y;
	background-size: 150% auto;
}
body.is-mobile #wrapper > section > header {
	background-attachment: scroll;
	background-position: 25% 50%;
}
body.is-mobile #wrapper > section.intro > header {
	background-position: 25% 23%;
}
#wrapper:before {
	transition: opacity 1s ease;
}
body.is-preload #wrapper:before {
	opacity: 0;
}
#wrapper > section.intro {
	transition: opacity 1s ease;
	opacity: 1;
}
#wrapper > section.intro > header {
	transition: transform 1s ease;
}
#wrapper > section.intro > .content {
	transition: transform 1s ease;
}
body.is-preload #wrapper > section.intro {
	opacity: 0;
}
body.is-preload #wrapper > section.intro > header {
	transform: translateY(1rem);
}
body.is-preload #wrapper > section.intro > .content {
	transform: translateY(-1rem);
}
 @media screen and (max-width: 1280px) {
 #wrapper > section.intro > header > * {
 transition: transform 1s ease, opacity 1s ease;
}
 body.is-preload #wrapper > section.intro > header {
 transform: none;
}
 body.is-preload #wrapper > section.intro > header > * {
 transform: translate(-0.5rem);
 opacity: 0;
}
 body.is-preload #wrapper > section.intro > .content {
 transform: none;
}
}
body.is-ie #wrapper section {
	display: flex;
	flex-wrap: wrap;
}
body.is-ie #wrapper section > header {
	width: 50%;
}
body.is-ie #wrapper section > .content {
	width: 50%;
}
body.is-ie #wrapper section > footer {
	width: 50%;
	text-align: left;
	margin-left: 50%;
	padding: 5rem;
}
body.is-ie #wrapper > section > .content > section {
	width: 100vw;
}
 @media screen and (max-width: 1280px) {
 body.is-ie #wrapper section > footer {
 padding: 4rem;
}
}

/* Arrow */

a.arrow {
	border-bottom: 0;
	display: inline-block;
	height: 4rem;
	position: relative;
	width: 6rem;
}

a.arrow .label {
	display: none;
}

a.arrow:before {

	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 512 512'%3E%3Cpath d='M442.53,346.28L293.65,495.16c-0.33,0.33-0.7,0.62-1.05,0.94c-9.16,9.77-22.15,15.9-36.6,15.9 c-14.44,0-27.43-6.13-36.59-15.88c-0.35-0.33-0.72-0.62-1.06-0.96L69.47,346.28c-19.62-19.62-19.62-51.44,0-71.05 c19.62-19.62,51.43-19.62,71.06,0l65.23,65.23V50.24C205.76,22.5,228.25,0,256,0s50.24,22.5,50.24,50.24v290.21l65.23-65.23 c19.62-19.62,51.43-19.62,71.05,0C462.15,294.84,462.15,326.66,442.53,346.28z' fill='%23000000' /%3E%3C/svg%3E");

	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 100%;
	position: relative;
	width: 3rem;
}

ul.items > li {
    padding-left: 0;
    margin: 0 0 3rem 0;
}