.service-center-page,
.service-center-page * {
	box-sizing: border-box;
}

.service-center-page {
	--service-red: #a60000;
	--service-red-dark: #830000;
	--service-ink: #25272a;
	--service-muted: #69717b;
	--service-line: #e1e4e8;
	--service-soft: #f5f6f7;
	margin: 0 0 64px;
	color: var(--service-ink);
}

.service-center-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 248px;
	margin: 4px 0 28px;
	padding: 42px 54px;
	overflow: hidden;
	border-radius: 14px;
	background:
		radial-gradient(circle at 90% 18%, rgba(166, 0, 0, .11), transparent 31%),
		linear-gradient(135deg, #f2f3f4 0%, #fafafa 66%, #f0f1f2 100%);
}

.service-center-hero:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	background: var(--service-red);
	content: "";
}

.service-center-hero__content {
	position: relative;
	z-index: 1;
	max-width: 775px;
}

.service-center-hero__eyebrow,
.service-center-contact__caption {
	display: block;
	margin: 0 0 10px;
	color: var(--service-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.service-center-hero h1 {
	margin: 0 0 15px;
	color: #202225;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.12;
}

.service-center-hero__lead {
	max-width: 720px;
	margin: 0 0 15px;
	font-size: 19px;
	line-height: 1.5;
}

.service-center-hero__note {
	display: inline-block;
	max-width: 760px;
	margin: 0;
	padding: 8px 12px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .78);
	color: #4d535a;
	font-size: 14px;
	line-height: 1.5;
}

.service-center-hero__mark {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 0 0 142px;
	align-items: center;
	justify-content: center;
	width: 142px;
	height: 142px;
	margin-left: 34px;
	border: 1px solid rgba(166, 0, 0, .12);
	border-radius: 50%;
	background: rgba(255, 255, 255, .76);
}

.service-center-hero__mark svg {
	width: 78px;
	height: 78px;
	fill: none;
	stroke: var(--service-red);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 5;
}

.service-center-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 292px;
	gap: 26px;
	align-items: stretch;
}

.service-center-grid__main {
	display: flex;
}

