@import url("https://use.typekit.net/zlf5vmz.css");
/*
.tk-contralto-big { font-family: "contralto-big",sans-serif; }
.tk-contralto-small { font-family: "contralto-small",sans-serif; }
.tk-contralto-medium { font-family: "contralto-medium",sans-serif; }
.tk-contralto-xsmall { font-family: "contralto-xsmall",sans-serif; }
*/



@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("../fonts/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype");
}


:root {
	--color-bg-site: #FFFFFF;
	--color-text-base: rgba(44, 62, 80, 1);	
	--color-text-pale: rgba(44, 62, 80, 0.6);	
	
	--Brand-Colors-Sand-60: #F1EADE;
	--Brand-Colors-Dark-Blue-40: #ABB2B9;
	--Corners-Buttons: 6px;
	
	--Interface-Basics-BG-Light: #F7F6F5;
	--Interface-Basics-Text-Medium: rgba(44, 62, 80, 0.75);
	--Interface-Basics-Line-Medium: rgba(44, 62, 80, 0.25);
	--Interface-Basics-Line-Light: rgba(44, 62, 80, 0.12);
	--Interface-Basics-Link: #3670A7;
	
	--Brand-Colors-Accent-Rollover-75: rgba(197, 140, 29, 0.75);
	
	--Brand-Colors-Bright-Blue-120: #2D639B;
	--Brand-Colors-Accent-Rollover: #C58C1D;
	--Brand-Colors-Grey-10: #F7F6F5;


/* Spaces
 
Space XXXXS 4 3
Space XXXS 8 6
Space XXS 12 9
Space XS 16 12
Space S 24 18
Space M 32 24
Space L 40 30
Space XL 48 36
Space XXL 64 48
Space XXXL 80 60
Space XXXXL 96 72
Space XXXXXL 128 72
Space XXXXXXL 160 96 

*/	
	--space-XXXXS: 4px;
	--space-XXXS: 8px;
	--space-XXS: 12px;
	--space-XS: 16px;
	--space-S: 24px;
	--space-M: 32px;
	--space-L: 40px;
	--space-XL: 48px;
	--space-XXL: 64px;
	--space-XXXL: 80px;
	--space-XXXXL: 96px;
	--space-XXXXXL: 128px;
	--space-XXXXXXL: 160px;
	
	

	
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
    }
	
html, body {
	height: 100%;
}

table, caption, tbody, tfoot, thead, tr, th, td     {
    vertical-align : top;
    }

:focus {
	outline: 0;
    }
    
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/**
 * For IE 6/7 (trigger hasLayout)
 */
.cf {
    *zoom:1;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}

body {	
	color: var(--color-text-base);
	overflow-y: scroll!important;
	background-color: var(--color-bg-site);
	font-family: "contralto-medium", sans-serif;
	font-family: "Roboto", sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 33px */
	letter-spacing: 0.6px;
}

body.hidden-scroll {
	overflow-y: hidden;
}
ol, ul {
	list-style: none;
    }

table {
	border-collapse: collapse;
	border-spacing: 0;
    }

td  {
    vertical-align : top;
    }

caption, th, td {
	text-align: left;
	font-weight: normal;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }

blockquote, q {
	quotes: "" "";
    }

strong, b {
	font-family: Arial;
	font-weight: 600;
}



