/* New Landing Page */
.page-template-template-new-landing-page #content {
	padding: 0;
}

.page-template-template-new-landing-page #cta-footer {
	display: none;
}

.half-text-form .site-content {
	padding: 0;
	background-color: transparent;
}

.half-text-form #content {
	padding-top: 0;
}

.nlp-main {
	font-family: 'Poppins', sans-serif;
}

/* Common Styles */
.bg-gray {
	background-color: #F6F6F6;
}

.sub-heading {
	color: #A6240E;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h2,
h3,
h4 {
	em {
		font-style: italic;
		color: #A6240E;
		font-weight: 600;
	}
}

.section-padding {
	padding-block: 100px;
}

.section-margin {
	margin-block: 100px;
}

body .container {
	max-width: 1264px;
}

/* Hero */

.nlp-hero {
	position: relative;
	background: linear-gradient(180deg, #EAEAED 0%, #F2F7FB 100%);
	padding: 120px 0 50px;
	overflow: hidden;

	&:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 120px;
		background-color: #fff;
		z-index: 1;
	}
}

.nlp-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.nlp-hero__bg-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34%;
}

.nlp-hero__container {
	position: relative;
	z-index: 1;
}

.nlp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 616px) minmax(0, 540px);
	justify-content: space-between;
	gap: 32px;
	align-items: center;
}

/* Left column */

.nlp-hero__title {
	margin: 0 0 32px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15;
	color: #000;
	letter-spacing: -0.02em;
}

.nlp-hero__title-accent {
	font-style: italic;
	color: #a6240e;
}

.nlp-hero__description {
	margin: 0 0 32px;
	max-width: 616px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	color: #000;
}

.nlp-hero__bullets {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 48px;
	padding: 0;
	list-style: none;
}

.nlp-hero__bullets li {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}

.nlp-hero__bullets li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.75em;
	transform: translateY(-50%);
	border-radius: 50%;
	font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    width: 25px;
    height: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #a6240e;
    background-color: transparent;
    color: #a6240e;
}

.nlp-hero__content {
	display: flex;
	flex-direction: column;
}

.nlp-hero__trust {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	margin-top: 40px;


	&:before {
		content: "";
        display: block;
        position: absolute;
		width: 3000px;
        left: -2450px;
        transform: skewX(30deg);
        top: 0;
        height: 100%;
        background-color: #fff;
        z-index: -1;
	}
}

