.abm-application-shell {
	--abm-navy: #10245d;
	--abm-blue: #2948b8;
	--abm-blue-2: #365dd8;
	--abm-sky: #edf3ff;
	--abm-ink: #17213c;
	--abm-muted: #667085;
	--abm-line: #dfe5f0;
	--abm-success: #087a55;
	--abm-danger: #b42318;
	display: grid;
	width: 100%;
	min-width: 0;
	grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
	max-width: 1240px;
	margin: 38px auto 64px;
	background: #fff;
	border: 1px solid #e6eaf1;
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(16, 36, 93, .11);
	overflow: hidden;
	color: var(--abm-ink);
}

.abm-application-shell *,
.abm-application-shell *::before,
.abm-application-shell *::after {
	box-sizing: border-box;
}

.abm-application-sidebar {
	position: relative;
	padding: 34px 26px 28px;
	background:
		radial-gradient(circle at 5% 5%, rgba(93, 133, 255, .32), transparent 28%),
		linear-gradient(155deg, #0e235c 0%, #1d3b98 100%);
	color: #fff;
}

.abm-sidebar-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.abm-sidebar-brand > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: #fff;
	color: var(--abm-blue);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: -.03em;
}

.abm-sidebar-brand strong,
.abm-sidebar-brand small {
	display: block;
}

.abm-sidebar-brand strong {
	font-size: 15px;
	line-height: 1.3;
}

