
@-webkit-keyframes delay-overflow-hidden {
	from {
		overflow: hidden;
	}
}

@keyframes delay-overflow-hidden {
	from {
		overflow: hidden;
	}
}

body {}

body .ui-front {
	z-index: 105;
}

body .ui-widget {
	font-family: inherit;
	font-size: inherit;
}

body .ui-widget.ui-widget-content {
	border: 0 none !important;
}

body .ui-menu .ui-menu-item, body .ui-menu .ui-menu-item div {
	border-color: transparent !important;
	color: rgba(0, 0, 0, .5);
}

body .ui-menu .ui-menu-item.ui-state-active, body .ui-menu .ui-menu-item div.ui-state-active {
	color: #000;
}

body .ui-widget-content {
	color: #000;
	background-color: #f7f7f7;
}

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	--scroll-behavior: smooth;
	font-family: "scroll-behavior:smooth";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html.disable-smoothscroll {
	scroll-behavior: auto;
	--scroll-behavior: auto;
	font-family: "scroll-behavior:auto";
}

body {
	font: normal normal normal 1.4rem/2.8rem "Mm", Helvetica, Arial, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

:focus {
	outline: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: 0 none;
}

img[data-srcset] {
	opacity: 0;
	-ms-transform: translateY(110px);
	-webkit-transform: translateY(110px);
	transform: translateY(110px);
	transition: opacity .45s, -ms-transform .45s;
	transition: opacity .45s, -webkit-transform .45s;
	transition: opacity .45s, transform .45s;
	-webkit-transition: opacity .45s, -webkit-transform .45s;
}

img.lazyloaded {
	opacity: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

figure img {
	display: block;
	max-width: 100%;
}

input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

p a {
	text-decoration: underline;
}

div, header, section, article, hgroup, footer, aside {
	position: relative;
}

#wrapper {
	position: relative;
	z-index: 103;
	width: 100%;
}

#content::after {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
}

@media screen and (pointer: coarse) {
	#content::after {
		display: none;
	}
}

.center {
	max-width: 1240px;
	padding: 0 55px;
	margin: 0 auto;
}

.box-h {
	padding: 0 5px;
	box-sizing: border-box;
}

.box-v {
	padding: 5px 0;
	box-sizing: border-box;
}

.box {
	padding: 5px;
	box-sizing: border-box;
}

.clear:after, .clear:before, .masonry:after, .masonry:before {
	content: "";
	display: table;
	clear: both;
}

.clear-fix {
	clear: both;
}

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

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

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.preload, .hide {
	display: none;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

@media screen and (max-width: 736px) {
	.center {
		padding: 0 24px;
	}
}

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6 {
	width: 16.66%;
}

.col-1-12 {
	width: 8.33%;
}

.col-2-3 {
	width: 66.66%;
}

.col-2-5 {
	width: 40%;
}

.col-3-4 {
	width: 75%;
}

.col-3-5 {
	width: 60%;
}

.col-4-5 {
	width: 80%;
}

@media screen and (max-width: 414px) {
	[class*='col-'] {
		width: 100%;
	}
}

.hide-line #content .fixed-line {
	opacity: 0;
	transition-duration: 0s;
}

#content {
	background-color: #fff;
	margin-bottom: 100vh;
	min-height: 100vh;
}

#content h1, #content h2, #content h3, #content h4, #content p, #content .table, #content .content .text {
	position: relative;
	z-index: 1;
}

#content h1::before, #content h2::before, #content h3::before, #content h4::before, #content p::before, #content .table::before, #content .content .text::before {
	content: "";
	background-color: #fff;
	position: absolute;
	top: -18px;
	left: -20px;
	right: -20px;
	bottom: -18px;
	z-index: -1;
}

@media screen and (max-width: 736px) {
	#content h1::before, #content h2::before, #content h3::before, #content h4::before, #content p::before, #content .table::before, #content .content .text::before {
		bottom: 0;
	}
}

#content .text p {
	margin-bottom: 2.8rem;
}

#content .text p:last-child {
	margin-bottom: 0;
}

#content .fixed-line {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
	pointer-events: none;
}

#content .fixed-line .center .line {
	height: 5px;
	background-color: #000;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 54px;
	margin: 164px 110px 0 110px;
}

#content .fixed-line + .content-items {
	padding-top: 224px;
}

#content .grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -55px;
	padding-bottom: 55px;
}

#content .grid .grid-sizer {
	width: 8.33%;
}

#content .grid .grid-item.text .content, #content .grid .grid-item.text-table .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 55px 165px;
}

#content .grid .grid-item.text .content h2, #content .grid .grid-item.text-table .content h2 {
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: bold;
	width: 33.33%;
	padding-right: 20px;
	box-sizing: border-box;
}

#content .grid .grid-item.text .content a, #content .grid .grid-item.text-table .content a {
	-webkit-transition: color .33s;
	transition: color .33s;
}

#content .grid .grid-item.text .content a:hover, #content .grid .grid-item.text-table .content a:hover {
	color: rgba(0, 0, 0, .5);
}

#content .grid .grid-item.text .content .text, #content .grid .grid-item.text-table .content .text, #content .grid .grid-item.text .content .table, #content .grid .grid-item.text-table .content .table {
	width: 66.66%;
}

#content .grid .grid-item.text .content .table, #content .grid .grid-item.text-table .content .table {}

