/*! 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 OLD:
_ blue 1: #004990 (dark)
_ blue 2: #00aeef (light)
_ gray: #3e4643 (text)

COLORS NEW:
_ blue 1: #216290 (dark)
_ blue 2: #00adbf (light)
_ gray: #3e4643 (text)

FONTS:
font-family: 'Barlow Semi Condensed', sans-serif;
font-weight: 300/600;
font-style: normal/italic
*/

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

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

html, body {
	position: absolute;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	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: 'Barlow Semi Condensed', sans-serif;
	font-weight: 300;
	font-size: 0;
	line-height: 0;
	color: #3e4643;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-webkit-font-variant-ligatures: no-common-ligatures;
		font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	/*text-align: center;*/
}

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

::selection { color: #fff; background-color: #554e46; }

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

/* HEADER */

header {
	position: fixed;
	width: 50%;
	height: 100%;
	z-index: 21;
}

header > div.logo {
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 20px;
	text-align: center;
	/*
	background: transparent url('../images/main/dwm-international-1@3x.png') scroll no-repeat center center;
	background-size: 386px 200px;
	*/
	z-index: 13;
}

header > div.logo img {
	width: 170px;
	height: 200px;
}

header > nav#main {
	position: fixed;
	display: none;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #216290;
	border-left: 1px solid #fff;
	z-index: 14;
}

header > nav#main > table { width: 100%; height: 100%; z-index: 12; }
header > nav#main > table td { width: 100%; height: 100%; text-align: center; vertical-align: middle; }

header > nav#main hr { display: block; width: calc(100% - 30px * 2); max-width: 500px; opacity: 0.5; }

header > nav#home {
	position: absolute;
	left: 0;
	bottom: 75px;
	width: 100%;
	height: auto;
	z-index: 13;
}

header > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url('../images/background/2000x1500.jpg') scroll no-repeat right bottom;
	background-size: cover;
	z-index: 11;
}

header > div.gradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 75%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	z-index: 12;
}
header > div.gradient2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25%;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	z-index: 11;
}

header > nav#button {
	position: absolute;
	right: calc(((100% - 386px) / 2) / 2 - 25px);
	top: 137px;
	width: 50px;
	height: 50px;
	background: transparent url('../images/main/button-nav-lines@3x.png') scroll no-repeat center center;
	background-size: 22px 20px;
	transition: background-image;
	transition-duration: 0.25s;
	border: 1px solid #fff;
	border-radius: 25px;
	z-index: 15;
}

.navOK header > nav#button { background-image: url('../images/main/button-nav-cross@3x.png'); }

header > nav#button:hover {
	cursor: pointer;
	border-width: 2px;
}

nav#button > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
}

/* MAIN */

main {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: auto;
	min-height: 100%;
	padding-bottom: 50px !important;
	text-align: center;
	z-index: 11;
}

main > section {
	position: relative;
	width: 100%;
	max-width: 600px;
	height: auto;
	padding: 50px 0;
	margin: 0 auto;
	border-top: 0.5px solid #dedede;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	text-align: left;
	z-index: 11;
}

body[data-pixelratio='1'] > main > section { border-top-width: 1px; }

main > section:nth-of-type(1) { border-top: 0; padding-top: 135px; }

/* FOOTER */

footer {
	position: fixed;
	/*display: none;*/
	left: 0;
	bottom: 0;
	width: auto;
	height: auto;
	padding-bottom: 40px;
	z-index: 31;
}

/*.pageHomeOK footer { display: block; }*/

footer > nav#footer {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	z-index: 11;
}

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

/* INTRO */

body.pageIntroOK > div.logo {
	display: none;
}

body.pageIntroOK > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #5b504e url('../images/background/2000x1500.jpg') scroll no-repeat right bottom;
	background-size: cover;
	z-index: 11;
}

body.pageIntroOK > div.video {
	position: absolute;
	left: 5vw;
	top: calc(50vh - (((100vw / 3) * 2 - 5vw) * 0.5625) / 2);
	top: 5vw;
	width: calc((100vw / 3) * 2 - 5vw);
	height: calc(((100vw / 3) * 2 - 5vw) * 0.5625);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.8);
	font-size: 0;
	line-height: 0;
	z-index: 12;
}

body.pageIntroOK > div.video > picture {
	z-index: 1;
}

body.pageIntroOK > div.video > div.button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	z-index: 2;
}

body.pageIntroOK > div.video > div.button > a {
	position: relative;
	display: block;
	width: fit-content;
	z-index: 3;
}

