.page-id-376 {
	background: #fffaf1;
	color: #101321;
}

.page-id-376 .site-main,
.page-id-376 #content {
	margin: 0;
	padding: 0;
}

.nv-contact-main {
	position: relative;
	overflow: clip;
	background:
		linear-gradient(180deg, #07080c 0%, #11131a 37%, #fffaf1 37%, #fffaf1 100%);
	color: #101321;
}

.nv-contact-hero {
	position: relative;
	padding: 76px 24px 156px;
	background:
		linear-gradient(135deg, rgba(220, 46, 51, 0.24) 0%, rgba(5, 6, 9, 0) 36%),
		linear-gradient(180deg, #050609 0%, #11131a 100%);
	color: #fff8ed;
	text-align: center;
}

.nv-contact-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 116px 116px;
	opacity: 0.24;
}

.nv-contact-hero__shell {
	position: relative;
	z-index: 1;
	width: min(880px, 100%);
	margin-inline: auto;
}

.nv-contact-hero__eyebrow,
.nv-contact-card__kicker {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0 !important;
	text-transform: uppercase;
}

.nv-contact-hero__eyebrow {
	display: inline-flex;
	padding: 9px 15px;
	border: 1px solid rgba(245, 189, 2, 0.32);
	border-radius: 999px;
	background: rgba(245, 189, 2, 0.12);
	color: #ffe68e;
}

.nv-contact-hero h1 {
	margin: 22px 0 0;
	color: #fff8ed;
	font-family: "Nunito", sans-serif !important;
	font-size: 3.65rem;
	font-weight: 950;
	line-height: 1.02;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

.nv-contact-hero__lead {
	max-width: 690px;
	margin: 20px auto 0;
	color: rgba(255, 248, 237, 0.76);
	font-size: 1.08rem;
	line-height: 1.72;
	text-wrap: pretty;
}

.nv-contact-panel {
	position: relative;
	z-index: 2;
	margin-top: -104px;
	padding: 0 24px 90px;
}

.nv-contact-panel__shell {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	width: min(1160px, 100%);
	margin-inline: auto;
	border: 1px solid rgba(16, 19, 33, 0.08);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 34px 80px rgba(16, 19, 33, 0.16);
	overflow: hidden;
}

.nv-contact-card {
	position: relative;
	padding: 44px;
}

.nv-contact-card--info {
	display: grid;
	align-content: start;
	gap: 18px;
	background:
		linear-gradient(145deg, rgba(220, 46, 51, 0.98) 0%, rgba(255, 123, 34, 0.92) 60%, rgba(245, 189, 2, 0.88) 100%);
	color: #fffaf1;
}

.nv-contact-card--info::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
	opacity: 0.62;
}

.nv-contact-card--info > * {
	position: relative;
	z-index: 1;
}

.nv-contact-card--form {
	background: #ffffff;
}

.nv-contact-card__kicker {
	color: rgba(255, 250, 241, 0.8);
}

.nv-contact-card--form .nv-contact-card__kicker {
	color: #dc2e33;
}

.nv-contact-card h2,
.nv-contact-form__heading h2 {
	margin: 0;
	font-family: "Nunito", sans-serif !important;
	font-size: 2rem;
	font-weight: 950;
	line-height: 1.1;
	letter-spacing: 0 !important;
}

.nv-contact-card__copy {
	margin: 0;
	max-width: 31rem;
	color: rgba(255, 250, 241, 0.82);
	font-size: 1rem;
	line-height: 1.72;
}

.nv-contact-methods {
	display: grid;
	gap: 14px;
	margin-top: 12px;
}

.nv-contact-method {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 72px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.12);
	color: #fffaf1;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nv-contact-method:hover,
.nv-contact-method:focus-visible {
	color: #fffaf1;
	border-color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.18);
	transform: translateY(-2px);
	outline: none;
}

.nv-contact-method__icon {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: rgba(5, 6, 9, 0.18);
	color: #fffaf1;
	font-size: 0.92rem;
	font-weight: 950;
}

.nv-contact-method strong,
.nv-contact-method small {
	display: block;
	letter-spacing: 0 !important;
}

.nv-contact-method strong {
	font-size: 0.98rem;
	font-weight: 950;
	line-height: 1.28;
}

.nv-contact-method small {
	margin-top: 4px;
	color: rgba(255, 250, 241, 0.78);
	font-size: 0.9rem;
	line-height: 1.45;
}

