.vfc-page {
	--vfc-navy: #22395f;
	--vfc-blue: #034ea2;
	--vfc-teal: #00a49a;
	--vfc-red: #c92127;
	--vfc-ink: #202a36;
	--vfc-muted: #66717f;
	--vfc-line: #dce1e8;
	--vfc-surface: #f4f6f8;
	color: var(--vfc-ink);
}

.vfc-hero {
	border-top: 12px solid var(--vfc-navy);
}

.vfc-hero__brand {
	background: #fff;
	padding: 46px 0 36px;
}

.vfc-hero__brand img {
	display: inline-block;
	height: auto;
	max-width: min(690px, 88%);
}

.vfc-hero__content {
	background: var(--vfc-navy);
	color: #fff;
	padding: 38px 0 58px;
}

.vfc-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0 0 42px;
	padding: 0;
}

.vfc-breadcrumb li {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
}

.vfc-breadcrumb li:not(:last-child)::after {
	color: rgba(255, 255, 255, 0.4);
	content: "/";
	margin-left: 8px;
}

.vfc-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.vfc-breadcrumb a:hover,
.vfc-breadcrumb a:focus {
	text-decoration: underline;
}

.vfc-kicker,
.vfc-section-label {
	color: var(--vfc-teal);
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.vfc-hero h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.17;
	margin: 0;
	max-width: 980px;
}

.vfc-hero__promoter {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	margin: 23px 0 0;
	max-width: 780px;
}

.vfc-funding {
	background: #fff;
	border-bottom: 1px solid var(--vfc-line);
}

.vfc-funding__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vfc-funding__grid > dl {
	margin: 0;
	padding: 34px 44px;
}

.vfc-funding__grid > dl:first-child {
	border-left: 4px solid var(--vfc-teal);
}

.vfc-funding__grid > dl + dl {
	border-left: 1px solid var(--vfc-line);
}

.vfc-funding dt {
	color: var(--vfc-muted);
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.vfc-funding dd {
	color: var(--vfc-navy);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.vfc-operation {
	padding: 92px 0;
}

.vfc-operation__copy {
	padding-right: 72px;
}

.vfc-operation h2,
.vfc-documents h2 {
	color: var(--vfc-navy);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.vfc-objective {
	border-top: 1px solid var(--vfc-line);
	margin-top: 42px;
	padding-top: 34px;
}

.vfc-objective h3,
.vfc-promoter h3 {
	color: var(--vfc-ink);
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}

.vfc-objective p,
.vfc-promoter p {
	color: var(--vfc-muted);
	font-size: 17px;
	line-height: 1.8;
	margin: 0;
}

.vfc-promoter {
	display: flex;
	gap: 18px;
	margin-top: 38px;
}

.vfc-promoter__icon {
	align-items: center;
	background: var(--vfc-red);
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 46px;
	height: 46px;
	justify-content: center;
}

.vfc-poster {
	margin: 0 auto;
	max-width: 430px;
}

.vfc-poster a {
	background: #fff;
	border: 1px solid var(--vfc-line);
	border-radius: 4px;
	box-shadow: 0 18px 45px rgba(34, 57, 95, 0.14);
	display: block;
	overflow: hidden;
	position: relative;
}

.vfc-poster img {
	display: block;
	height: auto;
	width: 100%;
}

.vfc-poster__action {
	align-items: center;
	background: var(--vfc-navy);
	border-radius: 50%;
	bottom: 18px;
	color: #fff;
	display: flex;
	height: 44px;
	justify-content: center;
	position: absolute;
	right: 18px;
	transition: background-color 0.2s ease;
	width: 44px;
}

.vfc-poster a:hover .vfc-poster__action,
.vfc-poster a:focus .vfc-poster__action {
	background: var(--vfc-blue);
}

.vfc-poster figcaption {
	color: var(--vfc-muted);
	font-size: 13px;
	margin-top: 14px;
	text-align: center;
}

.vfc-documents {
	background: var(--vfc-surface);
	border-bottom: 1px solid var(--vfc-line);
	border-top: 1px solid var(--vfc-line);
	padding: 68px 0;
}

.vfc-document-links {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vfc-document-link {
	align-items: center;
	background: #fff;
	border: 1px solid var(--vfc-line);
	border-radius: 4px;
	color: var(--vfc-navy);
	display: grid;
	font-size: 15px;
	font-weight: 600;
	gap: 12px;
	grid-template-columns: auto 1fr auto;
	min-height: 70px;
	padding: 14px 18px;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.vfc-document-link > .fa-file-pdf {
	color: var(--vfc-red);
	font-size: 24px;
}

.vfc-document-link > .fa-external-link-alt {
	font-size: 12px;
}

.vfc-document-link:hover,
.vfc-document-link:focus {
	border-color: var(--vfc-teal);
	color: var(--vfc-blue);
	transform: translateY(-2px);
}

.vfc-cofunding {
	background: #fff;
	border-bottom: 14px solid var(--vfc-navy);
	padding: 48px 0;
}

.vfc-cofunding img {
	height: auto;
	max-width: min(735px, 92%);
}

.vfc-listing-visual {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: #fff;
	border: 1px solid #dce1e8;
	border-top: 10px solid #22395f;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 28px;
	transition: border-color 0.2s ease;
}

.vfc-listing-visual img {
	height: auto;
	max-width: 82%;
}

.vfc-listing-visual:hover,
.vfc-listing-visual:focus {
	border-color: #00a49a;
}

@media (max-width: 991px) {
	.vfc-hero h1 {
		font-size: 38px;
	}

	.vfc-operation {
		padding: 70px 0;
	}

	.vfc-operation__copy {
		padding-right: 12px;
	}

	.vfc-poster {
		margin-top: 54px;
	}

	.vfc-documents h2 {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.vfc-hero {
		border-top-width: 8px;
	}

	.vfc-hero__brand {
		padding: 30px 0 24px;
	}

	.vfc-hero__content {
		padding: 28px 0 44px;
	}

	.vfc-breadcrumb {
		margin-bottom: 30px;
	}

	.vfc-hero h1 {
		font-size: 31px;
		line-height: 1.22;
	}

	.vfc-hero__promoter {
		font-size: 16px;
	}

	.vfc-funding__grid {
		grid-template-columns: 1fr;
	}

	.vfc-funding__grid > dl {
		padding: 26px 22px;
	}

	.vfc-funding__grid > dl:first-child {
		border-left: 0;
		border-top: 4px solid var(--vfc-teal);
	}

	.vfc-funding__grid > dl + dl {
		border-left: 0;
		border-top: 1px solid var(--vfc-line);
	}

	.vfc-funding dd {
		font-size: 26px;
	}

	.vfc-operation {
		padding: 54px 0;
	}

	.vfc-operation h2,
	.vfc-documents h2 {
		font-size: 28px;
	}

	.vfc-objective {
		margin-top: 32px;
		padding-top: 26px;
	}

	.vfc-objective p,
	.vfc-promoter p {
		font-size: 16px;
		line-height: 1.7;
	}

	.vfc-documents {
		padding: 52px 0;
	}

	.vfc-document-links {
		grid-template-columns: 1fr;
	}

	.vfc-cofunding {
		padding: 34px 0;
	}

	.vfc-listing-visual {
		padding: 20px;
	}
}