.abm-sidebar-brand small {
	margin-top: 3px;
	color: rgba(255, 255, 255, .68);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.abm-step-group {
	margin: 0 0 25px;
}

.abm-step-group h2 {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, .66);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.abm-step-link {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 12px;
	margin: 5px 0;
	padding: 11px 12px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: rgba(255, 255, 255, .72);
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.abm-step-link:disabled {
	cursor: not-allowed;
	opacity: .55;
}

.abm-step-link:not(:disabled):hover {
	background: rgba(255, 255, 255, .09);
	color: #fff;
}

.abm-step-link > span {
	display: grid;
	place-items: center;
	flex: 0 0 31px;
	height: 31px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	font-size: 11px;
	font-weight: 800;
}

.abm-step-link strong {
	font-size: 13px;
	font-weight: 650;
}

.abm-step-link.is-current {
	background: #fff;
	color: var(--abm-blue);
	box-shadow: 0 10px 26px rgba(2, 12, 44, .22);
}

.abm-step-link.is-current > span {
	border-color: var(--abm-blue);
	background: var(--abm-blue);
	color: #fff;
}

.abm-step-link.is-complete:not(.is-current) {
	color: #fff;
}

.abm-step-link.is-complete:not(.is-current) > span {
	border-color: #6ee7b7;
	background: rgba(16, 185, 129, .18);
	color: #a7f3d0;
}

.abm-sidebar-help {
	position: sticky;
	top: calc(100vh - 105px);
	display: block;
	padding: 15px;
	margin-top: 38px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 12px;
	background: rgba(255, 255, 255, .07);
}

.abm-sidebar-help strong,
.abm-sidebar-help span {
	display: block;
}

.abm-sidebar-help strong {
	font-size: 12px;
}

.abm-sidebar-help span {
	margin-top: 3px;
	color: rgba(255, 255, 255, .7);
	font-size: 11px;
	word-break: break-word;
}

.abm-application-main {
	width: 100%;
	min-width: 0;
	padding: 48px clamp(28px, 5vw, 66px) 54px;
}

.abm-application-main > *,
.abm-application-form,
.abm-form-step,
.abm-plan-grid,
.abm-plan-card,
.abm-fields,
.abm-step-actions {
	min-width: 0;
	max-width: 100%;
}

.abm-app-eyebrow {
	margin-bottom: 8px;
	color: var(--abm-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.abm-application-main > h1 {
	margin: 0;
	color: var(--abm-ink);
	font-size: clamp(28px, 3vw, 41px);
	font-weight: 750;
	line-height: 1.12;
	letter-spacing: -.035em;
}

.abm-app-intro {
	max-width: 760px;
	margin: 14px 0 24px;
	color: var(--abm-muted);
	font-size: 15px;
	line-height: 1.65;
}

.abm-progress {
	height: 5px;
	margin: 28px 0 8px;
	border-radius: 99px;
	background: #e9edf5;
	overflow: hidden;
}

.abm-progress span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--abm-blue), #6384ec);
	transition: width .3s ease;
}

.abm-step-counter {
	margin-bottom: 24px;
	color: var(--abm-muted);
	font-size: 11px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.abm-form-step {
	padding-top: 8px;
}

.abm-js .abm-form-step:not(.is-active) {
	display: none;
}

.abm-step-heading {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 28px;
}

.abm-step-heading > span {
	display: grid;
	place-items: center;
	flex: 0 0 45px;
	height: 45px;
	border-radius: 13px;
	background: var(--abm-sky);
	color: var(--abm-blue);
	font-size: 13px;
	font-weight: 850;
}

.abm-step-heading h2 {
	margin: 0 0 4px;
	color: var(--abm-ink);
	font-size: 24px;
	font-weight: 740;
	letter-spacing: -.025em;
}

.abm-step-heading p {
	margin: 0;
	color: var(--abm-muted);
	font-size: 14px;
	line-height: 1.55;
}

.abm-plan-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.abm-plan-card {
	position: relative;
	display: flex;
	min-height: 190px;
	flex-direction: column;
	gap: 8px;
	padding: 22px;
	border: 1.5px solid var(--abm-line);
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.abm-plan-card:hover {
	transform: translateY(-2px);
	border-color: #aebdeb;
	box-shadow: 0 12px 28px rgba(41, 72, 184, .09);
}

.abm-plan-card:has(input:checked) {
	border-color: var(--abm-blue);
	background: linear-gradient(155deg, #fff, #f6f8ff);
	box-shadow: 0 14px 32px rgba(41, 72, 184, .13);
}

.abm-plan-card input {
	position: absolute;
	opacity: 0;
}

.abm-plan-check {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border: 1.5px solid var(--abm-line);
	border-radius: 50%;
	color: transparent;
	font-size: 12px;
}

.abm-plan-card:has(input:checked) .abm-plan-check {
	border-color: var(--abm-blue);
	background: var(--abm-blue);
	color: #fff;
}

.abm-plan-card strong {
	max-width: calc(100% - 36px);
	color: var(--abm-ink);
	font-size: 18px;
	line-height: 1.3;
}

.abm-plan-price {
	color: var(--abm-blue);
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -.025em;
}

.abm-plan-card > span:not(.abm-plan-check, .abm-plan-price),
.abm-plan-card small {
	color: var(--abm-muted);
	font-size: 12px;
	line-height: 1.45;
}

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

.abm-field {
	display: block;
	margin: 0;
}

.abm-field-wide {
	grid-column: 1 / -1;
}

.abm-field > span {
	display: block;
	margin-bottom: 7px;
	color: #344054;
	font-size: 12px;
	font-weight: 700;
}

.abm-field em {
	color: var(--abm-danger);
	font-style: normal;
}

.abm-application-shell .abm-field input,
.abm-application-shell .abm-field select,
.abm-application-shell .abm-field textarea {
	width: 100%;
	min-height: 47px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid #cfd6e3;
	border-radius: 9px;
	background: #fff;
	box-shadow: none;
	color: var(--abm-ink);
	font: inherit;
	font-size: 14px;
	outline: 0;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.abm-application-shell .abm-field textarea {
	min-height: 130px;
	resize: vertical;
}

.abm-application-shell .abm-field input:focus,
.abm-application-shell .abm-field select:focus,
.abm-application-shell .abm-field textarea:focus {
	border-color: var(--abm-blue-2);
	box-shadow: 0 0 0 3px rgba(54, 93, 216, .13);
}

.abm-application-shell .abm-field input[readonly] {
	background: #f5f7fa;
	color: #667085;
}

.abm-field.has-error input,
.abm-field.has-error select,
.abm-field.has-error textarea,
.abm-plan-grid.has-error .abm-plan-card {
	border-color: var(--abm-danger);
}

.abm-validation-message {
	padding: 11px 13px;
	margin: 0 0 18px;
	border-left: 4px solid var(--abm-danger);
	border-radius: 7px;
	background: #fff1f0;
	color: #7a271a;
	font-size: 13px;
}

.abm-step-actions {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-top: 28px;
	margin-top: 30px;
	border-top: 1px solid var(--abm-line);
}

.abm-step-actions button,
.abm-app-primary {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 11px 19px;
	border: 0;
	border-radius: 9px;
	background: var(--abm-blue);
	color: #fff !important;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.abm-step-actions button:hover,
.abm-app-primary:hover {
	background: #1f3a9d;
	box-shadow: 0 9px 20px rgba(41, 72, 184, .2);
	transform: translateY(-1px);
}

.abm-step-actions .abm-back {
	background: #f1f3f7;
	color: #344054 !important;
}

.abm-step-actions .abm-back:hover {
	background: #e5e9f0;
	box-shadow: none;
}

.abm-form-step[data-step="1"] .abm-step-actions {
	justify-content: flex-end;
}

.abm-document-list {
	display: grid;
	gap: 13px;
}

.abm-document-card {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 15px;
	padding: 18px;
	border: 1px solid var(--abm-line);
	border-radius: 13px;
	background: #fff;
}

.abm-document-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--abm-sky);
	color: var(--abm-blue);
	font-size: 24px;
	font-weight: 700;
}

.abm-document-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.abm-document-title h3 {
	margin: 0;
	color: var(--abm-ink);
	font-size: 16px;
	font-weight: 720;
}

.abm-document-title > span {
	padding: 4px 8px;
	border-radius: 99px;
	background: #f1f4f9;
	color: var(--abm-muted);
	font-size: 10px;
	white-space: nowrap;
}

.abm-document-content {
	display: none;
	padding: 13px 15px;
	margin-top: 12px;
	border-radius: 9px;
	background: #f8faff;
	color: #475467;
	font-size: 13px;
	line-height: 1.65;
}

.abm-document-content.is-open {
	display: block;
}

.abm-document-content p:last-child {
	margin-bottom: 0;
}

.abm-document-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 10px 0 13px;
}

.abm-document-actions button,
.abm-document-actions a {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--abm-blue);
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.abm-agreement,
.abm-final-declaration {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: #344054;
	font-size: 12px;
	line-height: 1.5;
	cursor: pointer;
}

.abm-agreement input,
.abm-final-declaration input {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: var(--abm-blue);
}

.abm-agreement.has-error,
.abm-final-declaration.has-error {
	color: var(--abm-danger);
}

.abm-final-declaration {
	padding: 15px 16px;
	margin-top: 13px;
	border: 1px solid var(--abm-line);
	border-radius: 11px;
	background: #fafbfc;
}

.abm-final-declaration a {
	color: var(--abm-blue);
}

.abm-review-panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--abm-line);
	border-radius: 13px;
	background: var(--abm-line);
	overflow: hidden;
}

.abm-review-item {
	padding: 15px 17px;
	background: #fff;
}

.abm-review-item span,
.abm-review-item strong {
	display: block;
}

.abm-review-item span {
	margin-bottom: 4px;
	color: var(--abm-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.abm-review-item strong {
	color: var(--abm-ink);
	font-size: 13px;
	line-height: 1.45;
	word-break: break-word;
}

.abm-payment-preview {
	display: flex;
	align-items: center;
	padding: 18px;
	margin-top: 18px;
	border: 1px solid #b7e4d3;
	border-radius: 13px;
	background: #f0fbf7;
}

.abm-payment-preview > div {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	column-gap: 12px;
}

.abm-payment-preview strong,
.abm-payment-preview p {
	grid-column: 2;
}

.abm-payment-lock {
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #d4f5e7;
	color: var(--abm-success);
	font-weight: 800;
}

.abm-payment-preview strong {
	color: #075f43;
	font-size: 14px;
}

.abm-payment-preview p {
	margin: 3px 0 0;
	color: #39705e;
	font-size: 12px;
}

.abm-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.abm-app-notice {
	padding: 13px 15px;
	margin: 20px 0;
	border-left: 4px solid var(--abm-blue);
	border-radius: 8px;
	background: var(--abm-sky);
	color: #193c92;
	font-size: 13px;
	line-height: 1.5;
}

.abm-app-notice small {
	display: block;
	margin-top: 4px;
}

.abm-app-notice.abm-app-error {
	border-color: var(--abm-danger);
	background: #fff1f0;
	color: #7a271a;
}

.abm-app-notice.abm-app-success {
	border-color: var(--abm-success);
	background: #ecfdf7;
	color: #075f43;
}

.abm-payment-application {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 28px 0 20px;
	border: 1px solid var(--abm-line);
	border-radius: 12px;
	background: var(--abm-line);
	overflow: hidden;
}

.abm-payment-application > div {
	padding: 14px 16px;
	background: #fff;
}

.abm-payment-application span,
.abm-payment-application strong {
	display: block;
}

.abm-payment-application span {
	margin-bottom: 4px;
	color: var(--abm-muted);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.abm-payment-application strong {
	font-size: 13px;
	word-break: break-word;
}

.abm-checkout-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px;
	border: 1px solid #b9c7f5;
	border-radius: 16px;
	background: linear-gradient(135deg, #f8faff, #edf2ff);
}

.abm-checkout-label {
	color: var(--abm-blue);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.abm-checkout-card h2 {
	margin: 5px 0 2px;
	font-size: 22px;
}

.abm-checkout-card p {
	margin: 0;
	color: var(--abm-muted);
	font-size: 12px;
}

.abm-checkout-price {
	text-align: right;
}

.abm-checkout-price strong,
.abm-checkout-price span {
	display: block;
}

.abm-checkout-price strong {
	color: var(--abm-blue);
	font-size: 26px;
	white-space: nowrap;
}

.abm-checkout-price span {
	color: var(--abm-muted);
	font-size: 11px;
}

.abm-agreement-summary {
	padding: 20px;
	margin-top: 18px;
	border: 1px solid var(--abm-line);
	border-radius: 13px;
}

.abm-agreement-summary h3 {
	margin: 0 0 12px;
	font-size: 15px;
}

.abm-agreement-summary ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.abm-agreement-summary li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.abm-agreement-summary li > span {
	display: grid;
	place-items: center;
	flex: 0 0 20px;
	height: 20px;
	border-radius: 50%;
	background: #dff7ed;
	color: var(--abm-success);
	font-size: 10px;
	font-weight: 800;
}

.abm-agreement-summary strong,
.abm-agreement-summary small {
	display: block;
}

.abm-agreement-summary strong {
	font-size: 12px;
}

.abm-agreement-summary small {
	margin-top: 2px;
	color: var(--abm-muted);
	font-size: 10px;
}

.abm-paypal-form {
	padding-top: 24px;
	text-align: center;
}

.abm-paypal-button {
	display: inline-flex;
	min-width: min(100%, 340px);
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 12px 24px;
	border: 0;
	border-radius: 10px;
	background: #ffc439;
	color: #172c69;
	font: inherit;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(23, 44, 105, .14);
}

.abm-paypal-button span {
	font-size: 12px;
}

.abm-paypal-button strong {
	font-size: 19px;
	font-style: italic;
}

.abm-paypal-form p {
	margin: 9px 0 0;
	color: var(--abm-muted);
	font-size: 10px;
}

.abm-payment-success {
	padding: 44px 26px;
	margin-top: 28px;
	border: 1px solid #b7e4d3;
	border-radius: 16px;
	background: #f0fbf7;
	text-align: center;
}

.abm-payment-success > span {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #d4f5e7;
	color: var(--abm-success);
	font-size: 25px;
	font-weight: 850;
}

.abm-payment-success h2 {
	margin: 0 0 7px;
	font-size: 25px;
}

.abm-payment-success p {
	max-width: 580px;
	margin: 0 auto 20px;
	color: #39705e;
	font-size: 13px;
}

@media (max-width: 920px) {
	.abm-application-shell {
		grid-template-columns: minmax(0, 1fr);
		margin: 20px auto 45px;
		border-radius: 16px;
	}

	.abm-application-sidebar {
		width: 100%;
		min-width: 0;
		padding: 22px;
		overflow: hidden;
	}

	.abm-sidebar-brand {
		padding-bottom: 18px;
		margin-bottom: 18px;
	}

	.abm-step-nav {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.abm-step-group {
		display: contents;
	}

	.abm-step-group h2,
	.abm-sidebar-help {
		display: none;
	}

	.abm-step-link {
		flex: 0 0 auto;
		width: auto;
		min-width: 135px;
		margin: 0;
		padding: 9px 10px;
	}

	.abm-step-link > span {
		flex-basis: 27px;
		height: 27px;
	}
}

@media (max-width: 640px) {
	.abm-application-shell {
		width: 100%;
		max-width: 100%;
		margin-inline: 0;
		border-radius: 0;
		border-inline: 0;
		overflow: hidden;
	}

	.abm-application-main {
		width: 100%;
		min-width: 0;
		padding: 32px 20px 38px;
		overflow: hidden;
	}

	.abm-step-nav {
		width: 100%;
		max-width: calc(100vw - 44px);
	}

	.abm-application-main > h1,
	.abm-app-intro,
	.abm-step-heading h2,
	.abm-step-heading p {
		overflow-wrap: anywhere;
	}

	.abm-plan-grid,
	.abm-fields,
	.abm-review-panel,
	.abm-agreement-summary ul,
	.abm-payment-application {
		width: 100%;
		min-width: 0;
		grid-template-columns: 1fr;
	}

	.abm-plan-card,
	.abm-form-step,
	.abm-step-actions,
	.abm-step-actions button {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.abm-step-heading {
		gap: 11px;
	}

	.abm-step-heading > span {
		flex-basis: 39px;
		height: 39px;
	}

	.abm-step-heading h2 {
		font-size: 21px;
	}

	.abm-document-card {
		grid-template-columns: 1fr;
	}

	.abm-document-icon {
		width: 38px;
		height: 38px;
	}

	.abm-document-title {
		align-items: flex-start;
	}

	.abm-step-actions {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.abm-step-actions button {
		width: 100%;
		white-space: normal;
	}

	.abm-checkout-card {
		align-items: flex-start;
		flex-direction: column;
	}

	.abm-checkout-price {
		text-align: left;
	}
}