#content .grid .grid-item.text .content .table::after, #content .grid .grid-item.text-table .content .table::after {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #000;
	z-index: 1;
}

#content .grid .grid-item.text .content .table .row, #content .grid .grid-item.text-table .content .table .row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-bottom: 5px solid;
}

#content .grid .grid-item.text .content .table .row .cell, #content .grid .grid-item.text-table .content .table .row .cell {
	padding: 12px 15px;
	border-left: 5px solid;
}

#content .grid .grid-item.text .content .table .row .cell:first-child, #content .grid .grid-item.text-table .content .table .row .cell:first-child {
	padding-left: 0;
	border-left: 0 none;
}

#content .grid .grid-item.text .content .table .row .cell:first-child:last-child, #content .grid .grid-item.text-table .content .table .row .cell:first-child:last-child {
	width: 100%;
	padding-right: 0;
}

#content .grid .grid-item.text .content .table form .row:last-child, #content .grid .grid-item.text-table .content .table form .row:last-child {
	border-bottom: 0 none;
}

#content .grid .grid-item.text .content .table form input, #content .grid .grid-item.text-table .content .table form input, #content .grid .grid-item.text .content .table form textarea, #content .grid .grid-item.text-table .content .table form textarea {
	font-size: 1.4rem;
	font-style: italic;
	line-height: 2.8rem;
	font-family: inherit;
	border: 0 none;
	background: none;
	width: 100%;
}

#content .grid .grid-item.text .content .table form input[type=submit], #content .grid .grid-item.text-table .content .table form input[type=submit] {
	font-size: 1.8rem;
	line-height: 3.6rem;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

#content .grid .grid-item.text .content .table form textarea, #content .grid .grid-item.text-table .content .table form textarea {
	resize: vertical;
	height: 8.4rem;
}

#content .grid .grid-item.quote h2 {
	font-family: "Mn";
	font-size: 7.2rem;
	font-weight: bold;
	line-height: 8.4rem;
}

#content .grid .grid-item.quote h3 {
	font-family: "Mn";
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 4.4rem;
	max-width: 620px;
}

#content .grid .grid-item.quote h3[style="text-align: right;"] {
	margin-left: auto;
}

#content .grid .grid-item.quote h4 {
	position: relative;
	top: -6px;
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: bold;
	max-width: 620px;
}

#content .grid .grid-item.quote.large .content {
	padding: 55px 165px;
}

#content .grid .grid-item .content {
	padding: 55px;
}

#content .grid .grid-item.small {
	width: 25%;
}

#content .grid .grid-item.medium {
	width: 50%;
}

#content .grid .grid-item.large {
	width: 75%;
}

#content .grid .grid-item.wide {
	width: 100%;
}

#content .grid .grid-item.square figure {
	padding-bottom: 100%;
}

#content .grid .grid-item.portrait figure {
	padding-bottom: 133%;
}

#content .grid .grid-item.landscape figure {
	padding-bottom: 66.66%;
}

#content .grid .grid-item.landscape figure.iframe-container {
	padding-bottom: 56.25%;
}

#content .grid .grid-item.landscape.wide figure {
	padding-bottom: 56.25%;
}

#content .grid .grid-item figure, #content .grid .grid-item .iframe-container {}

#content .grid .grid-item figure {
	position: relative;
	overflow: hidden;
}

#content .grid .grid-item figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

#content .grid .grid-item figure figcaption {
	position: absolute;
	bottom: 0;
	border-top: 5px solid;
	background-color: #fff;
	width: 100%;
	left: 0;
	z-index: 2;
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: -ms-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transition: -webkit-transform .35s;
}

@media screen and (pointer: coarse) {
	#content .grid .grid-item figure figcaption {
		display: none;
	}
}

#content .grid .grid-item figure figcaption p {
	transition: -ms-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transition: -webkit-transform .35s;
	-ms-transform: translateY(200%);
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	position: relative;
	top: 6px;
}

#content .grid .grid-item figure figcaption p::before {
	display: none;
}

#content .grid .grid-item figure figcaption p a {
	text-decoration: none;
}

#content .grid .grid-item figure:hover {}

#content .grid .grid-item figure:hover figcaption {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#content .grid .grid-item figure:hover figcaption p {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#content .grid .grid-item .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	#content {
		margin-bottom: 0;
	}
	
	#content .fixed-line .center .line {
		margin: 109px 110px 0 110px;
	}
	
	#content .grid {
		margin: 0 -27.5px;
		padding-bottom: 27.5px;
	}
	
	#content .grid .grid-item .content {
		padding: 27.5px;
	}
	
	#content .grid .grid-item.text .content, #content .grid .grid-item.text-table .content, #content .grid .grid-item.quote.large .content {
		padding: 27.5px;
	}
}

@media screen and (max-width: 768px) {
	#content .grid .grid-item.small, #content .grid .grid-item.medium {
		width: 50%;
	}
	
	#content .grid .grid-item.large {
		width: 100%;
	}
	
	#content .grid .grid-item.quote h2 {
		font-size: 4.8rem;
		line-height: 6.4rem;
	}
	
	#content .grid .grid-item.quote h3 {
		font-size: 2.4rem;
		line-height: 4.2rem;
	}
}

