.loa-background-cta {
	position: relative;
	isolation: isolate;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	min-height: 320px;
	margin-right: auto;
	margin-left: auto;
	padding: 76px 60px;
	align-items: center;
	overflow: hidden;
	background-color: #4b4f55;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.loa-background-cta__overlay {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: #000;
	pointer-events: none;
}

.loa-background-cta__inner {
	display: grid;
	box-sizing: border-box;
	grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr);
	gap: clamp(42px, 8vw, 120px);
	align-items: center;
	width: 100%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.loa-background-cta__content {
	color: #fff;
	font-size: 1rem;
	line-height: 1.6;
}

.loa-background-cta__content h1,
.loa-background-cta__content h2,
.loa-background-cta__content h3,
.loa-background-cta__content h4 {
	margin: 0 0 16px;
	color: #fff;
	font-weight: 700;
	line-height: 1.15;
}

.loa-background-cta__content h2 {
	font-size: clamp(34px, 4vw, 50px);
}

.loa-background-cta__content p {
	margin: 0 0 16px;
}

.loa-background-cta__content > :last-child {
	margin-bottom: 0;
}

.loa-background-cta__content a {
	color: #fff;
}

.loa-background-cta__button-wrap {
	display: flex;
	width: 100%;
	justify-content: center;
}

.loa-background-cta__button {
	display: inline-flex;
	min-height: 62px;
	padding: 0 40px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #2e58ba;
	color: #fff !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color .25s ease, transform .25s ease;
}

.loa-background-cta__button:hover,
.loa-background-cta__button:focus-visible {
	background: #244796;
	transform: translateY(-2px);
}

.loa-editor.loa-background-cta {
	min-height: 280px;
	margin-top: 32px;
	margin-bottom: 32px;
	padding: 60px 44px;
}

.loa-background-cta:not(.loa-editor) {
	left: auto !important;
	width: 100vw !important;
	max-width: none !important;
	margin-top: 48px !important;
	margin-right: calc(50% - 50vw) !important;
	margin-bottom: 48px !important;
	margin-left: calc(50% - 50vw) !important;
	padding-right: 60px !important;
	padding-left: 60px !important;
}

.loa-background-cta:not(.loa-editor) .loa-background-cta__inner {
	max-width: 1200px;
}

@media (max-width: 767px) {
	.loa-background-cta {
		min-height: 0;
		padding: 58px 16px;
	}

	.loa-background-cta:not(.loa-editor) {
		margin-top: 36px !important;
		margin-bottom: 36px !important;
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.loa-background-cta__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
	}

	.loa-background-cta__content {
		text-align: center;
	}

	.loa-background-cta__button {
		min-height: 56px;
		padding-right: 30px;
		padding-left: 30px;
		font-size: 16px;
	}
}
