/* START: Global tags */
html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	height:100%;
	font-size: .72vw; /* 10px ---> 1920px: 14px */
}

body {
	width: 100%;
	height: 100%;
	background: var(--darkWhite);
	font-size: 1rem;
}


* {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

*:focus {
	outline: none;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

::selection {
	background: black;
	color: var(--darkWhite);
}

::-moz-selection {
	background: black;
	color: var(--darkWhite);
}

a, a:hover, a:link {
	text-decoration: none;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.container {
	width: 100%;
	padding: 20px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.transition {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.slowTransition {
	transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}


/* MOVED ARROW */
a span.moved-arrow {
    position: relative;
    display: inline-block;
	width: .26vw;
	height: .42vw;
    overflow: hidden;
    padding-left: .642vw;
    padding-right: .100vw;
}

a span.moved-arrow::before,
a span.moved-arrow::after {
	content: "";
	position: absolute;
	display: block;
	width: .26vw;
	height: .42vw;
	top: 50%;
    left: .642vw;
	background-image: url('../images/arrow-black.svg');
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0s ease;
	-webkit-transition: transform 0s ease;
	-moz-transition: transform 0s ease;
	-o-transition: transform 0s ease;
}

a span.moved-arrow::before {
    transform: translate(-100%, -50%);
}

a span.moved-arrow::after {
	transform: translate( calc(-100% - .652vw), -50%);
}

a:hover span.moved-arrow::before,
a:hover span.moved-arrow::after {
	transition: transform .4s ease;
	-webkit-transition: transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
}

a:hover span.moved-arrow::before {
	transform: translate(100%, -50%);
}

a:hover span.moved-arrow::after {
    transform: translate(-100%, -50%);
}



/* PAGE TRANSITION */
#pageTransition {
	z-index: 999;
	background: var(--darkWhite);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition-duration: .6s;
}

#pageTransition.opened {
	opacity: 1;
	pointer-events: initial;
}

#pageTransition.closed {
	pointer-events: none;
	opacity: 0 !important;
}

#pageTransition.show {
	opacity: 1 !important;
	pointer-events: initial;
}


/* REVEAL */
.reveal.revealMove {
	transform: translate(0,50px);
	opacity: 0;
}

.reveal.revealMove.revealed {
	transform: translate(0,0px);
	opacity: 1;
}

.reveal.revealOpacity {
	opacity: 0;
}

.reveal.revealOpacity.revealed {
	opacity: 1;
}


/* LAZY */
picture.lazy {
	display: block;
	overflow: hidden;
	transition: all .6s ease;
	transition-property: opacity;
	opacity: 0;
}

picture.lazy.lazyloaded {
	opacity: 1;
}


.aspect-container {
	position: relative;
	width: 100%;
	height: fit-content;
}

.aspect-container picture {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.aspect-container picture img,
.aspect-container video {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}


/* COOKIES BANNER */
.cmplz-cookiebanner {
	right: var(--lateralMargin) !important;
	bottom: var(--lateralMargin) !important;
	width: calc(100% - ( var(--lateralMargin) * 2) ) !important;
	min-width: auto !important;
	max-width: 31.375vw !important;
	padding: 15px 1.041vw .781vw !important;
}

.cmplz-message {
	width: 100% !important;
}

.cmplz-cookiebanner .cmplz-message {
	font-family: 'BeirutTextWeb-Book', sans-serif;
	font-size: 1.5em !important;
	line-height: 1.3 !important;
	color: var(--black) !important;
	margin: .36vw 0 .781vw !important;
}

.cmplz-cookiebanner .cmplz-message a {
	text-decoration: underline;
	text-underline-offset: .29vw;
	text-decoration-thickness: 1px;
}

.cmplz-cookiebanner .cmplz-header,
.cmplz-cookiebanner .cmplz-divider {
	display: none !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	font-family: 'BeirutTextWeb-Book', sans-serif;
	height: 2.5vw !important;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 1.36em !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	color: var(--black) !important;
	background-color: var(--darkWhite) !important;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
	color: var(--darkWhite) !important;
	background-color: var(--black) !important;
}

.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
	width: 100% !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
	background-color: #e3e2dd !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
	color: var(--black) !important;
	text-transform: uppercase !important;
	font-family: 'EuclidCircularA-Regular', sans-serif !important;
    font-size: 1.14em !important;
    line-height: 1.2 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
    font-family: 'BeirutTextWeb-Book', sans-serif;
	font-size: 1.14em !important;
    line-height: 1.2 !important;
}



@media screen and (max-width: 1440px) {
	/* COOKIES BANNER */
	.cmplz-cookiebanner {
		max-width: 500px !important;
		padding: 15px 20px !important;
	}

	.cmplz-cookiebanner .cmplz-message {
		font-size: 16px !important;
		margin: 7px 0 15px !important;
	}

	.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
		height: 40px !important;
		font-size: 14px !important;
	}

	.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active,
	.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
	.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
		font-size: 12px !important;
	}

	.cmplz-cookiebanner .cmplz-message a {
		text-underline-offset: 2px;
	}
}

@media screen and (max-width: 1280px) {
	html {
		font-size: .82vw;
	}
}

@media only screen and (max-width: 1024px) {
	html {
		font-size: .92vw;
	}

	/* MOVED ARROW */
	a span.moved-arrow {
		width: 3px;
		height: 4px;
		padding-left: 6px;
		padding-right: 3px;
		transform: translate(0,-1px);
	}

	a span.moved-arrow::before,
	a span.moved-arrow::after {
		width: 3px;
		height: 4px;
		top: 50%;
		left: 6px;
	}

	a span.moved-arrow::before {
		transform: translate(-100%, -50%);
	}

	a span.moved-arrow::after {
		transform: translate( calc(-100% - 6px), -50%);
	}

	.cmplz-cookiebanner .cmplz-message a {
		text-underline-offset: 2px;
	}
}

@media only screen and (max-width: 740px) {
	
}

@media only screen and (max-width: 550px) {

}