a {	
	color: inherit;	
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

main a,
footer a {
	color: var(--Interface-Basics-Link, #3670A7);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 1px;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
main a:hover,
footer a:hover {	
	text-decoration: none;
}

.button-content {
	border: 0;
	width: auto;
	height: auto;
	
	display: flex;
	padding: var(--space-S) var(--space-L);
	align-items: center;
	margin: var(--space-XXXS) 0;
	
	border-radius: var(--Corners-Buttons);
	background: var(--Brand-Colors-Sand-60);
	color: var(--color-text-base);
	
	font-family: "contralto-medium",sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
	
	cursor: pointer;
	
	transition: box-shadow .3s ease;
}
.button-content:hover {
	text-decoration: none;	
	
	box-shadow: 0px 24px 60px 0px rgba(44, 62, 80, 0.12);	
	-webkit-box-shadow: 0px 24px 60px 0px rgba(44, 62, 80, 0.12);
	-moz-box-shadow: 0px 24px 60px 0px rgba(44, 62, 80, 0.12);
}



.button-download {	
	position: relative;
	width: auto;
	height: auto;
	
	display: flex;
	padding: var(--space-S);
	align-items: center;
	justify-content: center;
	margin: var(--space-XXXS) 0;
		
	border: 1px solid var(--Brand-Colors-Dark-Blue-40);	
	border-radius: var(--Corners-Buttons);
	
	color: var(--color-text-base);
	
	font-family: "contralto-medium",sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
	
	cursor: pointer;
	transition: all .3s ease;
}
.button-download:hover {
	text-decoration: none;
	color: var(--Brand-Colors-Bright-Blue-120);
	border: 1px solid var(--Brand-Colors-Bright-Blue-120);
}

.button-download::before {
	content: '';
	position: relative;
	display: block;	
	
	margin-right: 8px;
	
	width: 24px;
	height: 24px;
	
	transition: all .3s ease;
	
	background-image: url('../images/icons/download-button.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	opacity: 1;
}
.button-download:hover::before {
	opacity: 0;
}

.button-download::after {
	content: '';
	position: absolute;
	left: var(--space-S);
	display: block;	
	
	margin-right: 8px;
	
	width: 24px;
	height: 24px;
	
	transition: all .3s ease;
	
	background-image: url('../images/icons/download-button-hover.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	opacity: 0;
}
.button-download:hover::after {
	opacity: 1;
}





header {
	height: auto;
	width: 100%;	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: var(--space-L) 0 var(--space-S) 0;
	align-items: center;
		
	
	/*position: fixed;*/
	position:relative;
	top: 0;
	z-index: 2000;
}
body.home header {
	position: absolute;
}

body.mobilenav header {
	position: fixed;
}


header .wrapper {	
	width: 100%;
	height: auto;
	display: flex;
}

header .wrap {
	width: 100%;
	max-width: 1600px;
	height: auto;
	
	margin: 0 auto;	
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	
	transition: all .3s ease;
		
}

header.negative {
	background-color: white;
}


header div.logo {
	width: auto;	
	margin: 0 30px;
	display: flex;
	flex-direction: column;
	padding: 0 0 24px;
	transition: all .3s ease;
}
header.negative div.logo,
header div.logo.negative {
	display: none;
}

header.negative div.logo.negative {
	display: flex;
}

header div.logo a {
	display: flex;
	flex-direction: column;
}

header ul.nav-menu {
	height: 50px;
	display: flex;
	flex-direction: row;	
	align-items: center;
}
header ul.nav-menu > li {
	display: inline-block;
	margin: 0 12px;
	position: relative;	
}
header ul.nav-menu > li.active::after {
	position: absolute;	
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	
	width: 5px;
	height: 5px;	
	
	background-image: url('../images/icons/active-dot-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
header.negative ul.nav-menu > li.active::after{
	background-image: url('../images/icons/active-dot-black.svg');	
}

header ul.nav-menu > li > a {
	text-decoration: none;	
	color: white;	
	display: inline-block;
	
	font-family: "Roboto", Arial;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
	letter-spacing: 0.2px;
	text-align: left;
	
	transition: color .3s ease;
}

header.negative ul.nav-menu > li > a {
	color: var(--color-text-pale);	
}

header ul.nav-menu > li:not(.active) > a:hover {
	color: var(--Brand-Colors-Accent-Rollover);	
}

header.negative ul.nav-menu > li:not(.active) > a:hover,
ul.nav-menu > li:hover > ul.lv-2 > li > a:hover,
ul.nav-menu > li:hover > ul.lv-2 > li.active > a {
	color: var(--Brand-Colors-Accent-Rollover);
}
header.negative ul.nav-menu > li.active > a {	
	color: var(--color-text-base);	
}


ul.nav-menu > li > ul.lv-2 {
	position: fixed;
	width: 100%;
	left: 0;
	top: 120px;
	background: white;
	display: none;
	flex-direction: column;
	
	transition: all .3s ease;
}
ul.nav-menu > li:hover > ul.lv-2 {	
	display: flex;	

	padding: calc(var(--space-L) + var(--space-S)) 0 var(--space-XXXXL) 0;
	flex-direction: column;
	align-items: center;
}

ul.nav-menu > li:hover > ul.lv-2 > li {	
	text-align: center;	
}
ul.nav-menu > li:hover > ul.lv-2 > li > a {	
	color: var(--Interface-Basics-Text-Dark, #2C3E50);
	text-align: center;
	text-decoration: none;
	/* Desktop/Heading L */
	font-family: "contralto-medium",sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 39.6px */
}


main {
	margin: 0 auto;
    position: relative;
    width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

main div.container{
	height: auto !important;
    min-height: 100%;	
	display: flex;
	flex-direction: column;	
}


main h1,
main .h1 {	
	font-family: "contralto-medium", sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 80px */
}

main h2,
main .h2 {
	font-family: "contralto-medium", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%; /* 56.7px */
	
	margin-bottom: var(--space-S);
}

main h3,
main .h3 {
	font-family: "contralto-medium", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 39.6px */
	
	margin-bottom: var(--space-S);
}

main h4,
main .h4,
footer h4,
footer .h4 {
	font-family: "contralto-medium", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 24.2px */
	
	margin-bottom: var(--space-S);
}




/*** Header-image module ***/
.header-image-module {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	
	background-image: url('../images/header-home.jpg'); 
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;	
}


.header-image-module::before {
	content: '';
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	display: block;
	z-index: 10;	
	
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.header-image-module > video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index:9;
	background:#000;
}

.header-image-module > .embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	
	width: 100%;
	height: 100%;
	z-index:9;
}
.header-image-module > .embed .iframe {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:0;
	padding:56.25% 0 0 0;
	transform: translate(-50%,-50%);
}
.header-image-module > .embed iframe {
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.header-image-module > .wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	
	width: 100%;
	height: auto;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	max-width: 950px;
	text-align: center;
	z-index: 11;
	
}
.header-image-module > .wrap h1 {
	color: white;
	max-width: 100%;
	transition: all .3s ease;
}


/*** Heading title ***/
.heading-title {
	width: 100%;
	height: auto;
	max-width: 1294px;
	margin: var(--space-XXL) auto var(--space-XXXL);
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}


.heading-title h1 {
	text-align: center;
}



/*** Intro Text module ***/
.intro-text-module {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: var(--space-XXXXXXL) auto;
}

.intro-text-module .wrap {
	width: 100%;
	max-width: 950px;
	height: auto;
	display: flex;
	flex-direction: column;	
	align-items: center;
	text-align: center;
	
	padding: 0 50px;
	
	font-family: "contralto-medium",sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 46px */
	letter-spacing: 0.4px;
	
}

.intro-text-module .wrap > p {
	margin-bottom: var(--space-XL);
	
}


.center-logo {
	padding: 12.4px 0;
	margin: 0 auto;
	width: auto;	
	height: auto;
	display: flex;
	flex-direction: column;	
	
}
.center-logo img {
	float: left;
}


/*** Text module ***/
.text-module {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto var(--space-XXXXXL) ;
}

.text-module .wrap {
	width: 100%;
	max-width: 700px;
	height: auto;
	display: flex;
	flex-direction: column;	
	
	transition: all .3s ease;
}
.text-module .wrap p {
	margin-bottom: var(--space-XL);
}



/*** Text and image module ***/

div.text-and-image-module {
	display: flex;
	width: 100%;
	margin: 0 auto var(--space-XXXXXXL);	
}

div.text-and-image-module .wrap {
	position: relative;
	
	display: flex;
	margin: 0 auto;
	width: 100%;		
	max-width: 1600px;	
	
	box-sizing: border-box;
	
	padding: 62px 80px;		
}

div.text-and-image-module .wrap::before {
	content: '';
	width: calc(100% - 283px);
	height: 100%;
	display: block;	
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	
	left: 203px;
	right: 80px;
	
	background-color: var(--Interface-Basics-BG-Light);
		
}
div.text-and-image-module.reverse .wrap::before {
	right: 203px;
	left: 80px;
}


div.text-and-image-module .col1 {
	padding: 0;	
	width: 50%;		
	
	display: flex;	
	justify-content: center;
	align-items: center;	
}
div.text-and-image-module .col2 {
	padding: 0;	
	width: 50%;		
	
	display: flex;	
	justify-content: center;
	align-items: center;	
}



div.text-and-image-module .image {
	width: 100%;
	margin: 0;
	height: auto;
	display: flex;	
	flex-direction: column;	
	margin: 0;
	position: relative;
	
}
div.text-and-image-module .image img {
	width: 100%;
	height: auto;
	max-height: 100%;
	float: left;			
}
div.text-and-image-module .text {	
	width: 100%;
	max-width: 456px;
	height: auto;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.5px;
	text-align: left;
	
	display: flex;	
	flex-direction: column;		
	justify-content: center;	
	align-items: flex-start;
}

div.text-and-image-module .col1 .text,
div.text-and-image-module .col2 .text{	
	margin: 0 12%;
}



div.text-and-image-module .text .overtitle {
	font-family: "contralto-medium",sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 24.2px */
	
	margin-bottom: var(--space-XXXS);
}

div.text-and-image-module .text .h2,
div.text-and-image-module .text h2 {
	margin-bottom: var(--space-S);
}

div.text-and-image-module .text p {
	
}
div.text-and-image-module .text .button-content {
	margin: var(--space-L) 0;
}




/*** Testimonial module ***/
div.testimonial-module {
	display: flex;
	width: 100%;
	margin: 0 auto var(--space-XXXXXXL);	
}

div.testimonial-module .wrap {
	position: relative;
	
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;		
	max-width: 1370px;	
	padding: 0 50px 0 126px;	
	
	box-sizing: border-box;
		
}

div.testimonial-module .col1 {
	padding: var(--space-L) 0 0;	
	width: 210px;	
	height: auto;	
	
	display: flex;	
	justify-content: flex-start;
	align-items: flex-start;
	
	border-top: 1px solid var(--Interface-Basics-Line-Medium);
}

div.testimonial-module .col2 {
	padding: var(--space-L) 0 0;
	width: calc(100% - 370px);	
	height: auto;	
	
	display: flex;	
	justify-content: flex-end;
	align-items: flex-start;
	
	border-top: 1px solid var(--Interface-Basics-Line-Medium);
}

div.testimonial-module .image {
	width: 100%;
	margin: 0;
	height: auto;
	display: flex;	
	flex-direction: column;	
	margin: 0;
	position: relative;
	
}
div.testimonial-module .image img {
	width: 100%;
	max-width: 210px;
	height: auto;	
	float: left;
	margin-bottom: var(--space-S);	
}
div.testimonial-module .image .q-name {
	width: 100%;
	max-width: 210px;
	height: auto;	
	float: left;	

	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */	
}
div.testimonial-module .image .q-position {
	width: 100%;
	max-width: 210px;
	height: auto;	
	float: left;	

	color: var(--Interface-Basics-Text-Medium);
	
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.4px;	
}

div.testimonial-module .quote {	
	width: 100%;
	height: auto;
	
	font-family: "contralto-medium",sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 46px */
	letter-spacing: 0.4px;	
	text-align: left;
	
	display: flex;	
	flex-direction: column;		
	justify-content: center;	
	align-items: flex-start;
}





/*** Two columns module ***/
div.two-columns-module {
	display: flex;
	width: 100%;
	margin: 0 auto var(--space-XXXXXXL);	
}

div.two-columns-module .wrap {
	position: relative;
	
	display: flex;
	margin: 0 auto;
	width: 100%;		
	max-width: 1370px;	
	padding: 0 50px 0 126px;	
	
	box-sizing: border-box;	
}


div.two-columns-module .col1 {
	padding: 0;	
	width: 50%;		
	
	display: flex;	
	justify-content: flex-start;
	align-items: flex-start;	
}
div.two-columns-module .col2 {
	padding: 0;	
	width: 50%;		
	
	display: flex;	
	justify-content: flex-end;
	align-items: flex-start;	
}

div.two-columns-module .text {	
	width: 100%;
	max-width: 456px;
	height: auto;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.4px;
	letter-spacing: normal;
	text-align: left;
		
	display: flex;	
	flex-direction: column;		
	justify-content: center;	
	align-items: flex-start;
}

div.two-columns-module .col1 .text,
div.two-columns-module .col1 .image {	
	max-width: 80%;
}


div.two-columns-module .text .overtitle {
	font-family: "contralto-medium",sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 24.2px */
	
	margin-bottom: var(--space-XXXS);
}

div.two-columns-module .text .h2,
div.two-columns-module .text h2 {
	margin-bottom: var(--space-S);
}

div.two-columns-module .text p {
	
}
div.two-columns-module .text .button-content {
	margin: var(--space-L) 0 0;
}




div.two-columns-module .image {
	width: 100%;
	margin: 0;
	height: auto;
	display: flex;	
	flex-direction: column;	
	margin: 0;
	position: relative;
	
}
div.two-columns-module .image img {
	width: 100%;
	height: auto;
	float: left;			
}





/*** Gallery module with owl carousel ***/
.gallery-module {	
	width: 100%;
	margin: 0 0 var(--space-XXXXXXL);	
	overflow:hidden;
	position: relative;
}

.owl-carousel {
	height: 100% !important;
	width: auto !important;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item .image {
	height: auto;
	width: 950px;
	display: flex;
	flex-direction: column;
	margin: 0 75px;		
}
.owl-carousel .owl-item .image .wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16/9; 	
}

.owl-carousel .owl-item .image .wrap::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	opacity: 0.8;
	background: var(--Brand-Colors-Sand-60);
}
.owl-carousel .owl-item.active.center .image .wrap::after {	
	opacity: 0;	
}


.owl-carousel .owl-item .image span {
	margin-top: var(--space-S);
	max-width: 700px;
	
	color: var(--Interface-Basics-Text-Medium);

	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.4px;
	
	opacity: 0;
	transition: opacity .3s ease;
}

.owl-carousel .owl-item.active.center .image span {
	opacity: 1;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto;
}


.owl-nav {
	width: 100%;
	height: 100%;
	padding: 0 33px;
	position: absolute;	
	top: 0;
	z-index: 2;	
	pointer-events: none;
}
.owl-nav .owl-prev {
	position: absolute;
	left: 0;	
	border: 0;
	background: none;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	cursor: pointer;
	pointer-events: auto;
	width: calc((100% - 1250px) / 2);
	height: 100%;
	max-height: 593px;	/* here should be the height of the image */
	transition: all .3s ease;
}

.owl-nav .owl-prev:hover {	
	background-color: var(--Brand-Colors-Accent-Rollover-75);
}

.owl-nav .owl-prev::before {
	content: '';
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 24px;	
	
	background-image: url('../images/icons/left.svg');
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s ease;
}
.owl-nav .owl-prev:hover::before {			
	background-position: -50px center;
}

.owl-nav .owl-prev::after {
	content: '';
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 24px;	
	
	background-image: url('../images/icons/left-white.svg');
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: 50px center;
	transition: all .3s ease;
}
.owl-nav .owl-prev:hover::after {		
	background-position: 0 center;
}




.owl-nav .owl-next {
	position: absolute;
	right: 0;
	border: 0;
	background: none;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	cursor: pointer;
	pointer-events: auto;
	width: calc((100% - 1250px) / 2);
	height: 100%;
	max-height: 593px;	/* here should be the height of the image */
	transition: all .3s ease;
}

.owl-nav .owl-next:hover {	
	background-color: var(--Brand-Colors-Accent-Rollover-75);	
}


.owl-nav .owl-next::before {
	content: '';
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 24px;	
	
	background-image: url('../images/icons/right.svg');
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s ease;
}
.owl-nav .owl-next:hover::before {			
	background-position: 50px center;
}

.owl-nav .owl-next::after {
	content: '';
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 24px;	
	
	background-image: url('../images/icons/right-white.svg');
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: -50px center;
	transition: all .3s ease;
}
.owl-nav .owl-next:hover::after {		
	background-position: 0 center;
}


.owl-nav .owl-prev img,
.owl-nav .owl-next img {
	width: 29px;
} 






/*** Features module ***/
div.features-module {
	display: flex;
	width: 100%;
	margin: 0 auto var(--space-XXXXXXL);	
}

div.features-module .wrap {
	position: relative;
	
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;		
	max-width: 1600px;	
	
	box-sizing: border-box;
	
	padding: 0 80px;		
}

div.features-module .wrap .gallery {
	padding: 0;	
	width: 950px;		
	
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}

div.features-module .wrap .gallery .image {
	padding: 0;	
	margin: 0 0 8px;
	text-decoration: none;	
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	/* flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;	 */
	
	overflow: hidden;
	position: relative;
	
	transition: all .3s ease;
}

div.features-module .wrap .gallery .image.half {
	width: calc(50% - 4px);
	align-items: normal;
}

div.features-module .wrap .gallery .image img {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	
	transition: all .3s ease;
}

div.features-module .wrap .gallery .image::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;	
		
	transition: all .6s ease;	
		
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 100%);
	
}

div.features-module .wrap .gallery .image:hover::after {
	opacity: 0.5;
}


div.features-module .wrap .gallery .image span {
	color: white;
	position: absolute;
	z-index: 2;
	width: calc(100% - var(--space-L) );
	height: auto;
	bottom: 0;	
	left: var(--space-L);	
}


div.features-module .wrap .list {
	padding: 0;	
	width: 365px;		
	padding-left: var(--space-M);
	display: flex;	
	flex-direction: column;
}
div.features-module .wrap .list h3,
div.features-module .wrap .list .h3 {
	margin-bottom: var(--space-L);
}

div.features-module .wrap .list ul {	
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
}

div.features-module .wrap .list ul li {	
	display: flex;
	padding: var(--space-XS) 0 var(--space-M);
	flex-direction: column;	
	
	border-top: 1px solid var(--Interface-Basics-Line-Medium);
}

div.features-module .wrap .list ul li a,
div.features-module .wrap .list ul li a:hover {	
	text-decoration: none;
	color: var(--Interface-Basics-Text-Dark);
}
div.features-module .wrap .list ul li a:hover {
	color: var(--color-text-pale);
}



/*** Image module ***/
div.image-module{
	display: flex;
	width: 100%;
	margin: 0 auto var(--space-XXXXXXL);	
}

div.image-module .wrap {
	position: relative;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;		
	max-width: 1600px;	
	
	box-sizing: border-box;
	
	padding: 0 80px;		
}
div.image-module .wrap > img {
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 70px auto var(--space-S);
}
div.image-module .wrap > span {
	color: var(--Interface-Basics-Text-Medium);
	
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.4px;

	max-width: 70%;
}



/*** Downloads module ***/
div.downloads-module {
	display: flex;
	width: 100%;
	margin: 0 auto var(--space-XXXXXXL);	
}

div.downloads-module .wrap {
	position: relative;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;		
	max-width: 1294px;	
	padding: 0 50px;
	
	box-sizing: border-box;		
}

div.downloads-module h3,
div.downloads-module .h3 {
	text-align: center;
	margin-bottom: var(--space-L);	
}

div.downloads-module ul.list {
	display: flex;
	flex-direction: column;	
}

div.downloads-module ul.list li {	
	display: flex;
	align-items: center;
	padding: var(--space-XS) 0;
	
	border-top: 1px solid var(--Interface-Basics-Line-Light);
	
	color: var(--Interface-Basics-Text-Dark, #2C3E50);
	
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.4px;
	
}

div.downloads-module .col1 {	
	width: 90px;	
	height: auto;	
	
	margin-right: var(--space-XS);
	box-sizing: border-box;
	
	display: flex;	
	justify-content: flex-start;
	align-items: flex-start;
}

div.downloads-module .col2 {	
	width: calc(100% - 340px - (var(--space-XS) * 2));	
	height: auto;	
	
	margin-right:var(--space-XS);
	
	display: flex;	
	justify-content: flex-start;
	align-items: flex-start;
	

}
div.downloads-module .col3 {	
	width: 250px;	
	height: auto;	
	
	margin-right: 0;
	
	display: flex;	
	justify-content: flex-end;
	align-items: flex-start;
}

div.downloads-module .notes {
	
	display: block;
	width: 100%;
	height: auto;
	margin-top: var(--space-L);
	
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.4px;
}




/*** Links module ***/
div.links-module {
	display: flex;
	width: 100%;
	margin: 0 auto var(--space-XXXXXXL);	
}

div.links-module .wrap {
	position: relative;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;		
	max-width: 700px;	
	padding: 0;
	
	box-sizing: border-box;
		
}

div.links-module h3,
div.links-module .h3 {
	text-align: center;
	margin-bottom: var(--space-L);
	
}

div.links-module ul.list {
	display: flex;
	flex-direction: column;
	
	
}

div.links-module ul.list li {
	
	display: flex;
	align-items: center;
	position: relative;
	
	border-top: 1px solid var(--Interface-Basics-Line-Light);
	
	font-family: "contralto-medium",sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
	letter-spacing: 1.2;	
}

div.links-module ul.list li a,
div.links-module ul.list li span {
	display: block;
	width: 100%;
	height: 100%;
	
	padding: calc(var(--space-XS) + var(--space-XXS)) 30px calc(var(--space-XS) + var(--space-XXS)) 0;	
	
	transition: all .3s ease;
	
	color: var(--Interface-Basics-Text-Dark);
	text-decoration: none;
}
div.links-module ul.list li a:hover {
	color: var(--color-text-pale);	
	text-decoration: none;	
}

div.links-module ul.list li::not(.nolink):before {
	content: '';
	position: absolute;
	
	top: calc(var(--space-XS) + var(--space-XXS) + 12px);
	right: 24px;
	width: 0;
	height: 0;	
	opacity: 0;	
	
	border-radius: 25px;
	background-color: var(--Brand-Colors-Sand-60);
	transition: all .3s ease;
}
div.links-module ul.list li:not(.nolink):hover::before {	
	top: calc(var(--space-XS) + var(--space-XXS) - 12px);
	right: 0;
	width: 48px;
	height: 48px;
	opacity: 1;
}

div.links-module ul.list li a::before {
	content: '';
	position: absolute;
	top: calc(var(--space-XS) + var(--space-XXS) - 12px);
	right: 0;
	width: 48px;
	height: 48px;
		
	background-image: url('../images/icons/link-arrow.svg');
	background-repeat: no-repeat;
	background-size: 17px auto;
	background-position: center;
	
	transition: all .3s ease;
	
}
div.links-module ul.list li a:hover::before {
	background-position: 50px center;
	
	

}
div.links-module ul.list li a::after {
	content: '';
	position: absolute;
	top: calc(var(--space-XS) + var(--space-XXS) - 12px);
	right: 0;
	width: 48px;
	height: 48px;
	
	background-image: url('../images/icons/link-arrow.svg');
	background-repeat: no-repeat;
	background-size: 17px auto;
	background-position: -50px center ;
	
	transition: all .3s ease;
	
}
div.links-module ul.list li a:hover::after {
	background-position: center;

}



/*** Contact card module ***/
div.contact-card-module {
	display: flex;
	width: 100%;
	margin: 0 auto var(--space-XXXXXXL);	
}

div.contact-card-module .wrap {
	position: relative;	
	display: flex;
	margin: 0 auto;
	width: 100%;		
	max-width: 1194px;		
	box-sizing: border-box;	
	padding: var(--space-L) 0 0 0;	
	border-top: 1px solid var(--Interface-Basics-Line-Medium);
}
div.contact-card-module .col1 {
	padding: 0;	
	width: 50%;		
	
	display: flex;	
	justify-content: flex-start;
	align-items: flex-start;	
}
div.contact-card-module .col2 {
	padding: 0;	
	width: 50%;		
	
	display: flex;	
	justify-content: flex-end;
	align-items: center;	
}

div.contact-card-module .text {	
	width: 100%;
	max-width: 456px;
	height: auto;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.4px;
	letter-spacing: normal;
	text-align: left;
	
	display: flex;	
	flex-direction: column;		
	justify-content: center;	
	align-items: flex-start;
}

div.contact-card-module .text .overtitle {
	font-family: "contralto-medium",sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 24.2px */
	
	margin-bottom: var(--space-XXXS);
}

div.contact-card-module .text .h3,
div.contact-card-module .text h3 {
	margin-bottom: var(--space-S);
}

div.contact-card-module .c-name {
	width: 100%;
	max-width: 210px;
	height: auto;	
	float: left;	

	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */	
}
div.contact-card-module .c-position {
	width: 100%;
	max-width: 210px;
	height: auto;	
	float: left;	
	
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.4px;	
	
	margin-bottom: 24px;
}

div.contact-card-module .c-email {
	margin-top: 24px;
}
div.contact-card-module .c-position + .c-email {
	margin-top: 0;
}

div.contact-card-module .image {
	width: 100%;
	max-width: 460px;
	
	margin: 0;
	height: auto;
	display: flex;	
	flex-direction: column;	
	margin: 0;
	position: relative;
	
	overflow: hidden;
}
div.contact-card-module .image img {
	width: 100%;
	height: auto;
	float: left;			
}


/*** Iframes in tabs module ***/
.iframes-module {
	width: 100%;
	height: auto;	
	margin: var(--space-XXL) auto 0;
	padding: 0;	
}

.iframes-tabs {
	width: 100%;
	height: auto;	
	
	padding: 0;
	display: flex;
	flex-direction: column;
	position: relative;
	
}

.iframes-tabs > span {
	display: none;
}

.iframes-tabs .wrap {
	width: 100%;
	height: auto;	
	
	padding: 0;
	display: flex;
	flex-direction: row;
	position: relative;
	
}


/* Tab links */
.iframes-tabs > span,
.iframes-tabs .tablink {
	flex-grow: 1;
	padding: var(--space-S) var(--space-L);
	text-align: center;
	cursor: pointer;
	border: 0;
	background: var(--Brand-Colors-Sand-20, #FAF8F4);
	border-bottom: 1px solid transparent;
	color: var(--Interface-Basics-Text-Medium, rgba(44, 62, 80, 0.75));
	text-decoration:none;

	/* Desktop/Text XS */
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 22.4px */
	letter-spacing: 0.4px;
		
}

.iframes-tabs .tablink.active {
	background: none;
	border-bottom: 1px solid var(--Interface-Basics-Text-Dark, #2C3E50);
}

.iframes-tabs .tablink p {
	opacity: 0.5;
}

.iframes-tabs .tablink h4 {
	opacity: 0.5;
	margin-bottom: var(--space-XXXS);
}

.iframes-tabs .tablink.active h4 {
	opacity: 1;
}

/* Style the tab content (and add height:100% for full page content) */
.iframes-contents .tabcontent { 
	display: none;	
	height: 100%;
	
	position: relative;
	left: 0;
	right: 0;
	top: auto;
	width: 100%;
	height: calc(100vh - -1px); /* tablinks original height = 103px */	
}

.iframes-contents .tabcontent.open { 
	display: block;
}

.iframes-tabs .tabcontent iframe {
	float: left;
}


.iframes-tabs details {
	flex-grow: 1;		
}

.iframes-tabs details summary {	
	border-bottom: 1px solid transparent;
}


.iframes-tabs details[open] summary {
	border-bottom: 1px solid var(--Interface-Basics-Text-Dark, #2C3E50);
}


.iframes-tabs details summary {
	padding: var(--space-S) var(--space-L);
	text-align: center;
}

.iframes-tabs details summary::-webkit-details-marker,
.iframes-tabs details summary::marker {
	display: none; 
	content: "";
}

.iframes-tabs details content {
	
	position: relative;
	left: 0;
	right: 0;
	top: auto;
	width: 100%;
	height: auto;	
	aspect-ratio: 400/263;
	
	
}













/***** Footer *****/
	
footer {
	height: auto;
	width: 100%;	
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	
	border-top: 1px solid var(--Interface-Basics-Line-Light);
	background: var(--Brand-Colors-Grey-10, #F7F6F5);

}

footer .wrap {
	width: 100%;
	max-width: 1600px;
	height: auto;
	display: flex;
	padding: var(--space-XXXXXL) 80px var(--space-XXXXXXL);
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	
	margin: 0 auto;	
	position: relative;

	transition: all .3s ease;	
	
	color: var(--Interface-Basics-Text-Dark);

	/* Desktop/Text S */
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.4px;
}

footer .wrap .col {
	width: calc(100% / 4);
	height: auto;	
	display: flex;
	flex-direction: column;	
	flex: 1 0 auto;	
	margin: var(--space-XXS) 18px;	
	position: relative;	
}

footer .wrap .col:first-child {
	margin-left: 0;
}

footer .wrapper {
	display: flex;
	width: 100%;
	border-top: 1px solid var(--Interface-Basics-Line-Light);
}

footer .wrapper.meta .wrap {
	padding: var(--space-XL) 80px;	
}

footer .wrapper.meta .wrap > span{
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
	letter-spacing: 0.2px;

}

footer .wrapper.meta .wrap .links a {
	margin-left: var(--space-S);
	text-decoration: none;
	color: var(--color-text-base);
}
footer .wrapper.meta .wrap .links a:hover {
	text-decoration: underline;
	
}

.text-module .wrap > ul,
.text-module .wrap > ul ul {
	list-style:square;
	padding-left: 20px;
}