html {
	-webkit-text-size-adjust:100%;
	line-height:1.15
}
body {
	margin:0;
	background:transparent
}
main {
	display:block
}
h1 {
	font-size:2em;
	margin:.17em 0
}
hr {
	box-sizing:content-box;
	height:0;
	overflow:visible
}
pre {
	font-family:monospace,monospace;
	font-size:1em
}
a {
	background-color:transparent
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted
}
b,strong {
	font-weight:700
}
code,kbd,samp {
	font-family:monospace,monospace;
	font-size:1em
}
small {
	font-size:80%
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	font-feature-settings:'sups' 1
}
img {
	border-style:none
}
button,input,optgroup,select,textarea {
	font-family:inherit;
	font-size:100%;
	line-height:1.15;
	margin:0
}
button,input {
	overflow:visible
}
button,select {
	text-transform:none
}
[type=button],[type=reset],[type=submit],button {
	-webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style:none;
	padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline:1px dotted ButtonText
}
fieldset {
	padding:.35em .75em .625em
}
legend {
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}
progress {
	vertical-align:baseline
}
textarea {
	overflow:auto
}
[type=checkbox],[type=radio] {
	box-sizing:border-box;
	padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height:auto
}
[type=search] {
	-webkit-appearance:textfield;
	outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance:none
}
::-webkit-file-upload-button {
	-webkit-appearance:button;
	font:inherit
}
details {
	display:block
}
summary {
	display:list-item
}
[hidden],template {
	display:none
}
.flickity-enabled {
	position:relative
}
.flickity-enabled:focus {
	outline:none
}
.flickity-viewport {
	height:100%;
	overflow:hidden;
	position:relative
}
.flickity-slider {
	height:100%;
	position:absolute;
	width:100%
}
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color:transparent;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.flickity-enabled.is-draggable .flickity-viewport {
	cursor:move;
	cursor:-webkit-grab;
	cursor:grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor:-webkit-grabbing;
	cursor:grabbing
}
.flickity-button {
	background:hsla(0,0%,100%,.75);
	border:none;
	color:#333;
	position:absolute
}
.flickity-button:hover {
	background:#FFF;
	cursor:pointer
}
.flickity-button:focus {
	box-shadow:0 0 0 5px #19f;
	outline:none
}
.flickity-button:active {
	opacity:.6
}
.flickity-button:disabled {
	cursor:auto;
	opacity:.3;
	pointer-events:none
}
.flickity-button-icon {
	fill:currentColor
}
.flickity-prev-next-button {
	border-radius:50%;
	height:44px;
	top:50%;
	transform:translateY(-50%);
	width:44px
}
.flickity-prev-next-button.previous {
	left:10px
}
.flickity-prev-next-button.next {
	right:10px
}
.flickity-rtl .flickity-prev-next-button.previous {
	left:auto;
	right:10px
}
.flickity-rtl .flickity-prev-next-button.next {
	left:10px;
	right:auto
}
.flickity-prev-next-button .flickity-button-icon {
	height:60%;
	left:20%;
	position:absolute;
	top:20%;
	width:60%
}
.flickity-page-dots {
	bottom:-25px;
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	text-align:center;
	width:100%
}
.flickity-rtl .flickity-page-dots {
	direction:rtl
}
.flickity-page-dots .dot {
	background:#333;
	border-radius:50%;
	cursor:pointer;
	display:inline-block;
	height:10px;
	margin:0 8px;
	opacity:.25;
	width:10px
}
.flickity-page-dots .dot.is-selected {
	opacity:1
}
.lity {
	background:#141414;
	background:rgba(0,0,0,.9);
	bottom:0;
	left:0;
	opacity:0;
	outline:none!important;
	position:fixed;
	right:0;
	top:0;
	-webkit-transition:opacity .3s ease;
	-o-transition:opacity .3s ease;
	transition:opacity .3s ease;
	white-space:nowrap;
	z-index:9990
}
.lity.lity-opened {
	opacity:1
}
.lity.lity-closed {
	opacity:0
}
.lity * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.lity-wrap {
	bottom:0;
	left:0;
	outline:none!important;
	position:fixed;
	right:0;
	text-align:center;
	top:0;
	z-index:9990
}
.lity-wrap:before {
	content:"";
	display:inline-block;
	height:100%;
	margin-right:-.25em;
	vertical-align:middle
}
.lity-loader {
	color:#f9f9f9;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-top:-.8em;
	opacity:0;
	position:absolute;
	text-align:center;
	top:50%;
	-webkit-transition:opacity .3s ease;
	-o-transition:opacity .3s ease;
	transition:opacity .3s ease;
	width:100%;
	z-index:9991
}
.lity-loading .lity-loader {
	opacity:1
}
.lity-container {
	display:inline-block;
	max-height:100%;
	max-width:100%;
	outline:none!important;
	position:relative;
	text-align:left;
	vertical-align:middle;
	white-space:normal;
	z-index:9992
}
.lity-content {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:-webkit-transform .3s ease;
	transition:-webkit-transform .3s ease;
	-o-transition:-o-transform .3s ease;
	transition:transform .3s ease;
	transition:transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;
	width:100%;
	z-index:9993
}
.lity-closed .lity-content,.lity-loading .lity-content {
	-webkit-transform:scale(.8);
	-ms-transform:scale(.8);
	-o-transform:scale(.8);
	transform:scale(.8)
}
.lity-content:after {
	bottom:0;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);
	box-shadow:0 0 8px rgba(0,0,0,.6);
	content:"";
	display:block;
	height:auto;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:auto;
	z-index:-1
}
.lity-close {
	-webkit-appearance:none;
	background:none;
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#f9f9f9;
	cursor:pointer;
	font-family:Arial,Baskerville,monospace;
	font-size:35px;
	font-style:normal;
	height:35px;
	line-height:35px;
	outline:none;
	padding:0;
	position:fixed;
	right:0;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	top:0;
	width:35px;
	z-index:9994
}
.lity-close::-moz-focus-inner {
	border:0;
	padding:0
}
.lity-close:active,.lity-close:focus,.lity-close:hover,.lity-close:visited {
	background:none;
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#f9f9f9;
	font-family:Arial,Baskerville,monospace;
	font-size:35px;
	font-style:normal;
	line-height:35px;
	outline:none;
	padding:0;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.lity-close:active {
	top:1px
}
.lity-image img {
	border:0;
	display:block;
	line-height:0;
	max-width:100%
}
.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container,.lity-iframe .lity-container,.lity-vimeo .lity-container,.lity-youtube .lity-container {
	max-width:964px;
	width:100%
}
.lity-iframe-container {
	-webkit-overflow-scrolling:touch;
	height:0;
	overflow:auto;
	padding-top:56.25%;
	pointer-events:auto;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	width:100%
}
.lity-iframe-container iframe {
	background:#0A0A0A;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);
	box-shadow:0 0 8px rgba(0,0,0,.6);
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.lity-hide {
	display:none
}
html {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
*,:after,:before {
	-webkit-box-sizing:inherit;
	box-sizing:inherit
}
.h-state--hidden {
	display:none
}
@font-face{
    font-display:fallback;
    font-family:Antique Legacy;
    font-style:normal;
    font-weight:700;
    src:url(../../fonts/Antique-Legacy-Bold.woff2) format("woff2"),url(../../fonts/Antique-Legacy-Bold.woff) format("woff")
}
@font-face{
    font-display:fallback;
    font-family:Antique Legacy;
    font-style:normal;
    font-weight:600;
    src:url(../../fonts/Antique-Legacy-Semibold.woff2) format("woff2"),url(../../fonts/Antique-Legacy-Semibold.woff) format("woff")
}
@font-face{
    font-display:fallback;
    font-family:Antique Legacy;
    font-style:italic;
    font-weight:600;
    src:url(../../fonts/Antique-Legacy-Semibold-Italic.woff2) format("woff2"),url(../../fonts/Antique-Legacy-Semibold-Italic.woff) format("woff")
}
html {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
	font-family:"Antique Legacy",sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:19px;
    color:#f9f9f9;
	font-feature-settings:'case' on
}
@media(min-width:821px)and (max-width:1080px) {
	html {
				font-size:19px;
				line-height:21px
	}
}
@media(min-width:0)and (max-width:600px) {
	html {
				font-size:15px;
				line-height:17px
	}
}
h1,h2,h3 {
	font-size:17px;
	font-style:normal;
	line-height:19px;
    font-weight:600
}
@media(min-width:821px)and (max-width:1080px) {
	h1,h2,h3 {
				font-size:20px;
				line-height:22px
	}
}
@media(min-width:601px)and (max-width:820px) {
	h1,h2,h3 {
				font-size:17px;
				line-height:19px
	}
}
@media(min-width:0)and (max-width:600px) {
	h1,h2,h3 {
				font-size:15px;
				line-height:17px
	}
}
p {
	margin:0
}
.flickity-prev-next-button {
	background:none;
	border-radius:0;
	height:620px;
	padding:0;
	top:0;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
	width:20%;
	z-index:10
}
@media print {
	.flickity-prev-next-button {
				display:none!important
	}
}
.no-touchevents .flickity-prev-next-button:hover {
	background:transparent
}
@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.flickity-prev-next-button,.no-touchevents .flickity-prev-next-button:hover {
				background:transparent 0 0 repeat scroll url(data:image/gif;
				base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRÃ¢â‚¬Å’Ã¢â‚¬â€¹AA7)
	}
}
.touchevents .flickity-prev-next-button {
	display:none
}
.flickity-prev-next-button:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:none
}
.flickity-prev-next-button:active {
	opacity:1
}
.flickity-prev-next-button:disabled {
	display:none
}
.flickity-prev-next-button.previous {
	cursor:none;
	left:0
}
.flickity-prev-next-button.next {
	cursor:none;
	right:0
}
.flickity-prev-next-button svg {
	display:none
}
.flickity-slider {
	will-change:transform
}
@media print {
	.flickity-viewport {
				height:auto!important;
				overflow:visible
	}
	.flickity-slider {
				height:auto;
				position:relative;
				-webkit-transform:none!important;
				-ms-transform:none!important;
				transform:none!important;
				-webkit-transition:none!important;
				-o-transition:none!important;
				transition:none!important
	}
}
.lity {
	background:#0A0A0A
}
.lity-close,.lity-close:active,.lity-close:focus,.lity-close:hover,.lity-close:visited {
	background-image:url(assets/images/989dca2e66f29b7c5fb5.svg);
	background-size:24px;
	font-size:0;
	height:24px;
	right:12px;
	top:10px;
	width:24px
}
.lity-content:after {
	display:none
}
.a-block-answer {
	margin:0 auto;
	max-width:1200px;
	position:relative;
	width:70%
}
.a-block-answer a {
	background:-webkit-gradient(linear,left top,left bottom,from(#0A0A0A),to(#0A0A0A));
	background:-o-linear-gradient(top,#0A0A0A 0,#0A0A0A 100%);
	background:linear-gradient(180deg,#0A0A0A 0,#0A0A0A);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#0A0A0A;
	text-decoration:none
}
.no-touchevents .a-block-answer a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373
}
.h-page-inverted-bg .a-block-answer a {
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#FFF));
	background:-o-linear-gradient(top,#FFF 0,#FFF 100%);
	background:linear-gradient(180deg,#FFF 0,#FFF);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#f9f9f9;
	text-decoration:none
}
.no-touchevents .h-page-inverted-bg .a-block-answer a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-answer {
				width:90%
	}
	.a-block-answer__inner {
				padding:0 12px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-answer {
				width:100%
	}
	.a-block-answer__inner {
				padding:0 12px
	}
}
.a-block-answer.h-padding-bottom-small {
	padding-bottom:18px
}
.a-block-answer.h-padding-bottom-medium {
	padding-bottom:54px
}
.a-block-answer.h-padding-bottom-large {
	padding-bottom:126px
}
.a-block-answer__inner {
	padding-left:10%
}
.a-block-answer__inner,.a-block-answer__inner p {
	font-size:22px;
	font-style:normal;
	font-weight:450;
	line-height:26px
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-answer__inner,.a-block-answer__inner p {
				font-size:20px;
				line-height:24px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-answer__inner,.a-block-answer__inner p {
				font-size:18px;
				line-height:22px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-answer__inner,.a-block-answer__inner p {
				font-size:16px;
				line-height:18px
	}
}
.a-block-heading {
	position:relative
}
.a-block-heading.h-padding-bottom-small {
	padding-bottom:18px
}
.a-block-heading.h-padding-bottom-medium {
	padding-bottom:54px
}
.a-block-heading.h-padding-bottom-large {
	padding-bottom:126px
}
.a-block-heading__inner {
	padding:0 12px
}
.a-block-heading__title {
	font-size:26px;
	font-style:normal;
	line-height:28px
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-heading__title {
				font-size:26px;
				line-height:28px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-heading__title {
				font-size:30px;
				line-height:28px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-heading__title {
				font-size:19px;
				line-height:21px
	}
}
.a-block-heading.h-type-large .a-block-heading__title {
	font-size:26px;
	font-style:normal;
	line-height:30px
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-heading.h-type-large .a-block-heading__title {
				font-size:26px;
				line-height:27px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-heading.h-type-large .a-block-heading__title {
				font-size:30px;
				line-height:28px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-heading.h-type-large .a-block-heading__title {
				font-size:30px;
				line-height:28px
	}
}
.a-block-heading.h-type-small .a-block-heading__title {
	font-size:16px;
	font-style:normal;
	line-height:18px
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-heading.h-type-small .a-block-heading__title {
				font-size:24px;
				line-height:26px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-heading.h-type-small .a-block-heading__title {
				font-size:16px;
				line-height:18px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-heading.h-type-small .a-block-heading__title {
				font-size:10px;
				line-height:12px
	}
}
.a-block-image {
	margin:0 auto;
	position:relative
}
.a-block-image.h-padding-bottom-small {
	padding-bottom:10px
}
.a-block-image.h-padding-bottom-medium {
	padding-bottom:54px
}
.a-block-image.h-padding-bottom-large {
	padding-bottom:126px
}
.a-block-image.h-type-full {
	width:100%
}
.a-block-image.h-type-medium {
	width:70%
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-image.h-type-medium {
				width:80%
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-image.h-type-medium {
				width:80%
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-image.h-type-medium {
				width:90%
	}
}
.a-block-image.h-type-small {
	width:50%
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-image.h-type-small {
				width:60%
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-image.h-type-small {
				width:60%
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-image.h-type-small {
				width:70%
	}
}
.a-block-image.h-type-medium .a-block-image__caption,.a-block-image.h-type-small .a-block-image__caption {
	font-size:12px;
	font-style:normal;
	line-height:14px;
	padding:5px 0 0
}
.a-block-image__figure {
	background:#000000;
	margin:0;
	position:relative;
	width:100%
}
.h-page-inverted-bg .a-block-image__figure {
	background:#000
}
.a-block-image__figure__img {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1
}
.a-block-image__figure__img.lazyload,.a-block-image__figure__img.lazyloading {
	opacity:0
}
.a-block-image__figure__img.lazyloaded {
	opacity:1;
	-webkit-transition:opacity .65s ease-in;
	-o-transition:opacity .65s ease-in;
	transition:opacity .65s ease-in
}
.a-block-image__caption {
	font-size:15px;
	font-style:normal;
	line-height:17px;
    letter-spacing:.012em;
	padding:5px 12px 0
}
@media(min-width:0)and (max-width:600px) {
	.a-block-image__caption {
			font-size:10px;
			line-height:12px
	}
}
.a-block-image__caption a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#000000;
	text-decoration:none
}
.no-touchevents .a-block-image__caption a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#737373
}
.h-page-inverted-bg .a-block-image__caption a {
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#FFF));
	background:-o-linear-gradient(top,#FFF 0,#FFF 100%);
	background:linear-gradient(180deg,#FFF 0,#FFF);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#f9f9f9;
	text-decoration:none
}
.no-touchevents .h-page-inverted-bg .a-block-image__caption a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#737373
}
.a-block-map {
	position:relative
}
.a-block-map.h-padding-bottom-small {
	padding-bottom:0
}
.a-block-map.h-padding-bottom-medium {
	padding-bottom:54px
}
.a-block-map.h-padding-bottom-large {
	padding-bottom:126px
}
.a-block-map__title {
	background:#000000;
	color:#f9f9f9;
	font-size:13px;
	font-style:normal;
	font-weight:500;
	line-height:15px;
	padding:10px 12px
}
.h-page-inverted-bg .a-block-map__title {
	background:#000000;
	color:#f9f9f9
}
.a-block-map__loading {
	font-size:26px;
    text-align:center;
	font-style:normal;
	color:#f9f9f9;
	left:50%;
	line-height:29px;
	position:absolute;
	top:50%;
	-webkit-transform:translate3d(-50%,-50%,0);
	transform:translate3d(-50%,-50%,0);
	z-index:99;
	width:100%;
	letter-spacing:0.015em
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-map__loading {
				font-size:19px;
				line-height:21px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-map__loading {
				font-size:17px;
				line-height:19px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-map__loading {
				font-size:19px;
				line-height:21px
	}
}
.a-block-map__container {
	background:transparent;
    outline:none;
    overflow:hidden;
    position:relative;
    width:100%
}
}
.h-page-inverted-bg .a-block-map__container {
	background:#404040
}
.a-block-map__zoom {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.a-block-map__img {
	width:100%
}
.a-block-map__img.lazyload,.a-block-map__img.lazyloading {
	opacity:0
}
.a-block-map__img.lazyloaded {
	opacity:1;
	-webkit-transition:opacity .65s ease-in;
	-o-transition:opacity .65s ease-in;
	transition:opacity .65s ease-in
}
.a-block-map__button__zoom__in,.a-block-map__button__zoom__out {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#000000;
	border:0;
	bottom:10px;
	color:#f9f9f9;
	cursor:pointer;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:40px;
	padding:0;
	position:absolute;
	right:12px;
	width:40px;
	z-index:3;
    border-radius:100%
}
.h-page-inverted-bg .a-block-map__button__zoom__in,.h-page-inverted-bg .a-block-map__button__zoom__out {
	background:#000000;
	color:#f9f9f9
}
@media(min-width:0)and (max-width:600px) {
	.a-block-map__button__zoom__in,.a-block-map__button__zoom__out {
				height:34px;
				width:34px
	}
}
.a-block-map__button__zoom__in span,.a-block-map__button__zoom__out span {
	display:block;
	font-size:30px;
	height:30px;
	line-height:30px;
	width:100%;
    font-weight:400
}
@media(min-width:0)and (max-width:600px) {
	.a-block-map__button__zoom__in span,.a-block-map__button__zoom__out span {
				font-size:24px;
				height:24px;
				line-height:24px
	}
}
.a-block-map__button__zoom__in {
	bottom:56px
}
@media(min-width:0)and (max-width:600px) {
	.a-block-map__button__zoom__in {
				bottom:50px
	}
}
.a-block-question {
	margin:0 auto;
	max-width:1200px;
	position:relative;
	width:70%
}
.a-block-question a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000;
	text-decoration:none
}
.no-touchevents .a-block-question a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373
}
.h-page-inverted-bg .a-block-question a {
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#FFF));
	background:-o-linear-gradient(top,#FFF 0,#FFF 100%);
	background:linear-gradient(180deg,#FFF 0,#FFF);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#f9f9f9;
	text-decoration:none
}
.no-touchevents .h-page-inverted-bg .a-block-question a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-question {
				width:90%
	}
	.a-block-question__inner {
				padding:0 12px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-question {
				width:100%
	}
	.a-block-question__inner {
				padding:0 12px
	}
}
.a-block-question__inner,.a-block-question__inner p {
	font-size:22px;
	font-style:normal;
	font-weight:450;
	line-height:26px
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-question__inner,.a-block-question__inner p {
				font-size:20px;
				line-height:24px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-question__inner,.a-block-question__inner p {
				font-size:18px;
				line-height:22px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-question__inner,.a-block-question__inner p {
				font-size:16px;
				line-height:18px
	}
}
.a-block-slideshow {
	position:relative
}
.a-block-slideshow.h-padding-bottom-small {
	padding-bottom:18px
}
.a-block-slideshow.h-padding-bottom-medium {
	padding-bottom:54px
}
.a-block-slideshow.h-padding-bottom-large {
	padding-bottom:126px
}
.a-block-slideshow__inner {
	padding:0;
	position:relative;
	width:100%;
	z-index:1
}
.h-page-inverted-bg .a-block-slideshow__inner {
	background:#000000
}
.a-block-slideshow__item {
	margin-right:0
}
.a-block-slideshow__item__img__container {
	height:460px;
	position:relative
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-slideshow__item__img__container {
				height:400px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-slideshow__item__img__container {
				height:300px
	}
}
.a-block-slideshow__item__img {
	height:100%;
	position:relative;
	width:100%;
	z-index:1
}
.a-block-slideshow__item__img.lazyload,.a-block-slideshow__item__img.lazyloading {
	opacity:0
}
.a-block-slideshow__item__img.lazyloaded {
	opacity:1;
	-webkit-transition:opacity .3s;
	-o-transition:opacity .3s;
	transition:opacity .3s
}
.a-block-slideshow__item__zoom {
	bottom:5px;
	cursor:pointer;
	mix-blend-mode:exclusion;
	position:absolute;
	right:10px;
	z-index:1
}
.a-block-slideshow__item__zoom svg {
	fill:#FFF;
	stroke:none;
	height:24px;
	width:24px
}
.a-block-slideshow__item__caption {
	padding:4px 12px 24px
}
.a-block-slideshow__item__caption a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#000000;
	text-decoration:none
}
.no-touchevents .a-block-slideshow__item__caption a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#737373
}
.h-page-inverted-bg .a-block-slideshow__item__caption a {
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#FFF));
	background:-o-linear-gradient(top,#FFF 0,#FFF 100%);
	background:linear-gradient(180deg,#FFF 0,#FFF);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#f9f9f9;
	text-decoration:none
}
.no-touchevents .h-page-inverted-bg .a-block-slideshow__item__caption a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#737373
}
.a-block-slideshow__item__caption,.a-block-slideshow__item__caption p {
	font-size:15px;
	font-style:normal;
	line-height:17px
}
.a-block-slideshow__cursor__left,.a-block-slideshow__cursor__right {
	fill:#FFF;
	stroke:none;
	display:none;
	height:30px;
	left:50%;
	margin:0;
	mix-blend-mode:exclusion;
	pointer-events:none;
	position:fixed;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%;
	width:auto;
	z-index:2
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-slideshow__cursor__left,.a-block-slideshow__cursor__right {
				height:28px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-slideshow__cursor__left,.a-block-slideshow__cursor__right {
				height:26px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-slideshow__cursor__left,.a-block-slideshow__cursor__right {
				height:24px
	}
}
.a-block-slideshow__cursor__left.h-state--active,.a-block-slideshow__cursor__right.h-state--active {
	display:block
}
.a-block-text {
	margin:0 auto;
	position:relative
}
.a-block-text a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000;
	text-decoration:none
}
.no-touchevents .a-block-text a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373
}
.a-block-text.h-padding-bottom-small {
	padding-bottom:18px
}
.a-block-text.h-padding-bottom-medium {
	padding-bottom:54px
}
.a-block-text.h-padding-bottom-large {
	padding-bottom:126px
}
.a-block-text.h-type-text-large {
        width:86.6666666667%
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-text.h-type-text-large {
				width:90%
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-text.h-type-text-large {
				width:100%
	}
	.a-block-text.h-type-text-large .a-block-text__inner {
				padding:0 12px
	}
}
.a-block-text.h-type-text-large,.a-block-text.h-type-text-large p {
	font-size:22px;
	font-style:normal;
	line-height:24px
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-text.h-type-text-large,.a-block-text.h-type-text-large p {
				font-size:19px;
				line-height:22px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-text.h-type-text-large,.a-block-text.h-type-text-large p {
				font-size:17px;
				line-height:19px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-text.h-type-text-large,.a-block-text.h-type-text-large p {
				font-size:15px;
				line-height:17px
	}
}
.a-block-text.h-type-text-large .h-text-indent {
	display:inline-block;
	width:50px
}
@media(min-width:0)and (max-width:600px) {
	.a-block-text.h-type-text-large .h-text-indent {
				width:25px
	}
}
.a-block-text.h-type-text-large p+p {
	text-indent:100px
}
.a-block-text.h-type-text-large.h-no-indent p {
	padding-bottom:26px
}
.a-block-text.h-type-text-large.h-no-indent p+p {
	text-indent:0
}
.a-block-text.h-type-text-small {
	max-width:900px;
    width:50%
}
@media(min-width:601px)and (max-width:820px) {
	.a-block-text.h-type-text-small {
				width:75%
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-text.h-type-text-small {
				width:100%
	}
	.a-block-text.h-type-text-small .a-block-text__inner {
				padding:0 12px
	}
}
.a-block-text.h-type-text-small,.a-block-text.h-type-text-small p {
	font-size:17px;
	font-style:normal;
	line-height:19px
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-text.h-type-text-small,.a-block-text.h-type-text-small p {
				font-size:17px;
				line-height:19px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-text.h-type-text-small,.a-block-text.h-type-text-small p {
				font-size:15px;
				line-height:17px
	}
}
.a-block-text.h-type-text-small .h-text-indent {
	display:inline-block;
	width:30px
}
@media(min-width:0)and (max-width:600px) {
	.a-block-text.h-type-text-small .h-text-indent {
				width:15px
	}
}
.a-block-text.h-type-text-small p+p {
	text-indent:30px
}
.a-block-text.h-type-text-small.h-no-indent p {
	padding-bottom:18px
}
.a-block-text.h-type-text-small.h-no-indent p+p {
	text-indent:0
}
.h-page-inverted-bg .a-block-text a {
	color:#f9f9f9;
	text-decoration:none;
    font-weight:700
}
.no-touchevents .h-page-inverted-bg .a-block-text a:hover {
	color:#f9f9f9
}
.a-block-video {
	position:relative;
	width:100%
}
.a-block-video.h-padding-bottom-small {
	padding-bottom:18px
}
.a-block-video.h-padding-bottom-medium {
	padding-bottom:54px
}
.a-block-video.h-padding-bottom-large {
	padding-bottom:126px
}
.a-block-video__title {
	background:#000;
	color:#f9f9f9;
	font-style:normal;
	padding:6PX 0 10px 12px
}
.h-page-inverted-bg .a-block-video__title {
	background:#000000;
	color:#f9f9f9
}
.a-block-video__container {
	background:#000;
	position:relative;
	width:100%
}
.a-block-video__container video {
	background:transparent;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.a-block-video__controls {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-align-items:center;
	align-items:center;
	background:#000;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:36px;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	left:0;
	opacity:0;
	position:relative;
	-webkit-transition:opacity .25s ease-in-out;
	-o-transition:opacity .25s ease-in-out;
	transition:opacity .25s ease-in-out;
	width:100%
}
.h-page-inverted-bg .a-block-video__controls {
	background:#000
}
.a-block-video__controls.h-state--active {
	opacity:1
}
.a-block-video__controls button {
	background-color:transparent;
	border:none;
	color:#f9f9f9;
	cursor:pointer;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	line-height:39px;
	outline:none;
	padding:0 10px;
	position:relative;
	vertical-align:top;
	text-transform:uppercase;
    letter-spacing:.01em
}
@media(min-width:821px)and (max-width:1080px) {
	.a-block-video__controls button {
				font-size:14px;
				line-height:16px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-block-video__controls button {
				font-size:10px;
				line-height:21px
	}
}
.h-page-inverted-bg .a-block-video__controls button {
	color:#f9f9f9
}
.a-block-video__controls button * {
	pointer-events:none
}
.a-block-video__controls__fullscreen__button {
	padding-left:0
}
.a-block-video__controls input[type=range] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:transparent;
	cursor:pointer;
	height:100%
}
.a-block-video__controls input[type=range]:focus {
	outline:none
}
.a-block-video__controls input[type=range]::-webkit-slider-runnable-track {
	-webkit-appearance:none;
	appearance:none;
	border:0;
	cursor:pointer;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
	width:100%
}
.a-block-video__controls input[type=range]::-moz-range-track {
	background:transparent;
	border:0;
	cursor:pointer;
	height:100%;
	width:100%
}
.a-block-video__controls input[type=range]:focus::-moz-range-track {
	outline:none
}
.a-block-video__controls input[type=range]::-webkit-slider-thumb {
	-webkit-appearance:none;
	appearance:none;
	background:transparent;
	border:0;
	cursor:pointer;
	height:100%;
	width:10px
}
.a-block-video__controls input[type=range]::-moz-range-thumb {
	-moz-appearance:none;
	appearance:none;
	background:transparent;
	border:0;
	cursor:pointer;
	height:100%;
	width:10px
}
.a-block-video__controls input[type=range]:focus::-webkit-slider-runnable-track {
	background:transparent
}
.a-block-video__controls__left {
	padding-left:12px
}
.a-block-video__controls__left button {
	padding-left:0
}
.a-block-video__controls__center {
	-webkit-box-flex:10;
	-webkit-flex:10 1 auto;
	-ms-flex:10 1 auto;
	flex:10 1 auto
}
.a-block-video__controls__right {
	padding-right:12px;
	text-align:right
}
.a-block-video__controls__right button {
	padding-right:0
}
.a-block-video__controls__progress {
	height:16px;
	position:relative
}
.a-block-video__controls__progress__bar {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#FFF;
	border:0;
	height:100%;
	pointer-events:none;
	position:absolute;
	top:0;
	width:100%
}
.h-page-inverted-bg .a-block-video__controls__progress__bar {
	background:#000000
}
.a-block-video__controls__progress__bar::-webkit-progress-bar {
	background:transparent
}
.a-block-video__controls__progress__bar::-moz-progress-bar {
	background:transparent
}
.a-block-video__controls__progress__bar::-webkit-progress-value {
	background:#404040;
	height:100%;
	position:relative
}
.a-block-video__controls__progress__seek {
	cursor:pointer;
	height:100%;
	margin:0;
	position:absolute;
	top:0;
	width:100%
}
.no-touchevents .a-block-video__controls__progress__seek:hover+.a-block-video__controls__progress__seek__tooltip {
	display:block
}
.a-block-video__controls__progress__seek__tooltip {
	color:#f9f9f9;
	content:attr(data-title);
	display:none;
	padding:2px 6px 6px;
	position:absolute;
	top:-32px;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	white-space:pre;
	word-break:keep-all
}
.h-page-inverted-bg .a-block-video__controls__progress__seek__tooltip {
	color:#f9f9f9
}
.a-block-video__controls__progress__seek__tooltip.h-state--active {
	display:block
}
@media(min-width:0)and (max-width:600px) {
	.a-block-video__controls__progress__seek__tooltip {
				top:-24px
	}
}
.a-meta {
	font-size:12px;
	font-style:normal;
	line-height:14px;
	position:relative;
	width:100%
}
@media(min-width:0)and (max-width:600px) {
	.a-meta {
			font-size:10px;
			line-height:12px
	}
}
.a-meta__table {
	border-spacing:0;
	margin:0;
	padding:0;
	width:100%
}
.a-meta__td__left,.a-meta__td__right {
	margin:0;
	padding:2px 15px 2px 0;
	vertical-align:top
}
.h-row-last .a-meta__td__left,.h-row-last .a-meta__td__right {
	border-bottom:0
}
.a-meta__td__left {
	width:15%;
    text-align:end
}
@media(min-width:1081px)and (max-width:1400px) {
	.a-meta__td__left {
				width:20%
	}
}
@media(min-width:1401px)and (max-width:1600px) {
	.a-meta__td__left {
				width:20%
	}
}
@media(min-width:1601px) {
	.a-meta__td__left {
				width:10%
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-meta__td__left {
				padding-left:12px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-meta__td__left {
				padding-left:12px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-meta__td__right {
				padding-right:12px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-meta__td__right {
				padding-right:12px
	}
}
.a-navigation-category {
	position:relative;
	width:100%;
    background:transparent
}
@media(min-width:601px)and (max-width:820px) {
	.a-navigation-category {
				display:block
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-navigation-category {
				display:block
	}
}
.a-navigation-category ul {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	list-style:none;
	margin:0;
	padding:0;
	width:100%
}
.a-navigation-category ul li {
	-webkit-box-flex:1;
	-webkit-flex:1 1 auto;
	-ms-flex:1 1 auto;
	flex:1 1 auto
}
.a-navigation-category ul li a {
	background:transparent;
	color:#000000;
	display:block;
	font-size:14px;
	font-style:normal;
	height:100%;
	line-height:16px;
	padding:5px 12px;
	text-decoration:none
}
.a-navigation-category ul li a.h-state--active,.no-touchevents .a-navigation-category ul li a:hover {
    background:#000000;
	color:#fafafa
}
.h-page-inverted-bg .a-navigation-category {
	background:transparent;
	color:#f9f9f9
}
.h-page-inverted-bg .a-navigation-category ul li a {
	background:#000000;
	color:#f9f9f9
}
.h-page-inverted-bg .a-navigation-category ul li a.h-state--active,.no-touchevents .h-page-inverted-bg .a-navigation-category ul li a:hover {
    background:#FFF;
	color:#000000
}
.a-navigation-side {
	display:none;
	position:relative;
	width:100%
}
@media(min-width:601px)and (max-width:820px) {
	.a-navigation-side {
				display:block
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-navigation-side {
				display:block
	}
}
.a-navigation-side__inner {
	background:#FFF;
	border-bottom:1px solid #000000;
	height:25px
}
.h-page-inverted-bg .a-navigation-side__inner {
	background:#000000;
	border-color:#f9f9f9
}
.a-navigation-side__btn {
	cursor:pointer;
	height:25px;
	padding:6px 5px;
	position:relative;
	width:34px
}
.h-page-inverted-bg .a-navigation-side__btn {
	padding:4px 5px 8px
}
.a-navigation-side__btn svg {
	fill:#000000;
	width:24px
}
.h-page-inverted-bg .a-navigation-side__btn svg {
	background:#FFF
}
.h-page-inverted-bg .a-navigation-side__btn svg rect {
	height:6px
}
.a-navigation-side__menu {
	background:#FFF;
	bottom:0;
	display:none;
	left:-100vw;
	position:fixed;
	top:25px;
	-webkit-transition:left .5s cubic-bezier(.56,.23,.77,.96);
	-o-transition:left .5s cubic-bezier(.56,.23,.77,.96);
	transition:left .5s cubic-bezier(.56,.23,.77,.96);
	width:100%;
	z-index:4000
}
.a-navigation-side__menu.h-state--transition-opening {
	display:block
}
.a-navigation-side__menu.h-state--opened {
	display:block;
	left:0
}
.a-navigation-side__menu.h-state--transition-closing {
	display:block;
	left:-100vh
}
.a-navigation-side__menu.h-state--closed {
	display:none
}
@media(min-width:821px)and (max-width:1080px) {
	.a-navigation-side__menu {
				display:none!important
	}
}
@media(min-width:1081px)and (max-width:1400px) {
	.a-navigation-side__menu {
				display:none!important
	}
}
@media(min-width:1401px)and (max-width:1600px) {
	.a-navigation-side__menu {
				display:none!important
	}
}
@media(min-width:1601px) {
	.a-navigation-side__menu {
				display:none!important
	}
}
.h-page-inverted-bg .a-navigation-side__menu {
	background:#000000;
	color:#f9f9f9
}
.a-navigation-side__menu ul {
	margin:0;
	padding:0
}
.a-navigation-side__menu ul li {
	border-bottom:1px solid #000000;
	font-size:28px;
	font-style:normal;
	line-height:30px;
	padding:10px 12px
}
@media(min-width:821px)and (max-width:1080px) {
	.a-navigation-side__menu ul li {
				font-size:24px;
				line-height:26px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.a-navigation-side__menu ul li {
				font-size:20px;
				line-height:22px
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-navigation-side__menu ul li {
				font-size:20px;
				line-height:22px
	}
}
.a-navigation-side__menu ul li.h-state--active {
	background:#e1e1e1
}
.h-page-inverted-bg .a-navigation-side__menu ul li.h-state--active {
	background:#000000
}
.h-page-inverted-bg .a-navigation-side__menu ul li {
	border-color:#f9f9f9
}
.a-navigation-side__menu ul li a {
	color:inherit;
	text-decoration:none
}
.no-touchevents .a-navigation-side__menu ul li a:hover {
	color:#737373
}
.a-navigation-top {
	display:block
}
@media(min-width:601px)and (max-width:820px) {
	.a-navigation-top {
				display:block;
			position:relative;
			 width:100%
	}
}
@media(min-width:0)and (max-width:600px) {
	.a-navigation-top {
				display:block;
			position:relative;
			 width:100%
	}
}
.a-navigation-top ul {
	-webkit-box-align:start;
	-ms-flex-align:start;
	-webkit-align-items:start;
	align-items:start;
	background:transparent;
	display:grid;
	grid-auto-columns:1fr;
	grid-auto-flow:column;
	list-style:none;
	margin:0;
	padding:0;
	width:100%
}
.h-page-inverted-bg .a-navigation-top ul {
	background:#000000
}
.a-navigation-top ul li a {
	background:transparent;
	color:#000000;
	display:block;
	font-size:14px;
	font-style:normal;
	height:100%;
	line-height:16px;
	padding:5px 12px;
	text-decoration:none;
	-webkit-transition:height .5s ease-in,padding .5s ease-in;
	-o-transition:height .5s ease-in,padding .5s ease-in;
	transition:height .5s ease-in,padding .5s ease-in
}
@media(min-width:0)and (max-width:600px) {
	.a-navigation-top ul li a {
		font-size:16px
	}
}
.a-navigation-top ul li a.h-state--active,.no-touchevents .a-navigation-top ul li a:hover {
	color:#f9f9f9;
    background:#000000
}
.h-page-inverted-bg .a-navigation-top ul li a {
	background:#000000;
	color:#f9f9f9
}
.h-page-inverted-bg .a-navigation-top ul li a.h-state--active,.no-touchevents .h-page-inverted-bg .a-navigation-top ul li a:hover {
	background:#FFF;
	color:#000000
}
.a-navigation-top ul li.h-col-1 a {
	height:26px
}
.a-navigation-top ul li.h-col-2 a {
	height:36px
}
.a-navigation-top ul li.h-col-3 a {
	height:46px
}
.a-navigation-top ul li.h-col-4 a {
	height:56px
}
.a-navigation-top ul li.h-col-5 a,.h-page-404 .a-navigation-top ul li a,.h-page-category .a-navigation-top ul li a,.h-page-detail .a-navigation-top ul li a,.h-state--closed .m-header__inner .a-navigation-top ul li a,.h-state--transition-closing .m-header__inner .a-navigation-top ul li a {
	height:26px
}
.a-privacy-policy-banner {
	background:transparent;
	top:50%;
	color:#000000;
	display:none;
	font-size:14px;
	font-style:normal;
	left:0;
	line-height:16px;
	opacity:0;
	letter-spacing:.007em;
	position:fixed;
	-webkit-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
	width:100%;
	z-index:3000;
    -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print {
	.a-privacy-policy-banner {
				display:none
	}
}
.a-privacy-policy-banner__inner {
	padding:8px 12px;
	text-align:center
}
.h-page-inverted-bg .a-privacy-policy-banner {
	background:transparent;
	color:#f9f9f9
}
.a-privacy-policy-banner a {
	color:inherit;
	text-decoration:none
}
.no-touchevents .a-privacy-policy-banner a:hover {
	color:#000000
}
.a-privacy-policy-banner.h-state--active {
	display:block;
	opacity:1
}
.a-privacy-policy-banner.h-state--transition {
	opacity:0
}
.a-privacy-policy-banner.h-state--inactive {
	display:none
}
.m-block-meta {
	position:relative
}
.m-block-meta.h-padding-bottom-small {
	padding-bottom:18px
}
.m-block-meta.h-padding-bottom-medium {
	padding-bottom:54px
}
.m-block-meta.h-padding-bottom-large {
	padding-bottom:126px
}
.m-block-meta__inner {
	grid-column-gap:15px;
	display:grid;
	grid-template-columns:8fr 7fr
}
@media(min-width:821px)and (max-width:1080px) {
	.m-block-meta__inner {
				grid-template-columns:7fr 7fr
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-block-meta__inner {
				grid-template-columns:1fr
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-block-meta__inner {
				grid-template-columns:1fr
	}
}
.m-block-related {
	position:relative
}
.m-block-related.h-padding-bottom-small {
	padding-bottom:18px
}
.m-block-related.h-padding-bottom-medium {
	padding-bottom:54px
}
.m-block-related.h-padding-bottom-large {
	padding-bottom:126px
}
.m-block-related__inner {
	border-bottom:1px solid #000000
}
.h-page-inverted-bg .m-block-related__inner {
	border-color:#f9f9f9
}
.m-block-text-meta {
	position:relative
}
.m-block-text-meta a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000;
	text-decoration:none
}
.no-touchevents .m-block-text-meta a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373
}
.m-block-text-meta.h-padding-bottom-small {
	padding-bottom:18px
}
.m-block-text-meta.h-padding-bottom-medium {
	padding-bottom:54px
}
.m-block-text-meta.h-padding-bottom-large {
	padding-bottom:126px
}
.m-block-text-meta__inner {
	grid-column-gap:15px;
	display:grid;
	grid-template-columns:8fr 7fr
}
@media(min-width:821px)and (max-width:1080px) {
	.m-block-text-meta__inner {
				grid-template-columns:7fr 7fr
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-block-text-meta__inner {
				grid-template-columns:1fr
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-block-text-meta__inner {
				grid-template-columns:1fr
	}
}
.m-block-text-meta__left {
	max-width:700px;
	padding:0 10%
}
@media(min-width:601px)and (max-width:820px) {
	.m-block-text-meta__left {
				padding-bottom:16px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-block-text-meta__left {
				padding-bottom:16px
	}
}
.m-block-text-meta__left,.m-block-text-meta__left p {
	font-size:14px;
	font-style:normal;
	font-weight:500;
	line-height:16px
}
@media(min-width:821px)and (max-width:1080px) {
	.m-block-text-meta__left,.m-block-text-meta__left p {
				font-size:14px;
				line-height:16px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-block-text-meta__left,.m-block-text-meta__left p {
				font-size:14px;
				font-size:13px;
				line-height:16px;
				line-height:15px
	}
}
.m-expander__item {
	display:block;
	position:relative;
	width:100%
}
.m-expander__item.h-state--active-transition .m-expander__item__down,.m-expander__item.h-state--active .m-expander__item__down {
	display:none
}
.m-expander__item.h-state--active-transition .m-expander__item__up,.m-expander__item.h-state--active .m-expander__item__up {
	display:block
}
.m-expander__item__header {
	background:#FFF;
        border-bottom: 1px solid;
	font-size:40px;
	font-style:normal;
	line-height:42px;
	padding:20px 30px;
	position:-webkit-sticky;
	position:sticky;
	top:144px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:100
}
@media(min-width:821px)and (max-width:1080px) {
	.m-expander__item__header {
				font-size:36px;
				line-height:37px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-expander__item__header {
				font-size:17px;
				line-height:19px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-expander__item__header {
				font-size:15px;
				line-height:17px
	}
}
.h-page-inverted-bg .m-expander__item__header {
	background:#000000;
}
@media(min-width:601px)and (max-width:820px) {
	.m-expander__item__header {
				padding-left:12px;
				padding-right:20px;
				top:calc(24px+7.65116vw)
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-expander__item__header {
				padding-left:12px;
				padding-right:20px;
				top:calc(24px + 5vw)
	}
}
.m-expander__item__link {
	color:inherit;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	text-decoration:none
}
.m-expander__item__down,.m-expander__item__up {
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	width:30px
}
@media(min-width:821px)and (max-width:1080px) {
	.m-expander__item__down,.m-expander__item__up {
				width:28px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-expander__item__down,.m-expander__item__up {
				width:26px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-expander__item__down,.m-expander__item__up {
				width:24px
	}
}
.h-page-inverted-bg .m-expander__item__down,.h-page-inverted-bg .m-expander__item__up {
	fill:#FFF
}
.m-expander__item__down {
	display:block
}
.m-expander__item__down,.m-expander__item__up {
	-ms-flex-item-align:center;
	-webkit-align-self:center;
	align-self:center
}
.m-expander__item__up {
	display:none
}
.m-expander__item__title {
	-ms-flex-item-align:end;
	-webkit-align-self:flex-end;
	align-self:flex-end;
	display:block;
	padding-left:44px
}
@media(min-width:821px)and (max-width:1080px) {
	.m-expander__item__title {
				padding-left:30px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-expander__item__title {
				padding-left:30px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-expander__item__title {
				padding-left:25px
	}
}
.m-expander__item__content {
	background:#fff;
	display:none;
	padding:36px 0
}
.h-page-inverted-bg .m-expander__item__content {
	background:#000000
}
.m-expander__padder.h-padding-bottom-small {
	padding-bottom:18px;
	position:relative;
	width:100%
}
.m-expander__padder.h-padding-bottom-medium {
	padding-bottom:54px;
	position:relative;
	width:100%
}
.m-expander__padder.h-padding-bottom-large {
	padding-bottom:126px;
	position:relative;
	width:100%
}
.m-footer {
	padding:100px 0 30px;
	position:relative;
	width:100%;
    background:#000000;
    color:#f9f9f9;
}
.m-footer a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#000000;
	text-decoration:none
}
.no-touchevents .m-footer a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#737373
}
.h-page-inverted-bg .m-footer {
	background:#000
}
.h-page-inverted-bg .m-footer a {
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#FFF));
	background:-o-linear-gradient(top,#FFF 0,#FFF 100%);
	background:linear-gradient(180deg,#FFF 0,#FFF);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#f9f9f9;
	text-decoration:none
}
.no-touchevents .h-page-inverted-bg .m-footer a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size:1px 1px;
	color:#737373
}
.h-page-inverted-bg .m-footer .m-footer__col.h-col-img {
	display:none
}
.h-page-inverted-bg .m-footer .m-footer__col.h-col-img-inverted {
	display:block
}
.m-footer__inner {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	background:#000000;
    color:#f9f9f9;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	font-size:13px;
	font-style:normal;
	line-height:15px;
	padding:10px 12px
}
.h-page-inverted-bg .m-footer__inner {
	background:#000;
	color:#f9f9f9
}
@media(min-width:0)and (max-width:600px) {
	.m-footer__inner {
				display:block
	}
}
.m-footer__col {
	padding-bottom:18px;
	padding-right:15px
}
.m-footer__col.h-col-text {
	-webkit-box-flex:1;
	-webkit-flex:1 0 100%;
	-ms-flex:1 0 100%;
	flex:1 0 100%
}
@media(min-width:1401px)and (max-width:1600px) {
	.m-footer__col.h-col-text {
				-ms-flex-preferred-size:auto;
				-webkit-flex-basis:auto;
				flex-basis:auto
	}
}
@media(min-width:1601px) {
	.m-footer__col.h-col-text {
				-ms-flex-preferred-size:auto;
				-webkit-flex-basis:auto;
				flex-basis:auto
	}
}
.m-footer__col.h-col-img,.m-footer__col.h-col-img-inverted {
	width:180px
}
.m-footer__col.h-col-img-inverted {
	display:none
}
.m-footer__col__text {
	max-width:560px
}
.m-footer__col__figure {
	margin:0;
	position:relative;
	width:100%
}
.m-footer__col__figure__img {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1
}
.m-footer__col__figure__img.lazyload,.m-footer__col__figure__img.lazyloading {
	opacity:0
}
.m-footer__col__figure__img.lazyloaded {
	opacity:1;
	-webkit-transition:opacity .65s ease-in;
	-o-transition:opacity .65s ease-in;
	transition:opacity .65s ease-in
}
.m-header {
	position:relative
}
.h-page-inverted-bg .m-header {
	background:#000000;
}
.m-header__spacer {
	opacity:0
}
.m-header__inner {
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:2000
}
.h-page-404 .m-header .m-header__logo,.h-page-category .m-header .m-header__logo,.h-page-detail .m-header .m-header__logo,.m-header.h-state--closed .m-header__inner .m-header__logo,.m-header.h-state--transition-closing .m-header__inner .m-header__logo {
	font-size:36px;
	height:46px
}
@media(min-width:601px)and (max-width:820px) {
	.h-page-404 .m-header .m-header__logo,.h-page-category .m-header .m-header__logo,.h-page-detail .m-header .m-header__logo,.m-header.h-state--closed .m-header__inner .m-header__logo,.m-header.h-state--transition-closing .m-header__inner .m-header__logo {
				font-size:38px;
				height:7.65116279vw
	}
}
@media(min-width:0)and (max-width:600px) {
	.h-page-404 .m-header .m-header__logo,.h-page-category .m-header .m-header__logo,.h-page-detail .m-header .m-header__logo,.m-header.h-state--closed .m-header__inner .m-header__logo,.m-header.h-state--transition-closing .m-header__inner .m-header__logo {
				font-size:18px;
                line-height:20px;
				height:33px
	}
}
.m-header__logo {
	-webkit-box-align:left;
	-ms-flex-align:left;
	-webkit-box-pack:left;
	-ms-flex-pack:left;
	-webkit-align-items:left;
	align-items:left;
	background:transparent;
	color:#000000;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	font-size:36px;
	height:3.95116279vw;
	padding:12px;
	-webkit-justify-content:left;
	justify-content:left;
	line-height:16px;
	text-align:left
}
@media(min-width:0)and (max-width:600px) {
	.m-header__logo {
				font-size:18px;
				height:3vw
	}
}
.h-state--transition-closing .m-header__logo,.h-state--transition-opening .m-header__logo {
	-webkit-transition:all .5s ease-in;
	-o-transition:all .5s ease-in;
	transition:all .5s ease-in
}
.h-page-inverted-bg .m-header__logo {
	background:#000000;
	color:#f9f9f9
}
.m-header__logo__link {
	color:inherit;
	text-decoration:none
}
.m-related-article {
	color:#fafafa;
	position:relative;
	-webkit-transition:color .4s cubic-bezier(.56,.23,.77,.96);
	-o-transition:color .4s cubic-bezier(.56,.23,.77,.96);
	transition:color .4s cubic-bezier(.56,.23,.77,.96)
}
.m-block-related .m-related-article,.no-touchevents .o-homepage .m-related-article:hover,.o-category .m-related-article,.touchevents .m-related-article {
	color:#000000
}
.m-block-related .m-related-article .m-related-article__pdf,.no-touchevents .o-homepage .m-related-article:hover .m-related-article__pdf,.o-category .m-related-article .m-related-article__pdf,.touchevents .m-related-article .m-related-article__pdf {
	background:#e1e1e1
}
.m-block-related .m-related-article .m-related-article__pdf.h-pdf-none,.no-touchevents .o-homepage .m-related-article:hover .m-related-article__pdf.h-pdf-none,.o-category .m-related-article .m-related-article__pdf.h-pdf-none,.touchevents .m-related-article .m-related-article__pdf.h-pdf-none {
	background:none
}
.m-block-related .m-related-article .m-related-article__pdf span,.no-touchevents .o-homepage .m-related-article:hover .m-related-article__pdf span,.o-category .m-related-article .m-related-article__pdf span,.touchevents .m-related-article .m-related-article__pdf span {
	color:#000000
}
.m-block-related .m-related-article .m-related-article__pdf svg,.no-touchevents .o-homepage .m-related-article:hover .m-related-article__pdf svg,.o-category .m-related-article .m-related-article__pdf svg,.touchevents .m-related-article .m-related-article__pdf svg {
	fill:#000000
}
.no-touchevents .h-page-inverted-bg .m-related-article:hover {
	border-color:#f9f9f9;
	color:#f9f9f9
}
.no-touchevents .h-page-inverted-bg .m-related-article:hover .m-related-article__meta__inner {
	background:#000000;
	border-color:#f9f9f9;
	color:#f9f9f9
}
.h-page-inverted-bg .m-block-related .m-related-article,.h-page-inverted-bg .m-related-article,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-article {
	border-color:#f9f9f9;
	color:#f9f9f9
}
.h-page-inverted-bg .m-block-related .m-related-article .m-related-article__meta__inner,.h-page-inverted-bg .m-related-article .m-related-article__meta__inner,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-article .m-related-article__meta__inner {
	background:#000000;
	border-color:#f9f9f9;
	color:#f9f9f9
}
.h-page-inverted-bg .m-block-related .m-related-article .m-related-article__pdf,.h-page-inverted-bg .m-related-article .m-related-article__pdf,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-article .m-related-article__pdf {
	background:#FFF
}
.h-page-inverted-bg .m-block-related .m-related-article .m-related-article__pdf span,.h-page-inverted-bg .m-related-article .m-related-article__pdf span,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-article .m-related-article__pdf span {
	color:#000000
}
.h-page-inverted-bg .m-block-related .m-related-article .m-related-article__pdf svg,.h-page-inverted-bg .m-related-article .m-related-article__pdf svg,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-article .m-related-article__pdf svg {
	fill:#000000
}
.m-related-article__inner {
	padding-bottom:72px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-article__inner {
				padding-bottom:64px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-article__inner {
				padding-bottom:64px
	}
}
.o-category .m-related-article__inner {
	padding-bottom:18px
}
.m-related-article__meta {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	position:-webkit-sticky;
	position:sticky;
	top:57px;
	width:100%;
	z-index:10
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-article__meta {
				top:calc(25px+4.65116vw)
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-article__meta {
				top:calc(25px+13vw)
	}
}
.o-category .m-related-article__meta {
	display:none
}
.m-related-article__meta__inner {
	background:#FFF;
	border-bottom:1px solid #000000;
	color:#000000;
	display:block;
	font-size:13px;
	font-style:normal;
	font-weight:500;
	grid-column:3/4;
	line-height:15px;
	padding:5px 12px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-article__meta__inner {
				grid-column:1/4
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-article__meta__inner {
				grid-column:1/4
	}
}
.m-related-article__content {
	grid-column-gap:15px;
	display:grid;
	grid-template-columns:8fr 7fr
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-article__content {
				grid-template-columns:1fr
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-article__content {
				grid-template-columns:1fr
	}
}
.m-related-article__left {
	grid-column-gap:15px;
	display:grid;
	grid-template-columns:1fr 0fr;
}
.o-category .m-related-article__left {
	grid-column-gap:15px;
	display:grid;
	grid-template-columns:1fr 0fr
}
.m-related-article__right {
	padding-top:0
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-article__right {
				padding-top:16px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-article__right {
				padding-top:16px
	}
}
.m-related-article__title {
	padding-left:12px
}
.m-related-article__title h1 {
	font-size:17px;
	font-style:normal;
	line-height:19px
}
@media(min-width:821px)and (max-width:1080px) {
	.m-related-article__title h1 {
				font-size:36px;
				line-height:32px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-article__title h1 {
				font-size:30px;
				line-height:28px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-article__title h1 {
				font-size:30px;
				line-height:28px
	}
}
.o-category .m-related-article__title h1 {
	font-size:28px;
	font-style:normal;
	line-height:30px
}
@media(min-width:821px)and (max-width:1080px) {
	.o-category .m-related-article__title h1 {
				font-size:24px;
				line-height:26px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.o-category .m-related-article__title h1 {
				font-size:20px;
				line-height:22px
	}
}
@media(min-width:0)and (max-width:600px) {
	.o-category .m-related-article__title h1 {
				font-size:20px;
				line-height:22px
	}
}
.m-related-article__table {
	padding-bottom:10px
}
.m-related-article__pdf {
	background:#fafafa;
	display:block;
	height:64px;
	position:relative;
	text-decoration:none;
	-webkit-transition:all .65s ease-in-out;
	-o-transition:all .65s ease-in-out;
	transition:all .65s ease-in-out;
	width:48px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-article__pdf {
				margin-left:12px
	}
	.o-category .m-related-article__pdf {
				margin:0 12px 0 0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-article__pdf {
				margin-left:12px
	}
	.o-category .m-related-article__pdf {
				margin:0 12px 0 0
	}
}
.m-related-article__pdf.h-pdf-none {
	background:none
}
.m-related-article__pdf span {
	color:#fafafa;
	font-size:13px;
	font-style:normal;
	font-weight:700;
	line-height:15px;
	top:4px
}
.m-related-article__pdf span,.m-related-article__pdf svg {
	left:4px;
	position:absolute;
	-webkit-transition:all .65s ease-in-out;
	-o-transition:all .65s ease-in-out;
	transition:all .65s ease-in-out
}
.m-related-article__pdf svg {
	fill:#fafafa;
	bottom:4px;
	width:12px
}
.m-related-event {
	color:transparent;
	position:relative;
	-webkit-transition:color .4s cubic-bezier(.56,.23,.77,.96);
	-o-transition:color .4s cubic-bezier(.56,.23,.77,.96);
	transition:color .4s cubic-bezier(.56,.23,.77,.96)
}
.m-related-event .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000;
	text-decoration:none
}
.o-category .m-related-event .h-description a,.o-homepage .m-related-event .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#fafafa));
	background:-o-linear-gradient(top,#fafafa 0,#fafafa 100%);
	background:linear-gradient(180deg,#fafafa 0,#fafafa);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#fafafa;
	-webkit-transition:all .4s cubic-bezier(.56,.23,.77,.96);
	-o-transition:all .4s cubic-bezier(.56,.23,.77,.96);
	transition:all .4s cubic-bezier(.56,.23,.77,.96)
}
.h-page-inverted-bg .m-related-event .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#FFF));
	background:-o-linear-gradient(top,#FFF 0,#FFF 100%);
	background:linear-gradient(180deg,#FFF 0,#FFF);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#f9f9f9
}
.touchevents .m-related-event .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000
}
.no-touchevents .m-related-event .h-description a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373
}
.no-touchevents .o-category .m-related-event:hover .h-description a,.no-touchevents .o-homepage .m-related-event:hover .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000
}
.no-touchevents .o-category .m-related-event:hover .h-description a:hover,.no-touchevents .o-homepage .m-related-event:hover .h-description a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373;
	-webkit-transition:none;
	-o-transition:none;
	transition:none
}
.m-block-related .m-related-event,.no-touchevents .o-homepage .m-related-event:hover,.o-category .m-related-event,.touchevents .m-related-event {
	color:#000
}
.no-touchevents .h-page-inverted-bg .m-related-event:hover {
	border-color:#f9f9f9;
	color:#f9f9f9
}
.no-touchevents .h-page-inverted-bg .m-related-event:hover .m-related-event__meta__inner {
	background:#000000;
	border-color:#f9f9f9;
	color:#f9f9f9
}
.h-page-inverted-bg .m-block-related .m-related-event,.h-page-inverted-bg .m-related-event,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-event {
	border-color:#f9f9f9;
	color:transparent
}
.h-page-inverted-bg .m-block-related .m-related-event .m-related-event__meta__inner,.h-page-inverted-bg .m-related-event .m-related-event__meta__inner,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-event .m-related-event__meta__inner {
	background:#000000;
	border-color:#f9f9f9;
	color:#f9f9f9
}
.h-page-inverted-bg .m-block-related .m-related-event .m-related-event__figure,.h-page-inverted-bg .m-related-event .m-related-event__figure,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-event .m-related-event__figure {
	background:#000000
}
.m-related-event.h-layout-headline .m-related-event__inner {
	padding-bottom:72px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-headline .m-related-event__inner {
				padding-bottom:64px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-headline .m-related-event__inner {
				padding-bottom:64px
	}
}
.m-related-event.h-layout-headline .m-related-event__title {
	padding-left:12px;
	padding-top:10px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-headline .m-related-event__title {
				padding-left:0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-headline .m-related-event__title {
				padding-left:0
	}
}
.m-related-event.h-layout-headline .m-related-event__title h1 {
	font-size:40px;
	font-style:normal;
	line-height:42px
}
@media(min-width:821px)and (max-width:1080px) {
	.m-related-event.h-layout-headline .m-related-event__title h1 {
				font-size:36px;
				line-height:32px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-headline .m-related-event__title h1 {
				font-size:30px;
				line-height:28px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-headline .m-related-event__title h1 {
				font-size:30px;
				line-height:28px
	}
}
.o-category .m-related-event.h-layout-headline .m-related-event__title h1 {
	font-size:28px;
	font-style:normal;
	line-height:30px
}
@media(min-width:821px)and (max-width:1080px) {
	.o-category .m-related-event.h-layout-headline .m-related-event__title h1 {
				font-size:24px;
				line-height:26px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.o-category .m-related-event.h-layout-headline .m-related-event__title h1 {
				font-size:20px;
				line-height:22px
	}
}
@media(min-width:0)and (max-width:600px) {
	.o-category .m-related-event.h-layout-headline .m-related-event__title h1 {
				font-size:20px;
				line-height:22px
	}
}
.m-related-event.h-layout-headline .m-related-event__right {
	padding-top:10px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-headline .m-related-event__right {
				padding-top:0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-headline .m-related-event__right {
				padding-top:0
	}
}
.m-related-event.h-layout-medium .m-related-event__title {
	padding:10px 12px 22.5px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-medium .m-related-event__title {
				padding-bottom:10px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-medium .m-related-event__title {
				padding-bottom:10px
	}
}
.m-related-event.h-layout-medium .m-related-event__title h1 {
	font-size:40px;
	font-style:normal;
	line-height:42px
}
@media(min-width:821px)and (max-width:1080px) {
	.m-related-event.h-layout-medium .m-related-event__title h1 {
				font-size:36px;
				line-height:32px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-medium .m-related-event__title h1 {
				font-size:30px;
				line-height:28px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-medium .m-related-event__title h1 {
				font-size:30px;
				line-height:28px
	}
}
.o-category .m-related-event.h-layout-medium .m-related-event__title h1 {
	font-size:28px;
	font-style:normal;
	line-height:30px
}
@media(min-width:821px)and (max-width:1080px) {
	.o-category .m-related-event.h-layout-medium .m-related-event__title h1 {
				font-size:24px;
				line-height:26px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.o-category .m-related-event.h-layout-medium .m-related-event__title h1 {
				font-size:20px;
				line-height:22px
	}
}
@media(min-width:0)and (max-width:600px) {
	.o-category .m-related-event.h-layout-medium .m-related-event__title h1 {
				font-size:20px;
				line-height:22px
	}
}
.m-related-event.h-layout-medium .m-related-event__images {
	display:block;
	padding:0
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-medium .m-related-event__images {
				padding-bottom:5px
	}
	.o-category .m-related-event.h-layout-medium .m-related-event__images {
				display:none
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-medium .m-related-event__images {
				padding-bottom:5px
	}
	.o-category .m-related-event.h-layout-medium .m-related-event__images {
				display:none
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-medium .m-related-event__left {
				padding-bottom:0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-medium .m-related-event__left {
				padding-bottom:0
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-medium .m-related-event__description {
				padding-bottom:16px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-medium .m-related-event__description {
				padding-bottom:16px
	}
}
.m-related-event.h-layout-medium .h-right-row {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:column;
	-ms-flex-flow:column;
	flex-flow:column
}
.m-related-event.h-layout-medium .h-right-row .m-related-event__description {
	-webkit-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	padding-bottom:40px;
	padding-left:0
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-medium .h-right-row .m-related-event__description {
				padding:0 12px 16px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-medium .h-right-row .m-related-event__description {
				padding:0 12px 16px
	}
}
.m-related-event.h-layout-large .m-related-event__title {
	padding:10px 12px 22.5px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event.h-layout-large .m-related-event__title {
				padding-bottom:10px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event.h-layout-large .m-related-event__title {
				padding-bottom:10px
	}
}
.m-related-event__inner {
	padding-bottom:0
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event__inner {
				padding-bottom:0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event__inner {
				padding-bottom:0
	}
}
.o-category .m-related-event__inner {
	padding-bottom:18px
}
.m-related-event__meta {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	position:-webkit-sticky;
	position:sticky;
	top:104px;
	width:100%;
	z-index:10
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event__meta {
				top:calc(25px + 10.65116vw)
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event__meta {
				top:calc(25px + 13vw)
	}
}
.o-category .m-related-event__meta {
	display:none
}
.m-related-event__meta__inner {
	background:transparent;
	color:#000000;
	display:block;
	font-size:16px;
	font-style:normal;
	grid-column:1/3;
	line-height:18px;
	padding:5px 12px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event__meta__inner {
				grid-column:1/4
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event__meta__inner {
        display:none;
				grid-column:1/4
	}
}
.m-related-event__title {
	padding-top:10px
}
.m-related-event__link {
	color:inherit;
	text-decoration:none
}
.m-related-event__content {
	grid-column-gap:15px;
	display:grid;
	grid-template-columns:12fr 5fr
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event__content {
				grid-template-columns:1fr
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event__content {
				grid-template-columns:1fr
	}
}
@media(min-width:1081px)and (max-width:1400px) {
	.o-category .m-related-event__content {
				grid-template-columns:550px 7fr
	}
}
@media(min-width:1401px)and (max-width:1600px) {
	.o-category .m-related-event__content {
				grid-template-columns:550px 7fr
	}
}
@media(min-width:1601px) {
	.o-category .m-related-event__content {
				grid-template-columns:550px 7fr
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event__left {
				padding:0 12px 0 0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event__left {
				padding:0 12px 0 12px
	}
}
.m-related-event__description {
	padding-left:12px
}
@media(min-width:1081px)and (max-width:1400px) {
	.o-category .m-related-event__description {
				max-width:700px
	}
}
@media(min-width:1401px)and (max-width:1600px) {
	.o-category .m-related-event__description {
				max-width:700px
	}
}
@media(min-width:1601px) {
	.o-category .m-related-event__description {
				max-width:700px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event__description {
				padding:0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event__description {
				padding:0 0 12px 0
	}
}
.m-related-event__images {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row nowrap;
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
	padding-bottom:0;
	width:100%
}
.m-related-event__figure {
	-webkit-box-flex:1;
	-ms-flex-item-align:start;
	-webkit-align-self:flex-start;
	align-self:flex-start;
	background:#000000;
	-webkit-flex:1 1 auto;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin:0;
	position:relative
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-event__figure {
				display:none
	}
	.m-related-event__figure:first-of-type {
				display:block
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-event__figure {
				display:none
	}
	.m-related-event__figure:first-of-type {
				display:block
	}
}
.m-related-event__figure__img {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.m-related-event__figure__img.lazyload,.m-related-event__figure__img.lazyloading {
	opacity:0
}
.m-related-event__figure__img.lazyloaded {
	opacity:1;
	-webkit-transition:opacity .65s ease-in;
	-o-transition:opacity .65s ease-in;
	transition:opacity .65s ease-in
}
.m-related-project {
	color:transparent;
	position:relative;
	-webkit-transition:color .4s cubic-bezier(.56,.23,.77,.96);
	-o-transition:color .4s cubic-bezier(.56,.23,.77,.96);
	transition:color .4s cubic-bezier(.56,.23,.77,.96)
}
.m-related-project .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000;
	text-decoration:none
}
.o-category .m-related-project .h-description a,.o-homepage .m-related-project .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#fafafa));
	background:-o-linear-gradient(top,#fafafa 0,#fafafa 100%);
	background:linear-gradient(180deg,#fafafa 0,#fafafa);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#fafafa;
	-webkit-transition:all .4s cubic-bezier(.56,.23,.77,.96);
	-o-transition:all .4s cubic-bezier(.56,.23,.77,.96);
	transition:all .4s cubic-bezier(.56,.23,.77,.96)
}
.h-page-inverted-bg .m-related-project .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#FFF));
	background:-o-linear-gradient(top,#FFF 0,#FFF 100%);
	background:linear-gradient(180deg,#FFF 0,#FFF);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#f9f9f9
}
.touchevents .m-related-project .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000
}
.no-touchevents .m-related-project .h-description a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373
}
.no-touchevents .o-category .m-related-project:hover .h-description a,.no-touchevents .o-homepage .m-related-project:hover .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000
}
.no-touchevents .o-category .m-related-project:hover .h-description a:hover,.no-touchevents .o-homepage .m-related-project:hover .h-description a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373;
	-webkit-transition:none;
	-o-transition:none;
	transition:none
}
.m-block-related .m-related-project,.no-touchevents .o-homepage .m-related-project:hover,.o-category .m-related-project,.touchevents .m-related-project {
	color:#000000
}
.no-touchevents .h-page-inverted-bg .m-related-project:hover {
	border-color:#f9f9f9;
	color:#f9f9f9
}
.no-touchevents .h-page-inverted-bg .m-related-project:hover .m-related-project__meta__inner {
	background:#000000;
	border-color:#f9f9f9;
	color:#f9f9f9
}
.h-page-inverted-bg .m-block-related .m-related-project,.h-page-inverted-bg .m-related-project,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-project {
	color:#000000
}
.h-page-inverted-bg .m-block-related .m-related-project .m-related-project__meta__inner,.h-page-inverted-bg .m-related-project .m-related-project__meta__inner,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-project .m-related-project__meta__inner {
	background:#000000;
	border-color:#f9f9f9;
	color:#f9f9f9
}
.h-page-inverted-bg .m-block-related .m-related-project .m-related-project__figure,.h-page-inverted-bg .m-related-project .m-related-project__figure,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-project .m-related-project__figure {
	background:#000000
}
.m-related-project.h-layout-medium .m-related-project__title {
	padding:10px 12px 22.5px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project.h-layout-medium .m-related-project__title {
				padding-bottom:10px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project.h-layout-medium .m-related-project__title {
				padding-bottom:10px
	}
}
.m-related-project.h-layout-medium .m-related-project__title h1 {
	font-size:40px;
	font-style:normal;
	line-height:42px
}
@media(min-width:821px)and (max-width:1080px) {
	.m-related-project.h-layout-medium .m-related-project__title h1 {
				font-size:36px;
				line-height:32px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project.h-layout-medium .m-related-project__title h1 {
				font-size:30px;
				line-height:28px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project.h-layout-medium .m-related-project__title h1 {
				font-size:30px;
				line-height:28px
	}
}
.o-category .m-related-project.h-layout-medium .m-related-project__title h1 {
	font-size:28px;
	font-style:normal;
	line-height:30px
}
@media(min-width:821px)and (max-width:1080px) {
	.o-category .m-related-project.h-layout-medium .m-related-project__title h1 {
				font-size:24px;
				line-height:26px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.o-category .m-related-project.h-layout-medium .m-related-project__title h1 {
				font-size:20px;
				line-height:22px
	}
}
@media(min-width:0)and (max-width:600px) {
	.o-category .m-related-project.h-layout-medium .m-related-project__title h1 {
				font-size:20px;
				line-height:22px
	}
}
.m-related-project.h-layout-medium .m-related-project__images {
	display:block;
	padding:0
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project.h-layout-medium .m-related-project__images {
				padding-bottom:5px
	}
	.o-category .m-related-project.h-layout-medium .m-related-project__images {
				display:block
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project.h-layout-medium .m-related-project__images {
				padding-bottom:5px
	}
	.o-category .m-related-project.h-layout-medium .m-related-project__images {
				display:block
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project.h-layout-medium .m-related-project__left {
				padding-bottom:0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project.h-layout-medium .m-related-project__left {
				padding-bottom:0
	}
}
.m-related-project.h-layout-medium .m-related-project__description .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000;
	text-decoration:none
}
.o-category .m-related-project.h-layout-medium .m-related-project__description .h-description a,.o-homepage .m-related-project.h-layout-medium .m-related-project__description .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#fafafa));
	background:-o-linear-gradient(top,#fafafa 0,#fafafa 100%);
	background:linear-gradient(180deg,#fafafa 0,#fafafa);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#fafafa;
	-webkit-transition:all .4s cubic-bezier(.56,.23,.77,.96);
	-o-transition:all .4s cubic-bezier(.56,.23,.77,.96);
	transition:all .4s cubic-bezier(.56,.23,.77,.96)
}
.h-page-inverted-bg .m-related-project.h-layout-medium .m-related-project__description .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#FFF));
	background:-o-linear-gradient(top,#FFF 0,#FFF 100%);
	background:linear-gradient(180deg,#FFF 0,#FFF);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#f9f9f9
}
.touchevents .m-related-project.h-layout-medium .m-related-project__description .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000
}
.no-touchevents .m-related-project.h-layout-medium .m-related-project__description .h-description a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373
}
.no-touchevents .o-category .m-related-project.h-layout-medium .m-related-project__description:hover .h-description a,.no-touchevents .o-homepage .m-related-project.h-layout-medium .m-related-project__description:hover .h-description a {
	background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
	background:-o-linear-gradient(top,#000000 0,#000000 100%);
	background:linear-gradient(180deg,#000000 0,#000000);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#000000
}
.no-touchevents .o-category .m-related-project.h-layout-medium .m-related-project__description:hover .h-description a:hover,.no-touchevents .o-homepage .m-related-project.h-layout-medium .m-related-project__description:hover .h-description a:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#737373),to(#737373));
	background:-o-linear-gradient(top,#737373 0,#737373 100%);
	background:linear-gradient(180deg,#737373 0,#737373);
	background-position:0 92%;
	background-repeat:repeat-x;
	background-size:2px 2px;
	color:#737373;
	-webkit-transition:none;
	-o-transition:none;
	transition:none
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project.h-layout-medium .m-related-project__description {
				padding-left:0;
			padding-bottom:16px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project.h-layout-medium .m-related-project__description {
				padding-left:0;
			padding-bottom:16px
	}
}
.m-related-project.h-layout-medium .h-right-row {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:column;
	-ms-flex-flow:column;
	flex-flow:column
}
.m-related-project.h-layout-medium .h-right-row .m-related-project__description {
	-webkit-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	padding-bottom:40px;
	padding-left:0
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project.h-layout-medium .h-right-row .m-related-project__description {
				padding:0 12px 16px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project.h-layout-medium .h-right-row .m-related-project__description {
				padding:0 12px 16px
	}
}
.m-related-project.h-layout-large .m-related-project__title {
	padding:10px 12px 22.5px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project.h-layout-large .m-related-project__title {
				padding-bottom:10px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project.h-layout-large .m-related-project__title {
				padding-bottom:10px
	}
}
.m-related-project__inner {
	padding-bottom:0
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project__inner {
				padding-bottom:0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project__inner {
				padding-bottom:0
	}
}
.o-category .m-related-project__inner {
	padding-bottom:18px
}
.m-related-project__meta {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	position:-webkit-sticky;
	position:sticky;
	top:57px;
	width:100%;
	z-index:10
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project__meta {
				top:calc(25px+4.65116vw)
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project__meta {
				top:calc(25px+13vw)
	}
}
.o-category .m-related-project__meta {
	display:none
}
.m-related-project__meta__inner {
	background:#FFF;
	color:#000000;
	display:block;
	font-size:13px;
	font-style:normal;
	line-height:15px;
	padding:5px 12px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project__meta__inner {
				grid-column:1/4
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project__meta__inner {
				grid-column:1/4
	}
}
.m-related-project__title {
	padding-top:10px
}
.m-related-project__link {
	color:inherit;
	text-decoration:none
}
.m-related-project__content {
	grid-column-gap:15px;
	display:grid;
	grid-template-columns:8fr 7fr
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project__content {
				grid-template-columns:1fr
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project__content {
				grid-template-columns:1fr
	}
}
@media(min-width:1081px)and (max-width:1400px) {
	.o-category .m-related-project__content {
				grid-template-columns:850px 7fr
	}
}
@media(min-width:1401px)and (max-width:1600px) {
	.o-category .m-related-project__content {
				grid-template-columns:550px 7fr
	}
}
@media(min-width:1601px) {
	.o-category .m-related-project__content {
				grid-template-columns:550px 7fr
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project__left {
				padding:0 12px 16px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project__left {
				padding:0 12px 16px
	}
}
.m-related-project__description {
	padding-left:12px
}
@media(min-width:1081px)and (max-width:1400px) {
	.o-category .m-related-project__description {
				width:100%
	}
}
@media(min-width:1401px)and (max-width:1600px) {
	.o-category .m-related-project__description {
				max-width:700px
	}
}
@media(min-width:1601px) {
	.o-category .m-related-project__description {
				max-width:700px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project__description {
				padding:0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project__description {
				padding:0
	}
}
.m-related-project__images {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:row nowrap;
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
	padding-bottom:0;
	width:100%
}
.m-related-project__figure {
	-webkit-box-flex:1;
	-ms-flex-item-align:start;
	-webkit-align-self:flex-start;
	align-self:flex-start;
	background:#000000;
	-webkit-flex:1 1 auto;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	margin:0;
	position:relative
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-project__figure {
				display:none
	}
	.m-related-project__figure:first-of-type {
				display:block
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-project__figure {
				display:none
	}
	.m-related-project__figure:first-of-type {
				display:block
	}
}
.m-related-project__figure__img {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.m-related-project__figure__img.lazyload,.m-related-project__figure__img.lazyloading {
	opacity:0
}
.m-related-project__figure__img.lazyloaded {
	opacity:1;
	-webkit-transition:opacity .65s ease-in;
	-o-transition:opacity .65s ease-in;
	transition:opacity .65s ease-in
}
.m-related-publication {
	color:transparent;
	position:relative;
	-webkit-transition:color .4s cubic-bezier(.56,.23,.77,.96);
	-o-transition:color .4s cubic-bezier(.56,.23,.77,.96);
	transition:color .4s cubic-bezier(.56,.23,.77,.96)
}
.m-block-related .m-related-publication,.no-touchevents .o-homepage .m-related-publication:hover,.o-category .m-related-publication,.touchevents .m-related-publication {
	color:#000000
}
.m-block-related .m-related-publication .m-related-publication__pdf,.no-touchevents .o-homepage .m-related-publication:hover .m-related-publication__pdf,.o-category .m-related-publication .m-related-publication__pdf,.touchevents .m-related-publication .m-related-publication__pdf {
	background:#e1e1e1
}
.m-block-related .m-related-publication .m-related-publication__pdf span,.no-touchevents .o-homepage .m-related-publication:hover .m-related-publication__pdf span,.o-category .m-related-publication .m-related-publication__pdf span,.touchevents .m-related-publication .m-related-publication__pdf span {
	color:#000000
}
.m-block-related .m-related-publication .m-related-publication__pdf svg,.no-touchevents .o-homepage .m-related-publication:hover .m-related-publication__pdf svg,.o-category .m-related-publication .m-related-publication__pdf svg,.touchevents .m-related-publication .m-related-publication__pdf svg {
	fill:#000000
}
.no-touchevents .h-page-inverted-bg .m-related-publication:hover {
	border-color:#f9f9f9;
	color:#f9f9f9
}
.no-touchevents .h-page-inverted-bg .m-related-publication:hover .m-related-publication__meta__inner {
	background:#000000;
	border-color:#f9f9f9;
	color:#f9f9f9
}
.h-page-inverted-bg .m-block-related .m-related-publication,.h-page-inverted-bg .m-related-publication,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-publication {
	color:#000000
}
.h-page-inverted-bg .m-block-related .m-related-publication .m-related-publication__meta__inner,.h-page-inverted-bg .m-related-publication .m-related-publication__meta__inner,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-publication .m-related-publication__meta__inner {
	background:#000000;
	border-color:#f9f9f9;
	color:#f9f9f9
}
.h-page-inverted-bg .m-block-related .m-related-publication .m-related-publication__pdf,.h-page-inverted-bg .m-related-publication .m-related-publication__pdf,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-publication .m-related-publication__pdf {
	background:transparent
}
.h-page-inverted-bg .m-block-related .m-related-publication .m-related-publication__pdf span,.h-page-inverted-bg .m-related-publication .m-related-publication__pdf span,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-publication .m-related-publication__pdf span {
	color:#000000
}
.h-page-inverted-bg .m-block-related .m-related-publication .m-related-publication__pdf svg,.h-page-inverted-bg .m-related-publication .m-related-publication__pdf svg,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-publication .m-related-publication__pdf svg {
	fill:#000000
}
.h-page-inverted-bg .m-block-related .m-related-publication .m-related-publication__figure,.h-page-inverted-bg .m-related-publication .m-related-publication__figure,.no-touchevents .h-page-inverted-bg .m-block-related .m-related-publication .m-related-publication__figure {
	background:#000000
}
.m-related-publication__inner {
	padding-bottom:0;
	padding-top:0
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-publication__inner {
				padding-bottom:0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-publication__inner {
				padding-bottom:0
	}
}
.o-category .m-related-publication__inner {
	padding-bottom:18px
}
.m-related-publication__meta {
	grid-template-columns:1fr;
	position:-webkit-sticky;
	position:sticky;
	top:56px;
	width:100%;
	z-index:10
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-publication__meta {
				top:calc(25px + 5.65116vw)
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-publication__meta {
				top:calc(36px + 4vw)
	}
}
.o-category .m-related-publication__meta {
	display:none
}
.m-related-publication__meta__inner {
	background:#000000;
	color:#f9f9f9;
	display:block;
    font-size:12px;
	font-style:normal;
	grid-column:3/4;
	line-height:14px;
	padding:12px;
    letter-spacing:.01em
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-publication__meta__inner {
				grid-column:1/6
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-publication__meta__inner {
				grid-column:1/6
	}
}
.m-related-publication__title {
	padding:0 12px 22.5px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-publication__title {
				padding-bottom:10px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-publication__title {
				padding-bottom:10px
	}
}
.m-related-publication__title h1 {
	font-size:17px;
	font-style:normal;
	line-height:19px
}
@media(min-width:821px)and (max-width:1080px) {
	.m-related-publication__title h1 {
				font-size:36px;
				line-height:32px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-publication__title h1 {
				font-size:30px;
				line-height:28px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-publication__title h1 {
				font-size:15px;
				line-height:17px
	}
}
.o-category .m-related-publication__title h1 {
	font-size:28px;
	font-style:normal;
	line-height:30px
}
@media(min-width:821px)and (max-width:1080px) {
	.o-category .m-related-publication__title h1 {
				font-size:24px;
				line-height:26px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.o-category .m-related-publication__title h1 {
				font-size:20px;
				line-height:22px
	}
}
@media(min-width:0)and (max-width:600px) {
	.o-category .m-related-publication__title h1 {
				font-size:20px;
				line-height:22px
	}
}
.m-related-publication__content {
	grid-column-gap:15px;
	display:grid;
	grid-template-columns:8fr 7fr
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-publication__content {
		grid-template-columns:1fr
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-publication__content {
				grid-template-columns:1fr
	}
}
.m-related-publication__left {
	grid-column-gap:15px;
	display:grid;
	grid-template-columns:1fr
}
.m-related-publication__right {
    padding-top:12px;
    padding-right:12px;
	padding-left:0;
    padding-bottom:0
}
.o-category .m-related-publication__left {
	grid-template-columns:1fr 2fr
}
@media(min-width:1081px)and (max-width:1400px) {
	.o-category .m-related-publication__left {
				grid-template-columns:1fr
	}
}
@media(min-width:821px)and (max-width:1080px) {
	.o-category .m-related-publication__left {
				grid-template-columns:1fr
	}
	.o-category .m-related-publication__right {
				padding-top:12px;
			padding-left:12px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.o-category .m-related-publication__left {
				grid-template-columns:1fr 2fr
	}
	.o-category .m-related-publication__right {
				padding-top:12px;
			padding-left:12px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-publication__left,.o-category .m-related-publication__left {
				grid-template-columns:1fr;
		padding-left:0
	}
	.m-related-publication__right {
		padding-left:0
	}
}
@media(min-width:821px)and (max-width:1080px) {
	.o-category .m-related-publication__image {
				display:none
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-publication__image {
				padding-bottom:5px
	}
	.o-category .m-related-publication__image {
				display:none
	}
}
.m-related-publication__figure {
	background:#000000;
	margin:0;
	position:relative;
	width:100%
}
.m-related-publication__figure__img {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.m-related-publication__figure__img.lazyload,.m-related-publication__figure__img.lazyloading {
	opacity:0
}
.m-related-publication__figure__img.lazyloaded {
	opacity:1;
	-webkit-transition:opacity .65s ease-in;
	-o-transition:opacity .65s ease-in;
	transition:opacity .65s ease-in
}
.m-related-publication .a-meta {
	padding-bottom:10px
}
@media(min-width:821px)and (max-width:1080px) {
	.o-category .m-related-publication__description {
				padding:0 12px 18px
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-publication__description {
				padding:0 12px 18px
	}
}
@media(min-width:821px)and (max-width:1080px) {
	.m-related-publication__table {
				grid-column:2/3;
				padding-top:18px
	}
	.o-category .m-related-publication__table {
				grid-column:3/4;
				padding-top:0
	}
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-publication__table {
				grid-column:1/3;
				padding-top:18px
	}
}
.m-related-publication__pdf {
	background:#fafafa;
	display:block;
	height:64px;
	position:relative;
	text-decoration:none;
	-webkit-transition:all .65s ease-in-out;
	-o-transition:all .65s ease-in-out;
	transition:all .65s ease-in-out;
	width:48px
}
@media(min-width:601px)and (max-width:820px) {
	.m-related-publication__pdf {
				margin-left:0
	}
}
@media(min-width:0)and (max-width:600px) {
	.m-related-publication__pdf {
				margin-left:12px
	}
}
.m-related-publication__pdf span {
	color:#fafafa;
	font-size:12px;
	font-style:normal;
	font-weight:500;
	line-height:14px;
	top:4px
}
.m-related-publication__pdf span,.m-related-publication__pdf svg {
	left:4px;
	position:absolute;
	-webkit-transition:all .65s ease-in-out;
	-o-transition:all .65s ease-in-out;
	transition:all .65s ease-in-out
}
.m-related-publication__pdf svg {
	fill:#fafafa;
	bottom:4px;
	width:40px
}
.o-404 {
	min-height:80vh;
	padding:50px 12px 0;
	position:relative
}
@media(min-width:0)and (max-width:600px) {
	.o-404 {
				min-height:60vh
	}
}
.o-404__inner a {
	color:#000000;
	text-decoration:none
}
.o-category {
	position:relative
}
.o-category__title {
	margin-top:50px;
	padding-bottom:10px;
	position:relative;
	text-align:center;
	width:100%
}
.o-category__title:first-of-type {
	border-bottom:1px solid #000000
}
.o-category__title h2 {
	font-size:40px;
	font-style:normal;
	line-height:42px
}
@media(min-width:821px)and (max-width:1080px) {
	.o-category__title h2 {
				font-size:36px;
				line-height:32px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.o-category__title h2 {
				font-size:30px;
				line-height:28px
	}
}
@media(min-width:0)and (max-width:600px) {
	.o-category__title h2 {
				font-size:30px;
				line-height:28px
	}
}
.o-category__item:first-of-type {
	border-top:0
}
.o-category::-moz-selection {
	background:#e1e1e1
}
.o-category::selection {
	background:#e1e1e1
}
.h-page-inverted-bg main {
	background:#121212;
	color:#f9f9f9
}
.o-detail {
	min-height:80vh
}
@media(min-width:0)and (max-width:600px) {
	.o-detail {
				min-height:60vh
	}
}
.o-detail.h-has-no-title {
	padding-top:28px
}
.o-detail__meta {
	display:block;
	margin-bottom:10px;
	width:100%
}
@media(min-width:601px)and (max-width:820px) {
	.o-detail__meta {
				display:block
	}
}
@media(min-width:0)and (max-width:600px) {
	.o-detail__meta {
				display:block
	}
}
.o-detail__meta__inner {
	background:#FFF;
	color:#000000;
	display:block;
	font-size:13px;
	font-style:normal;
	line-height:15px;
	padding:5px 12px;
	-webkit-transition:background .4s cubic-bezier(.56,.23,.77,.96);
	-o-transition:background .4s cubic-bezier(.56,.23,.77,.96);
	transition:background .4s cubic-bezier(.56,.23,.77,.96)
}
.h-page-inverted-bg .o-detail__meta__inner {
	background:#000000;
	border-color:#f9f9f9;
	color:#f9f9f9
}
.o-detail__title {
	padding:50px 12px 0
}
.o-detail__title h1 {
	font-size:32px;
	font-style:normal;
	line-height:34px
}
@media(min-width:821px)and (max-width:1080px) {
	.o-detail__title h1 {
				font-size:30px;
				line-height:50px
	}
}
@media(min-width:601px)and (max-width:820px) {
	.o-detail__title h1 {
				font-size:17px;
				line-height:19px
	}
}
@media(min-width:0)and (max-width:600px) {
	.o-detail__title h1 {
				font-size:15px;
				line-height:17px
	}
}
.o-detail::-moz-selection {
	background:#e1e1e1
}
.o-detail::selection {
	background:#e1e1e1
}
.h-page-inverted-bg .o-detail::-moz-selection {
	background:#404040
}
.h-page-inverted-bg .o-detail::selection {
	background:#404040
}
.o-homepage__item:first-of-type {
	border-top:0
}
.o-homepage__item:first-of-type .m-related-article__meta,.o-homepage__item:first-of-type .m-related-event__meta,.o-homepage__item:first-of-type .m-related-project__meta,.o-homepage__item:first-of-type .m-related-publication__meta {
	display:block
}
@media(min-width:601px)and (max-width:820px) {
	.o-homepage__item:first-of-type .m-related-article__meta,.o-homepage__item:first-of-type .m-related-event__meta,.o-homepage__item:first-of-type .m-related-project__meta,.o-homepage__item:first-of-type .m-related-publication__meta {
				display:block
	}
}
@media(min-width:0)and (max-width:600px) {
	.o-homepage__item:first-of-type .m-related-article__meta,.o-homepage__item:first-of-type .m-related-event__meta,.o-homepage__item:first-of-type .m-related-project__meta,.o-homepage__item:first-of-type .m-related-publication__meta {
				display:block
	}
}
.o-homepage::-moz-selection {
	background:#e1e1e1
}
.o-homepage::selection {
	background:#e1e1e1
}
::selection {
	color:#555;
	text-shadow:none;
}
.uk-image-text {
	width:100%;
	padding:0 12px;
	z-index:999
}
[class*='uk-position-top'],[class*='uk-position-bottom'],[class*='uk-position-left'],[class*='uk-position-right'],[class*='uk-position-center'] {
	position:absolute!important;
	max-width:100%
}
.uk-position-top {
	top:0;
	left:0;
	right:0
}
.uk-position-bottom {
	bottom:0;
	left:0;
	right:0
}
.uk-position-left {
	top:0;
	bottom:0;
	left:0
}
.uk-position-right {
	top:0;
	bottom:0;
	right:0
}
.uk-position-top-left {
	top:0;
	left:0
}
.uk-position-top-right {
	top:0;
	right:12px
}
.uk-position-bottom-left {
	bottom:12px;
	left:0
}
.uk-position-bottom-right {
	bottom:12px;
	right:12px
}
.uk-position-center {
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:max-content;
	max-width:100%;
	box-sizing:border-box
}
[class*='uk-position-center-left'],[class*='uk-position-center-right'] {
	top:50%;
	transform:translateY(-50%)
}
.uk-position-center-left {
	left:0
}
.uk-position-center-right {
	right:0
}
.uk-position-center-left-out {
	right:100%;
	width:max-content
}
.uk-position-center-right-out {
	left:100%;
	width:max-content
}
.uk-position-top-center,.uk-position-bottom-center {
	left:50%;
	transform:translateX(-50%);
	width:max-content;
	max-width:100%;
	box-sizing:border-box
}
.uk-position-top-center {
	top:12px
}
.uk-position-bottom-center {
	bottom:0
}
.uk-position-cover {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0
}
.uk-text-center {
	text-align:center!important;
}
@media(min-width:0)and (max-width:600px) {
	.mobile-hide {
				display:none
	}
}
@media(min-width:601px)and (max-width:820px) {
	.tablet-hide {
		display:none
	}
}
@media(min-width:821px) {
	.desktop-hide {
		display: none
	}
}