body.pageIntroOK > div.video > div.button > a > img {
	width: 100px;
}

body.pageIntroOK > div.video > div.button::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-color: #fff;
	z-index: -1;
}

body.pageIntroOK > div.options {
	position: absolute;
	left: 50px;
	bottom: 60px;
	width: calc((100vw / 3) * 2 - 50px);
	height: auto;
	text-align: center;
	z-index: 12;
}

/* TABLE */

div.commissionsWrapper form {
	position: relative;
	width: 100%;
}

div.commissionsWrapper form select {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;

	/*
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-variant-numeric: tabular-nums;
	*/
	font-weight: 700;
	color: #fff;
	background-color: #000;

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;

	-moz-padding-start: calc(10px - 3px);
	padding-left: 10px;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	border-radius: 5px;

	outline: none;
	cursor: pointer;
}

div.commissionsWrapper form select option {
	color: #333;
	font-variant-numeric: tabular-nums;
}

div.commissionsWrapper form select::-ms-expand {
	display: none;
}

div.commissionsWrapper form select:focus::-ms-value {
  background-color: transparent;
}

div.commissionsWrapper div.form {
	position: relative;
	width: 100%;
	max-width: 300px;
	background: pink;
	z-index: 1;
}

.jsNO div.commissionsWrapper div.form {
	display: none;
}

div.commissionsWrapper div.form::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 15px;
	width: 20px;
	height: 10px;
	background: transparent url('../images/main/arrow-down.svg') scroll no-repeat center center;
	background-size: contain;
	pointer-events: none;
	z-index: 2;
}

div.commissionsWrapper div.results {
	position: relative;
	width: 100%;
}

div.commissionsWrapper div.results > p {
	display: none;
}

.jsOK div.commissionsWrapper div.results > p {
	border: 2px solid #000;
	margin-top: -2px;
	padding: 20px;
}

.jsNO div.commissionsWrapper div.results > p,
div.commissionsWrapper div.results > p.act {
	display: block;
}

table.countries {
	position: relative;
	width: 100%;
	font-variant-numeric: tabular-nums;
}
table.countries > tbody > tr > td {
	padding: 5px 10px;
}
table.countries > tbody > tr > td:nth-of-type(1) {
	width: 60px;
}
table.countries > tbody > tr > td:nth-of-type(2) {
	width: calc(100% - (60px + 80px + 80px));
}
table.countries > tbody > tr > td:nth-of-type(3) {
	width: 80px;
	text-align: right;
}
table.countries > tbody > tr > td:nth-of-type(4) {
	width: 80px;
	text-align: right;
}
table.countries > tbody > tr:nth-child(2n+1) {
	background-color: #efefef;
}

/* GOOGLE MAPS */

.mapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	overflow: hidden;
}

.jsNO .mapWrapper { display: none; }

.mapWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	/*pointer-events: none;*/
}

/* VIDEO 16:9 */

.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	margin-bottom: 1.5em;
	background-color: #333;
	overflow: hidden;
}

.jsNO .videoWrapper { display: none; }

.videoWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

/* ETC */

.fontSizeBig { font-size: 120%; }
.fontSizeSmall { font-size: 80%; }

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

h1, h2, h3 {
	font-weight: 300;
	font-size: 36px;
	line-height: 1.25em;
	letter-spacing: 0.5px;
	text-transform: none;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 24px;
	line-height: 1.25em;
	text-transform: none;
}

h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 0;
}

h1 + h2, p + h2, ul + h2, ol + h2, p + h1, ul + h1, ol + h1 { margin-top: 2em !important; }
h1.displayNO + h2 { margin-top: 0 !important; }

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

main a,
main a:link,
main a:visited { color: #3e4643; text-decoration: none; border-bottom: 0.5px solid #3e4643; }
main a:hover,
main a:focus,
main a:active,
main a:visited:hover,
main a:visited:focus,
main a:visited:active { color: #00adbf; border-bottom-width: 1px; border-bottom-color: #00adbf; }

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; }

body.pageIntroOK > div.options > a,
body.pageIntroOK > div.options > a:link,
body.pageIntroOK > div.options > a:visited {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #5b504e;
	border: 2px solid #fff;
	border-radius: 25px;
	margin: 0 10px;
	padding: 12px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25em;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	transition: border-color, background-color, color;
	transition-duration: 0.25s;
}
body.pageIntroOK > div.options > a:hover,
body.pageIntroOK > div.options > a:focus,
body.pageIntroOK > div.options > a:active,
body.pageIntroOK > div.options > a:visited:hover,
body.pageIntroOK > div.options > a:visited:focus,
body.pageIntroOK > div.options > a:visited:active {
	background-color: #fff;
	border-color: #5b504e;
	color: #5b504e;
}

/* ==========================================================================
   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;*/
}

