.webform-section-wrapper {
	max-width: 520px;
}

.input-field {
	width: 100%;
}

.w-100 {
	width: 100% !important;
}

.w-50 {
	width: 50% !important;
}

.w-30 {
	width: 30% !important;
}

.w-40 {
	width: 40% !important;
}

.w-60 {
	width: 60% !important;
}

.w-70 {
	width: 70% !important;
}

.form-wrapper-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
	width: 100%;
}

.form-wrapper-row .form-item {
	width: 100%;
}

.form-item,
.form-item:last-child {
	margin-bottom: 25px;
}

button.btn-send {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #004c69;
	border-color: #004c69;
}

button.btn-send:hover {
	color: #fff;
	background-color: #337087;
		border-color: #337087;
}

.page_success {
	display: none;
}