.section-reso .wpforms-field-container .wpforms-page  {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-reso .wpforms-field-html,
.section-reso .wpforms-field-name,
.section-reso .wpforms-field-checkbox,
.section-reso .wpforms-field-radio,
.section-reso .wpforms-field-textarea,
.section-reso .wpforms-field-text.full-width {
	width: 100% !important;
}

.section-reso .wpforms-field-text {
	width: 48% !important;
}

.section-reso .wpforms-field-checkbox .wpforms-field-label,
.section-reso .wpforms-field-radio .wpforms-field-label {
	margin-bottom: 15px !important;
}

.section-reso .wpforms-field-checkbox .choice-1.depth-1 .wpforms-field-label-inline {
	font-size: 16px !important;
}

.section-reso .wpforms-field-container h2.form-title {
	color: var(--text);
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5em;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.section-reso div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
	height: 3px;
	background-color: var(--text) !important;;
}

.section-reso div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
	background-color: #EAEAEA;
	height: 3px;
}

.section-reso .wpforms-page-indicator-steps {
	font-size: 14px !important;
	font-weight: 600 !important;
}

.section-reso .wpforms-field-gdpr-checkbox .choice-1 input {
	width: 14px !important;
	height: 16px !important;
	margin: 0 6px 0 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-pagebreak {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.section-reso div.wpforms-container-full .wpforms-form .wpforms-page-button,
.section-reso div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: var(--white) !important;
	border-radius: 30px;
	padding: 8px 24px;
	border-color: #EAEAEA;
	border-width: 2px;
	font-weight: 600;
	margin: 20px 0 0 0 !important;
}

.section-reso div.wpforms-container-full .wpforms-form .wpforms-page-next:after {
	content: '';
	width: 16px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(https://www.kimikando.it/wp-content/themes/kimikando/icons/global/right-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 15px; 
}

.section-reso div.wpforms-container-full .wpforms-form .wpforms-page-prev:before {
	content: '';
	width: 16px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(https://www.kimikando.it/wp-content/themes/kimikando/icons/global/right-arrow.svg);
	transform: rotate(180deg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 15px; 
}

.section-reso div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	display: flex;
	justify-content: flex-end;
}

.wpforms-confirmation-container-full {
	background-color: #fff;
	border: none;
	text-align: center;
	font-weight: 600;
	color: var(--text);
	border-radius: 50px;
}

.wpforms-confirmation-container-full p {
	margin-bottom: 0 !important;
}

@media(max-width:767px) {
	.section-reso div.wpforms-container-full .wpforms-form .wpforms-one-half, 
	div.wpforms-container-full .wpforms-form .wpforms-three-sixths, 
	div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
		width: 100% !important;
	}
	
	.section-reso .wpforms-field-name .wpforms-one-half:first-child {
		margin: 0 !important;
		padding-bottom: 10px;
		margin-bottom: 5px !important;
	}
	
	.section-reso .wpforms-field-name .wpforms-one-half:last-child {
		margin: 0 !important;
		padding-top: 10px;
		margin-top: 5px !important;
	}
	
	.section-reso .wpforms-field-text {
		width: 100% !important;
	}
}