.nlp-hero__trust-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.nlp-hero__trust-rating {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nlp-hero__stars {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #a6240e;
}

.nlp-hero__trust-value {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #a6240e;
}

.nlp-hero__trust-label {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}

/* Service card */

.nlp-hero__card-wrap {
	position: relative;
	padding-right: 28px;
	z-index: 2;
}

@media (min-width: 1200px) {
	.nlp-hero__card-wrap {
		margin-top: -40px;
	}
}

.nlp-hero__card {
	background: #fff;
	border-radius: 27px;
	box-shadow: 0 8px 30px rgba(117, 117, 117, 0.10);
	padding: 40px 35px 44px;
}

.nlp-hero__card-header {
	margin-bottom: 30px;
}

.nlp-hero__card-title {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.nlp-hero__card-subtitle {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #7f7f7f;
}

.nlp-hero__services {
	display: flex;
	flex-direction: column;
	gap: 32px;
    margin: 0 -35px 0 0;
}

/* Service items */

.nlp-service-item {
	position: relative;
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 16px;
	min-height: 78px;
	padding: 0 24px 0 0;
	margin-right: -28px;
	background: #F6F6F6;
    border-radius: 50px 0 0 50px;
	text-decoration: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.nlp-service-item::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -25px;
	width: 28px;
	height: 26px;
	background: linear-gradient(-45deg, transparent 50%, #D9D9D9 50%);
	pointer-events: none;
}

@media (min-width: 1200px) {
	a.nlp-service-item:hover,
	a.nlp-service-item:focus-visible {
		box-shadow: 0 4px 16px rgba(166, 36, 14, 0.15);
		transform: translateX(2px);
		outline: none;
	}
}

.nlp-service-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	margin: -1px 0 -1px -1px;
	background: #a6240e;
	border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(166, 36, 14, 0.15);
}

.nlp-service-item__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.nlp-service-item__label {
	font-size: 14px;
	line-height: 1.3;
	color: #7f7f7f;
}

.nlp-service-item__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.nlp-service-item__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #a6240e;
	flex-shrink: 0;
}

/* Responsive */

@media (max-width: 1199px) {
	.nlp-hero__grid {
		grid-template-columns: 1fr;
		max-width: 640px;
		margin: 0 auto;
	}

	.nlp-hero__card-wrap {
		padding-right: 0;
	}

	.nlp-hero__trust {
		justify-content: center;
	}

	.nlp-hero__trust:before {
		transform: skewX(0deg);
	}

	.nlp-hero__trust:after {
		content: "";
		display: block;
		position: absolute;
		width: 1000px;
		right: -450px;
		top: 0;
		height: 100%;
		background-color: #fff;
		z-index: -1;
	}
}

@media (max-width: 767px) {
	.nlp-hero {
		padding: 60px 0 50px;
	}

	.nlp-hero__title {
		font-size: 34px;
		margin-bottom: 24px;
	}

	.nlp-hero__description {
		font-size: 16px;
		margin-bottom: 24px;
	}

	.nlp-hero__bullets {
		grid-template-columns: 1fr;
		margin-bottom: 36px;
	}

	.nlp-hero__trust {
		gap: 20px 28px;
	}

	.nlp-hero__card {
		padding: 28px 20px 32px;
	}

	.nlp-service-item {
		grid-template-columns: 64px minmax(0, 1fr) 20px;
		gap: 12px;
		min-height: 72px;
		padding-right: 16px;
	}

	.nlp-service-item__icon {
		width: 64px;
		height: 64px;
	}

	.nlp-service-item__icon svg {
		width: 36px;
		height: auto;
	}

	.nlp-service-item__title {
		font-size: 16px;
	}

	.nlp-service-item__label {
		font-size: 13px;
	}
}

@media (max-width: 479px) {
	.nlp-hero__title {
		font-size: 28px;
	}

	.nlp-hero__trust {
		flex-direction: column;
		gap: 18px;
	}
}

.awards {
	margin-top: 50px;
}

.awards__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 38px;
	margin-top: 20px;
}

.awards__logo {
	width: 66px;

	img {
		width: 100%;
		height: auto;
	}
}

.what-we-do__upper-content {
	text-align: center;
	margin-bottom: 50px;
}

.what-we-do__wrapper > .row {
	justify-content: center;
	margin-bottom: -30px;

	> div {
		margin-bottom: 30px;
	}
}

.what-we-do__card {
	height: 100%;

	h3 {
		font-size: 22px;
	}
}

.what-we-do__card__link {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
	border-radius: 30px;
	padding: 30px;
	background: #fff;
	color: #000;
	box-shadow: 0 4px 13.7px 0 rgba(117, 117, 117, 0.30);
	transform: translate(0);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 1200px) {
	.what-we-do__card:hover .what-we-do__card__link {
		box-shadow: 0 2px 10px 0 rgba(117, 117, 117, 0.15);
		transform: translate(2px, 2px);
	}
}

.what-we-do__card__icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	border-radius: 50%;
	margin-bottom: 20px;
	background: rgba(166, 36, 14, 0.15);

	svg,
	img {
		width: 100%;
		height: auto;
	}
}

.what-we-do__card__content {
	flex: 1;
	display: flex;
	flex-direction: column;

	p {
		margin-bottom: 10px;
	}
}

.what-we-do__card__content .btn {
	padding: 0;
	background-color: transparent;
	color: #A6240E;
	height: auto;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 1.2;
	margin-top: auto;
}

