.cdc-parallax-campaign {
	scroll-margin-top: 110px;
	background: #f4f1eb;
}

.cdc-parallax-stage {
	--cdc-parallax-y: 0px;
	--cdc-content-y: 0px;
	position: relative;
	isolation: isolate;
	width: 100%;
	height: clamp(620px, 82vh, 780px);
	max-height: 85vh;
	overflow: hidden;
	background: #f5f0e8;
	scroll-margin-top: 170px;
}

.cdc-parallax-stage + .cdc-parallax-stage {
	margin-top: clamp(18px, 2.4vw, 34px);
}

.cdc-parallax-stage__background {
	position: absolute;
	z-index: -3;
	top: calc(0px - var(--cdc-parallax-overdraw, 152px));
	right: -4%;
	bottom: calc(0px - var(--cdc-parallax-overdraw, 152px));
	left: -4%;
	transform: translate3d(0, var(--cdc-parallax-y), 0) scale(1.04);
	transform-origin: center;
	will-change: transform;
}

.cdc-parallax-stage__landscape {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	display: block;
	object-fit: cover;
	object-position: var(--cdc-panel-focal, 50% 50%);
}

.cdc-parallax-stage__shade {
	position: absolute;
	z-index: -2;
	inset: 0;
	background: linear-gradient(90deg, rgba(250, 247, 241, var(--cdc-panel-overlay, .48)) 0%, rgba(250, 247, 241, var(--cdc-panel-overlay, .48)) 30%, rgba(250, 247, 241, .18) 52%, transparent 70%);
	pointer-events: none;
}

.cdc-parallax-stage__inner {
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-top: 150px;
	padding-bottom: 10px;
}

.cdc-parallax-stage__content {
	width: min(48%, 620px);
	padding-block: 20px;
	color: #102a43;
	text-shadow: 0 1px rgba(255, 255, 255, .32);
	transform: translate3d(0, var(--cdc-content-y), 0);
	will-change: transform;
}

.cdc-parallax-stage__content .cdc-eyebrow {
	margin-bottom: 14px;
	color: #0b7779;
}

.cdc-parallax-stage__content h2 {
	max-width: 12ch;
	margin-bottom: 22px;
	font-size: clamp(2.55rem, 5vw, 5rem);
	line-height: .98;
}

.cdc-parallax-stage--2 .cdc-parallax-stage__content h2 {
	max-width: 13ch;
	font-size: clamp(2.45rem, 4.7vw, 4.75rem);
}

.cdc-parallax-stage--3 .cdc-parallax-stage__content h2 {
	max-width: 12ch;
	font-size: clamp(2.5rem, 4.8vw, 4.8rem);
}

.cdc-parallax-stage__copy {
	max-width: 54ch;
	margin-bottom: 22px;
	font-size: clamp(1.05rem, 1.4vw, 1.28rem);
	line-height: 1.62;
}

.cdc-parallax-stage__points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	max-width: 590px;
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
}

.cdc-parallax-stage__points li {
	padding: 9px 15px;
	border: 1px solid rgba(16, 42, 67, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .68);
	color: #102a43;
	font-weight: 800;
}

.cdc-parallax-stage--3 .cdc-parallax-stage__points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 22px;
}

.cdc-parallax-stage--3 .cdc-parallax-stage__points li {
	padding: 0 0 0 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
	position: relative;
}

.cdc-parallax-stage--3 .cdc-parallax-stage__points li::before {
	position: absolute;
	top: .65em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #5a2b91;
	content: "";
}

.cdc-parallax-stage__disclaimer {
	max-width: 58ch;
	margin: -4px 0 24px;
	color: #3e5366;
	font-size: .9rem;
	line-height: 1.55;
}

.cdc-parallax-stage__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.cdc-parallax-stage__actions .cdc-button {
	box-shadow: 0 12px 28px rgba(16, 42, 67, .12);
}

.cdc-parallax-stage__actions .cdc-button--secondary {
	background: rgba(255, 255, 255, .82);
}

.cdc-parallax-stage__actions .cdc-button:focus-visible {
	outline: 4px solid #692fa1;
	outline-offset: 4px;
}

.cdc-parallax-stage--3 .cdc-parallax-stage__actions {
	flex-wrap: nowrap;
	gap: 8px;
}

.cdc-parallax-stage--3 .cdc-parallax-stage__content {
	padding-block: 8px;
}

.cdc-parallax-stage--3 .cdc-parallax-stage__actions .cdc-button {
	padding-inline: 16px;
	font-size: .86rem;
	white-space: nowrap;
}

.cdc-parallax-stage__mobile {
	display: none;
}

.cdc-coverage-information {
	scroll-margin-top: 110px;
}

.cdc-coverage-information__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
	align-items: center;
	gap: clamp(32px, 7vw, 96px);
}

.cdc-coverage-information__actions {
	display: grid;
	justify-items: start;
	gap: 18px;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.cdc-parallax-stage {
		height: clamp(560px, 72vh, 680px);
		max-height: 82vh;
	}

	.cdc-parallax-stage__background {
		right: -3.5%;
		left: -3.5%;
		transform: translate3d(0, var(--cdc-parallax-y), 0) scale(1.035);
	}

	.cdc-parallax-stage__content {
		width: min(52%, 520px);
	}

	.cdc-parallax-stage--3 .cdc-parallax-stage__content {
		width: min(64%, 560px);
	}

	.cdc-parallax-stage--3 .cdc-parallax-stage__actions .cdc-button {
		padding-inline: 12px;
		font-size: .78rem;
	}

	.cdc-parallax-stage__inner {
		padding-top: 110px;
	}

	.cdc-parallax-stage__content h2,
	.cdc-parallax-stage--2 .cdc-parallax-stage__content h2,
	.cdc-parallax-stage--3 .cdc-parallax-stage__content h2 {
		font-size: clamp(2.25rem, 5vw, 3.55rem);
	}

	.cdc-parallax-stage__copy {
		font-size: 1rem;
		line-height: 1.52;
	}
}

@media (max-width: 767px) {
	.cdc-parallax-campaign {
		padding: 24px 0;
	}

	.cdc-parallax-stage {
		height: auto;
		max-height: none;
		min-height: 0;
		background: #f6f3ee;
	}

	.cdc-parallax-stage + .cdc-parallax-stage {
		margin-top: 22px;
	}

	.cdc-parallax-stage__background,
	.cdc-parallax-stage__shade,
	.cdc-parallax-stage__inner {
		display: none;
	}

	.cdc-parallax-stage__background,
	.cdc-parallax-stage__content {
		transform: none;
		will-change: auto;
	}

	.cdc-parallax-stage__mobile {
		width: 100%;
		display: block;
		background: #f6f3ee;
		text-decoration: none;
	}

	.cdc-parallax-stage__mobile-media {
		width: 100%;
		aspect-ratio: 4 / 5;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.cdc-parallax-stage__mobile-media img {
		position: absolute;
		inset: 0;
		width: 100% !important;
		height: 100% !important;
		display: block;
		object-fit: contain;
		background: #f6f3ee;
	}

	.cdc-parallax-stage__mobile:focus-visible {
		outline: 5px solid #692fa1;
		outline-offset: -7px;
	}

	.cdc-coverage-information__grid {
		grid-template-columns: 1fr;
	}

	.cdc-coverage-information__actions,
	.cdc-coverage-information__actions .cdc-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cdc-parallax-stage__background {
		transform: translate3d(0, 0, 0) scale(1.04) !important;
		transition: none !important;
		will-change: auto;
	}

	.cdc-parallax-stage__content {
		transform: none !important;
		transition: none !important;
		will-change: auto;
	}
}