/* CONTENT */

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

main ul > li {
	padding-left: 35px;
	background: transparent url('../images/main/bg-list-item@3x.png') scroll no-repeat 0 5px;
	background-size: 22px 14px;
}

main ul.space > li { padding-bottom: 1.5em; }
main ul.space > li:last-child { padding-bottom: 0; }

main ul.collapsible > li > span { display: block; padding-bottom: 1.5em; }
main ul.collapsible > li:last-child > span { padding-bottom: 0; }
.jsOK main ul.collapsible > li > span { display: none; }
.jsOK main ul.collapsible > li.ok > span { display: block; }

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

/* LIST NAVIGATION MAIN */

nav#main ul {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav#main ul > li > ul { display: none; }
nav#main ul > li.act > ul { display: inline-block; }

nav#main ul > li {
	display: block;
	width: 100%;
	height: auto;
}

nav#main ul:nth-of-type(2) > li {
	display: inline-block;
	width: auto;
}

nav#main ul:nth-of-type(1) { margin-bottom: 30px; }
nav#main ul:nth-of-type(1) > li > ul { margin-bottom: 0; }
nav#main ul:nth-of-type(2) { margin-top: 30px; }

/*
nav#main ul { border-top: 0.5px solid #fff; }
body[data-pixelratio='1'] nav#main ul { border-top-width: 1px; }
nav#main ul > li { border-bottom: 0.5px solid #fff; }
body[data-pixelratio='1'] nav#main ul > li { border-bottom-width: 1px; }
*/

nav#main ul > li > a,
nav#main ul > li > a:link,
nav#main ul > li > a:visited {
	display: block;
	width: 100%;
	font-weight: 300;
	font-size: 36px;
	line-height: 1.25em;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	padding: 10px 0;
	/*opacity: 0.5;*/
}

nav#main ul > li > ul > li > a,
nav#main ul > li > ul > li > a:link,
nav#main ul > li > ul > li > a:visited {
	font-size: 18px;
	line-height: 1.5em;
	padding: 0 0;
}

nav#main ul:nth-of-type(2) > li > a,
nav#main ul:nth-of-type(2) > li > a:link,
nav#main ul:nth-of-type(2) > li > a:visited {
	font-size: 21px;
	line-height: 1.25em;
	padding: 10px 15px;
}

nav#main ul > li:hover > a,
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 {
	/*opacity: 1;*/
	color: #00adbf;
}

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 {
	/*opacity: 1;*/
	color: #00adbf;
}

/* LIST NAVIGATION HOME */

nav#home > ul {
	display: block;
	width: 100%;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav#home > ul > li {
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	margin-bottom: 3px;
}

nav#home > ul > li > a,
nav#home > ul > li > a:link,
nav#home > ul > li > a:visited {
	display: inline-block;
	width: auto;
	font-weight: 600;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: 0.5px;
	/*color: #5b504e;*/
	color: #3c3230;
	text-decoration: none;
	text-transform: none;
	padding: 5px 10px;
	opacity: 0.75;
}

nav#home > ul > li > a:hover,
nav#home > ul > li > a:focus,
nav#home > ul > li > a:active,
nav#home > ul > li > a:visited:hover,
nav#home > ul > li > a:visited:focus,
nav#home > ul > li > a:visited:active {
	/*outline: 1px solid #3c3230;*/
	opacity: 1;
}

/* LIST NAVIGATION FOOTER */

nav#footer > ul {
	display: block;
	width: auto;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav#footer > ul > li {
	/*display: inline-block;*/
	display: block;
	width: auto;
	height: auto;
}

nav#footer > ul > li > a,
nav#footer > ul > li > a:link,
nav#footer > ul > li > a:visited {
	display: block;
	width: auto;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.333em;
	letter-spacing: 0.5px;
	color: #216290;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 30px;
}

nav#footer > ul > li > a:hover,
nav#footer > ul > li > a:focus,
nav#footer > ul > li > a:active,
nav#footer > ul > li > a:visited:hover,
nav#footer > ul > li > a:visited:focus,
nav#footer > ul > li > a:visited:active {
	color: #00adbf;
}

