.form-type-2 .pom-section__inner {
	padding-left: 0;
	padding-right: 0;
}

.cform-wrapper-form-type-2 {
	padding-left: 32px;
	padding-right: 32px;
}

.form-2-wrapper {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: auto;
}

.form-2 {
	background-color: #fff;
	max-width: 620px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 90px;
	padding-bottom: 80px;
	position: relative;
	width: 100%;
	z-index: 20;
}

.cform-2-block__title {
	margin-bottom: 45px;
	text-align: center;
}

.label--span {
	display: none;
}

.cf-label {
	margin-bottom: 40px;
	display: block;
}

.cform-wrapper {
	border-radius: 0;
	max-width: none;
}

.cform-wrapper input[type="text"],
.cform-wrapper input[type="email"],
.cform-wrapper input[type="url"],
.cform-wrapper input[type="number"],
.cform-wrapper input[type="tel"],
.cform-wrapper textarea {
	color: var(--golden-grass-50);
	background-color: transparent;
	border-bottom: 2px solid var(--gray-30, #B3B3B3);
}

.cform-wrapper input:focus,
.cform-wrapper textarea:focus {
	color: var(--golden-grass-50) !important;
	background-color: #fff;
	border-bottom: 2px solid var(--golden-grass-50);
}

.cform-wrapper ::placeholder {
	color: var(--gray-70, #535353);
	opacity: 1;
}

.cform-wrapper ::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: var(--gray-70, #535353);
}

.acf-innerblocks-container {
	max-width: 442px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
}

.acf-innerblocks-container .cf7-btn-wrapper {
	max-width: 100%;
}

.cform-block__text {
	color: var(--gray-70, #535353);
	font-size: var(--body-text-xs);
	margin-left: 0;
	margin-bottom: 40px;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

.cform-block__text--2 {
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
}

.cform-block__text a {
	color: var(--golden-grass-50);
	text-decoration: none;
}

.cform-block__text a:hover {
	color: var(--golden-grass);
}

.cform-wrapper.cform-wrapper-form-type-2 .wpcf7-form .wpcf7-response-output {
	color: #000;
	font-size: 18px;
	max-width: none;
	bottom: 0;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* For iOS < 15 */
	background-color: #fff;
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.35em;
	height: 1.35em;
	border: 0.125em solid currentColor;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;

	position: relative;
	flex-shrink: 0;
	top: 1px;
}

input[type=checkbox]::before {
	content: "";
	box-shadow: inset 1em 1em var(--golden-grass-50);
	width: .85em;
	height: .85em;
	-webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	/* Windows High Contrast Mode */
	background-color: CanvasText;

}

input[type=checkbox]:checked::before {
	transform: scale(1);
}

input[type=checkbox]:focus {
	outline: max(2px, 0.015em) solid currentColor;
	outline-offset: max(2px, 0.015em);
}

span.wpcf7-form-control.wpcf7-acceptance label {
	display: flex;
	gap: 10px;
	align-items: center;
}

.wpcf7-not-valid-tip {
	color: var(--midnight-blue);
	font-size: 16px;
	line-height: 1.35;
	margin-left: 10px;
	margin-top: 5px;
}

.wpcf7-acceptance+.wpcf7-not-valid-tip {
	margin-left: 0;
	margin-top: 15px;
}

.features {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-around;
	counter-reset: features-counter;
	list-style: none;
	max-width: 364px;
	max-height: 845px;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
	z-index: 10;
}

.features__item {
	color: #fff;
	display: flex;
	align-items: center;
	padding-left: 100px;
	position: relative;
	width: 100%;
}

.features__item::before {
	counter-increment: features-counter;
	content: counter(features-counter, decimal-leading-zero);
	color: var(--golden-grass-50);
	font-family: var(--font-serif);
	letter-spacing: -0.033em;
	position: absolute;
	font-size: 43px;
	left: 0;
}

.features__item::after {
	content: "";
	display: block;
	width: 1px;
	height: 64px;
	background-color: rgba(255, 255, 255, .2);
	top: 0;
	bottom: 0;
	left: 69px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
}

.cf_whale {
	margin-left: -350px;
	right: 0;
}

@media (min-width: 1260px) {
	.form-2-wrapper {
		display: flex;
		justify-content: center;
		gap: 85px;
	}

	.form-2 {
		max-width: 804px;
	}

	.features {
		flex-direction: column;
	}
}

@media (max-width: 1020px) {
	.form-2-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.features {
		flex-wrap: wrap;
		flex-direction: row;
		gap: 40px;
		max-width: none;
	}

	.features__item {
		width: calc(50% - 40px);
	}

	.form-2 {
		max-width: 800px;
	}
}

@media (max-width: 680px) {
	.features__item {
		padding-left: 60px;
		width: calc(50% - 20px);
	}

	.features__item::after {
		display: none;
	}
}

@media (max-width: 560px) {
	.cform-wrapper-form-type-2 {
		padding-left: 0;
		padding-right: 0;
	}

	.features {
		flex-direction: column;
		gap: 20px;
	}

	.features__item {
		padding-left: 60px;
		width: 100%;
	}
}

.page-id-285 .wpcf7-form .cfblock {
	max-height: 1800px;
	transition: all .5s ease;
}

.page-id-285 .wpcf7-form.sent .cfblock {
	max-height: 100px;
	opacity: 0;
}
