.wwa-contact {
	--wwa-contact-purple: #58366c;
	--wwa-contact-purple-bright: #a551b3;
	--wwa-contact-teal: #4b9f8f;
	--wwa-contact-teal-dark: #397e72;
	--wwa-contact-charcoal: #3f3a40;
	--wwa-contact-muted: #6d6670;
	--wwa-contact-border: #d8cedb;
	--wwa-contact-border-strong: #bcaebf;
	--wwa-contact-surface: #fbf7fc;
	background: var(--wwa-contact-surface);
	color: var(--wwa-contact-charcoal);
	padding: 72px 0 84px;
}

.wwa-contact * {
	box-sizing: border-box;
}

body.home-page .wwa-contact span {
	color: inherit;
}

body.home-page .wwa-contact .wwa-contact__required-note span,
body.home-page .wwa-contact .wwa-contact-form label span,
body.home-page .wwa-contact .wwa-contact-captcha legend span {
	color: #873747;
}

body.home-page .wwa-contact span.wwa-contact__success-icon {
	border-radius: 50%;
	color: var(--wwa-contact-teal-dark);
}

body.home-page .wwa-contact .wwa-contact__inner {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
}

.wwa-contact__header {
	margin: 0;
	text-align: left;
}

body.home-page .wwa-contact .wwa-contact__eyebrow {
	color: var(--wwa-contact-teal-dark);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
	margin: 0 0 16px;
	text-transform: uppercase;
}