/* ==========================================================================
   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: 3em auto;
	border: 0;
	border-top: 1px solid #dedede;
}
/*body[data-pixelratio='1'] hr { border-top-width: 1px; }*/

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 25px;
	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; }
p.pict { 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.333em 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 td { width: 100%; height: 100%; text-align: center; vertical-align: middle; }

figure { display: block; width: 100%; margin: 0; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; }
img { border: 0; height: auto; max-width: 100%; }

strong { font-weight: 600; }
em, i { font-style: normal; }

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; }

video {
	position: relative;
	width: 100%;
	height: auto;
}

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

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

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

div.subcolumns > div.col > img { margin-top: 7px; }

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

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

/* ==========================================================================
   FORMS
   ========================================================================== */

div.formWrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin: 3em 0;
	text-align: left;
}

form, select, input, textarea {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	color: #3e4643;
}

form { position: relative; overflow: hidden; margin: 0; }

div.inputset {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 1.5em;
}

label {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	color: #3e4643;
	text-transform: uppercase;
}

input[type='password'],
input[type='text'] {
	width: 100%;
	max-width: 350px;
	height: auto;
	padding: 20px;
	border: 1px solid #3e4643;
	border-radius: 10px;
	background-color: #fff;
	color: #3e4643;
	text-align: left;
}

input[type='password']:focus, input[type='password']:active,
input[type='text']:focus, input[type='text']:active {
	outline: none !important;
	border-color: #d99430;
}

input[type=submit] {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	height: auto;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #3e4643;
	border-radius: 10px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	color: #4a4a4a;
	text-transform: uppercase;
}

input[type=submit]:hover {
	color: #fff;
	background-color: #d99430;
	border-color: #d99430;
	cursor: pointer;
}

/*****************************************************************************/
}

@media screen and (min-width: 1501px) { header > div.pict { background-image: url('../images/background/4000x3000.jpg'); } }
@media screen and (max-width: 1400px) { header > div.pict { background-image: url('../images/background/3000x2250.jpg'); } }
@media screen and (max-width: 1000px) { header > div.pict { background-image: url('../images/background/2000x1500.jpg'); } }
@media screen and (max-width: 500px) { header > div.pict { background-image: url('../images/background/1000x750.jpg'); } }

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

/* MAIN */
main { padding: 0 50px; }

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

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

header > nav#button {
	right: auto;
	left: 30px;
	top: 30px;
}

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

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

/* HEADER */
header {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 21;
}
header > div.logo {
	position: absolute;
	/*left: calc((100% - 600px) / 2);*/
	/*
	left: calc(50% - 170px / 2);
	top: calc(50% - 264px / 2);
	*/
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 170px;
	padding: 0;
	/*
	background-image: url('../images/main/dwm-international-2@3x.png');
	background-size: 170px 264px;
	*/
}
/*header > div.logo img {
	width: 170px;
	height: 264px;
}*/
header > div.pict {
	position: relative;
	width: 100% !important;
	height: 0;
	padding-bottom: 50%;
}
/*header > div.gradient { display: none; }*/
header > div.gradient2 { display: none; }
/*
header > nav#button { position: absolute; right: 30px; }
.navOK header > nav#button { position: fixed; }
*/
header > nav#main { left: 0; width: 100%; border-left: 0; }
header > nav#home {
	bottom: auto;
	top: 100%;
	padding: 20px 0;
}

/* MAIN */
main {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 0;
	border-top: 0;
	padding: 0 30px;
	text-align: center;
	z-index: 11;
}
main > section { margin: auto; text-align: left; }
main > section:nth-of-type(1) { padding-top: 50px; }

/* FOOTER */
footer {
	position: relative;
	bottom: auto;
	top: 0;
	width: 100%;
	background-color: #5b504e;
	padding: 30px;
	text-align: center;
	z-index: 11;
}
footer.fixed {
	position: fixed;
	top: auto;
	bottom: 0;
}
footer > nav#footer { text-align: left; }
nav#footer > ul { width: 100%; }
nav#footer > ul > li { width: 100%; }
nav#footer > ul > li > a,
nav#footer > ul > li > a:link,
nav#footer > ul > li > a:visited {
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 1.667em;
}