@media screen and (max-width: 736px) {
	#content .fixed-line .center .line {
		margin: 78px 85px 0 85px;
	}
	
	#content .grid {
		margin: 0 -12px;
		padding-bottom: 12px;
	}
	
	#content .grid .grid-item .content {
		padding: 12px;
	}
	
	#content .grid .grid-item.small, #content .grid .grid-item.medium {
		width: 100%;
	}
	
	#content .grid .grid-item.text .content h2, #content .grid .grid-item.text-table .content h2 {
		margin-bottom: 2.8rem;
	}
	
	#content .grid .grid-item.text .content h2, #content .grid .grid-item.text-table .content h2, #content .grid .grid-item.text .content .text, #content .grid .grid-item.text-table .content .text, #content .grid .grid-item.text .content .table, #content .grid .grid-item.text-table .content .table {
		width: 100%;
	}
	
	#content .grid .grid-item.text .content, #content .grid .grid-item.text-table .content, #content .grid .grid-item.quote.large .content {
		padding: 12px;
	}
}

@font-face {
	font-family: "Mm";
	src: url("/fonts/mm-bold.woff2") format("woff2"), url("/fonts/mm-bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Mm";
	src: url("/fonts/mm-italic.woff2") format("woff2"), url("/fonts/mm-italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Mm";
	src: url("/fonts/mm-regular.woff2") format("woff2"), url("/fonts/mm-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Mn";
	src: url("/fonts/mn-regular.woff2") format("woff2"), url("/fonts/mn-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Mn";
	src: url("/fonts/mn-bold.woff2") format("woff2"), url("/fonts/mn-bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

#footer {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	background-color: #000;
	color: #fff;
	z-index: -1;
}

#footer a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .22s;
	transition: color .22s;
}

#footer a:hover {
	color: rgba(255, 255, 255, .75);
}

#footer .center {
	height: 100vh;
}

#footer .center .content {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 110px;
}

#footer .center .content .header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 55px;
}

#footer .center .content .header a, #footer .center .content .header button, #footer .center .content .header svg {
	display: block;
}

#footer .center .content .header .line {
	height: 5px;
	background-color: #fff;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 54px;
	margin: 54px 50px 0 50px;
}

#footer .center .content .header .toggle-menu {
	cursor: pointer;
	border: 0 none;
	background: transparent;
}

#footer .center .content .header .toggle-menu .cross {
	opacity: 0;
}

#footer .center .content .inner-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .center .content .inner-content .column {
	width: 50%;
}

#footer .center .content .inner-content .column:nth-child(2) {
	text-align: right;
}

#footer .center .content .inner-content .credits {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1024px) {
	#footer {
		position: relative;
		z-index: 104;
	}
}

@media screen and (max-width: 768px) {
	#footer .center {
		padding: 55px;
		box-sizing: border-box;
	}
	
	#footer .center .content {
		top: 0;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		padding: 0;
	}
}

@media screen and (max-width: 736px) {
	#footer .center {
		padding: 24px;
		height: 100%;
	}
	
	#footer .center .content {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: calc(100vh - 48px);
	}
	
	#footer .center .content .header .line {
		margin: 54px 24px 0 24px;
	}
	
	#footer .center .content .inner-content {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	#footer .center .content .inner-content .column {
		width: 100%;
	}
	
	#footer .center .content .inner-content .column:nth-child(2) {
		text-align: left;
		margin: 24px 0;
	}
	
	#footer .center .content .inner-content .credits {
		position: relative;
	}
}

.hide-nav #header-nav {
	opacity: 0 !important;
	pointer-events: none;
}

#header .fixed-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 103;
	pointer-events: none;
}

#header .fixed-content .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 110px;
}

#header .fixed-content .content .logo, #header .fixed-content .content button {
	pointer-events: auto;
}

#header .fixed-content .content .logo, #header .fixed-content .content .line, #header .fixed-content .content button, #header .fixed-content .content svg {
	display: block;
}

#header .fixed-content .content .toggle-menu {
	cursor: pointer;
	border: 0 none;
	background: transparent;
}

#header .fixed-content .content .toggle-menu .bars, #header .fixed-content .content .toggle-menu .cross {
	-webkit-transition: opacity .22s;
	transition: opacity .22s;
}

#header .fixed-content .content .toggle-menu .cross {
	opacity: 0;
}

#header #header-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 110px;
	height: 54px;
	background-color: #fff;
	z-index: 102;
	opacity: 0;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
	pointer-events: none;
}

#header #header-nav.solid {
	pointer-events: auto;
	opacity: 1;
}

#header #header-nav a {
	-webkit-transition: color .22s;
	transition: color .22s;
}

#header #header-nav a:hover {
	color: rgba(0, 0, 0, .5);
}

#header #header-nav .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 110px;
	position: relative;
	top: -.9rem;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header #header-nav .content nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#header #header-nav .content nav a {
	width: 33.33%;
	padding-right: 45px;
	box-sizing: border-box;
	min-width: 165px;
	text-align: right;
}

#header #overlay-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	z-index: 102;
	pointer-events: none;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

#header #overlay-nav .center {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header #overlay-nav .center form, #header #overlay-nav .center nav {
	max-width: 672px;
	margin: 0 auto;
}

#header #overlay-nav .center form {
	position: relative;
	display: block;
	border-top: 5px solid;
	padding: 12px 0;
}