body.home-page .wwa-contact .wwa-contact__header h2 {
	color: #302b31;
	font-family: "Spartan", Arial, sans-serif;
	font-size: clamp(36px, 3.5vw, 46px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 0;
}

.wwa-contact__header h2::after {
	display: none;
}

.wwa-contact__layout {
	align-items: start;
	display: grid;
	gap: clamp(48px, 6vw, 78px);
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.wwa-contact__details {
	min-width: 0;
}

.wwa-contact__form-column {
	min-width: 0;
	padding-top: 4px;
}

body.home-page .wwa-contact .wwa-contact__details h3,
body.home-page .wwa-contact .wwa-contact__form-state > h3,
body.home-page .wwa-contact .wwa-contact__success h3 {
	color: #302b31;
	font-family: "Spartan", Arial, sans-serif;
	font-size: clamp(25px, 2.1vw, 31px);
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.35;
	margin: 0 0 20px;
}

body.home-page .wwa-contact .wwa-contact__details h3 {
	margin-top: 48px;
}

body.home-page .wwa-contact .wwa-contact__intro {
	color: var(--wwa-contact-charcoal);
	font-family: "Spartan", Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
	max-width: 520px;
}

.wwa-contact__list {
	display: grid;
	gap: 20px;
	list-style: none;
	margin: 36px 0 0;
	padding: 0;
}

.wwa-contact__list li {
	align-items: flex-start;
	display: grid;
	font-size: 18px;
	font-weight: 600;
	gap: 14px;
	grid-template-columns: 22px minmax(0, 1fr);
	line-height: 1.55;
	margin: 0;
}

.wwa-contact__list i {
	color: var(--wwa-contact-teal);
	font-size: 19px;
	line-height: 1.55;
	text-align: center;
}

body.home-page .wwa-contact .wwa-contact__list a {
	color: var(--wwa-contact-purple);
	overflow-wrap: anywhere;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

body.home-page .wwa-contact .wwa-contact__list a:hover,
body.home-page .wwa-contact .wwa-contact__list a:focus-visible {
	color: var(--wwa-contact-teal-dark);
	text-decoration-color: currentColor;
}

body.home-page .wwa-contact .wwa-contact__required-note {
	color: #625c64;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin: -7px 0 22px;
}

.wwa-contact__required-note span,
.wwa-contact-form label span,
.wwa-contact-captcha legend span {
	color: #873747;
}

.wwa-contact-form__row {
	display: block;
}

.wwa-contact-form__field {
	margin: 0 0 16px;
}

body.home-page .wwa-contact .wwa-contact-form label {
	color: var(--wwa-contact-charcoal);
	display: block;
	font-family: "Spartan", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 8px;
}

body.home-page .wwa-contact .wwa-contact-form input[type="text"],
body.home-page .wwa-contact .wwa-contact-form input[type="email"],
body.home-page .wwa-contact .wwa-contact-form textarea {
	appearance: none;
	background: #fff;
	border: 1px solid #756d77;
	border-radius: 2px;
	box-shadow: none;
	color: #000;
	display: block;
	font-family: "Spartan", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	outline: none;
	padding: 10px 12px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.wwa-contact-form input[type="text"],
.wwa-contact-form input[type="email"] {
	min-height: 50px;
}

.wwa-contact-form textarea {
	min-height: 156px;
	resize: vertical;
}

body.home-page .wwa-contact .wwa-contact-form textarea {
	font-size: 16px;
}

.wwa-contact-form input:focus,
.wwa-contact-form textarea:focus {
	border-color: var(--wwa-contact-teal-dark);
	box-shadow: 0 0 0 3px rgba(75, 159, 143, 0.2);
}

.wwa-contact-form [aria-invalid="true"] {
	border-color: #9b3c4d;
}

.wwa-contact-form__error {
	color: #873747;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	margin: 6px 0 0;
	min-height: 0;
}

.wwa-contact-form__error:empty {
	display: none;
}

.wwa-contact-form__honeypot {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.wwa-contact-captcha-wrap {
	border: 0;
	display: grid;
	gap: 8px;
	margin: 2px 0 24px;
	max-width: 390px;
	min-width: 0;
	padding: 0;
	width: 100%;
}

body.home-page .wwa-contact fieldset.wwa-contact-captcha-wrap {
	border: 0;
	margin: 2px 0 24px;
	max-width: 390px;
	padding: 0;
	width: 100%;
}

.wwa-contact-captcha__legend {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.wwa-contact-captcha {
	align-items: center;
	background: #fff;
	border: 1px solid #c8bacd;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	min-height: 72px;
	padding: 13px 15px;
	width: 100%;
}

body.home-page .wwa-contact .wwa-contact-captcha {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

body.home-page .wwa-contact .wwa-contact-form label.wwa-contact-captcha__choice {
	align-items: center;
	color: var(--wwa-contact-charcoal);
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 600;
	gap: 11px;
	line-height: 1.4;
	margin: 0;
	min-width: 0;
}

body.home-page .wwa-contact .wwa-contact-form label.wwa-contact-captcha__choice > span {
	color: inherit;
}

.wwa-contact-captcha__checkbox {
	accent-color: var(--wwa-contact-teal-dark);
	appearance: auto;
	cursor: pointer;
	flex: 0 0 24px;
	height: 24px;
	margin: 0;
	min-height: 24px;
	padding: 0;
	width: 24px;
}

.wwa-contact-captcha__checkbox:focus-visible {
	outline: 3px solid var(--wwa-contact-purple);
	outline-offset: 3px;
}

.wwa-contact-captcha__checkbox[aria-invalid="true"] {
	outline: 2px solid #8b2734;
	outline-offset: 2px;
}

.wwa-contact-captcha__brand {
	color: var(--wwa-contact-muted);
	display: grid;
	flex: 0 0 auto;
	font-size: 10px;
	font-weight: 700;
	justify-items: center;
	letter-spacing: 0.8px;
	line-height: 1.25;
	text-transform: uppercase;
}

.wwa-contact-captcha__brand svg {
	fill: none;
	height: 25px;
	margin-bottom: 3px;
	stroke: var(--wwa-contact-teal-dark);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 25px;
}

.wwa-contact__another {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--wwa-contact-purple);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	gap: 7px;
	padding: 8px 4px;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
}

.wwa-contact__another:hover,
.wwa-contact__another:focus-visible {
	color: var(--wwa-contact-teal-dark);
	text-decoration-color: currentColor;
}

body.home-page .wwa-contact .wwa-contact-captcha__help {
	color: #625c64;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	margin: 2px 0 0;
}

.wwa-contact-form__status {
	color: #873747;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0 0 12px;
}

.wwa-contact-form__status:empty {
	display: none;
}

.wwa-contact form#ajax-contact-form button.wwa-contact-form__submit {
	align-items: center;
	background: var(--wwa-contact-purple);
	border: 2px solid var(--wwa-contact-purple);
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	gap: 9px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.4;
	height: auto;
	min-height: 50px;
	padding: 11px 23px;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
	width: auto;
}

.wwa-contact form#ajax-contact-form button.wwa-contact-form__submit:hover:not(:disabled),
.wwa-contact form#ajax-contact-form button.wwa-contact-form__submit:focus-visible:not(:disabled) {
	background: #412550;
	border-color: #412550;
	transform: translateY(-1px);
}

.wwa-contact form#ajax-contact-form button.wwa-contact-form__submit:disabled {
	cursor: wait;
	opacity: 0.62;
}

.wwa-contact__success {
	margin: 0;
	max-width: 720px;
	min-height: 430px;
	padding: 22px 0 0;
	text-align: left;
}

.wwa-contact__success[hidden] {
	display: none;
}

.wwa-contact__success-icon {
	align-items: center;
	background: transparent;
	border: 2px solid var(--wwa-contact-teal);
	border-radius: 50%;
	color: var(--wwa-contact-teal-dark);
	display: inline-flex;
	font-size: 22px;
	height: 58px;
	justify-content: center;
	margin: 0 0 20px;
	width: 58px;
}

.wwa-contact__success p:not(.wwa-contact__eyebrow) {
	color: var(--wwa-contact-charcoal);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	margin: 18px 0 0;
	max-width: 720px;
}

.wwa-contact__success a {
	color: var(--wwa-contact-purple);
	font-weight: 600;
	overflow-wrap: anywhere;
}

body.home-page .wwa-contact button.wwa-contact__another {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 28px;
	padding: 0 0 4px;
}

@media (max-width: 991px) {
	.wwa-contact {
		padding: 58px 0 68px;
	}

	body.home-page .wwa-contact .wwa-contact__inner {
		padding-left: 28px;
		padding-right: 28px;
	}

	.wwa-contact__layout {
		display: grid;
		grid-template-columns: 1fr;
	}

	.wwa-contact__details {
		padding: 0 0 42px;
	}

	.wwa-contact__form-column {
		border-top: 1px solid var(--wwa-contact-border);
		padding: 42px 0 0;
	}

	.wwa-contact__success {
		min-height: 0;
		padding-top: 0;
	}

	.wwa-contact__list {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr;
		margin-top: 36px;
	}

	.wwa-contact__list li {
		margin: 0;
	}
}

@media (max-width: 620px) {
	.wwa-contact {
		padding: 46px 0 56px;
	}

	body.home-page .wwa-contact .wwa-contact__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wwa-contact__header h2 {
		display: block;
	}

	.wwa-contact__header h2::after {
		display: none;
	}

	.wwa-contact__details {
		padding-bottom: 42px;
	}

	.wwa-contact__form-column {
		padding-top: 42px;
	}

	.wwa-contact__list {
		grid-template-columns: 1fr;
	}

	.wwa-contact__list li {
		font-size: 17px;
	}

	.wwa-contact-form__row {
		gap: 0;
		grid-template-columns: 1fr;
	}

	.wwa-contact-form input[type="text"],
	.wwa-contact-form input[type="email"],
	.wwa-contact-form textarea {
		font-size: 16px;
	}

	body.home-page .wwa-contact .wwa-contact-form textarea {
		font-size: 16px;
	}

	.wwa-contact form#ajax-contact-form button.wwa-contact-form__submit {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wwa-contact * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