.service-wizard {
	flex: 1 1 auto;
	width: 100%;
	min-height: 570px;
	padding: 34px 38px 38px;
	border: 1px solid var(--service-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 34px rgba(27, 31, 35, .055);
}

.service-wizard__progress {
	display: flex;
	margin: 0 0 38px;
	padding: 0;
}

.service-wizard__progress-item {
	position: relative;
	display: flex;
	flex: 1 1 0;
	align-items: center;
	min-width: 0;
	color: #9a9fa5;
}

.service-wizard__progress-item:not(:last-child):after {
	position: absolute;
	top: 16px;
	left: 39px;
	right: 8px;
	height: 2px;
	background: #e6e8ea;
	content: "";
}

.service-wizard__progress-number {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 0 0 32px;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	border: 2px solid #d8dce0;
	border-radius: 50%;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}

.service-wizard__progress-label {
	position: relative;
	z-index: 1;
	padding-right: 10px;
	background: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.service-wizard__progress-item.is-active,
.service-wizard__progress-item.is-complete {
	color: var(--service-ink);
}

.service-wizard__progress-item.is-active .service-wizard__progress-number {
	border-color: var(--service-red);
	background: var(--service-red);
	color: #fff;
}

.service-wizard__progress-item.is-complete .service-wizard__progress-number {
	border-color: var(--service-red);
	color: var(--service-red);
}

.service-wizard__progress-item.is-complete:not(:last-child):after {
	background: rgba(166, 0, 0, .38);
}

.service-wizard__step {
	display: none;
}

.service-wizard__step.is-active {
	display: block;
	animation: service-step-in .18s ease-out;
}

@keyframes service-step-in {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

.service-wizard__heading {
	margin: 0 0 26px;
}

.service-wizard__step-caption {
	display: block;
	margin-bottom: 6px;
	color: var(--service-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.service-wizard__heading h2 {
	margin: 0 0 8px;
	color: var(--service-ink);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.22;
}

.service-wizard__heading p {
	margin: 0;
	color: var(--service-muted);
	font-size: 15px;
	line-height: 1.55;
}

.service-type-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	border-radius: 10px;
}

.service-type-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 206px;
	margin: 0;
	padding: 22px 20px 20px;
	border: 1px solid var(--service-line);
	border-radius: 9px;
	background: #fff;
	cursor: pointer;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.service-type-card:hover {
	border-color: #c7cbd0;
	box-shadow: 0 8px 22px rgba(27, 31, 35, .07);
	transform: translateY(-2px);
}

.service-type-card input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.service-type-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: 9px;
	background: #f7eeee;
	color: var(--service-red);
}

.service-type-card__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.service-type-card__content {
	display: block;
	padding-right: 12px;
}

.service-type-card__content strong {
	display: block;
	margin-bottom: 8px;
	color: var(--service-ink);
	font-size: 16px;
	line-height: 1.35;
}

.service-type-card__content small {
	display: block;
	color: var(--service-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.48;
}

.service-type-card__check {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 20px;
	height: 20px;
	border: 2px solid #d5d9dc;
	border-radius: 50%;
}

.service-type-card input:checked ~ .service-type-card__check {
	border: 6px solid var(--service-red);
}

.service-type-card:has(input:checked) {
	border-color: var(--service-red);
	box-shadow: 0 0 0 1px var(--service-red);
}

.service-type-card.is-selected {
	border-color: var(--service-red);
	box-shadow: 0 0 0 1px var(--service-red);
}

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

.service-form-group {
	min-width: 0;
	margin: 0;
}

.service-form-group--full {
	grid-column: 1 / -1;
	margin-bottom: 20px;
}

.service-form-group label,
.service-form-label {
	display: block;
	margin: 0 0 8px;
	color: #34373b;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.service-form-group em,
.service-form-label em,
.service-consent em,
.service-wizard__submit-note em {
	color: var(--service-red);
	font-style: normal;
}

.service-control {
	display: block;
	width: 100%;
	height: 48px;
	padding: 11px 13px;
	border: 1px solid #cfd3d7;
	border-radius: 5px;
	background: #fff;
	box-shadow: none;
	color: var(--service-ink);
	font-family: inherit;
	font-size: 15px;
	line-height: 1.4;
	transition: border-color .15s ease, box-shadow .15s ease;
}

textarea.service-control {
	height: auto;
	min-height: 126px;
	resize: vertical;
}

.service-control:focus {
	border-color: var(--service-red);
	outline: 0;
}

.service-control.is-invalid,
.service-choice-row.is-invalid {
	border-color: #c40000;
}

.service-form-hint {
	display: block;
	margin-top: 7px;
	color: #7b828a;
	font-size: 12px;
	line-height: 1.45;
}

.service-choice-row {
	display: flex;
	padding: 4px;
	border: 1px solid #d6dade;
	border-radius: 7px;
	background: var(--service-soft);
}

.service-choice-row label {
	position: relative;
	flex: 1 1 0;
	margin: 0;
	cursor: pointer;
}

.service-choice-row input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.service-choice-row span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 7px 10px;
	border-radius: 5px;
	color: #555c64;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}

.service-choice-row label:hover span {
	background: #fff;
	box-shadow: inset 0 0 0 1px #cfd3d7;
	color: var(--service-red);
}

.service-choice-row input:checked + span {
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--service-red);
	color: var(--service-red);
}

.service-consent {
	display: flex;
	align-items: flex-start;
	margin: 26px 0 0;
	color: #59616a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.48;
}

.service-consent input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 1px 10px 0 0;
	accent-color: var(--service-red);
}

.service-consent a {
	color: var(--service-red);
	text-decoration: underline;
}

.service-wizard__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 30px;
}

.service-wizard__actions--end {
	justify-content: flex-end;
}

.service-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 146px;
	min-height: 46px;
	padding: 11px 22px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.service-button--primary {
	border-color: var(--service-red);
	background: var(--service-red);
	color: #fff;
}

.service-button--primary:hover,
.service-button--primary:focus {
	border-color: var(--service-red-dark);
	background: var(--service-red-dark);
	color: #fff;
	outline: 0;
}

.service-button--secondary {
	border-color: #cfd3d7;
	background: #fff;
	color: #484f56;
}

.service-button--secondary:hover,
.service-button--secondary:focus {
	border-color: #aeb4ba;
	background: #f8f8f8;
	color: #25272a;
	outline: 0;
}

.service-button[disabled] {
	cursor: wait;
	opacity: .65;
}

.service-wizard__submit-note {
	margin: 14px 0 0;
	color: #80868d;
	font-size: 12px;
	line-height: 1.45;
	text-align: right;
}

.service-center-contact {
	position: sticky;
	top: 18px;
	align-self: start;
	padding: 28px 25px;
	border: 1px solid #e1e4e8;
	border-radius: 12px;
	background: #f2f2f2;
	color: #25272a;
}

.service-center-contact h2 {
	margin: 0 0 10px;
	color: #25272a;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.28;
}

.service-center-contact > p {
	margin: 0 0 23px;
	color: #69717b;
	font-size: 13px;
	line-height: 1.55;
}

.service-center-contact__item {
	padding: 15px 0;
	border-top: 1px solid #d9dde1;
}

.service-center-contact__item span {
	display: block;
	margin-bottom: 5px;
	color: #7b8491;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.service-center-contact__item a,
.service-center-contact__item strong {
	display: block;
	margin: 2px 0;
	color: #25272a;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
}

.service-center-contact__item a:hover,
.service-center-contact__item a:focus {
	color: var(--service-red);
	text-decoration: underline;
}

.service-center-contact__links {
	margin-top: 17px;
	padding-top: 4px;
}

.service-center-contact__links a {
	display: block;
	position: relative;
	margin-top: 10px;
	padding-right: 18px;
	color: #343434;
	font-size: 13px;
	line-height: 1.4;
}

.service-center-contact__links a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "→";
}

.service-center-contact__links a:hover,
.service-center-contact__links a:focus {
	color: var(--service-red);
}

.service-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 991px) {
	.service-center-hero {
		min-height: 0;
		padding: 36px 40px;
	}

	.service-center-hero__mark {
		flex-basis: 112px;
		width: 112px;
		height: 112px;
	}

	.service-center-hero__mark svg {
		width: 62px;
		height: 62px;
	}

	.service-center-grid {
		grid-template-columns: 1fr;
	}

	.service-center-contact {
		position: static;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0 24px;
	}

	.service-center-contact__caption,
	.service-center-contact h2,
	.service-center-contact > p,
	.service-center-contact__links {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.service-center-page {
		margin-bottom: 42px;
	}

	.service-center-hero {
		margin-bottom: 18px;
		padding: 29px 25px 27px;
		border-radius: 9px;
	}

	.service-center-hero h1 {
		font-size: 29px;
	}

	.service-center-hero__lead {
		font-size: 16px;
	}

	.service-center-hero__mark {
		display: none;
	}

	.service-wizard {
		min-height: 0;
		padding: 24px 20px 26px;
		border-radius: 9px;
	}

	.service-wizard__progress {
		margin-bottom: 29px;
	}

	.service-wizard__progress-item:not(:last-child):after {
		left: 32px;
		right: 5px;
	}

	.service-wizard__progress-number {
		flex-basis: 30px;
		width: 30px;
		height: 30px;
		margin-right: 0;
	}

	.service-wizard__progress-label {
		display: none;
	}

	.service-wizard__heading h2 {
		font-size: 24px;
	}

	.service-type-list,
	.service-form-grid {
		grid-template-columns: 1fr;
	}

	.service-type-card {
		flex-direction: row;
		align-items: flex-start;
		min-height: 0;
		padding: 17px 46px 17px 16px;
	}

	.service-type-card__icon {
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
		margin: 0 13px 0 0;
	}

	.service-type-card__check {
		top: 18px;
		right: 16px;
	}

	.service-form-group--full {
		grid-column: auto;
	}

	.service-choice-row {
		flex-direction: column;
	}

	.service-choice-row span {
		justify-content: flex-start;
		text-align: left;
	}

	.service-wizard__actions {
		align-items: stretch;
	}

	.service-button {
		flex: 1 1 0;
		min-width: 0;
		padding-right: 14px;
		padding-left: 14px;
	}

	.service-wizard__submit-note {
		text-align: left;
	}

	.service-center-contact {
		display: block;
		padding: 25px 22px;
		border-radius: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.service-wizard__step.is-active {
		animation: none;
	}

	.service-type-card,
	.service-button,
	.service-control {
		transition: none;
	}
}
