/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
@media only screen {
/*****************************************************************************/

/*

COLORS:
_ green: 		#97c022
_ gray: 		#66696e
_ gray (10%):	#eff0f0
_ gray (20%):	#e0e1e2

FONTS:
font-family: 'LL Akkurat Regular Web', sans-serif;
font-family: 'LL Akkurat Bold Web', sans-serif;
font-family: 'LL Akkuratmono Regular Web', monospace;
font-weight: 400;

*/

/* ==========================================================================
   BASICS
   ========================================================================== */

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html, body {
	position: absolute;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}

body {
	background-color: #fff;
	font-family: 'LL Akkurat Regular Web', sans-serif;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0.01em;
	color: #000;
	/*text-align: center;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	padding: 0;
	margin: 0;
}

::selection { color: #fff; background-color: #000; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* HEADER */

header {
	position: relative;
	/*left: calc(50% - 1560px / 2);*/
	/*width: 1560px;*/
	width: 100%;
	height: auto;
	padding: 25px 0 30px 0;
	z-index: 31;
}

/*header > div#test {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: auto;
	height: 100vh;
	padding: 25px;
	background-color: red;
	border: 3px solid yellow;
	border-width: 3px 0;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5em;
	z-index: 1000;
}*/

header > div.navbutton {
	position: absolute;
	left: 25%;
	top: 27px;
	width: 32px;
	height: 32px;
	background: transparent url('../images/main/button-nav-lines@3x.png') scroll no-repeat center center;
	background-size: 32px 32px;
	z-index: 12;
}

header > div.navbutton:hover { cursor: pointer; }
.jsNO header > div.navbutton { display: none; }

header > div.logo {
	position: relative;
	left: 20px;
	display: inline-block;
	width: auto;
	height: auto;
	z-index: 11;
}

header > div.logo > span { display: block; }
header > div.logo > span:nth-of-type(1) {
	font-family: 'LL Akkurat Regular Web', sans-serif;
	font-size: 31px;
	line-height: calc(1em * 36 / 31);
}
header > div.logo > span:nth-of-type(2) {
	font-family: 'LL Akkurat Bold Web', sans-serif;
	font-size: 32px;
	line-height: calc(1em * 36 / 33);
}

header > div.address {
	position: absolute;
	left: 50%;
	top: 30px;
	width: calc(50% - 20px);
	font-family: 'LL Akkuratmono Regular Web', monospace;
	font-size: 15px;
	line-height: 1.2857em;
	color: #000;
	z-index: 11;
}

header > div.address > div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	padding-left: 10px;
}

header > div.callout {
	position: absolute;
	left: 110px;
	top: 60px;
	width: 260px;
	/*
	width: 18vw;
	max-width: 280px;
	min-width: 250px;
	*/
	font-size: 0;
	line-height: 0;
	/*background-color: #fff;*/
	border-radius: 50%;
	z-index: 12;
}

header > div.callout > a {
	text-decoration: none;
}

header > div.callout > a > img {
	width: 100%;
}

/* MAIN */

main {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	/*
	background: transparent url('../images/main/bg-grid.png') scroll repeat-y center top;
	background-size: 1560px 19px;
	*/
	z-index: 11;
}

main > section {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

main > section:nth-of-type(2) { border-top: 1px solid #999; }

.jsNO main > section:nth-of-type(2) { padding-top: 20px; }

.pageDividedOK.jsOK main > section {
	position: fixed;
	left: 0;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}

/*
.pageDividedOK.jsOK main > section:nth-of-type(1) { bottom: 50vh; }
.pageDividedOK.jsOK main > section:nth-of-type(2) { bottom: 0; }
*/

.pageDividedOK.jsOK main > section:nth-of-type(1) { top: 0; }
.pageDividedOK.jsOK main > section:nth-of-type(2) { top: 50vh; }

.pageDividedNO main > section { padding-bottom: 100px; }

main > section > div.rowsWrapper {
	position: relative;
	width: 100%;
	/*max-width: 1600px;*/
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
}

main > section > div.rowsWrapper > div.row {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

main > section > div.rowsWrapper > div.row > div.box {
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
}

.jsOK main > section > div.rowsWrapper > div.row > div.box[data-url]:hover { cursor: pointer; }

main > section > div.rowsWrapper > div.row > div.box.relative {
	position: relative;
	height: auto !important;
}

/*main > section > div.rowsWrapper > div.row.hAuto,*/
main > section > div.rowsWrapper > div.row > div.box {
	font-family: 'LL Akkurat Bold Web', sans-serif;
	font-size: 16px;
	line-height: calc(1em * 20 / 15);
	text-align: left;
}

main > section > div.rowsWrapper > div.row > div.box.text { border: 1px solid #ccc; }
main > section > div.rowsWrapper > div.row > div.box.text.borderNO { border: 0; }
main > section > div.rowsWrapper > div.row > div.box.text.hover { border-color: #000 !important; }
main > section > div.rowsWrapper > div.row > div.box.text > div { position: absolute; left: 0; width: 100%; padding: 20px; z-index: 12; }
main > section > div.rowsWrapper > div.row > div.box.text > div.top { top: 0; }
main > section > div.rowsWrapper > div.row > div.box.text > div.bottom { bottom: 0; }

main > section.projectList > div.rowsWrapper > div.row > div.box.text { border-color: #fff; }

main > section > div.rowsWrapper > div.row > div.box.pict { font-size: 0; line-height: 0; border: 1px solid #fff; }
main > section > div.rowsWrapper > div.row > div.box.pict.hover { border-color: #000; background-color: transparent; }
main > section > div.rowsWrapper > div.row > div.box.pict img { width: 100%; height: auto; }

main > section.projectList > div.rowsWrapper > div.row > div.box.pict { background-color: #222; }
main > section.projectList > div.rowsWrapper > div.row > div.box.pict.hover { border-color: #fff; }
main > section.projectList > div.rowsWrapper > div.row > div.box.pict img { mix-blend-mode: exclusion; }
main > section.projectList > div.rowsWrapper > div.row > div.box.pict.hover img { mix-blend-mode: normal; }

main > section > div.rowsWrapper > div.row > div.box > div.pict,
main > section > div.rowsWrapper > div.row > div.box > div.text {
	z-index: 12;
}

main > section > div.rowsWrapper > div.row > div.box > div.sizer {
	position: relative !important;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
	z-index: 11;
}

main > section > div.rowsWrapper > div.row > div.box.r11 > div.sizer { padding-bottom: calc((100% / 1) * 1); }
main > section > div.rowsWrapper > div.row > div.box.r21 > div.sizer { padding-bottom: calc((100% / 2) * 1); }
main > section > div.rowsWrapper > div.row > div.box.r23 > div.sizer { padding-bottom: calc((100% / 2) * 3); }
main > section > div.rowsWrapper > div.row > div.box.r32 > div.sizer { padding-bottom: calc((100% / 3) * 2); }
main > section > div.rowsWrapper > div.row > div.box.r34 > div.sizer { padding-bottom: calc((100% / 3) * 4); }

main > section > div.rowsWrapper > div.row > div.box.portrait { }
main > section > div.rowsWrapper.zoom > div.row > div.box.portrait { opacity: 0.1; }
main > section > div.rowsWrapper.zoom > div.row > div.box.portrait.zoom { opacity: 1; }
main > section > div.rowsWrapper > div.row > div.box.portrait > div { position: absolute; top: 0; height: 100%; }
main > section > div.rowsWrapper > div.row > div.box.portrait > div.pict { position: relative; left: 0; width: calc(100% / 3 - 20px); background-color: #fff; }
main > section > div.rowsWrapper > div.row > div.box.portrait > div.pict > img { width: 100%; height: auto; }
.jsOK main > section > div.rowsWrapper > div.row > div.box.portrait > div.pict:hover { cursor: pointer; }
main > section > div.rowsWrapper > div.row > div.box.portrait > div.text { left: calc(100% / 3); width: calc((100% / 3) * 2); }
main > section > div.rowsWrapper > div.row > div.box.portrait > div.text > div.t1 { font-family: 'LL Akkuratmono Regular Web', monospace; font-size: 15px; line-height: 1.2857em; margin-bottom: 20px; }
main > section > div.rowsWrapper > div.row > div.box.portrait > div.text > div.t2 { display: none; padding: 0 20px 0 0; }
main > section > div.rowsWrapper > div.row > div.box.portrait.zoom > div.text > div.t2 { display: block; }
main > section > div.rowsWrapper > div.row > div.box.portrait > div.text > div.zoom { position: relative; /*display: block;*/ display: none; width: 20px; height: 20px; margin-bottom: 20px; background: transparent url('../images/main/button-zoom-plus@3x.png') scroll no-repeat center center; background-size: 20px 20px; }
.jsNO main > section > div.rowsWrapper > div.row > div.box.portrait > div.text > div.zoom { display: none; }
.jsOK main > section > div.rowsWrapper > div.row > div.box.portrait > div.text > div.zoom:hover { cursor: pointer; }
main > section > div.rowsWrapper > div.row > div.box.portrait.zoom > div.text > div.zoom { background-image: url('../images/main/button-zoom-minus@3x.png'); }

main > section > div.rowsWrapper > div.row.grid12 > div.box.l0 { left: calc(((100% - 20px * 11) / 12) * 0 + (20px * 0)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l1 { left: calc(((100% - 20px * 11) / 12) * 1 + (20px * 1)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l2 { left: calc(((100% - 20px * 11) / 12) * 2 + (20px * 2)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l3 { left: calc(((100% - 20px * 11) / 12) * 3 + (20px * 3)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l4 { left: calc(((100% - 20px * 11) / 12) * 4 + (20px * 4)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l5 { left: calc(((100% - 20px * 11) / 12) * 5 + (20px * 5)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l6 { left: calc(((100% - 20px * 11) / 12) * 6 + (20px * 6)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l7 { left: calc(((100% - 20px * 11) / 12) * 7 + (20px * 7)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l8 { left: calc(((100% - 20px * 11) / 12) * 8 + (20px * 8)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l9 { left: calc(((100% - 20px * 11) / 12) * 9 + (20px * 9)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l10 { left: calc(((100% - 20px * 11) / 12) * 10 + (20px * 10)); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.l11 { left: calc(((100% - 20px * 11) / 12) * 11 + (20px * 11)); }

main > section > div.rowsWrapper > div.row.grid12 > div.box.w1 { width: calc(((100% - 20px * 11) / 12) * 1 + 20px * 0); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w2 { width: calc(((100% - 20px * 11) / 12) * 2 + 20px * 1); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w3 { width: calc(((100% - 20px * 11) / 12) * 3 + 20px * 2); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w4 { width: calc(((100% - 20px * 11) / 12) * 4 + 20px * 3); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w5 { width: calc(((100% - 20px * 11) / 12) * 5 + 20px * 4); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w6 { width: calc(((100% - 20px * 11) / 12) * 6 + 20px * 5); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w7 { width: calc(((100% - 20px * 11) / 12) * 7 + 20px * 6); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w8 { width: calc(((100% - 20px * 11) / 12) * 8 + 20px * 7); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w9 { width: calc(((100% - 20px * 11) / 12) * 9 + 20px * 8); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w10 { width: calc(((100% - 20px * 11) / 12) * 10 + 20px * 9); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w11 { width: calc(((100% - 20px * 11) / 12) * 11 + 20px * 10); }
main > section > div.rowsWrapper > div.row.grid12 > div.box.w12 { width: calc(((100% - 20px * 11) / 12) * 12 + 20px * 11); }

main > section > div.rowsWrapper > div.row.grid10 > div.box.l0 { left: calc(((100% - 20px * 9) / 10) * 0 + (20px * 0)); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.l1 { left: calc(((100% - 20px * 9) / 10) * 1 + (20px * 1)); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.l2 { left: calc(((100% - 20px * 9) / 10) * 2 + (20px * 2)); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.l3 { left: calc(((100% - 20px * 9) / 10) * 3 + (20px * 3)); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.l4 { left: calc(((100% - 20px * 9) / 10) * 4 + (20px * 4)); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.l5 { left: calc(((100% - 20px * 9) / 10) * 5 + (20px * 5)); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.l6 { left: calc(((100% - 20px * 9) / 10) * 6 + (20px * 6)); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.l7 { left: calc(((100% - 20px * 9) / 10) * 7 + (20px * 7)); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.l8 { left: calc(((100% - 20px * 9) / 10) * 8 + (20px * 8)); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.l9 { left: calc(((100% - 20px * 9) / 10) * 9 + (20px * 9)); }

main > section > div.rowsWrapper > div.row.grid10 > div.box.w1 { width: calc(((100% - 20px * 9) / 10) * 1 + 20px * 0); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.w2 { width: calc(((100% - 20px * 9) / 10) * 2 + 20px * 1); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.w3 { width: calc(((100% - 20px * 9) / 10) * 3 + 20px * 2); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.w4 { width: calc(((100% - 20px * 9) / 10) * 4 + 20px * 3); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.w5 { width: calc(((100% - 20px * 9) / 10) * 5 + 20px * 4); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.w6 { width: calc(((100% - 20px * 9) / 10) * 6 + 20px * 5); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.w7 { width: calc(((100% - 20px * 9) / 10) * 7 + 20px * 6); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.w8 { width: calc(((100% - 20px * 9) / 10) * 8 + 20px * 7); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.w9 { width: calc(((100% - 20px * 9) / 10) * 9 + 20px * 8); }
main > section > div.rowsWrapper > div.row.grid10 > div.box.w10 { width: calc(((100% - 20px * 9) / 10) * 10 + 20px * 9); }

main > section > div.rowsWrapper > div.nav,
main > section > div.rowsWrapper > div.address { margin-top: 120px !important; }

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: 100vh;
}

.pageDividedOK.jsOK footer { display: none; }

main > section > div.rowsWrapper > div.nav,
footer > nav#main {
	position: relative;
	width: 100%;
	height: 50%;
	border-bottom: 1px solid #999;
}

main > section > div.rowsWrapper > div.nav { border-bottom: 0; text-align: left; }

main > section > div.rowsWrapper > div.nav > table.center > tbody > tr > td,
footer > nav#main > table.center > tbody > tr > td {
	text-align: left !important;
	vertical-align: top !important;
	padding-top: 20px;
	padding-left: 25%;
}

main > section > div.rowsWrapper > div.address,
footer > div.address {
	position: relative;
	left: 50%;
	width: calc(50% - 20px);
	margin-top: 30px;
	font-family: 'LL Akkuratmono Regular Web', monospace;
	font-size: 15px;
	line-height: 1.2857em;
	color: #000;
	text-align: left;
}
main > section > div.rowsWrapper > div.address {
	width: 50%;
	padding-top: 30px;
}

main > section > div.rowsWrapper > div.address > div,
footer > div.address > div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	padding-left: 10px;
}

main > section > div.rowsWrapper > div.nav,
main > section > div.rowsWrapper > div.address {
	height: 50vh;
	text-align: left;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

/* TEXT OPTIONAL */

/*span.plus { display: inline-block; }*/

/* ETC */

.fontMonospace, .fontFamilyMonospace {
	font-family: 'LL Akkuratmono Regular Web', monospace !important;
	font-size: 15px !important;
	line-height: 1.2857em !important;
}

.fontFamilyRegular { font-family: 'LL Akkurat Regular Web', sans-serif !important; }
.fontFamilyBold { font-family: 'LL Akkurat Bold Web', sans-serif !important; }

.fontSizeH1 { font-size: 31px; line-height: calc(1em * 36 / 31); }
.fontSizeContent { font-size: 16px; line-height: calc(1em * 20 / 15); }

/* ==========================================================================
   HEADLINES
   ========================================================================== */

h1 {
	font-weight: 400;
	font-family: 'LL Akkurat Regular Web', sans-serif;
	font-size: 31px;
	line-height: calc(1em * 36 / 31);
}

h1 > span {
	display: block;
	font-weight: 400;
	font-family: 'LL Akkurat Bold Web', sans-serif;
	font-size: 32px;
	line-height: calc(1em * 36 / 33);
}

div + h2, p + h2, ul + h2, ol + h2, h1 + h2,
div + h1, p + h1, ul + h1, ol + h1 { margin-top: 40px !important; }
h1.displayNO + h2 { margin-top: 0 !important; }

/* ==========================================================================
   LINKS
   ========================================================================== */

main a,
main a:link,
main a:visited {
	color: #000;
	text-decoration: none;
	/*border-bottom: 0.5px solid #000;*/
	outline: none;
}

main a:hover,
main a:focus,
main a:active,
main a:visited:hover,
main a:visited:focus,
main a:visited:active {
	color: #999;
	/*
	border-bottom-width: 1px;
	border-bottom-color: #000;
	*/
}

/*
body[data-pixelratio='1'] > main a,
body[data-pixelratio='1'] > main a:link,
body[data-pixelratio='1'] > main a:visited { border-bottom-width: 1px; }
body[data-pixelratio='1'] > main a:hover,
body[data-pixelratio='1'] > main a:focus,
body[data-pixelratio='1'] > main a:active,
body[data-pixelratio='1'] > main a:visited:hover,
body[data-pixelratio='1'] > main a:visited:focus,
body[data-pixelratio='1'] > main a:visited:active { border-bottom-width: 2px; }
*/

main div.nav a,
main div.nav a:link,
main div.nav a:visited,
main div.address a,
main div.address a:link,
main div.address a:visited {
	border-bottom: 0 !important;
}

div.address a,
div.address a:link,
div.address a:visited {
	color: #000;
	text-decoration: none;
	/*border-bottom: 0.5px solid #fff;*/
}

div.address a:hover,
div.address a:focus,
div.address a:active,
div.address a:visited:hover,
div.address a:visited:focus,
div.address a:visited:active {
	color: #999;
	text-decoration: none;
	/*border-bottom: 0.5px solid #000;*/
}

/*
body[data-pixelratio='1'] > footer a,
body[data-pixelratio='1'] > footer a:link,
body[data-pixelratio='1'] > footer a:visited { border-bottom-width: 1px; }
body[data-pixelratio='1'] > footer a:hover,
body[data-pixelratio='1'] > footer a:focus,
body[data-pixelratio='1'] > footer a:active,
body[data-pixelratio='1'] > footer a:visited:hover,
body[data-pixelratio='1'] > footer a:visited:focus,
body[data-pixelratio='1'] > footer a:visited:active { border-bottom-width: 1px; }
*/

/* ==========================================================================
   LISTS
   ========================================================================== */

ul, ol, dl {
	position: relative;
	margin: 0 0 1.5em 0;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

/* NO BULLETS */

ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.dotsNO > li {
	padding-left: 0 !important;
	/*background: none !important;*/
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* LIST NAVIGATION MAIN */

div.nav ul,
nav#main ul {
	display: inline-block;
	width: auto;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

div.nav ul > li,
nav#main ul > li {
	position: relative;
	display: block;
	width: auto;
	height: auto;
}

div.nav ul > li > a,
div.nav ul > li > a:link,
div.nav ul > li > a:visited,
nav#main ul > li > a,
nav#main ul > li > a:link,
nav#main ul > li > a:visited {
	display: inline-block;
	width: auto;
	font-weight: 400;
	font-size: 31px;
	line-height: calc(1em * 40 / 31);
	color: #000;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	padding: 5px 0;
	/*
	opacity: 0.75;
	opacity: 1;
	transition-duration: 0.25s;
	transition-property: color, opacity;
	transition-timing-function: ease-in-out;
	*/
}

div.nav ul > li > a:hover,
div.nav ul > li > a:focus,
div.nav ul > li > a:active,
div.nav ul > li > a:visited:hover,
div.nav ul > li > a:visited:focus,
div.nav ul > li > a:visited:active,
nav#main ul > li > a:hover,
nav#main ul > li > a:focus,
nav#main ul > li > a:active,
nav#main ul > li > a:visited:hover,
nav#main ul > li > a:visited:focus,
nav#main ul > li > a:visited:active {
	color: #999;
	opacity: 1;
}

div.nav ul > li.act > a,
div.nav ul > li.act > a:link,
div.nav ul > li.act > a:visited,
div.nav ul > li.act > a:hover,
div.nav ul > li.act > a:focus,
div.nav ul > li.act > a:active,
div.nav ul > li.act > a:visited:hover,
div.nav ul > li.act > a:visited:focus,
div.nav ul > li.act > a:visited:active,
nav#main ul > li.act > a,
nav#main ul > li.act > a:link,
nav#main ul > li.act > a:visited,
nav#main ul > li.act > a:hover,
nav#main ul > li.act > a:focus,
nav#main ul > li.act > a:active,
nav#main ul > li.act > a:visited:hover,
nav#main ul > li.act > a:visited:focus,
nav#main ul > li.act > a:visited:active {
	color: #999;
	opacity: 1;
}

/* ==========================================================================
   GENERAL
   ========================================================================== */

.jsNO .jsNO { display: block; }
.jsOK .jsNO { display: none; }

.jsNO .jsOK { display: none; }
.jsOK .jsOK { display: block; }

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.ghost, .displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO, .fontSizeZero { font-size: 0; line-height: 0; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	height: 0;
	margin: 2em auto;
	border: 0;
	border-top: 0.5px solid #fff;
	opacity: 0.25;
}
body[data-pixelratio='1'] hr { border-top-width: 1px; }

div.distance,
div.space {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
}

.textAlignLeft { text-align: left !important; }
.textAlignCenter { text-align: center !important; }
.textAlignRight { text-align: right !important; }
.textAlignBlock { text-align: justify !important; }

.textCaseUpper { text-transform: uppercase !important; }
.textCaseLower { text-transform: lowercase !important; }

.alert { font-weight: 600; color: #c00; }

.paddingTopZero { padding-top: 0 !important; }
.paddingBottomZero { padding-bottom: 0 !important; }

.marginTopZero { margin-top: 0 !important; }
.marginTopSingle { margin-top: 1.5em !important; }
.marginTopDouble { margin-top: 3.0em !important; }
.marginBottomZero { margin-bottom: 0 !important; }
.marginBottomSingle { margin-bottom: 1.5em !important; }
.marginBottomDouble { margin-bottom: 3.0em !important; }

.width10p { width: 9.999% !important; }
.width15p { width: 14.999% !important; }
.width20p { width: 19.999% !important; }
.width25p { width: 24.999% !important; }
.width30p { width: 29.999% !important; }
.width33p { width: 33.333% !important; }
.width35p { width: 34.999% !important; }
.width38p { width: 37.999% !important; }
.width40p { width: 39.999% !important; }
.width45p { width: 44.999% !important; }
.width50p { width: 49.999% !important; }
.width55p { width: 54.999% !important; }
.width60p { width: 59.999% !important; }
.width65p { width: 55.999% !important; }
.width66p { width: 66.666% !important; }
.width70p { width: 69.999% !important; }
.width75p { width: 74.999% !important; }
.width80p { width: 79.999% !important; }
.width85p { width: 84.999% !important; }
.width90p { width: 89.999% !important; }

p, .p { margin: 0 0 1.5em 0; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; margin-bottom: 20px; }

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

table {
	position: relative;
	width: 100%;
	border-width: 0;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

table.center { width: 100%; height: 100%; margin: 0; }
table.center > tbody > tr > td { width: 100%; height: 100% !important; text-align: center; vertical-align: middle; }

picture { position: relative; display: block; font-size: 0; line-height: 0; width: 100%; margin-bottom: 40px; }
figure { display: block; width: 100%; margin: 0; margin-bottom: 40px; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; opacity: 1; font-size: 12px; line-height: 1.667em; text-transform: uppercase; padding-top: 7px; padding-right: 25%; }
img { border: 0; height: auto; max-width: 100%; }

strong { font-weight: 400; font-family: 'LL Akkurat Bold Web', sans-serif; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; }

sup, sub {
	font-size: 75%;
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   SUBCOLUMNS
   ========================================================================== */

div.subcolumns {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
	height: auto;
	margin-bottom: 1.5em;
	margin-bottom: 0;
}

div.subcolumns > div.col {
	position: relative;
	margin-left: 0;
}

div.subcolumns > div.col.left { float: left; }
div.subcolumns > div.col.right { float: right; }

div.subcolumns > div.col.c1 { width: calc(100% / 12 * 1 - 20px); }
div.subcolumns > div.col.c2 { width: calc(100% / 12 * 2 - 20px); }
div.subcolumns > div.col.c3 { width: calc(100% / 12 * 3 - 20px); }
div.subcolumns > div.col.c4 { width: calc(100% / 12 * 4 - 20px); }
div.subcolumns > div.col.c5 { width: calc(100% / 12 * 5 - 20px); }
div.subcolumns > div.col.c6 { width: calc(100% / 12 * 6 - 20px); }
div.subcolumns > div.col.c7 { width: calc(100% / 12 * 7 - 20px); }
div.subcolumns > div.col.c8 { width: calc(100% / 12 * 8 - 20px); }
div.subcolumns > div.col.c9 { width: calc(100% / 12 * 9 - 20px); }
div.subcolumns > div.col.c10 { width: calc(100% / 12 * 10 - 20px); }
div.subcolumns > div.col.c11 { width: calc(100% / 12 * 11 - 20px); }
div.subcolumns > div.col.c12 { width: calc(100% / 12 * 12 - 20px); }

div.subcolumns > div.col.picts { font-size: 0; line-height: 0; padding-top: 10px; }

.columns-2 {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}

.columns-3 {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}

/*****************************************************************************/
}

@media screen and (max-width: 1379px) {
/*****************************************************************************/

/* HEADER */
header > div.navbutton { left: auto; right: 20px; }
header > div.address { display: none; }

/* FOOTER */
main > section > div.rowsWrapper > div.address > div,
footer > div.address > div { display: block; width: 100%; margin-top: 20px; }
main > section > div.rowsWrapper > div.address > div:nth-of-type(1),
footer > div.address > div:nth-of-type(1) { margin-top: 0; }

/*****************************************************************************/
}

/*@media screen and (min-width: 1000px) and (max-width: 1199px) {*/
@media screen and (max-width: 1199px) {
/*****************************************************************************/

/* TEXT OPTIONAL */
span.plus { display: none; }

/*****************************************************************************/
}

/*@media screen and (max-width: 1249px) {*/
@media screen and (max-width: 999px) {
/*****************************************************************************/

/* HEADER */
/*header > div.callout {
	left: 235px;
	top: -10px;
	width: 145px;
	max-width: none;
	min-width: 0;
}*/

/* MAIN */
main > section > div.rowsWrapper { text-align: center; }
main > section > div.rowsWrapper > div.row > div.box {
	position: relative;
	display: block;
	left: 50% !important;
	width: 500px !important;
	height: auto;
	margin-left: -250px;
	margin-bottom: 20px;
	text-align: left;
}

/*****************************************************************************/
}

@media screen and (max-width: 539px) {
/*****************************************************************************/

/* MAIN */
main > section > div.rowsWrapper > div.row > div.box {
	left: 0 !important;
	width: 100% !important;
	margin-left: 0;
}

/* FOOTER */
main > section > div.rowsWrapper > div.nav > table.center > tbody > tr > td { padding-left: 0; }
main > section > div.rowsWrapper > div.address { left: 0; width: 100%; }
footer > nav#main > table.center > tbody > tr > td { padding-left: 20px; }
footer > div.address { left: 20px; width: calc(100% - 2 * 20px); }

main > section > div.rowsWrapper > div.address > div,
footer > div.address > div {
	width: 100%;
	padding-left: 0;
}

/* TEXT OPTIONAL */
/*span.plus { display: none; }*/

/*****************************************************************************/
}

@media screen and (max-width: 499px) {
/*****************************************************************************/

/* TEXT OPTIONAL */
span.plus2 { display: none; }

/*****************************************************************************/
}

@media screen and (max-width: 413px) {
/*****************************************************************************/

div.nav ul > li > a,
div.nav ul > li > a:link,
div.nav ul > li > a:visited,
nav#main ul > li > a,
nav#main ul > li > a:link,
nav#main ul > li > a:visited {
	font-size: 24px;
	line-height: calc(1em * 40 / 31);
}

/*****************************************************************************/
}

@media screen and (max-width: 374px) {
/*****************************************************************************/

main > section > div.rowsWrapper > div.row > div.box.text > div.bottom { display: none; }

/*****************************************************************************/
}


@media print {
/*****************************************************************************/

body > * { display: none; }

/*****************************************************************************/
}

.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(0, 0, 0, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