@media (min-width: 1200px) {
	.what-we-do__card__content .btn:hover {
		background-color: transparent !important;
	}
}

.recognized-by__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	margin-top: 35px;
}

@media (max-width: 1024px) {
	.recognized-by__grid {
		justify-content: center;
	}
}

.recognized-by__card {
	display: flex;
	align-items: center;

	h3 {
		letter-spacing: 0;
		font-size: 20px;
		margin-bottom: 5px;
	}

	p {
		font-size: 16px;
		color: #7F7F7F;
		text-transform: uppercase;
		margin-bottom: 0;
	}
}

@media (max-width: 1024px) {
	.recognized-by__card {
		h3 {
			font-size: 18px;
		}
	
		p {
			font-size: 14px;
		}
	}
}

.recognized-by__card__number {
	width: 70px;
	height: 70px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #A6240E;
	font-size: 24px;
	font-weight: 600;
	color: #A6240E;
}

@media (max-width: 1024px) {
	.recognized-by__card__number {
		width: 60px;
		height: 60px;
		font-size: 20px;
	}
}

.recognized-by__card__content {
	width: calc(100% - 70px);
	padding-left: 20px;
}

.recognized-by__cta {
	margin-top: 50px;
	margin-inline: auto;
	position: relative;
	padding: 60px;
	max-width: 1100px;

	h2 {
		color: #fff;
		margin-bottom: 30px;
        font-weight: 500;
        letter-spacing: 0;
        font-size: 32px;
	}

	.btn {
		box-shadow: none;
	}
}

.recognized-by__cta__image {
	position: absolute;
	inset: 0;
	z-index: 1;
	clip-path: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3CclipPath id='recognized-by-cta-mask' clipPathUnits='objectBoundingBox'%3E%3Cpath transform='scale(0.0009541984732824427,0.004366812227074235)' d='M0 199C0 215.569 13.4315 229 30 229L928.872 229C938.387 229 947.337 224.486 952.994 216.836L1042.12 96.296C1045.94 91.1329 1048 84.8811 1048 78.4599V30C1048 13.4315 1034.57 1.52588e-05 1018 1.52588e-05L30 0.000595093C13.4315 0.000595093 0 13.4321 0 30.0006V199Z'/%3E%3C/clipPath%3E%3C/svg%3E#recognized-by-cta-mask");

	img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	&::after {
		content: '';
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.4);
		pointer-events: none;
	}
}

.recognized-by__cta__content {
	position: relative;
	z-index: 2;

	h2 {
		margin-bottom: 30px;
	}
}

.half-and-half-grid {
	overflow: hidden;
	position: relative;
}