#header #overlay-nav .center form input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	border: 0 none;
	background-color: transparent;
	-webkit-appearance: textfield;
}

#header #overlay-nav .center form button {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	width: 53px;
	height: 53px;
}

#header #overlay-nav .center nav ul {
	list-style: none;
	border-bottom: 5px solid;
}

#header #overlay-nav .center nav ul li {
	border-top: 5px solid;
}

#header #overlay-nav .center nav ul li a {
	display: block;
	padding: 12px 0;
	opacity: 1;
	-webkit-transition: opacity .22s;
	transition: opacity .22s;
}

#header #overlay-nav .center nav ul li a:hover, #header #overlay-nav .center nav ul li a.active {
	opacity: .5;
}

#header #overlay-nav .center nav ul li h4 {
	padding: 12px 0;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header #overlay-nav .center nav ul li h4 .icon-categories {
	display: block;
	position: relative;
	width: 53px;
	top: 7px;
}

#header #overlay-nav .center nav ul li h4 .icon-categories .close {
	opacity: 0;
	-webkit-transition: opacity .22s;
	transition: opacity .22s;
}

#header #overlay-nav .center nav ul li h4.active .icon-categories .close {
	opacity: 1;
}

#header #overlay-nav .center nav ul.categories {
	border-bottom: 0 none;
	margin-top: -12px;
	margin-bottom: 12px;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: height .33s;
	transition: height .33s;
}

#header #overlay-nav .center nav ul.categories.collapsed {
	height: 0 !important;
}

#header #overlay-nav .center nav ul.categories li {
	padding: 0;
	border: 0 none;
}

#header #overlay-nav .center nav ul.categories li a {
	padding: 0;
	opacity: .5;
}

#header #overlay-nav .center nav ul.categories li a:hover, #header #overlay-nav .center nav ul.categories li a.active {
	opacity: 1;
}

.show-menu #header #overlay-nav {
	opacity: 1;
	pointer-events: auto;
}

.show-menu #header .fixed-content .content .toggle-menu .bars {
	opacity: 0;
}

.show-menu #header .fixed-content .content .toggle-menu .cross {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	#header .fixed-content .content {
		padding-top: 55px;
	}
	
	#header #header-nav {
		padding-top: 55px;
	}
	
	#header #header-nav .content nav {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	#header #header-nav .content nav a {
		min-width: 0;
		padding-right: 0;
	}
	
	#header {
		z-index: 105;
	}
}

@media screen and (max-width: 768px) {
	#header #header-nav {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	#header .fixed-content .content {
		padding-top: 24px;
	}
}

@media screen and (max-width: 320px) {
	#header #overlay-nav .center {
		top: 0;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		padding-top: 107px;
	}
}

@media screen and (max-height: 414px) and (min-width: 321px) {
	#header #overlay-nav .center {
		padding: 0 109px;
	}
}

.main-content.home .hero {
	padding-top: 110px;
	padding-bottom: 55px;
}

.main-content.home .hero figure {
	position: relative;
}

.main-content.home .hero figure .image {
	width: 72%;
	padding-bottom: 45%;
	margin-left: 28%;
}

.main-content.home .hero figure .image a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.main-content.home .hero figure .image img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-content.home .hero figure figcaption {
	position: absolute;
	bottom: 0;
	left: 109px;
}

.main-content.home .hero figure figcaption h2 {
	position: relative;
	top: 2rem;
	font-family: "Mn";
	font-size: 7.2rem;
	font-weight: bold;
	line-height: 8.4rem;
}

.main-content.home .hero figure figcaption h2::before {
	display: none;
}

@media screen and (max-width: 1024px) {
	.main-content.home .hero {
		padding-top: 55px;
		padding-bottom: 27.5px;
	}
}