.nv-contact-form__heading {
	display: grid;
	gap: 10px;
	margin-bottom: 22px;
}

.nv-contact-form {
	display: grid;
	gap: 18px;
}

.nv-contact-form-widget {
	width: 100%;
}

.nv-contact-form-widget .elementor-widget-container,
.nv-contact-form-widget .elementor-form {
	width: 100%;
}

.nv-contact-form-widget .elementor-form-fields-wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.nv-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.nv-contact-field,
.nv-contact-form-widget .elementor-field-group {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0 !important;
	width: 100% !important;
}

.nv-contact-field span,
.nv-contact-preference legend,
.nv-contact-form-widget .elementor-field-label {
	color: #151823;
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0 !important;
}

.nv-contact-form-widget .elementor-field-type-textarea,
.nv-contact-form-widget .elementor-field-type-radio,
.nv-contact-form-widget .elementor-field-type-submit {
	grid-column: 1 / -1;
}

.nv-contact-field em {
	color: #dc2e33;
	font-style: normal;
}

.nv-contact-field input,
.nv-contact-field textarea,
.nv-contact-form-widget .elementor-field {
	width: 100%;
	border: 1px solid rgba(16, 19, 33, 0.15);
	border-radius: 14px;
	background: #fffdf8;
	color: #101321;
	font: 800 1rem/1.35 "Nunito", sans-serif;
	letter-spacing: 0 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.nv-contact-field input,
.nv-contact-form-widget input.elementor-field {
	min-height: 54px;
	padding: 0 16px;
}

.nv-contact-field textarea,
.nv-contact-form-widget textarea.elementor-field {
	min-height: 156px;
	padding: 15px 16px;
	resize: vertical;
}

.nv-contact-field input::placeholder,
.nv-contact-field textarea::placeholder,
.nv-contact-form-widget .elementor-field::placeholder {
	color: rgba(16, 19, 33, 0.48);
	font-weight: 700;
}

.nv-contact-field:focus-within input,
.nv-contact-field:focus-within textarea,
.nv-contact-form-widget .elementor-field:focus {
	border-color: rgba(245, 189, 2, 0.84);
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(245, 189, 2, 0.16);
	outline: none;
}

.nv-contact-field.is-invalid input,
.nv-contact-field.is-invalid textarea {
	border-color: #dc2e33;
	box-shadow: 0 0 0 4px rgba(220, 46, 51, 0.12);
}

.nv-contact-form-widget .elementor-field-type-radio .elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
}

.nv-contact-form-widget .elementor-field-type-radio .elementor-field-option {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	width: auto !important;
	margin: 0;
}

.nv-contact-form-widget .elementor-field-type-radio input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.nv-contact-form-widget .elementor-field-type-radio .elementor-field-option label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid rgba(16, 19, 33, 0.12);
	border-radius: 999px;
	background: #fffdf8;
	color: #252a36;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.nv-contact-form-widget .elementor-field-type-radio input:checked + label {
	border-color: rgba(245, 189, 2, 0.64);
	background: #101321;
	color: #fff8ed;
}

.nv-contact-form-widget .elementor-field-type-radio input:focus-visible + label {
	box-shadow: 0 0 0 4px rgba(245, 189, 2, 0.16);
	outline: none;
}

.nv-contact-form-widget .elementor-field-type-radio .elementor-field-option label:hover {
	transform: translateY(-1px);
	border-color: rgba(220, 46, 51, 0.34);
}

.nv-contact-preference {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	border: 0;
}

.nv-contact-preference legend {
	flex: 0 0 100%;
	margin-bottom: 2px;
}

.nv-contact-preference label {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.nv-contact-preference input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.nv-contact-preference span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(16, 19, 33, 0.12);
	border-radius: 999px;
	background: #fffdf8;
	color: #252a36;
	font-weight: 900;
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.nv-contact-preference input:checked + span {
	border-color: rgba(245, 189, 2, 0.64);
	background: #101321;
	color: #fff8ed;
}

.nv-contact-preference input:focus-visible + span {
	box-shadow: 0 0 0 4px rgba(245, 189, 2, 0.16);
	outline: none;
}

.nv-contact-preference label:hover span {
	transform: translateY(-1px);
	border-color: rgba(220, 46, 51, 0.34);
}

.nv-contact-form__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: -4px;
}

.nv-contact-form__progress {
	flex: 1;
	height: 7px;
	border-radius: 999px;
	background: rgba(16, 19, 33, 0.08);
	overflow: hidden;
}

