html, body {
	width: 100%;
	min-height: 100vh;
	height: auto;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

body {
	position: relative;
}

.main--container {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: #212121;
	background-size: cover;
	background-position: 50%;
	position: relative;
	overflow: visible;
    overflow-x: hidden;
}

.logo {
	max-width: 420px;
	text-align: center;
	margin: 0 auto;
	padding: 65px 20px 0;
	width: auto;
	position: relative;
	z-index: 3;
}

.logo-bg {
	position: absolute;
	left: 1%;
	height: 98%;
	top: 1%;
	width: 350px;
	z-index: 2;
}

.logo-bg img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.2;
	transition: .5s opacity ease-in;
}

.form--container {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 4;
	top: 50%;
	transform: translateY(-50%);
}

.form--container h1 {
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}


form input {
	background: transparent;
	padding: 12px 100px;
	text-align: center;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 15px;
	display: block;
	margin: 0 auto;
	margin: 10px auto;
	font-size: 16px;
	font-weight: lighter;
	font-family: 'Rajdhani', sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1; /* Firefox */
	font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
	font-size: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
	font-size: 16px;
}

form .form--send {
	max-width: 45px;
	display: block;
	margin: 0 auto;
}




.hidden {
	opacity: 0 !important;
}
.invisible {
	display: none;
}



.disabled {
	cursor: not-allowed;
	opacity: 0;
	pointer-events: none;
}

.separator {
	font-size: 70%;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	z-index: 999;
	background: transparent;
	padding-top: 1em;
	margin-bottom: 1em;
}

.separator::after {
	content: '';
	border: none;
	border-top: 1px dotted #ffffff;
	background-color: trasparent;
	height: 1px;
	width: 12%;
	margin: 1em auto;
	padding: 1em 0px;
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	top: 100%;
	transform: translateY(-50%);
}

.open-tour a {
	display: inline-block;
	padding: .5em 1.75em;
	border: 1px solid white;
	border-radius: 20px;
	color: #ffffff;
	text-decoration: none;
	transition: .5s all ease-in;
}

.open-tour a:hover {
	background: #ffffff;
	color: #020d19;
}

.hq-select.hidden {
	z-index: 0;
}



.open-tour span {
	font-size: 22px;
}


.minimize {
	transform: scale(.65);
}

.logo {
	transition: .5s transform ease-in;
}

/* menu */
.menu {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 5;
}

.menu-item {
	display: inline-block;
	vertical-align: top;
}

.logout {
	margin-right: 3em;
	font-size: 13px;
	vertical-align: baseline;
}

.logout a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: sub;
}

.logout a:hover {
	text-decoration: underline;
}

.lang--trigger {
	cursor: pointer;
	width: 160px;
}

.lang--trigger img {
	max-width: 25px;
}

.lang--trigger span {
	display: inline-block;
	line-height: 0;
	vertical-align: super;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 12px;
	font-size: 13px;
}

.lang-menu {
	transition: .5s opacity ease-in;
}

.lang-menu li {
	list-style: none;
	color: #ffffff;
	padding: .5em .5em;
	cursor: pointer;
	font-size: 14px;
}

.lang-menu li.sel,
.lang-menu li:hover {
	text-decoration: underline;
}

.hq-close {
	width: 20px;
	margin: 0 auto;
	margin-bottom: 1em;
	cursor: pointer;
}


/* Cards */
.card--container {
	margin-top: 6em;
	position: relative;
	z-index: 2;
}
.card-img-overlay {
	position: relative !important;
	background: #1a1a1a;
	height: 100%;
}
.card-img {
	border-radius: 0 !important;
	filter: grayscale(100%);
}
.card-img-hover {
	display: none;
}
.card:hover .card-img {
	display: none;
}
.card:hover .card-img-hover {
	display: block;
	filter: none;
}
.card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 98%;
	background: rgba(216, 186, 161, 0.6);
	mix-blend-mode: multiply;
}
.card {
	border: none !important;
	overflow: hidden;
	background: transparent !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	height: 100%;
}
.card:hover {
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.card-content {
	position: relative;
	height: 100%;
	padding-bottom: 2em;
}
.card-link {
	color: rgb(216, 186, 161);
	position: relative;
	padding-right: 2em;
	transition: .5s all;
}
.card-link svg {
	width: 21px;
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
	right: -2px;
}
.card-link svg path {
	transition: .5s all;
}
.c-link:hover .card-link {
	color: #fff;
}
.c-link:hover .card-link svg path {
	fill: #fff;
}
.card-text {
	font-weight: 200;
	font-size: 14px;
	line-height: 20px;
	min-height: 130px;
}
.card-subtitle {
	display: none;
}
.row {
	row-gap: 30px;
}
.container {
	padding-bottom: 200px;
}
.card-title {
	text-transform: uppercase;
	color: rgb(216, 186, 161);
}
.c-link {
	text-decoration: none !important;
}
.logout a {
	text-decoration: none !important;
	transition: .5s all;
}
.logout a:hover {
	color: rgb(216, 186, 161);
}
.link {
    position: absolute;
    bottom: 0;
}


@media screen and (max-width: 768px) {
	.menu {
		top: 20px;
	}
}


