.nqe-form-wrap {
	margin-top: 30px;
	padding: 30px;
	border: 1px solid #d9e7ed;
	border-radius: 14px;
	background: #f8fbfc;
}

.nqe-form-heading {
	margin-bottom: 24px;
}

.nqe-form-heading .nqe-eyebrow {
	margin: 0 0 7px;
	color: #1688b7;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.nqe-form-heading h2 {
	margin: 0 0 9px;
	color: #123f6c;
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 800;
}

.nqe-form-heading p:last-child {
	max-width: 720px;
	margin: 0;
	color: #657783;
	font-size: 14px;
	line-height: 1.65;
}

.nqe-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.nqe-field-grid .form-row,
.nqe-quote-form > .form-row {
	float: none;
	width: 100%;
	margin: 0;
}

.nqe-field-grid .form-row-wide {
	grid-column: 1 / -1;
}

.nqe-quote-form label {
	display: block;
	margin: 0 0 7px;
	color: #29485e;
	font-size: 13px;
	font-weight: 700;
}

.nqe-quote-form .nqe-optional {
	margin-left: 5px;
	color: #82919a;
	font-size: 11px;
	font-weight: 500;
}

.nqe-quote-form input.input-text,
.nqe-quote-form textarea.input-text {
	width: 100%;
	border: 1px solid #ccdce4;
	border-radius: 6px;
	background: #fff;
	color: #213846;
	box-shadow: none;
}

.nqe-quote-form input.input-text {
	min-height: 44px;
	padding: 9px 12px;
}

.nqe-quote-form textarea.input-text {
	min-height: 126px;
	padding: 11px 12px;
	resize: vertical;
}

.nqe-quote-form input.input-text:focus,
.nqe-quote-form textarea.input-text:focus {
	border-color: #1688b7;
	outline: 2px solid rgba(22, 136, 183, .14);
}

.nqe-quote-form #rqa_message_row {
	margin-top: 19px;
}

.nqe-submit-row {
	margin-top: 20px !important;
}

.nqe-quote-form .raq-send-request {
	min-height: 45px;
	padding: 11px 25px;
	border: 0;
	border-radius: 999px;
	background: #123f6c;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.nqe-quote-form .raq-send-request:hover,
.nqe-quote-form .raq-send-request:focus {
	background: #1688b7;
	color: #fff;
}

@media (max-width: 680px) {
	.nqe-form-wrap {
		padding: 23px 19px;
	}

	.nqe-field-grid {
		grid-template-columns: 1fr;
	}

	.nqe-field-grid .form-row-wide {
		grid-column: auto;
	}
}