.half-and-half-grid__design-element {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -200px;
    padding: 60px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #A6240E;
    box-shadow: 0 0 0 20px rgba(166, 36, 14, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;

	img,
	svg {
		width: 300px;
		height: auto;
		display: block;
		opacity: 0.5;
	}
}

@media (min-width: 1200px) {
	.half-and-half-grid__design-element {
		display: flex;
	}
}

@media (min-width: 1200px) and (max-width: 1671px) {
	.half-and-half-grid__design-element {
		left: -12vw;
		width: 350px;
		height: 350px;
	}
}

@media (min-width: 1200px) and (max-width: 1581px) {
	.half-and-half-grid__design-element {
		left: -14vw;
	}
}

@media (min-width: 1200px) and (max-width: 1501px) {
	.half-and-half-grid__design-element {
		left: -16vw;
	}
}

@media (min-width: 1200px) and (max-width: 1290px) {
	.half-and-half-grid__design-element {
		left: -21vw;
	}
}

.half-and-half-grid__content {
	text-align: left;

	.sub-heading {
		text-align: left;
	}
}

@media (min-width: 1200px) and (max-width: 1480px) {
	.half-and-half-grid__content {
		padding-left: 80px;
	}
}

.half-and-half-grid__stats {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	gap: 50px;

	h4 {
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 5px;
	}

	p {
		font-size: 16px;

		span {
			color: #A6240E;
		}
	}
}

.half-and-half-grid__row {
	align-items: center;
}

@media (max-width: 1024px) {
	.half-and-half-grid__row {
		flex-direction: column;
		gap: 30px;
	}
}

.half-and-half-grid__icon-content {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.half-and-half-grid__icon-content__icon {
	width: 35px;
	height: 35px;
}

.half-and-half-grid__icon-content__content {
	width: calc(100% - 35px);
	padding-left: 14px;

	h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	p {
		font-size: 16px;
		margin-bottom: 0;
	}
}

.new-stats {
	background-color: #000;
	position: relative;

	.container {
		z-index: 2;
		position: relative;
	}
}

.new-stats__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;

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

.new-stats__item {
	text-align: center;
	color: #fff;
}

@media (max-width: 1024px) {
	.new-stats__item {
		margin-bottom: 40px;
	}
}

.new-stats__value {
	font-size: 60px;
	font-weight: 800;
	display: block;
	line-height: 1;
	margin-bottom: 10px;

	> span {
		color: #A6240E;
	}
}

.new-stats__label {
	display: block;
	font-size: 14px;
}

.process__upper-content {
	text-align: center;
	margin-inline: auto;
	margin-bottom: 60px;
}

.process__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	position: relative;
}

.process__steps::before {
	content: '';
	position: absolute;
	top: 35px;
	left: 12.5%;
	right: 12.5%;
	height: 2px;
	background-color: #E5E5E5;
	z-index: 0;
}

.process__step {
	position: relative;
	z-index: 1;
	text-align: center;
}

.process__step__number {
	width: 70px;
	height: 70px;
	margin: 0 auto 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #A6240E;
	background-color: #fff;
	font-size: 24px;
	font-weight: 600;
	color: #A6240E;
}

.process__step__content {
	h3 {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 12px;
		letter-spacing: 0;
	}

	p {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 1.5;
		color: #000;
	}
}

@media (max-width: 991px) {
	.process__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 30px;
	}

	.process__steps::before {
		display: none;
	}
}