.nv-contact-form__progress span {
	display: block;
	width: 0%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #dc2e33 0%, #ff7b22 52%, #f5bd02 100%);
	transition: width 180ms ease;
}

.nv-contact-form__meta small {
	color: #667085;
	font-size: 0.85rem;
	font-weight: 900;
}

.nv-contact-form__feedback,
.nv-contact-form__notice {
	display: none;
	padding: 13px 15px;
	border-radius: 14px;
	font-size: 0.94rem;
	font-weight: 900;
	line-height: 1.45;
}

.nv-contact-form__feedback:not(:empty),
.nv-contact-form__notice {
	display: block;
}

.nv-contact-form__feedback,
.nv-contact-form__notice.is-error {
	border: 1px solid rgba(220, 46, 51, 0.22);
	background: rgba(220, 46, 51, 0.08);
	color: #9f1f25;
}

.nv-contact-form__notice.is-success {
	border-color: rgba(21, 128, 61, 0.2);
	background: rgba(21, 128, 61, 0.08);
	color: #166534;
}

.nv-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 54px;
	padding: 16px 34px;
	border: 1px solid rgba(255, 248, 229, 0.22);
	border-radius: 999px;
	background: linear-gradient(135deg, #ffbf14 0%, #ffd94e 28%, #ff7b22 100%);
	color: #11131a;
	font: 950 1rem/1 "Nunito", sans-serif;
	letter-spacing: 0 !important;
	text-decoration: none;
	box-shadow: 0 22px 54px rgba(255, 191, 20, 0.2);
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.nv-contact-form-widget .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 54px;
	padding: 16px 34px;
	border: 1px solid rgba(255, 248, 229, 0.22);
	border-radius: 999px;
	background: linear-gradient(135deg, #ffbf14 0%, #ffd94e 28%, #ff7b22 100%);
	color: #11131a;
	font: 950 1rem/1 "Nunito", sans-serif;
	letter-spacing: 0 !important;
	text-decoration: none;
	box-shadow: 0 22px 54px rgba(255, 191, 20, 0.2);
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.nv-contact-form__submit:hover,
.nv-contact-form__submit:focus-visible,
.nv-contact-form-widget .elementor-button:hover,
.nv-contact-form-widget .elementor-button:focus-visible {
	color: #11131a;
	filter: saturate(1.05);
	transform: translateY(-2px);
	box-shadow: 0 30px 62px rgba(255, 191, 20, 0.26);
	outline: none;
}

.nv-contact-form__trap {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.nv-contact-main .nv-home-prefooter {
	padding-top: 24px;
}

@media (max-width: 980px) {
	.nv-contact-hero {
		padding: 60px 20px 132px;
	}

	.nv-contact-hero h1 {
		font-size: 2.75rem;
	}

	.nv-contact-panel {
		margin-top: -86px;
		padding-inline: 18px;
	}

	.nv-contact-panel__shell {
		grid-template-columns: 1fr;
		border-radius: 26px;
	}

	.nv-contact-card {
		padding: 34px;
	}
}

@media (max-width: 680px) {
	.nv-contact-main {
		background:
			linear-gradient(180deg, #07080c 0%, #11131a 31%, #fffaf1 31%, #fffaf1 100%);
	}

	.nv-contact-hero {
		padding: 48px 16px 118px;
	}

	.nv-contact-hero h1 {
		font-size: 2.25rem;
		line-height: 1.07;
	}

	.nv-contact-hero__lead {
		font-size: 1rem;
	}

	.nv-contact-panel {
		padding-inline: 14px;
		padding-bottom: 62px;
	}

	.nv-contact-card {
		padding: 28px 22px;
	}

	.nv-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.nv-contact-form-widget .elementor-form-fields-wrapper {
		grid-template-columns: 1fr;
	}

	.nv-contact-card h2,
	.nv-contact-form__heading h2 {
		font-size: 1.65rem;
	}

	.nv-contact-method {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.nv-contact-method__icon {
		width: 42px;
		height: 42px;
	}

	.nv-contact-form__submit {
		width: 100%;
	}

	.nv-contact-form-widget .elementor-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nv-contact-method,
	.nv-contact-field input,
	.nv-contact-field textarea,
	.nv-contact-preference span,
	.nv-contact-form__progress span,
	.nv-contact-form__submit {
		transition-duration: 1ms !important;
	}
}
