@font-face {
    font-family: 'Archer';
    src: url('./archer-2/ArcherHairlinePro.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Archer';
    src: url('./archer-2/ArcherXLghtPro.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Archer';
    src: url('./archer-2/ArcherLightPro.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Archer';
    src: url('./archer-2/ArcherLightItPro.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Archer';
    src: url('./archer-2/ArcherBookPro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Archer';
    src: url('./archer-2/ArcherBookItPro.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Archer';
    src: url('./archer-2/ArcherMediumPro.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Archer';
    src: url('./archer-2/ArcherSemiboldPro.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Archer';
    src: url('./archer-2/ArcherBoldPro.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

body{
    font-family: 'Archer', serif;
    background: #172819;
}



.first-screen {
	height: 100vh;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 5;
}

.right-logo {
	margin-left: auto;
	position: relative;
	z-index: 2;
	padding-top: 16vh;
	padding-right: 2vw;
}

.description {
	width: 100%;
	margin-top: auto;
	z-index: 2;
	position: relative;
	font: normal normal normal 48px/47px Archer;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.first-images {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
	display: flex;
}

.first-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

a.logo-white {
	position: relative;
	z-index: 2;
	padding-top: 16vh;
	padding-left: 5vw;
	text-decoration: none;
}

a.logo-white span {
	font: normal normal 600 75px/75px Archer;
	color: white;
	margin-left: 10px;
}

.footer {
	overflow: hidden;
	position: relative;
	aspect-ratio: 2.2;
	display: flex;
	align-items: flex-end;
}

* {
	margin: 0;
	padding: 0;
}

.description span {
	max-width: 617px;
	display: block;
	padding-left: 5vw;
	margin-bottom: 10vh;
}

img.tree {
	width: 100%;
	margin-bottom: -33vw;
	margin-left: -7vw;
	width: calc(100% + 9vw);
}

.footer-data {
	max-width: 1500px;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 50px;
	width: calc(100% - 30px);
	min-height: 54vw;
}

.footer-background {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 45vw;
	z-index: 1;
}

.form {
	/* padding-top: 80vh; */
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
	position: relative;
	min-height: 250vh;
}

form#form {
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 80px;
	width: calc(100% - 30px);
	position: sticky;
	top: 0;
	min-height: 75vh;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

form#form h4 {
	font: normal normal normal 48px/47px Archer;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 79px;
}

form#form input {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 12px;
	width: 100%;
	font: normal normal 600 20px/20px Archer;
	letter-spacing: 0px;
	color: #172819;
	padding: 12px;
	padding-bottom: 10px;
	padding-top: 25px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: none;
}

.form-row label {
	position: relative;
	display: block;
}

.form-row label span {
	text-align: left;
	font: normal normal 600 12px/16px Archer;
	letter-spacing: 0px;
	color: #172819;
	opacity: 0.4;
	position: absolute;
	top: 7px;
	left: 12px;
}

.form-rows {
	flex-grow: 1;
	max-width: 650px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.submit button {
	padding: 10px 32px;
	background: #55897B;
	border: none;
	border-radius: 32px;
	text-align: center;
	font: normal normal 600 23px/39px Archer;
	letter-spacing: 0px;
	color: #EDEBE3;
	text-transform: capitalize;
	opacity: 1;
	margin-top: auto;
	transition: 0.2s;
}

.submit {
	margin-top: 71px;
	gap: 15px;
	display: flex;
	align-items: center;
}

.footer-data img {
	height: 135px;
	width: auto;
}

.thanks {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: auto;
	background: rgb(23 40 25 / 69%);
}

.thanks-body {
	background: white;
	position: relative;
	border-radius: 16px;
	text-align: center;
	margin-top: 120px;
}

.tau {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -120px;
	position: relative;
	z-index: 1;
}

.cloud {
	position: relative;
	z-index: 2;
	margin-top: -125px;
}

.cross {
	position: absolute;
	right: 10px;
	top: -20px;
	font-size: 70px;
	line-height: 1;
	cursor: pointer;
}

.tau-title {
	font-size: 48px;
	margin-top: -76px;
	position: relative;
	z-index: 2;
	font-weight: 500;
	margin-bottom: 40px;
}

.tau-text {
	font-size: 32px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
}

div#wpadminbar, a#pojo-a11y-skip-content {
	display: none;
}

.loader {
	width: 22px;
	height: 22px;
	border: 2px solid #ffffff40;
	border-top: 2px solid #fff;
	border-radius: 50%;
	animation: loader-spin 0.7s linear infinite;
	display: inline-block;
	margin-left: 10px;
}

@keyframes loader-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.description img {
	position: absolute;
	left: 50%;
	bottom: 42px;
	margin-left: -12px;
	cursor: pointer;
}

.submit button:hover {
	background: white;
	color: #55897B;
}

.mobile {
	display: none;
}

.first-images>div {
	width: 50%;
	height: 100%;
	position: relative;
}

form#form>img {
	display: block;
}