/* INTRO */
body.pageIntroOK > div.logo {
	position: absolute;
	display: block;
	/*
	left: calc(50% - 170px / 2);
	top: calc(50vw / 2 - 264px / 2);
	*/
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	width: 170px;
	/*
	background: transparent url('../images/main/dwm-international-2_blue@3x.png') scroll no-repeat center center;
	background-size: cover;
	*/
	z-index: 12;
}
body.pageIntroOK > div.logo img {
	width: 100%;
}
body.pageIntroOK > div.pict {
	position: relative;
	width: 100% !important;
	height: 0;
	padding-bottom: 50%;
	z-index: 11;
}
body.pageIntroOK > div.video {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	box-shadow: none;
	z-index: 11;
}
body.pageIntroOK > div.options {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #5b504e;
	z-index: 11;
}

/* ETC */
div#jivo-iframe-container { display: none !important; }

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

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

/* HEADER */
header > div.logo {
	/*
	left: calc(50% - 25.7575758vw / 2);
	top: calc(50% - (25.7575758vw * 264 / 170) / 2);
	*/
	width: 25.7575758vw;
	/*height: calc(25.7575758vw * 264 / 170);*/
	/*background-size: 100% auto;*/
}
header > div.logo img {
	width: 100%;
}
/*header > nav#button {
	width: 26px;
	height: 26px;
	background-size: 11px 10px;
	border-radius: 13px;
}*/

/* INTRO */
body.pageIntroOK > div.logo {
	/*
	left: calc(50% - 25.7575758vw / 2);
	top: calc(50vw / 2 - (25.7575758vw * 264 / 170) / 2);
	*/
	top: 20px;
	width: 25.7575758vw;
	/*height: calc(25.7575758vw * 264 / 170);*/
}
/*body.pageIntroOK > div.logo img {
	width: 100%;
}*/

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

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

/* HEADER */
header > nav#button {
	width: calc((50px / 3) * 2);
	height: calc((50px / 3) * 2);
	background-size: calc((22px / 3) * 2) calc((20px / 3) * 2);
	border-radius: calc(((50px / 3) * 2) / 2);
}

/* FONT-SIZES */
main > section { font-size: 14px; line-height: 1.5em; }
h1 { font-size: 32px; line-height: 1.25em; }
h2 { font-size: 21px; line-height: 1.25em; }
h3 { font-size: 16px; line-height: 1.5em; }
nav#main ul > li > a, nav#main ul > li > a:link, nav#main ul > li > a:visited { font-size: 32px; line-height: 1.25em; }
nav#main ul > li > ul > li > a, nav#main ul > li > ul > li > a:link, nav#main ul > li > ul > li > a:visited { font-size: 16px; 1.25em; }
nav#main ul:nth-of-type(2) > li > a, nav#main ul:nth-of-type(2) > li > a:link, nav#main ul:nth-of-type(2) > li > a:visited { font-size: 18px; line-height: 1.5em; }

nav#main ul > li > a,
nav#main ul > li > a:link,
nav#main ul > li > a:visited {
	padding: 5px 0;
}
nav#main ul:nth-of-type(2) > li > a,
nav#main ul:nth-of-type(2) > li > a:link,
nav#main ul:nth-of-type(2) > li > a:visited {
	padding: 5px 10px;
}

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

@media screen and (max-height: 449px) {
/*****************************************************************************/

nav#main ul:nth-of-type(1) { margin-bottom: 10px; }
nav#main ul:nth-of-type(2) { margin-top: 10px; }

header > nav#main hr { margin: 0 auto; }

/*****************************************************************************/
}

/*
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-100.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-100.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-100italic.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-100italic.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-200.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-200.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-200italic.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-200italic.woff') format('woff');
	font-display: fallback;
}
*/
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-300.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-300.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-300italic.woff') format('woff');
	font-display: fallback;
}
/*
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-regular.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-regular.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-italic.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-italic.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-500.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-500.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-500italic.woff') format('woff');
	font-display: fallback;
}
*/
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-600.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-600.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-600italic.woff') format('woff');
	font-display: fallback;
}
/*
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-700.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-700.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-700italic.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-800.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-800.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-800italic.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-800italic.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-900.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-900.woff') format('woff');
	font-display: fallback;
}
@font-face {
	font-family: 'Barlow Semi Condensed';
	font-style: italic;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/barlow-semi-condensed-v14-latin-900italic.woff2') format('woff2'),
			 url('../_fonts/barlow-semi-condensed-v14-latin-900italic.woff') format('woff');
	font-display: fallback;
}
*/
@media print {
/*****************************************************************************/

body > * { display: none; }

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