@font-face {
	font-family: "Nexa Black";
	font-display: swap;
	src: url("NexaBlack.otf") format("opentype");
}
@font-face {
	font-family: "Nexa Book";
	font-display: swap;
	src: url("Nexa-Book.otf") format("opentype");
}
@font-face {
	font-family: "Nexa Regular";
	font-display: swap;
	src: url("NexaRegular.otf") format("opentype");
}

html, body {
	margin:  0;
	padding: 0;
}
body.page-template-page-landing #page-container,
body.page-template-page-landing-thank-you #page-container {
	padding-top: 0 !important;
}

body.page-template-page-mont-tremblant #page-container {
	padding-top: 0 !important;
}
section.landing-page {
	position: relative;
 	max-width: 100%;
 	width: 100%;
 	height: 100vh;
 	max-height: 100vh;
 	display: grid;
 	align-items: center;
 	background-image: url('https://beavertails.com/wp-content/uploads/2022/03/615ffd94-c5ad-4379-bb3b-e60592d660eb.png');
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
 	padding: 0 15px;
 	box-sizing: border-box;
 	font-family: "Nexa Regular", Helvetica, Arial, Lucida, sans-serif;
	padding-top: 100px;
}
body.page-template-page-mont-tremblant section.landing-page {
	height: unset;
 	max-height: unset;
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}
@media (max-width:  699px) {
	section.landing-page {
		display: block;
		height: unset;
 		max-height: unset;
 		padding-bottom: 45px;
		padding-top: 0;
	}
}
@media (max-height: 680px) {
	section.landing-page {
		max-height: 120vh;
		height: 120vh;
	}
}
section.landing-page .header {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	padding: 30px 0;
	max-width: 100%;
	width: 100%;
}
body.page-template-page-mont-tremblant section.landing-page .header {
	position: relative;
	top: unset;
	left: unset;
    margin-bottom: 50px;
}
@media (max-width:  699px) {
	section.landing-page .header {
		position: relative;
	}
}
section.landing-page .header .inner-section {
	display: block;
	max-width: 1270px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
	overflow: hidden;
}
section.landing-page .header .inner-section .socials {
	max-width: 60%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
section.landing-page .header .inner-section .socials .social {
	display: inline-block;
	vertical-align: middle;
	margin-right: 11px;
	font-family: "Nexa Regular", Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}
section.landing-page .header .inner-section .socials .social img.icon {
	max-width: 24px;
	width: 100%;
}
section.landing-page .header .inner-section .language {
	max-width: 38%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
section.landing-page .header .inner-section .language a {
	font-family: "Nexa Regular", Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 19px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
section.landing-page .header .inner-section .language a:hover {
	text-decoration: underline;
}
section.landing-page .form-container {
	max-width: 665px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 27px;
	padding: 45px 30px;
	text-align: center;
}
body.page-template-page-mont-tremblant section.landing-page .form-container {
	max-width: 665px;
}
@media (max-width:  699px) {
	section.landing-page .form-container {
		margin: 90px auto 0;
	}
}
section.landing-page .form-container img.main-logo {
	max-width: 393px;
	width: 100%;
	display: block;
	margin: auto;
	margin-top: -108px;
}


@media (max-width: 640px) {
	section.landing-page .form-container img.main-logo {
		margin-top: -80px;
	}
}

section.landing-page .form-container .inner-form-container .text-content h1 {
	color: #D81B45;
	font-family: "Nexa Regular", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 29px;
	text-align: center;
	margin-bottom: 15px;
	padding: 0;
}
section.landing-page .form-container .inner-form-container .text-content p {
	opacity: 0.75;
	color: #401E1F;
	font-family: "Nexa Regular", Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 19px;
	text-align: center;
	margin-bottom: 15px;
}
section.landing-page .form-container .inner-form-container .field {
	margin: 0;
	margin-bottom: 15px;
	padding: 21px 24px;
	background-color: rgba(128,88,65,0.1);
	position: relative;
}
section.landing-page .form-container .inner-form-container .field.half {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(50% - 18px);
    max-width: calc(50% - 10px);
	width: 100%;
	margin-right: 30px;
    margin-right: 15px;
}
@media (max-width:  699px) {
	section.landing-page .form-container .inner-form-container .field.half {
		display: block;
		max-width: 100%;
		margin-right: 0;
	}
}
section.landing-page .form-container .inner-form-container .field.half ~ .field.half {
	margin-right: 0;
}
section.landing-page .form-container .inner-form-container .field.full {
	display: block;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}
section.landing-page .form-container .inner-form-container .field .wpcf7-form-control-wrap {
	max-width: 100%;
	width: 100%;
	display: block;
	background: transparent;
	z-index: 1;
    /*position: absolute;*/
}
section.landing-page .form-container .inner-form-container .field .wpcf7-form-control-wrap > input,
section.landing-page .form-container .inner-form-container .field .wpcf7-form-control-wrap > textarea {
	max-width: 100%;
	width: 100%;
	border: none;
	padding: 0;
	background: transparent;
	display: block;
	color: #401E1F;
	font-family: "Nexa Regular", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
    max-height: 80px;
}
section.landing-page .form-container .inner-form-container .field .wpcf7-form-control-wrap > input:focus,
section.landing-page .form-container .inner-form-container .field .wpcf7-form-control-wrap > textarea:focus {
	outline: none;
}
section.landing-page .form-container .inner-form-container .field .wpcf7-form-control-wrap.birthdate::after {
	content: url('../img_ds/calendar.svg');
	position: absolute;
	top: -4px;
	right: 0;
	display: inline-block;
	background-color: #f2eeeb;
	height: 24px;
	z-index: 0;
}
section.landing-page .form-container .inner-form-container .field .placeholder {
	position: absolute;
	display: block;
	top: 21px;
	left: 24px;
	opacity: 0.5;
	color: #401E1F;
	font-family: "Nexa Regular", Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0;
	z-index: 0;
	transition: 0.3s;
	width: calc(100% - 48px);
	text-align: left;
}
section.landing-page .form-container .inner-form-container .field .placeholder.active {
	top: 4px;
	font-size: 10px;
	transition: 0.3s;
}
section.landing-page .form-container .inner-form-container .field .placeholder span {
	color: #D81B45;
}
section.landing-page .form-container .inner-form-container .foot-note p {
	opacity: 0.75;
	color: #401E1F;
	font-family: "Nexa Regular", Helvetica, Arial, Lucida, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 14px;
	text-align: left;
}
section.landing-page .form-container .inner-form-container .submit-button {
	margin-top: 25px;
	text-align: center;
}
section.landing-page .form-container .inner-form-container .submit-button > input {
	appearance: none;
	color: #ffffff;
	background-color: #D81B45;
	padding: 16px 25px;
	text-transform: uppercase;
	font-family: "Nexa Regular", Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 18px;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}
section.landing-page .form-container .inner-form-container .submit-button > input:hover {
	background-color: #401E1F;
	transition: 0.3s;
}
body.page-template-page-landing #main-footer {
	display: none;
}
.wpcf7 .ajax-loader,
#main-footer,
#cookie-notice { display: none !important; }