.novaHubspotForm {
	--nova-hubspot-form-text: #202020;
	--nova-hubspot-form-ui: #1d1d1f;
	--nova-hubspot-form-accent: #ef7c23;
	--nova-hubspot-form-border: rgba(29, 29, 31, 0.2);
	--nova-hubspot-form-muted: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 80px 24px;
	background: #fff;
	color: var(--nova-hubspot-form-text);
	font-family: "Montserrat", system-ui, sans-serif;
}

.novaHubspotForm *,
.novaHubspotForm *::before,
.novaHubspotForm *::after {
	box-sizing: border-box;
}

.novaHubspotForm__inner {
	width: min(1158px, 100%);
	margin: 0 auto;
}

.novaHubspotForm__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: stretch;
}

.novaHubspotForm__title {
	margin: 0;
	font-size: 48px;
	font-weight: 500;
	line-height: 54px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--nova-hubspot-form-text);
}

.novaHubspotForm__intro {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 1080px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: var(--nova-hubspot-form-text);
}

.novaHubspotForm__intro p {
	margin: 0;
}

.novaHubspotForm__intro strong {
	font-weight: 700;
}

.novaHubspotForm__embedWrap {
	min-height: 260px;
}

.novaHubspotForm__loading {
	margin: 0;
	padding: 20px 0;
	font-size: 18px;
	line-height: 1.5;
	color: var(--nova-hubspot-form-muted);
}

.novaHubspotForm__embed form.hs-form {
	width: 100% !important;
	max-width: none !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 24px !important;
	font-family: "Montserrat", system-ui, sans-serif !important;
}

.novaHubspotForm__embed form.hs-form fieldset {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.novaHubspotForm__embed form.hs-form fieldset::after {
	content: "";
	display: block;
	clear: both;
}

.novaHubspotForm__embed form.hs-form fieldset.form-columns-2 {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 24px !important;
}

.novaHubspotForm__embed form.hs-form fieldset.form-columns-1 {
	display: block !important;
}

.novaHubspotForm__embed form.hs-form .field,
.novaHubspotForm__embed form.hs-form .hs-form-field {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.novaHubspotForm__embed form.hs-form .input {
	margin: 0 !important;
}

.novaHubspotForm__embed form.hs-form label {
	margin: 0 0 8px !important;
	font-family: "Montserrat", system-ui, sans-serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 22px !important;
	color: var(--nova-hubspot-form-ui) !important;
}

.novaHubspotForm__embed form.hs-form label span:empty {
	display: none;
}

.novaHubspotForm__embed form.hs-form .hs-input:not([type="checkbox"]):not([type="radio"]),
.novaHubspotForm__embed form.hs-form select.hs-input,
.novaHubspotForm__embed form.hs-form textarea.hs-input {
	width: 100% !important;
	max-width: none !important;
	border: 1px solid var(--nova-hubspot-form-border) !important;
	border-radius: 4px !important;
	background: #fff !important;
	box-shadow: none !important;
	font-family: "Montserrat", system-ui, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
	color: var(--nova-hubspot-form-ui) !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.novaHubspotForm__embed form.hs-form input.hs-input:not([type="checkbox"]):not([type="radio"]),
.novaHubspotForm__embed form.hs-form select.hs-input {
	height: 32px !important;
	min-height: 32px !important;
	padding: 4px 12px !important;
}

.novaHubspotForm__embed form.hs-form textarea.hs-input {
	min-height: 102px !important;
	padding: 8px 12px !important;
	resize: vertical !important;
}

.novaHubspotForm__embed form.hs-form .hs-input::placeholder {
	color: var(--nova-hubspot-form-muted) !important;
	opacity: 1 !important;
}

.novaHubspotForm__embed form.hs-form .hs-input:focus {
	outline: none !important;
	border-color: var(--nova-hubspot-form-accent) !important;
	box-shadow: 0 0 0 1px var(--nova-hubspot-form-accent) !important;
}

.novaHubspotForm__embed form.hs-form .legal-consent-container {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

.novaHubspotForm__embed form.hs-form .legal-consent-container .hs-richtext {
	margin: 0 !important;
	font-family: "Montserrat", system-ui, sans-serif !important;
	font-size: 14px !important;
	line-height: 22px !important;
	color: var(--nova-hubspot-form-ui) !important;
}

.novaHubspotForm__embed form.hs-form .legal-consent-container a {
	color: inherit !important;
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
}

.novaHubspotForm__embed form.hs-form .inputs-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.novaHubspotForm__embed form.hs-form .inputs-list > li {
	margin: 0 !important;
	padding: 0 !important;
}

.novaHubspotForm__embed form.hs-form .hs-form-booleancheckbox-display {
	display: inline-flex !important;
	align-items: flex-start !important;
	gap: 8px !important;
	margin: 0 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 22px !important;
	color: var(--nova-hubspot-form-ui) !important;
}

.novaHubspotForm__embed form.hs-form .hs-form-booleancheckbox-display input.hs-input[type="checkbox"] {
	flex: 0 0 auto !important;
	width: 16px !important;
	height: 16px !important;
	margin: 2px 0 0 !important;
	accent-color: var(--nova-hubspot-form-accent);
}

.novaHubspotForm__embed form.hs-form .hs-form-booleancheckbox-display > span {
	display: block !important;
	margin: 0 !important;
}

.novaHubspotForm__embed form.hs-form .hs-submit .actions {
	margin: 0 !important;
	padding: 4px 0 0 !important;
	text-align: right !important;
}

.novaHubspotForm__embed form.hs-form .hs-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 110px !important;
	padding: 16px 24px !important;
	border: 2px solid var(--nova-hubspot-form-accent) !important;
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: none !important;
	font-family: "Montserrat", system-ui, sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	color: var(--nova-hubspot-form-ui) !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease !important;
}

.novaHubspotForm__embed form.hs-form .hs-button:hover,
.novaHubspotForm__embed form.hs-form .hs-button:focus-visible {
	background: #fff7f1 !important;
	border-color: #d86c1d !important;
	transform: translateY(-1px) !important;
}

.novaHubspotForm__embed form.hs-form .hs-error-msgs {
	margin: 6px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.novaHubspotForm__embed form.hs-form .hs-error-msgs label {
	margin: 0 !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	color: #d64545 !important;
}

.novaHubspotForm__embed .submitted-message {
	font-family: "Montserrat", system-ui, sans-serif !important;
	font-size: 18px !important;
	line-height: 1.55 !important;
	color: var(--nova-hubspot-form-text) !important;
}

@media (max-width: 768px) {
	.novaHubspotForm {
		padding: 48px 16px;
	}

	.novaHubspotForm__content {
		gap: 20px;
	}

	.novaHubspotForm__title {
		font-size: 36px;
		line-height: 42px;
	}

	.novaHubspotForm__intro {
		font-size: 18px;
		line-height: 28px;
	}

	.novaHubspotForm__embed form.hs-form,
	.novaHubspotForm__embed form.hs-form fieldset.form-columns-2 {
		gap: 20px !important;
	}

	.novaHubspotForm__embed form.hs-form fieldset.form-columns-2 {
		grid-template-columns: 1fr !important;
	}

	.novaHubspotForm__embed form.hs-form .hs-submit .actions {
		text-align: stretch !important;
	}

	.novaHubspotForm__embed form.hs-form .hs-button {
		width: 100% !important;
	}
}