@media (max-width: 575px) {
	.process__upper-content {
		margin-bottom: 40px;

		p {
			font-size: 16px;
		}
	}

	.process__steps {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

/* Half Text / Form */

.half-text-form__row {
	align-items: initial;
}

@media (min-width: 1200px) {
	.half-text-form__row {
		margin: 0 -54px;

		> div {
			padding: 0 54px;
		}
	}
}

.half-text-form__content {
	text-align: left;

	.sub-heading {
		text-align: left;
	}
}

.half-text-form__content h2 {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.half-text-form__title-accent {
	font-style: italic;
	color: #A6240E;
}

.half-text-form__description {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.45;
}

.half-text-form__call {
	margin-bottom: 30px;
}

.half-text-form__call-label {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

.half-text-form__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #A6240E;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.half-text-form__phone:hover,
.half-text-form__phone:focus-visible {
	color: #000;
}

.half-text-form__image {
	border-radius: 27px;
	overflow: hidden;

	img {
		display: block;
		width: 100%;
		height: auto;
	}
}

.half-text-form__form {
	background: #fff;
	border-radius: 27px;
	box-shadow: 0 8px 30px rgba(117, 117, 117, 0.10);
	padding: 40px 35px 44px;
}

.half-text-form__form-header {
	margin-bottom: 30px;

	h3 {
		margin: 0 0 12px;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0;
	}

	p {
		margin: 0;
		font-size: 14px;
		line-height: 1.4;
		color: #7F7F7F;
	}
}

/* CF7 overrides (beats global theme customizer form styles) */
.half-text-form .half-text-form__form .wpcf7 {
	padding: 0;
	margin: 0;
}

.half-text-form .half-text-form__form .wpcf7-form p {
	margin: 0 0 20px;
}

.half-text-form .half-text-form__form .wpcf7-form p:last-of-type {
	margin-bottom: 0;
}

.half-text-form .half-text-form__form .wpcf7-form label {
	display: block;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: left !important;
	color: #000;
}

.half-text-form .half-text-form__form .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
	margin-bottom: 0;
	border: none !important;
	background: transparent;
	overflow: visible;
	border-radius: 0;
}

.half-text-form .half-text-form__form .wpcf7-form input.wpcf7-form-control,
.half-text-form .half-text-form__form .wpcf7-form textarea.wpcf7-form-control {
	width: 100%;
	height: auto;
	border-radius: 4px !important;
	padding: 14px 18px !important;
	font-size: 14px !important;
	line-height: 1.2;
	background: #fff;
	box-shadow: none;
	text-align: left !important;
	text-transform: none;
	color: #000 !important;
}

.half-text-form .half-text-form__form .wpcf7-form textarea.wpcf7-form-control {
	height: 89px;
	border-radius: 4px !important;
	resize: none;
}

.half-text-form .half-text-form__form .wpcf7-form input.wpcf7-form-control:focus,
.half-text-form .half-text-form__form .wpcf7-form textarea.wpcf7-form-control:focus {
	outline: none;
	border-color: #000 !important;
}

.half-text-form .half-text-form__form .wpcf7-form input.wpcf7-form-control::placeholder,
.half-text-form .half-text-form__form .wpcf7-form textarea.wpcf7-form-control::placeholder {
	color: #7F7F7F;
	opacity: 1;
}

.half-text-form .half-text-form__form .wpcf7-form .wpcf7-submit,
.half-text-form .half-text-form__form .wpcf7-form button[type="submit"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: auto !important;
	min-width: 236px;
	height: 47px;
	padding: 0 28px !important;
	border: 0 !important;
	border-radius: 50px !important;
	background: #A6240E !important;
	background-image: none !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-transform: none !important;
	letter-spacing: 0;
	box-shadow: none !important;
}

.half-text-form .half-text-form__form .wpcf7-form .wpcf7-submit:hover,
.half-text-form .half-text-form__form .wpcf7-form .wpcf7-submit:focus-visible,
.half-text-form .half-text-form__form .wpcf7-form button[type="submit"]:hover,
.half-text-form .half-text-form__form .wpcf7-form button[type="submit"]:focus-visible {
	background: #000 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.half-text-form .half-text-form__form .wpcf7-form .wpcf7-submit::after,
.half-text-form .half-text-form__form .wpcf7-form button[type="submit"]::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 9px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='9' viewBox='0 0 18 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7941 3.98624L14.1194 0.211353C13.8442 -0.0713855 13.399 -0.0703333 13.125 0.21382C12.8511 0.497937 12.8521 0.957482 13.1274 1.24026L15.5941 3.77419H0.703137C0.314794 3.77419 0 4.09914 0 4.5C0 4.90086 0.314794 5.22581 0.703137 5.22581H15.5941L13.1274 7.75974C12.8521 8.04252 12.8511 8.50206 13.125 8.78618C13.399 9.07037 13.8442 9.07135 14.1194 8.78865L17.7935 5.01445C18.0689 4.73073 18.0686 4.26901 17.7941 3.98624Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.half-text-form .half-text-form__form .wpcf7-not-valid-tip {
	display: block;
	font-size: 13px;
	margin-top: 6px;
}

.half-text-form .half-text-form__form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px 16px;
	border: 1px solid transparent !important;
	border-radius: 12px;
	font-size: 14px;
	font-style: normal;
	text-align: left;
}

@media (max-width: 991px) {
	.half-text-form__content {
		margin-bottom: 40px;
	}

	.half-text-form__content h2 {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.half-text-form__form {
		padding: 28px 20px 32px;
	}

	.half-text-form__content h2 {
		font-size: 28px;
	}

	.half-text-form__description {
		font-size: 16px;
	}

	.half-text-form .half-text-form__form .wpcf7-form .wpcf7-submit,
	.half-text-form .half-text-form__form .wpcf7-form button[type="submit"] {
		width: 100% !important;
		min-width: 0;
	}
}