@media screen and (max-width: 768px) {
	.main-content.home .hero figure {
		margin-top: 114px;
	}
	
	.main-content.home .hero figure .image {
		margin-left: 0;
		width: 100%;
	}
	
	.main-content.home .hero figure figcaption {
		position: relative;
		left: 0;
	}
	
	.main-content.home .hero figure figcaption h2 {
		font-size: 4.8rem;
		line-height: 6.4rem;
	}
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.lightbox-active {
	height: auto;
}

.lightbox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.lightbox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.lightbox-container * {
	box-sizing: border-box;
}

.lightbox-outer, .lightbox-inner, .lightbox-bg, .lightbox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.lightbox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.lightbox-bg {
	background: #fff;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.lightbox-is-open .lightbox-bg {
	opacity: 1;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.lightbox-infobar, .lightbox-toolbar, .lightbox-caption, .lightbox-navigation .lightbox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.lightbox-show-infobar .lightbox-infobar, .lightbox-show-toolbar .lightbox-toolbar, .lightbox-show-caption .lightbox-caption, .lightbox-show-nav .lightbox-navigation .lightbox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.lightbox-infobar {
	-webkit-font-smoothing: subpixel-antialiased;
	height: 55px;
	left: 0;
	line-height: 55px;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	pointer-events: none;
	bottom: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lightbox-toolbar {
	width: 100%;
	left: 0;
	top: 0;
	height: 169px;
	pointer-events: none;
}

.lightbox-toolbar .center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	box-sizing: content-box;
}

@media screen and (max-width: 768px) {
	.lightbox-toolbar {
		height: 114px;
	}
}

@media screen and (max-width: 736px) {
	.lightbox-toolbar {
		height: 83px;
	}
}

.lightbox-toolbar .center .lightbox-button {
	pointer-events: auto;
	cursor: pointer;
}

.lightbox-stage {
	direction: ltr;
	overflow: visible;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.lightbox-is-open .lightbox-stage {
	overflow: hidden;
}

.lightbox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: -ms-transform, opacity;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.lightbox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.lightbox-is-sliding .lightbox-slide, .lightbox-slide--previous, .lightbox-slide--current, .lightbox-slide--next {
	display: block;
}

.lightbox-slide--image {
	overflow: hidden;
	padding: 55px;
}

@media screen and (max-width: 736px) {
	.lightbox-slide--image {
		padding: 24px;
	}
}

.lightbox-slide--image::before {
	display: none;
}

.lightbox-slide--html {
	padding: 6px;
}

.lightbox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.lightbox-slide--image .lightbox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: -ms-transform, opacity;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.lightbox-can-zoomOut .lightbox-content {
	cursor: zoom-out;
}

.lightbox-can-zoomIn .lightbox-content {
	cursor: url("/img/icon-zoom.png") 10 10, zoom-in;
	cursor: url("/img/icon-zoom.svg") 10 10, zoom-in;
	cursor: -webkit-image-set(url("/img/icon-zoom.png") 1 x, url("/img/icon-zoom@2x.png") 2 x) 10 10, zoom-in;
}

.lightbox-can-swipe .lightbox-content, .lightbox-can-pan .lightbox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.lightbox-is-grabbing .lightbox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.lightbox-container [data-selectable='true'] {
	cursor: text;
}

.lightbox-image, .lightbox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.lightbox-spaceball {
	z-index: 1;
}

.lightbox-slide--video .lightbox-content, .lightbox-slide--map .lightbox-content, .lightbox-slide--pdf .lightbox-content, .lightbox-slide--iframe .lightbox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.lightbox-slide--video .lightbox-content {
	background: #000;
}

.lightbox-slide--map .lightbox-content {
	background: #e5e3df;
}

.lightbox-slide--iframe .lightbox-content {
	background: #fff;
}

.lightbox-video, .lightbox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.lightbox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.lightbox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.lightbox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.lightbox-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 59px;
	margin: 0;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 61px;
}

.lightbox-button, .lightbox-button:visited, .lightbox-button:link {
	color: #ccc;
}

.lightbox-button:hover {
	color: #fff;
}

.lightbox-button:focus {
	outline: none;
}

.lightbox-button.lightbox-focus {
	outline: 1px dotted;
}

.lightbox-button[disabled], .lightbox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.lightbox-button div {
	height: 100%;
}

.lightbox-button svg {
	display: block;
	position: relative;
}

.lightbox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.lightbox-button--play svg:nth-child(2), .lightbox-button--fsenter svg:nth-child(2) {
	display: none;
}

.lightbox-button--pause svg:nth-child(1), .lightbox-button--fsexit svg:nth-child(1) {
	display: none;
}

.lightbox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	transition-property: -ms-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.lightbox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.lightbox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.lightbox-slide--html .lightbox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.lightbox-slide--image.lightbox-is-scaling .lightbox-content {
	overflow: hidden;
}

.lightbox-is-scaling .lightbox-close-small, .lightbox-is-zoomable.lightbox-can-pan .lightbox-close-small {
	display: none;
}

.lightbox-navigation {
	top: 169px;
	left: 0;
	position: absolute;
	width: 100%;
	height: calc(100% - 169px);
	pointer-events: none;
}

.lightbox-navigation .center {
	height: 100%;
}

.lightbox-navigation .lightbox-button {
	pointer-events: auto;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 25%;
}

.lightbox-navigation .lightbox-button[disabled] {
	display: none;
}

@media screen and (pointer: coarse) {
	.lightbox-navigation .lightbox-button {
		display: none;
	}
}

.lightbox-navigation .lightbox-button svg {
	display: none;
}

.lightbox-navigation .lightbox-button div {
	padding: 7px;
}

.lightbox-navigation .lightbox-button--arrow_left {
	left: 0;
	cursor: url("/img/icon-arrow-left.png") 30 30, pointer;
	cursor: url("/img/icon-arrow-left.svg") 30 30, pointer;
	cursor: -webkit-image-set(url("/img/icon-arrow-left.png") 1 x, url("/img/icon-arrow-left@2x.png") 2 x) 30 30, pointer;
}

.lightbox-navigation .lightbox-button--arrow_right {
	right: 0;
	cursor: url("/img/icon-arrow-right.png") 30 30, pointer;
	cursor: url("/img/icon-arrow-right.svg") 30 30, pointer;
	cursor: -webkit-image-set(url("/img/icon-arrow-right.png") 1 x, url("/img/icon-arrow-right@2x.png") 2 x) 30 30, pointer;
}

.lightbox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.lightbox-caption--separate {
	margin-top: -50px;
}

.lightbox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.lightbox-caption a, .lightbox-caption a:link, .lightbox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.lightbox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.lightbox-loading {
	-webkit-animation: lightbox-rotate 1s linear infinite;
	animation: lightbox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes lightbox-rotate {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lightbox-rotate {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.lightbox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.lightbox-fx-slide.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lightbox-fx-slide.lightbox-slide--next {
	opacity: 0;
	-ms-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lightbox-fx-slide.lightbox-slide--current {
	opacity: 1;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lightbox-fx-fade.lightbox-slide--previous, .lightbox-fx-fade.lightbox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.lightbox-fx-fade.lightbox-slide--current {
	opacity: 1;
}

.lightbox-fx-zoom-in-out.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: scale3d(1.5, 1.5, 1.5);
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.lightbox-fx-zoom-in-out.lightbox-slide--next {
	opacity: 0;
	-ms-transform: scale3d(.5, .5, .5);
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.lightbox-fx-zoom-in-out.lightbox-slide--current {
	opacity: 1;
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lightbox-fx-rotate.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lightbox-fx-rotate.lightbox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lightbox-fx-rotate.lightbox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.lightbox-fx-circular.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lightbox-fx-circular.lightbox-slide--next {
	opacity: 0;
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lightbox-fx-circular.lightbox-slide--current {
	opacity: 1;
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.lightbox-fx-tube.lightbox-slide--previous {
	-ms-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.lightbox-fx-tube.lightbox-slide--next {
	-ms-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.lightbox-fx-tube.lightbox-slide--current {
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

@media (max-height: 576px) {
	.lightbox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.lightbox-slide--image {
		padding: 55px 0;
	}
	
	.lightbox-close-small {
		right: -6px;
	}
	
	.lightbox-slide--image .lightbox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	
	.lightbox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.lightbox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.lightbox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.lightbox-share p {
	margin: 0;
	padding: 0;
}

.lightbox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.lightbox-share__button:visited, .lightbox-share__button:link {
	color: #fff;
}

.lightbox-share__button:hover {
	text-decoration: none;
}

.lightbox-share__button--fb {
	background: #3b5998;
}

.lightbox-share__button--fb:hover {
	background: #344e86;
}

.lightbox-share__button--pt {
	background: #bd081d;
}

.lightbox-share__button--pt:hover {
	background: #aa0719;
}

.lightbox-share__button--tw {
	background: #1da1f2;
}

.lightbox-share__button--tw:hover {
	background: #0d95e8;
}

.lightbox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.lightbox-share__button svg path {
	fill: #fff;
}

.lightbox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.lightbox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.lightbox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.lightbox-show-thumbs .lightbox-thumbs {
	display: block;
}

.lightbox-show-thumbs .lightbox-inner {
	right: 212px;
}

.lightbox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.lightbox-thumbs-x .lightbox-thumbs__list {
	overflow: hidden;
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.lightbox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.lightbox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.lightbox-thumbs__list a:focus::before {
	opacity: .5;
}

.lightbox-thumbs__list a.lightbox-thumbs-active::before {
	opacity: 1;
}

@media (max-width: 576px) {
	.lightbox-thumbs {
		width: 110px;
	}
	
	.lightbox-show-thumbs .lightbox-inner {
		right: 110px;
	}
	
	.lightbox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.page-project-detail.hide-hero .main-content .hero figure img, .page-about.hide-hero .main-content .hero figure img, .page-contact.hide-hero .main-content .hero figure img {
	display: none;
}

.main-content.project::before, .main-content.about::before, .main-content.contact::before {
	content: "";
	width: 100%;
	height: calc(100% - 100vh);
	height: calc(100% - var(--vh, 1vh) * 100);
	position: absolute;
	top: 100vh;
	top: calc(var(--vh, 1vh) * 100);
	background-color: #fff;
	z-index: 1;
}

.main-content.project .content-items, .main-content.about .content-items, .main-content.contact .content-items {
	padding-top: 55px;
	z-index: 2;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	box-sizing: border-box;
}

.main-content.project .content-items a.anchor, .main-content.about .content-items a.anchor, .main-content.contact .content-items a.anchor {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
}

.main-content.project .hero, .main-content.about .hero, .main-content.contact .hero {
	z-index: 0;
}

.main-content.project .hero figure, .main-content.about .hero figure, .main-content.contact .hero figure {
	position: relative;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

.main-content.project .hero figure img, .main-content.about .hero figure img, .main-content.contact .hero figure img {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	object-fit: cover;
	z-index: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.main-content.project .hero figure img.lazyloaded, .main-content.about .hero figure img.lazyloaded, .main-content.contact .hero figure img.lazyloaded {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.main-content.project .hero figure figcaption, .main-content.about .hero figure figcaption, .main-content.contact .hero figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.main-content.project .hero figure figcaption a, .main-content.about .hero figure figcaption a, .main-content.contact .hero figure figcaption a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 100%;
	height: 100%;
	cursor: url("/img/icon-arrow-down.png") 10 12, pointer;
	cursor: url("/img/icon-arrow-down.svg") 10 12, pointer;
	cursor: -webkit-image-set(url("/img/icon-arrow-down.png") 1 x, url("/img/icon-arrow-down@2x.png") 2 x) 10 12, pointer;
}

.main-content.project .hero figure figcaption span, .main-content.about .hero figure figcaption span, .main-content.contact .hero figure figcaption span {
	display: block;
	text-align: center;
	width: 100%;
}

.main-content.project .hero figure figcaption span.spacer, .main-content.about .hero figure figcaption span.spacer, .main-content.contact .hero figure figcaption span.spacer {
	height: 55px;
}

.main-content.project .hero figure figcaption span.title, .main-content.about .hero figure figcaption span.title, .main-content.contact .hero figure figcaption span.title {
	font-size: 3.6rem;
	font-family: "Mn";
	font-weight: bold;
	line-height: 5.6rem;
	color: #fff;
}

.main-content.project .hero figure figcaption span.arrow, .main-content.about .hero figure figcaption span.arrow, .main-content.contact .hero figure figcaption span.arrow {
	background-image: url("/img/icon-arrow-down.svg");
	background-position: center;
	background-repeat: no-repeat;
	height: 55px;
	visibility: hidden;
}

@media screen and (pointer: coarse) {
	.main-content.project .hero figure figcaption span.arrow, .main-content.about .hero figure figcaption span.arrow, .main-content.contact .hero figure figcaption span.arrow {
		visibility: visible;
	}
}

@media screen and (max-width: 1024px) {
	.main-content.project .content-items, .main-content.about .content-items, .main-content.contact .content-items {
		padding-top: 27.5px;
	}
}

@media screen and (max-width: 736px) {
	.main-content.project .content-items, .main-content.about .content-items, .main-content.contact .content-items {
		padding-top: 12px;
	}
}

.project-content {
	padding: 55px 110px;
}

.project-content h1.project-title {
	position: relative;
	font-family: "Mn";
	font-weight: bold;
	font-size: 7.2rem;
	line-height: 8.4rem;
	margin-bottom: 105px;
	left: -.55rem;
}

.project-content h2 {
	position: relative;
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: bold;
	left: -.15rem;
}

.project-content a {
	-webkit-transition: color .33s;
	transition: color .33s;
}

.project-content a:hover {
	color: rgba(0, 0, 0, .5);
}

.project-content .project-text {
	margin-bottom: 110px;
}

.project-content .project-text h2:first-child {
	float: left;
	width: 33.33%;
	padding-right: 55px;
	box-sizing: border-box;
}

.project-content .project-text > * {
	float: right;
	width: 66.66%;
}

.project-content .project-text p {
	margin-bottom: 2.8rem;
}

.project-content .project-text p:last-child {
	margin-bottom: 0;
}

.project-content .project-text::after {
	display: block;
	content: "";
	clear: both;
}

.project-content .project-details {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.project-content .project-details h2 {
	width: 33.33%;
}

.project-content .project-details .table {
	z-index: 1;
	width: 66.66%;
}

.project-content .project-details .table::before {
	content: "";
	background-color: #fff;
	position: absolute;
	top: -18px;
	left: -20px;
	right: -20px;
	bottom: -18px;
	z-index: -1;
}

.project-content .project-details .table::after {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #000;
	z-index: 1;
}

.project-content .project-details .table .row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-bottom: 5px solid;
}

.project-content .project-details .table .row .cell {
	padding: 12px 15px;
	border-left: 5px solid;
}

.project-content .project-details .table .row .cell:first-child {
	padding-left: 0;
	border-left: 0 none;
}

.project-content .project-details .table .row .cell:first-child:last-child {
	width: 100%;
	padding-right: 0;
}

.related-projects h2.heading {
	text-align: center;
	font-family: "Mn";
	font-size: 3.6rem;
	line-height: 3.6rem;
	font-weight: bold;
	margin-bottom: 55px;
}

.related-projects h2.heading span {
	display: inline-block;
	padding-bottom: 31px;
	position: relative;
}

.related-projects h2.heading span::after {
	content: "";
	background-color: #000;
	position: absolute;
	height: 4px;
	left: 1px;
	right: 0;
	bottom: 0;
}

.related-projects .projects {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -55px;
}

@media screen and (max-width: 1024px) {
	.project-content {
		padding: 27.5px 0;
	}
	
	.project-content h1.project-title {
		margin-bottom: 27.5px;
	}
	
	.project-content .project-text {
		margin-bottom: 55px;
	}
	
	.related-projects h2.heading {
		font-size: 2.4rem;
		line-height: 4.2rem;
		margin-bottom: 27.5px;
	}
	
	.related-projects h2.heading span {
		padding-bottom: 15px;
	}
	
	.related-projects .projects {
		margin: 0 -27.5px;
	}
}

@media screen and (max-width: 768px) {
	.project-content h1.project-title {
		font-size: 4.8rem;
		line-height: 6.4rem;
		left: -.35rem;
	}
	
	.related-projects {
		padding-top: 24px;
	}
}

@media screen and (max-width: 736px) {
	.project-content {
		padding: 12px 0;
	}
	
	.project-content h1.project-title {
		margin-bottom: 12px;
	}
	
	.project-content .project-text {
		margin-bottom: 24px;
	}
	
	.project-content .project-text h2:first-child {
		float: none;
		width: 100%;
		margin-bottom: 2.8rem;
	}
	
	.project-content .project-text > * {
		float: none;
		width: 100%;
	}
	
	.project-content .project-details h2 {
		width: 100%;
		margin-bottom: 2.8rem;
	}
	
	.project-content .project-details .table {
		width: 100%;
	}
	
	.related-projects h2.heading {
		margin-bottom: 12px;
	}
	
	.related-projects h2.heading span {
		padding-bottom: 12px;
	}
	
	.related-projects .projects {
		margin: 0 -12px;
	}
}

.page-projects #header #header-nav {
	opacity: 1;
	pointer-events: auto;
}

header.archive-title {
	padding-top: 169px;
}

header.archive-title .heading {
	padding: 75px 110px 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header.archive-title .heading h1 {
	font-family: "Mn";
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 3.6rem;
}

header.archive-title .heading form {
	position: relative;
}

header.archive-title .heading form input {
	font-family: inherit;
	font-size: inherit;
	line-height: 3.6rem;
	width: 100%;
	border: 0 none;
	background-color: transparent;
	-webkit-appearance: textfield;
}

header.archive-title .heading form button {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	width: 53px;
	height: 36px;
}

header.archive-title .heading div.categories {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	cursor: pointer;
}

header.archive-title .heading div.categories ul {
	border-bottom: 0 none;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: height .33s;
	transition: height .33s;
	transition: height .33s;
	margin-top: 10px;
	padding-right: 75px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
}

header.archive-title .heading div.categories ul.collapsed {
	height: 28px !important;
}

header.archive-title .heading div.categories ul li {
	padding: 0;
	border: 0 none;
}

header.archive-title .heading div.categories ul li.selected {
	-ms-flex-order: -1;
	order: -1;
}

header.archive-title .heading div.categories ul li.selected a {
	opacity: 1;
}

header.archive-title .heading div.categories ul li a {
	padding: 0;
	opacity: .5;
}

header.archive-title .heading div.categories ul li a:hover, header.archive-title .heading div.categories ul li a.active {
	opacity: 1;
}

header.archive-title .heading div.categories .icon-categories {
	position: absolute;
	top: 0;
	right: 0;
	padding: 14px;
}

header.archive-title .heading div.categories .icon-categories .close {
	opacity: 0;
	-webkit-transition: opacity .22s;
	transition: opacity .22s;
}

header.archive-title .heading div.categories.active .icon-categories .close {
	opacity: 1;
}

#content section.projects, #content aside.related-projects {
	padding-bottom: 55px;
}

#content section.projects article.project, #content aside.related-projects article.project {
	width: 33.33%;
	padding: 55px;
	box-sizing: border-box;
}

#content section.projects article.project figure, #content aside.related-projects article.project figure {
	position: relative;
	overflow: hidden;
}

#content section.projects article.project figure a, #content aside.related-projects article.project figure a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

#content section.projects article.project figure img, #content aside.related-projects article.project figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

#content section.projects article.project figure figcaption, #content aside.related-projects article.project figure figcaption {
	position: absolute;
	bottom: 0;
	border-top: 5px solid;
	background-color: #fff;
	width: 100%;
	left: 0;
	z-index: 2;
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: -ms-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transition: -webkit-transform .35s;
}

#content section.projects article.project figure figcaption h2, #content aside.related-projects article.project figure figcaption h2 {
	transition: -ms-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transition: -webkit-transform .35s;
	-ms-transform: translateY(200%);
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	position: relative;
	top: 9px;
	font-size: 1.4rem;
	line-height: 2.8rem;
	font-weight: normal;
}

#content section.projects article.project figure figcaption h2 a, #content aside.related-projects article.project figure figcaption h2 a {
	text-decoration: none;
}

#content section.projects article.project figure:hover, #content aside.related-projects article.project figure:hover {
	-webkit-animation: .7s delay-overflow-hidden;
	animation: .7s delay-overflow-hidden;
	overflow: visible;
}

#content section.projects article.project figure:hover figcaption, #content aside.related-projects article.project figure:hover figcaption {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#content section.projects article.project figure:hover figcaption h2, #content aside.related-projects article.project figure:hover figcaption h2 {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media screen and (max-width: 1024px) {
	header.archive-title {
		padding-top: 114px;
	}
	
	header.archive-title .heading {
		padding: 47.5px 110px 20px;
	}
	
	#content section.projects, #content aside.related-projects {
		padding-bottom: 27.5px;
	}
	
	#content section.projects article.project, #content aside.related-projects article.project {
		padding: 27.5px;
	}
}

@media screen and (max-width: 768px) {
	header.archive-title .heading h1 {
		font-size: 2.4rem;
		line-height: 4.2rem;
	}
	
	#content section.projects article.project, #content aside.related-projects article.project {
		width: 50%;
	}
}

@media screen and (max-width: 736px) {
	header.archive-title {
		padding-top: 83px;
	}
	
	header.archive-title .heading {
		padding: 48px 0px 24px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	header.archive-title .heading h1 {
		width: 100%;
		text-align: center;
	}
	
	header.archive-title .heading .categories, header.archive-title .heading form {
		width: 100%;
	}
	
	#content section.projects, #content aside.related-projects {
		padding-bottom: 12px;
	}
	
	#content section.projects article.project, #content aside.related-projects article.project {
		width: 100%;
		padding: 12px;
	}
}

.main-content {
	z-index: 2;
}

.main-content.appended {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: -ms-transform .45s;
	transition: -webkit-transform .45s;
	transition: transform .45s;
	-webkit-transition: -webkit-transform .45s;
	z-index: 3;
}

html.insert-new-content {
	scroll-behavior: auto;
}

html.insert-new-content .main-content.appended {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

html.insert-new-content .main-content.appended.project .fixed-line, html.insert-new-content .main-content.appended.about .fixed-line, html.insert-new-content .main-content.appended.contact .fixed-line {
	opacity: 0;
	transition-duration: 0s;
	display: none !important;
}
