.disable-scroll {
	overflow: hidden;
}
.in-contact-popup-trigger {
	position: relative;
	display:flex;
	align-items: center;
	z-index: 99;
}
.main-header .cd-contact-popup-trigger {
	justify-content: flex-end;
}
.in-custom-cta-contact {
	font-size: 18px;
	cursor: pointer;
}
.in-custom-cta-contact .hs-cta-node {
	line-height: 1em;
	position: relative;
	z-index: 11;	
	transition: .3s linear;
	white-space: nowrap;
}
.popup-container .main-contact-form .submitted-message {
	color: white;
	display: block;
	text-align: left;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}
.popup-container .main-contact-form .submitted-message p:nth-child(1) {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	color: #E6E9E2;
}
.popup-container .main-contact-form .submitted-message p:nth-child(2) {
	margin-bottom: 1rem;
	font-weight: 300;
}
.popup-container .main-contact-form .submitted-message > a {
	color: #88D62D;
}
.popup-container .main-contact-form .submitted-message > a:hover {
	text-decoration: underline;
}
.popup-container .popup-contact-form .submitted-message {
	color: white;
	display: block;
	text-align: left;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}
.popup-container .popup-contact-form .submitted-message p:nth-child(1) {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	color: #E6E9E2;
}
.popup-container .popup-contact-form .submitted-message p:nth-child(2) {
	margin-bottom: 1rem;
	font-weight: 300;
}
.popup-container .popup-contact-form .submitted-message > a {
	color: #88D62D;
}
.popup-container .popup-contact-form .submitted-message > a:hover {
	text-decoration: underline;
}
.popup-container {
	background-color: #0F664F;
	position: fixed;
	transition: all .2s ease-in-out;
	top: 0;
	z-index: 99999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 5%;
	overflow-y: scroll;
	overflow-x: hidden;
	right: 40%;
	transform: scale(.65);
	top: -19px;
	width: 470px;
	height: 450px;
	opacity: 0 !important;
}
.popup-container:before {
	content: "";
	position: absolute;
	top: -7rem;
	right: 44.5%;
	max-height: 876px;
	height: 100%;
	width: 100%;
	background-image: url(https://8695947.fs1.hubspotusercontent-na1.net/hubfs/8695947/Inpute%20Theme/Website%20Assets/pattern_green.svg);
	background-position: right;
	background-size: cover;
}
.popup-container.popup-close {
	pointer-events: none;
}
.popup-container.popup-open {
	display: flex !important;
	right: 0;
	width: 100%;
	height: 100vh;
	transform: scale(1);
	top: 0;	
	opacity: 1 !important;
}  

.popup-container .popup-contact-form .main-contact-form__header {
	width: 100%;
}
.popup-container .popup-contact-form .main-contact-form__header h2 {
	margin-bottom: 28px;
}
.popup-container .popup-contact-form .main-contact-form__desc {
	color: #E6E9E2;
	margin-bottom: 2rem;
}
.popup-container .close-but {
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	padding: 2.8em 3.2em;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.popup-container .close-but svg path{
	transition: all .37s ease-in-out;
}
.popup-container .close-but:hover svg path {
	stroke: #88D62D!important;
}

.popup-container .popup-contact-form::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.page .popup-container form .hs-form-required {
	color: #EEEDE9;
}
.popup-container .popup-contact-form::-webkit-scrollbar { width: 2px; height: 4px; border-radius: 3px;}
.popup-container .popup-contact-form::-webkit-scrollbar-button {  display: none }
.popup-container .popup-contact-form::-webkit-scrollbar-track {  background: none;}
.popup-container .popup-contact-form::-webkit-scrollbar-track-piece { background-color: transparent;}
.popup-container .popup-contact-form::-webkit-scrollbar-thumb { height: 30px; background-color: #00004D; border-radius: 3px;}
.popup-container .popup-contact-form::-webkit-scrollbar-corner { background-color: #999;}}
.popup-container .popup-contact-form::-webkit-resizer { background-color: #666;}

.popup-container .popup-contact-form {
	font-weight: 400;
	max-width: 1056px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
/* 	top: 0%; */
	top: 50%;
	transform: translate(-50%, -50%);
/* 	transform: translate(-50%, -0%); */
	left: 50%;
/* 	padding: 5.8% 0 0 0; */
	padding: 0;
}
.popup-container .popup-contact-form fieldset {
	width: 100%;
}
.page .popup-container form .hs-form-field > label {
	color: ;
	opacity: 0.5;
	font-size: 1rem;
	width: 100%;
	margin-right: 1rem;
	position: absolute;
	text-align: left;
	padding: 0;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 1.3rem;  
	line-height: 1;  
	transition: all .3s ease-in-out;
}
.page .popup-container form .hs-form-field.focus > label {
	top: 0;
	transform: translateY(0);
	font-size: .75rem;
}
.popup-contact-form input[type=email], 
.popup-contact-form input[type=file], 
.popup-contact-form input[type=number], 
.popup-contact-form input[type=password], 
.popup-contact-form input[type=tel], 
.popup-contact-form input[type=text], 
.popup-contact-form select, 
.popup-contact-form textarea {
	border-bottom: 2px solid;
	border-color: rgba(230, 233, 226, 0.5);
}
.popup-contact-form form .hs-form-field .hs-input {
	height: 58px;
}
.popup-contact-form textarea {
	background: transparent !important;
	border-top: none;
	border-left: none;
	border-right: none;
}
.popup-container .popup-contact-form .hs-richtext {
	margin-bottom: 0.2rem;
}


.page .popup-contact-form .hs-form-field {
	margin: 0 0 2.8rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
/* 	padding-left: 4%; */
}
/* .page .popup-contact-form .hs-form-field.hs_message {
	margin-bottom: 2rem;
} */
.page .popup-contact-form form .hs-form-booleancheckbox {
	margin-bottom: 0;
}
.page .popup-contact-form form .hs-form-booleancheckbox-display > span {
	color: #EEEDE9;
}

.page .popup-contact-form form .input {
	width: 100%;
	height: 100%;
}
.page .popup-contact-form fieldset.form-columns-1 .input {
	margin-right: 0;
	line-height: 1;
}
.page .popup-contact-form fieldset.form-columns-1 .hs-input {
	width: 100%;
}
.page .popup-contact-form fieldset.form-columns-2 .input {
	margin-right: 0;
}

.page .popup-contact-form form {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.page .popup-contact-form  form > .hs-form-field {
	  width: 28.8%;
		margin-right: 6.8%;
}
.page .popup-contact-form form .hs-form-field.hs_message {
	width: 64.4%;
	height: 58px;
}
.page .popup-contact-form form .hs-form-field.hs-email,
.page .popup-contact-form form .hs-form-field.hs-message{
	margin-right: 0;
}

.page .popup-contact-form form .legal-consent-container {
	width: 100%;
	max-width: 100%;
	margin: auto;
	margin-top: 1.9rem;
}
.page .popup-contact-form form .legal-consent-container .input {
	width: 100%;
}
.page .popup-contact-form form p {
	font-weight: 300;
}

.page .popup-contact-form form .hs_submit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
  margin-top: 2rem;
}

.page .popup-contact-form form textarea {
	padding-top: 1rem;
}

.page .popup-contact-form form input:focus, .page .popup-contact-form form textarea:focus {
	outline: unset;
	outline-color: unset;
}
.page .popup-contact-form form input:-webkit-input-placeholder, .page .popup-contact-form form input::placeholder, .page .popup-contact-form form textarea::placeholder {
	font-size: 17px;
	color: #EEEDE9 !important;
	opacity: 1;
}
.page .popup-contact-form form input:focus {
	outline-color: unset;
	outline: none;
}
.page .popup-contact-form form input:focus {

}
.page .popup-contact-form form input:not(.hs-button):valid{

}


/* .page .popup-contact-form form .hs-form-field > label{

font-weight: 300;

} */




.page .popup-contact-form form .no-list li {
	margin: 0;
	line-height: 1;
}
.page .popup-contact-form form .no-list li  label {
	font-size: 14px;
}


/* .page .popup-contact-form form>.hs-form-field.hs_message {
	width: 100%;
} */


@media (min-width: 768px) and (max-height: 720px) {
	.popup-container .popup-contact-form {
		padding-top: 5%;
    top: 0; 
    transform: translate(-50%, 0); 
	}
}

@media (max-width: 1440px) {
	.popup-container .popup-contact-form {
		padding: 10% 5% 5%;
	}
}

@media (max-width: 1280px) {

/* 	.page .popup-contact-form form .legal-consent-container {
		width: 100%;
	} */
}




@media (max-width: 980px) {
	.page .popup-contact-form .hs-form-field {
		padding-left: 0;
	}
	.page .popup-contact-form form .no-list li label {
		font-size: 12px;
	}
/* 	.page .popup-contact-form .hs-form-field.hs-fieldtype-booleancheckbox {
		padding-left: 160px;
	} */
}

@media (max-width: 767px) {


	.popup-container .popup-contact-form {
		padding-top: 5%;
    top: 0; 
    transform: translate(-50%, 0); 
	}
	
	.popup-container .close-but {
		transform: scale(.8);
		transform-origin: right;
	}
	.page .popup-container form .hs-form-field > label {
		font-size: 0.87rem;
	}
	.page .popup-contact-form .hs-form-field.hs-fieldtype-booleancheckbox {
		padding-left: 0;
	}
	.page .popup-contact-form fieldset.form-columns-2 .hs-form-field,
	.page .popup-contact-form form .hs-form-field.hs_message {
		width: 100%;
	}
	
	.popup-container .popup-contact-form .hs-richtext h3 {
		font-size: 4rem;
	}
	.page .popup-contact-form form .input, .page .popup-contact-form form .hs_message .input {
		width: 100%;
	}
	.page .popup-contact-form form > .hs-form-field,
	.page .popup-contact-form form .hs-form-field.hs_message {
		width: 100%;
		flex-wrap: wrap;
		margin-right: 0;
		margin-bottom: 1.7rem;
	} 
	.popup-container {
		overflow-y: scroll;
	}

	.page .popup-contact-form form .no-list li label {
		font-size: 12px;
	}
	.popup-container .close-but {
		cursor: pointer;
		display: flex;
		justify-content: flex-end;
		padding: 1em 1.5em 0 0;
	}
	.popup-container .popup-contact-form {
		padding: 15% 5%;
	}
	.popup-contact-form .hbspt-form {
		height: 100%;
	}

}

@media (max-width: 480px) {

}


/* ---------------------------- */


@media (max-width: 1440px) and (min-width: 768px) {
	.popup-container {
		overflow-y: scroll;
	}

}
.hs_error_rollup {
	display: none;
}
/* @media (max-width: 767px) {
	.popup-container .popup-contact-form .hs-richtext h3 {
		font-size: 4rem;
	}
	.page .popup-contact-form form .input, .page .popup-contact-form form .hs_message .input {
		width: 100%;
	}
	.page .popup-contact-form form > .hs-form-field,
	.page .popup-contact-form form .hs-form-field.hs_message {
		width: 100%;
		flex-wrap: wrap;
		margin-right: 0;
		margin-bottom: 1.7rem;
	} 
	.popup-container {
		overflow-y: scroll;
	}

	.page .popup-contact-form form .no-list li label {
		font-size: 12px;
	}
	.popup-container .close-but {
		cursor: pointer;
		display: flex;
		justify-content: flex-end;
		padding: 1em 1.5em 0 0;
	}
	.popup-container .popup-contact-form {
		padding: 15% 5%;
	}
	.popup-contact-form .hbspt-form {
		height: 100%;
	}
} */

/***** SD - 25042023 *****/
.page .popup-container .popup-contact-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
	margin-top: 1.9rem;
	margin-bottom: 0;
}

.page .popup-container .popup-contact-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
	margin: 0;
}



