.fixwa-signup {
	padding: 70px 0 85px;
}

.fixwa-signup__panel {
	background: #fff;
	border: 1px solid #1a1a38;
}

.fixwa-signup__header {
	background: #1a1a38;
	color: #fff;
	padding: 24px 28px 26px;
	text-align: center;
}

.fixwa-signup__header h1 {
	color: inherit;
	font-size: 2.5em;
	font-style: italic;
	font-weight: 800;
	line-height: 1.05;
	margin: 0;
}

.fixwa-signup__body {
	padding: 38px;
}

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

.fixwa-signup__field input {
	background: #fff;
	border: 1px solid #1a1a38;
	border-radius: 0;
	color: #1a1a38;
	font: inherit;
	line-height: 1.25;
	padding: 13px 14px;
	width: 100%;
}

.fixwa-signup__field input::placeholder {
	color: #5a5a68;
	opacity: 1;
}

.fixwa-signup__field input:focus,
.fixwa-signup__consent input:focus,
.fixwa-signup__submit:focus {
	outline: 3px solid rgba(164, 32, 23, 0.28);
	outline-offset: 2px;
}

.fixwa-signup__consent {
	align-items: flex-start;
	color: #1a1a38;
	display: flex;
	font-size: 0.95em;
	gap: 10px;
	line-height: 1.45;
	margin: 20px 0 0;
}

.fixwa-signup__consent input {
	accent-color: #a42017;
	flex: 0 0 auto;
	height: 17px;
	margin-top: 2px;
	width: 17px;
}

.fixwa-signup__submit {
	background: #a42017;
	border: 1px solid #a42017;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1;
	margin-top: 22px;
	padding: 15px 22px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	width: 100%;
}

.fixwa-signup__submit:hover {
	background: #1a1a38;
	border-color: #1a1a38;
	color: #fff;
}

.fixwa-signup__submit:disabled {
	cursor: wait;
	opacity: 0.65;
}

.fixwa-signup__disclosure {
	color: #1a1a38;
	font-size: 0.75em;
	line-height: 1.5;
	margin: 20px 0 0;
}

.fixwa-signup__disclosure a {
	color: #a42017;
	text-decoration: underline;
}

.fixwa-signup__disclosure a:hover {
	color: #1a1a38;
	text-decoration: none;
}

.fixwa-signup__status {
	border: 1px solid currentColor;
	font-size: 0.95em;
	font-weight: 600;
	margin-top: 20px;
	padding: 12px 14px;
}

.fixwa-signup__status.is-success {
	color: #256029;
}

.fixwa-signup__status.is-error {
	color: #a42017;
}

.fixwa-signup__honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

@media (max-width: 767px) {
	.fixwa-signup {
		padding: 35px 0 50px;
	}

	.fixwa-signup__header {
		padding: 20px 18px 22px;
	}

	.fixwa-signup__header h1 {
		font-size: 2em;
	}

	.fixwa-signup__body {
		padding: 24px 20px;
	}

	.fixwa-signup__grid {
		gap: 14px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 390px) {
	.fixwa-signup__header h1 {
		font-size: 1.7em;
	}

	.fixwa-signup__body {
		padding: 22px 16px;
	}
}
