.bnr-with-form {
	background-size: cover;
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 25px;
}
.bnr-with-form .page-center {
	max-width: 1300px;
	padding: 3rem 20px;
}
.bnr-with-form .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: cente;
}
.bnr-with-form .bnr-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}
.bnr-with-form .bnr-col.textCol {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bnr-with-form .bnr-col.textCol h1 {
	font-size: 2.7em;
	color: #fff;
}
.bnr-with-form .bnr-col.textCol h1 span {
	background-image: linear-gradient(to right, rgb(32, 170, 180) 0%, rgb(5, 153, 201) 55%, rgb(102, 92, 183) 100%) !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}
.bnr-with-form .banner-form .form-title {
	margin: 0;
}
.bnr-with-form .banner-form form .hs-form-field {
	margin-bottom: 10px;
}
.bnr-with-form .banner-form form .hs-form-field input {
	width: 70% !important;
	margin-bottom: 10px;
	padding: 0.5em 1em !important;
}
.bnr-with-form .bnr-col.textCol p {
	color: #fff;
}
.bnr-with-form .banner-form form .actions {
	margin-bottom: 10px;
}
.bnr-with-form .banner-form form .hs-button {
	padding: 0.4em 0.5em;
	max-width: 100%;
	font-size: 18px;
	width: 40%;
}
.bnr-with-form .bnr-col.imgCol {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
	margin-bottom: -98px;
	padding: 0;
}
.bnr-with-form .bnr-col.imgCol img {
	width: 100%;
}
@media (max-width:767px){
	.bnr-with-form .bnr-col.textCol {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.bnr-with-form .banner-form form .hs-form-field input {
		width: 100% !important;!i;!;
	}
	.bnr-with-form .banner-form form .hs-button {
		width: 100%;
	}
	.bnr-with-form .bnr-col.imgCol {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}