.header-cta {
	position: relative;
	width: 100%;
	height: calc(100vw * 361 / 640);
}

.header-cta .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%) opacity(0.3);
}

.header-cta picture:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	pointer-events: none;
}

.header-cta picture:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background: var(--light-blue);
	pointer-events: none;
}

.contentRender_name_plugins_common_header_cta:nth-of-type(odd) .header-cta picture:after {
	background: var(--red);
}

.header-cta .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	gap: 2px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 24px;
}

.header-cta .ornament {
	width: 44px;
}

.header-cta .title {
	color: var(--white);
	font-family: var(--brandon);
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 900;
	margin-top: 9px;
	padding: 0 20px;
}

.header-cta .subtitle {
	display: block;
	font-family: var(--roboto);
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-transform: none;
	margin-top: 6px;
}

@media (min-width: 40em) {
	.header-cta {
		height: calc(100vw * 280 / 706);
	}
}

@media (min-width: 64em) {
	.header-cta .icon {
		display: block;
	}
	.header-cta {
		height: 100%;
		width: 100%;
	}
	.header-cta .title {
		font-size: 46px;
		line-height: 47px;
	}
	.header-cta .subtitle {
		font-size: 18px;
		line-height: 24px;
		margin: 8px auto 4px;
		max-width: 340px;
	}
	.header-cta .content {
		gap: 0;
		padding-top: 38px;
	}
	.header-cta picture:after,
	.contentRender_name_plugins_common_header_cta:nth-of-type(odd) .header-cta picture:after {
		background: var(--blue);
	}
	.main-desktop-nav-container.green picture:after,
	.main-desktop-nav-container.green .contentRender_name_plugins_common_header_cta:nth-of-type(odd) .header-cta picture:after {
		background: var(--green);
	}
	.main-desktop-nav-container.red picture:after,
	.main-desktop-nav-container.red .contentRender_name_plugins_common_header_cta:nth-of-type(odd) .header-cta picture:after {
		background: var(--red);
	}
	.main-desktop-nav-container.purple picture:after,
	.main-desktop-nav-container.purple .contentRender_name_plugins_common_header_cta:nth-of-type(odd) .header-cta picture:after {
		background: var(--purple);
	}
	.header-cta .image {
		filter: grayscale(60%) opacity(0.7);
	}
	.header-cta .ornament {
		width: 68px;
	}
	@media (hover: hover) {
		.header-cta:hover .title .title-text {
			text-decoration: underline;
		}
	}
}
