[v-cloak] {
	display: none;
}
.themedark {
	display: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--theme-dark: 0;
	--background-color: #fff;
	--text-color: #000;
}
html {
	font-size: 10px;
}
body {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	height: 100vh;
	min-width: 360px;
	margin: 0px;
	padding: 0px;
	font-family: Montserrat;
	font-size: 1.6rem;
	color: #020a39;
}
a, a:hover, a:visited, a:active {
	color: #020a39;
	text-decoration: none;
}
h4 {
	font-size: 1.8rem;
	font-weight: 700;
}
.nowrap {
	text-wrap: nowrap;
}
#header {
	flex: 0;
	width: 100%;
	height: 12rem;
	position: fixed;
	z-index: 100;
	background-color: #fff;
	border-bottom: 0.1rem #020a39 solid;
}
#header-content {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 3rem 0;
}
#logo {
	height: 5rem;
}
#menu {
	a:hover {
		color: #0064ff;
	}
}
.menu-item {
	
}
.menu-droplist-item {
	font-family: "Montserrat";
	font-weight: 500; 
	font-size: 4rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin: 40px 20px;
	color: #fff;
}
.menu-droplist-item.selected {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.6rem;
}
.menu-item.selected {
	color: #0064ff;
	text-decoration: underline;
	text-underline-offset: 0.6rem;
}
#menu #expanded {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}
#menu #collapsed {
	display: none;
}
#menu-hamburger {
	display: none;
	z-index: 101;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1 1 auto;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #0064ff;
	width: 100%;
	height: 0px;
	padding: 0;
	text-align: left;
	transition: height 0.5s ease-out;
}
#menu-lang {
	padding: 0 3rem 0 0;
	a, a:hover, a:visited, a:active {
		font-size: 4rem;
		font-weight: 700;
		color: #fff;
		text-decoration: none;
	}
}
#menu-close {
	flex: 0;
	height: 3rem;
}
#menu-icon {
	flex: 0;
	height: 3rem;
}
#menu-header {
	width: 90%;
	margin: 0 auto;
	height: 12rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 3rem 0;
}
#menu-logo {
	flex: 0;
	height: 5rem;
}
#empty-box {
	flex: 1 1 auto;
}
.f-normal {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 1rem;
}
.f-header {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: 2.4rem;
}
.f-subheader {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 1.5rem;	
}
.menu-item {
	margin: 0 0.5rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .2em;
}
.menu-item.lang-switch {
	flex: 0;
	margin: 0;
	padding: 0;
}
#main-space {
	flex: 1;
	width: 100%;
	
	padding: 12rem 0 6rem 0;
}
#footer {
	flex: 0;
	width: 100%;
}
#footer-gray {
	background-color: #ececec;	
}
#footer-content {
	width: 90%;
	margin: auto;
	display: grid;
	grid-template-rows: 1fr 2fr 1fr;
}
#footer-centered {
	flex: 1 1 16rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.footer-top-spacer, .footer-bottom-spacer {
}
#footer-left {
	width: 20%;
}
#footer-logo {
	flex: 0 0 auto;
	height: 3.5rem;
}
#footer-menu {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer-menu-column {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	padding: 1.2rem 2.5rem; 
}
.footer-menu-column {
	a, a:visited, a:active {
		text-decoration: underline;
	}
	a:hover {
		color: #0064ff;
		text-decoration: none;
	}
}
.footer-menu-div {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
}
#recaptcha-info {
	a, a:visited, a:active {
		text-decoration: underline;
	}
	a:hover {
		color: #0064ff;
		text-decoration: none;
	}
	width: 100%;
	text-align: center;
	font-size: 1rem;
	font-weight: 300;
	padding: 0 0 0.4rem;
}
#footer-copy {
	width: 100%;
	height: 90px;
	font-size: 10px;
	text-align: center;
	padding: 0.8rem 0;
}
.about-cookies {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 15rem;
	background: #0064ff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding: 2rem 0;
}
#cookies-text {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	padding: 0 1rem;
}
#cookies-text a {
	&, &:hover, &:visited, &:active {
		color: #fff;
		text-decoration: underline;
		text-underline-offset: 0.2rem;
		text-wrap: nowrap;
	}
}
#cookies-button {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	padding: 0.7rem 1.4rem;
	cursor: pointer;
	margin: 0.5rem 3rem;
	text-align: center;
}
#cookies-button:hover {
	color: #fff;
	background-color: #000;
}
.grecaptcha-badge { 
	visibility: hidden !important;
}
@media (max-width: 700px) {
	html {
		font-size: 8px;
	}
	#footer-content {
		grid-template-rows: 1fr 8fr 1fr;
	}
	#footer-left {
		width: 100%;
		text-align: left;
		padding: 0 0 2rem;
	}
	#footer-menu {
		grid-template-columns: 1fr 1fr;
	}
	#menu #expanded {
		display: none;
	}
	#menu #collapsed {
		display: block;
	}
}
@media (min-width: 700px) {
	html {
		font-size: 8px;
	}
	.menu-item {
		margin: 0 1.3rem;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}
	#footer-content {
		grid-template-rows: 1fr 6fr 1fr;
	}
	#footer-menu {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media (min-width: 830px) {
	html {
		font-size: 8px;
	}
	.menu-item {
		margin: 0 2rem;
		font-size: 1.6rem;
		letter-spacing: 0.15rem;
	}
	#footer-menu {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media (max-width: 749px) {
}
@media (min-width: 1024px) {
	html {
		font-size: 9px;
	}
	.menu-item {
		margin: 0 3rem;
		font-size: 1.6rem;
		letter-spacing: 0.2rem;
	}
}
@media (max-width: 1025px) {
}
@media (min-width: 1200px) {
	html {
		font-size: 11px;
	}
	.menu-item {
		margin: 0 3rem;
		font-size: 1.5rem;
		letter-spacing: 0.2rem;
	}
	.footer-menu-column {
		font-size: 1.0rem;
		line-height: 2rem;
		letter-spacing: 0.1rem;
		padding: 0rem 1rem; 
	}
	.footer-menu-div {
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: .2em;
	}
}
@media (max-width: 1201px) {
}
@media (min-width: 1440px) {
	html {
		font-size: 12px;
	}
	.footer-menu-column {
		font-size: 0.9rem;
		line-height: 2rem;
		letter-spacing: 0.1rem;
		padding: 0 2.5rem; 
	}
	.footer-menu-div {
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: .2em;
	}
}
@media (max-width: 1440px) {
	
}
@media (min-width: 1580px) {
	html {
		font-size: 13px;
	}
	.footer-menu-column {
		font-size: 0.9rem;
		line-height: 2rem;
		letter-spacing: 0.1rem;
		padding: 0 2.5rem; 
	}
	.footer-menu-div {
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: .2em;
	}
}
@media (min-width: 1920px) {
	html {
		font-size: 14px;
	}
	.footer-menu-column {
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 0.1rem;
		padding: 0 2.5rem; 
	}
	.footer-menu-div {
		font-size: 1.3rem;
		letter-spacing: .2em;
	}
	#recaptcha-info {
		font-size: 0.8rem;
	}
}
@media (min-width: 2380px) {
	html {
		font-size: 16px;
	}
	.footer-menu-column {
		font-size: 0.8rem;
		line-height: 2rem;
		letter-spacing: 0.1rem;
		padding: 0 2.5rem; 
	}
	.footer-menu-div {
		font-size: 1.1rem;
		letter-spacing: .2em;
	}
	#recaptcha-info {
		font-size: 0.8rem;
	}
}
