/* ---- FRONT-END ---- */
#hbn-form-wrapper .hbn-form-content-form-container {
	font-family: 'Averta Regular';
	font-size: clamp( 18px, 1.88034vw, 22px);
	color: #FFFFFF;
	background-color: #272049;
	padding: 90px 16.666667%;
}

#hbn-form-wrapper .hbn-form-content-form-container h2.hbn-form-content-title {
	font-family: 'Averta Bold';
	font-size: clamp( 18px, 1.88034vw, 22px);
	color: #FFFFFF;
	margin-bottom: 0;
}

#hbn-form-wrapper .hbn-form-content-form-container .hbn-form-content-text p:last-of-type {
	margin-bottom: 50px;
}

#hbn-form-wrapper .hbn-form-content-form-container .gform_wrapper form {
	background-color: transparent;
	padding: 0;
}

#hbn-form-wrapper .hbn-form-content-form-container .gform_wrapper form input[type="text"],
#hbn-form-wrapper .hbn-form-content-form-container .gform_wrapper form input[type="email"] {
	font-family: 'Open Sans';
	font-size: clamp( 14px, 1.36752vw, 16px);
	color: #ffffff;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
	padding: 0;
}

#hbn-form-wrapper .hbn-form-content-form-container .gform_wrapper form input[type="text"]::placeholder,
#hbn-form-wrapper .hbn-form-content-form-container .gform_wrapper form input[type="email"]::placeholder {
	color: #ffffff;
}

#hbn-form-wrapper .hbn-form-content-form-container .gform_wrapper form input[type="text"]:focus,
#hbn-form-wrapper .hbn-form-content-form-container .gform_wrapper form input[type="email"]:focus {
	outline: none;
}

#hbn-form-wrapper .hbn-form-content-form-container .gform_footer {
	justify-content: flex-end;
	padding: 0;
	margin: 0;
}

#hbn-form-wrapper .hbn-form-content-form-container .gform_wrapper form input[type="submit"] {
	font-family: 'Open Sans';
	font-size: clamp( 14px, 1.36752vw, 16px);
	color: #ffffff;
	background-color: #73BB81;
	border-radius: 0;
	margin-top: 60px;
}




/* ---- MAILBLUE ---- */
#hbn-form-wrapper ._form-title {
	display: none;
}

#hbn-form-wrapper ._form_element label {
	display: none;
}

#hbn-form-wrapper ._form_element input[type="text"],
#hbn-form-wrapper ._form_element input[type="email"] {
	font-family: 'Open Sans';
	font-size: clamp( 14px, 1.36752vw, 16px);
	color: #ffffff;
	background-color: transparent;
	border: 0 none;
	border-bottom: 1px solid #ffffff;
	padding: 0;
	outline: none;
	width: 100%;
	margin-bottom: 20px;
}

#hbn-form-wrapper ._form_element input[type="text"]::placeholder,
#hbn-form-wrapper ._form_element input[type="email"]::placeholder {
	font-family: 'Open Sans';
    font-size: clamp( 14px, 1.36752vw, 16px);
    color: #ffffff;
}

#hbn-form-wrapper ._form_element input[type="text"]:focus,
#hbn-form-wrapper ._form_element input[type="email"]:focus {
	outline: none;
}

#hbn-form-wrapper ._form-fieldset legend {
	font-family: 'Open Sans';
	font-size: clamp( 14px, 1.36752vw, 16px);
	color: #ffffff;
	background-color: transparent;
	border: 0 none;
	/* border-bottom: 1px solid #ffffff; */
	padding: 0;
	outline: none;
	width: 100%;
	margin-bottom: 20px;
}

#hbn-form-wrapper ._button-wrapper {
	padding-bottom: 80px;
}

#hbn-form-wrapper ._button-wrapper button {
	position: relative;
	float: right;
	display: block;
	font-family: 'Open Sans';
	font-size: clamp( 14px, 1.36752vw, 16px);
	color: #ffffff;
	background-color: #73BB81;
	border-radius: 0;
	border: 0 none;
	margin-top: 30px;
	height: 40px;
    line-height: 40px;
    font-weight: normal!important;
    padding: 0 20px;
	letter-spacing: 1px;
}



@media(max-width: 767px) {
	#hbn-form-wrapper .hbn-form-content-form-container {
		padding: 35px;
	}
}



/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}