﻿@font-face{
	font-family: "Source Sans 3";
	src: url("../assets/sourcesans3-regular.woff2") format("woff2"), url("../assets/SourceSans3-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Source Sans 3";
	src: url("../assets/sourcesans3-bold.woff2") format("woff2"), url("../assets/SourceSans3-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
:root{
	--paper: #f9f9f7;
	--white: #ffffff;
	--blue: #1e3f74;
	--graphite: #1a1a1c;
	--red: #9b2f2f;
	--gold: #c78c24;
	--steel: #bac9d7;
	--line: rgba(30, 63, 116, 0.16);
	--muted: rgba(26, 26, 28, 0.68);
	--radius: 8px;
	--container: 1280px;
}
*{
	box-sizing: border-box;
}
::selection{
	color: var(--white);
	background: var(--red);
}
html{
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
}
body{
	margin: 0;
	background: var(--paper);
	color: var(--graphite);
	font-family: "Source Sans 3", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.58;
}
img{
	display: block;
	max-width: 100%;
}
button{
	cursor: pointer;
}
a,
a:focus{
	color: inherit;
	text-decoration: none;
}
h1,
h2,
h3,
p{
	margin: 0;
}
h1{
	max-width: 800px;
	color: var(--blue);
	font-size: clamp(42px, 12vw, 56px);
	line-height: 1;
	letter-spacing: 0;
	text-shadow: none;
}
h2{
	max-width: 760px;
	color: var(--blue);
	font-size: 32px;
	line-height: 1.08;
	letter-spacing: 0;
}
h3{
	color: var(--blue);
	font-size: 23px;
	line-height: 1.18;
}
.container{
	width: min(100% - 40px, var(--container));
	margin: 0 auto;
}
.site-header{
	position: fixed;
	top: 18px;
	left: 18px;
	right: auto;
	z-index: 20;
	display: block;
	width: auto;
	min-height: 0;
	padding: 0;
	color: var(--blue);
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
	transform: none;
	transition: top 220ms ease, width 220ms ease, min-height 220ms ease, padding 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
body.compensate-for-scrollbar .site-header{
	padding-right: 17px;
	margin-right: 0 !important;
}
.site-header::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.92) 18%, rgba(186, 201, 215, 0.34) 72%, transparent 100%);
	display: none;
	pointer-events: none;
}
.site-header::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(30, 63, 116, 0.12) 22%, rgba(155, 47, 47, 0.12) 54%, transparent 100%);
	display: none;
	pointer-events: none;
}
.site-header.is-scrolled{
	top: 18px;
	width: auto;
	min-height: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}
.site-header.is-menu-open::before{
	position: fixed;
	inset: 0;
	z-index: 29;
	display: block;
	width: auto;
	height: auto;
	background: rgba(10, 18, 28, 0.42);
	backdrop-filter: blur(3px);
}
.site-header.is-scrolled::before,
.site-header.is-scrolled::after{
	opacity: 0;
}
.site-header.is-menu-open::before{
	opacity: 1;
}
.brand{
	position: relative;
	z-index: 1;
	display: none;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.brand img{
	width: 64px;
	max-height: 52px;
	height: auto;
	object-fit: contain;
	filter: none;
	transition: height 220ms ease, max-height 220ms ease;
}
.site-header.is-scrolled .brand img{
	height: 40px;
	max-height: 40px;
}
.brand-wordmark{
	display: grid;
	gap: 5px;
	color: var(--blue);
	font-size: 23px;
	font-weight: 700;
	line-height: 0.92;
	letter-spacing: 0;
	text-transform: uppercase;
	transform: translateY(2px);
}
.nav{
	position: relative;
	z-index: 1;
	display: none;
}
.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	display: flex;
	width: min(100%, 360px);
	padding: 22px 20px 28px;
	flex-direction: column;
	gap: 26px;
	background: rgba(249, 249, 247, 0.96);
	box-shadow: -24px 0 58px rgba(10, 18, 28, 0.16);
	backdrop-filter: blur(18px);
	transform: translateX(100%);
	transition: transform 260ms ease;
}
.site-header.is-menu-open .mobile-menu{
	transform: translateX(0);
}
.mobile-menu-logo{
	display: inline-flex;
	width: 180px;
}
.mobile-menu-logo img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.mobile-menu .nav{
	display: grid;
	gap: 6px;
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
}
.mobile-menu .header-action{
	width: 100%;
	margin-top: auto;
}
.site-header.is-scrolled .mobile-menu .header-action,
.site-header.is-scrolled .mobile-menu .header-action:focus{
	min-height: 48px;
	padding: 0 24px;
	font-size: 15px;
}
.menu-toggle,
.menu-toggle:focus{
	position: relative;
	z-index: 31;
	display: flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: rgba(249, 249, 247, 0.86);
	color: var(--blue);
	outline: none;
	cursor: pointer;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after{
	content: "";
	position: absolute;
	left: 11px;
	display: block;
	height: 2px;
	background: currentColor;
	transition: top 220ms ease, transform 220ms ease, opacity 180ms ease, width 180ms ease;
}
.menu-toggle span{
	top: 21px;
	width: 17px;
}
.menu-toggle::before{
	top: 14px;
	width: 22px;
}
.menu-toggle::after{
	top: 28px;
	width: 12px;
}
.site-header.is-menu-open .menu-toggle span{
	width: 22px;
	opacity: 0;
}
.site-header.is-menu-open .menu-toggle::before{
	top: 21px;
	width: 22px;
	transform: rotate(45deg);
}
.site-header.is-menu-open .menu-toggle::after{
	top: 21px;
	width: 22px;
	transform: rotate(-45deg);
}
.hero-mobile-logo{
	display: block;
	width: 178px;
	height: auto;
	margin-top: 0;
}
.hero-mobile-logo + .eyebrow{
	margin-top: 28px;
}
.nav a{
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0;
	transition: color 180ms ease;
}
.nav a::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 180ms ease;
}
.nav a:hover,
.nav a:focus-visible{
	color: var(--red);
}
.nav a:hover::after,
.nav a:focus-visible::after{
	transform: scaleX(1);
}
.btn,
.btn:focus{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 48px;
	padding: 0 24px;
	border: 1px solid var(--blue);
	border-radius: 0;
	font-weight: 700;
	line-height: 1;
	outline: none;
	background-size: 220% 220%;
	background-position: 0 0;
	transition: background-position 240ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.btn:hover,
.btn:focus-visible{
	background-position: 100% 100%;
}
.btn-primary,
.btn-primary:focus{
	position: relative;
	min-height: 54px;
	padding: 0 30px;
	background-color: var(--red);
	background-image: linear-gradient(135deg, rgba(128, 31, 31, 0.98) 0%, rgba(184, 65, 65, 0.98) 38%, rgba(128, 31, 31, 0.98) 72%, rgba(155, 47, 47, 0.98) 100%);
	border-color: rgba(255, 255, 255, 0.22);
	color: var(--white);
	box-shadow: 0 16px 34px rgba(155, 47, 47, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(71, 12, 12, 0.28);
}
.btn-secondary,
.btn-secondary:focus{
	background-color: rgba(249, 249, 247, 0.74);
	background-image: linear-gradient(135deg, rgba(249, 249, 247, 0.74) 0%, rgba(255, 255, 255, 0.54) 30%, rgba(186, 201, 215, 0.24) 52%, rgba(249, 249, 247, 0.74) 60%);
	background-size: 220% 220%;
	background-position: 0 0;
	color: var(--blue);
	border-color: rgba(30, 63, 116, 0.56);
}
.btn-secondary:hover,
.btn-secondary:focus-visible{
	background-position: 100% 100%;
}
.header-action{
	position: relative;
	z-index: 1;
	font-size: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 10px 22px rgba(30, 63, 116, 0.08);
	transition: min-height 220ms ease, padding 220ms ease, font-size 220ms ease, background-position 240ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.header-action,
.header-action:focus{
	min-height: 42px;
	padding: 0 12px;
}
.site-header.is-scrolled .header-action,
.site-header.is-scrolled .header-action:focus{
	min-height: 38px;
	padding: 0 14px;
	font-size: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 8px 18px rgba(30, 63, 116, 0.06);
}
.hero{
	position: relative;
	display: grid;
	align-items: end;
	height: 100dvh;
	min-height: 680px;
	overflow: hidden;
	padding: 116px 0 52px;
}
#about::after{
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(#F9F9F700, var(--paper));
	pointer-events: none;
}
.hero-video{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.82);
}
.hero-architecture,
.hero-visual{
	display: none;
}
.hero-shade{
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(249, 249, 247, 0.58) 0%, rgba(249, 249, 247, 0.32) 42%, rgba(249, 249, 247, 0.46) 100%);
	opacity: 1;
	pointer-events: none;
	transition: opacity 2s ease;
}
.hero.is-scrolled .hero-shade{
	opacity: 0;
}
.hero-grid{
	position: relative;
	z-index: 3;
	display: block;
	perspective: 900px;
	text-align: center;
}
.hero-content{
	position: relative;
	z-index: 2;
	max-width: 930px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	opacity: 1;
	filter: blur(0);
	transform: translate3d(0, 0, 0) scale(1);
	transform-origin: center top;
	transform-style: preserve-3d;
	transition: opacity 1s ease, filter 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero.is-scrolled .hero-content{
	opacity: 0;
	filter: blur(10px);
	pointer-events: none;
	transform: translate3d(0, -20px, -20px) scale(0.9);
	transition: opacity 1s ease, filter 2s ease, transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.eyebrow{
	display: inline-flex;
	margin: 0;
	padding: 5px 10px 3px;
	color: var(--white);
	background: var(--red);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}
.eyebrow + h1,
.eyebrow + h2{
	margin-top: 12px;
}
.hero-content h1{
	position: relative;
	margin-top: 44px;
	margin-left: auto;
	margin-right: auto;
}
.hero-content h1::before{
	content: "";
	position: absolute;
	top: -14px;
	left: 50%;
	width: min(360px, 64vw);
	height: 2px;
	background: var(--blue);
	transform: translateX(-50%);
}
.lead{
	max-width: 100%;
	color: rgba(26, 26, 28, 0.78);
	font-size: 18px;
	line-height: 1.52;
	text-shadow: none;
}
.hero-content .lead{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(26, 26, 28, 0.72);
}
.actions{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.hero-content .actions{
	justify-content: center;
	margin-top: 34px;
}
.hero-content .btn-secondary,
.hero-content .btn-secondary:focus{
	background-color: rgba(255, 255, 255, 0.94);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(249, 249, 247, 0.86) 30%, rgba(186, 201, 215, 0.38) 52%, rgba(255, 255, 255, 0.94) 60%);
	border-color: rgba(30, 63, 116, 0.72);
	box-shadow: 0 14px 32px rgba(30, 63, 116, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}
.heartbeat-panel{
	display: none;
	min-height: 50dvh;
	place-items: center;
}
.heartbeat-stage{
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 920px);
	min-height: 320px;
}
.heartbeat-stage > img:first-of-type{
	width: clamp(150px, 18vw, 248px);
	height: auto;
	transform: scale(var(--heartbeat-scale, 1));
	transform-origin: center;
	will-change: transform;
}
.heartbeat-caption{
	position: absolute;
	top: 50%;
	width: min(260px, 24vw);
	color: var(--blue);
	opacity: 0;
	text-align: center;
	transform: translateY(-50%) scale(0.96);
	transition: opacity 1s ease, transform 1s ease;
}
.heartbeat-panel.is-caption-visible .heartbeat-stage .heartbeat-caption{
	opacity: 1;
	transform: translateY(-50%) scale(1);
}
.heartbeat-caption h2{
	margin: 0;
	color: var(--blue);
	font-size: clamp(28px, 3.2vw, 48px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}
.heartbeat-caption p{
	margin-top: 18px;
	color: rgba(26, 26, 28, 0.72);
	font-size: 17px;
	line-height: 1.46;
}
.heartbeat-caption-left{
	right: calc(50% + clamp(180px, 25vw, 330px));
}
.heartbeat-caption-right{
	left: calc(50% + clamp(180px, 25vw, 330px));
}
.section{
	padding: 72px 0;
}
.section-paper{
	background: var(--paper);
}
.section-white{
	background: var(--white);
}
.section-blue{
	background: var(--blue);
	color: var(--white);
}
.projects{
	overflow: hidden;
}
.split .text-link{
	display: inline-flex;
	margin-top: 24px;
}
.section-head + .support-grid,
.section-head + .project-grid,
.section-head + .news-grid{
	margin-top: 42px;
}
.news-mobile-more{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.news-all-link-desktop{
	display: none;
}
.news-all-link{
	position: relative;
	border-bottom: 0;
	font-weight: 400;
}
.news-all-link::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: calc(100% + 4px);
	height: 1px;
	background: currentColor;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: opacity 180ms ease, transform 180ms ease;
}
.news-all-link::after{
	content: "\2192";
	display: inline-block;
	margin-left: 8px;
	line-height: 1;
	vertical-align: baseline;
	transition: transform 180ms ease;
}
.news-all-link:hover::after,
.news-all-link:focus-visible::after{
	transform: translateX(4px);
}
.news-all-link:hover::before,
.news-all-link:focus-visible::before{
	opacity: 1;
	transform: scaleX(1);
}
.section-note{
	max-width: 420px;
	margin-top: 18px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.6;
}
.text-link,
:is(.project-card, .news-grid) a,
.support-card-link{
	display: inline-flex;
	color: var(--blue);
	font-weight: 700;
	border-bottom: 1px solid currentColor;
	transition: color 160ms ease, border-color 160ms ease;
}
.text-link:hover,
:is(.project-card, .news-grid) a:hover{
	color: var(--red);
}
.support-grid,
.project-grid,
.numbers-grid,
.news-grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
.project-head{
	position: relative;
	align-items: flex-start;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}
.project-head .eyebrow + h2{
	position: relative;
	margin-left: auto;
	margin-top: 44px;
	margin-right: auto;
}
.project-head .eyebrow + h2::before{
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	width: min(360px, 76vw);
	height: 2px;
	background: currentColor;
	opacity: 0.72;
	transform: translateX(-50%);
}
.project-head .section-note{
	margin-left: auto;
	margin-right: auto;
}
.section-blue .project-head .section-note{
	color: rgba(255, 255, 255, 0.76);
}
.project-head-text{
	max-width: 420px;
	margin-top: 28px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.65;
}
.project-actions{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
	gap: 16px;
	margin-top: 30px;
}
.project-all-link{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 22px;
	border-bottom: 0;
	font-weight: 400;
	line-height: 1.25;
}
.project-all-link::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: calc(100% + 4px);
	height: 1px;
	background: currentColor;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: opacity 180ms ease, transform 180ms ease;
}
.project-all-link::after{
	content: "\2192";
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	height: 1em;
	line-height: 1em;
	transition: transform 180ms ease;
}
.project-all-link:hover::after,
.project-all-link:focus-visible::after{
	transform: translate3d(4px, 0, 0);
}
.project-all-link:hover::before,
.project-all-link:focus-visible::before{
	opacity: 1;
	transform: scaleX(1);
}
.project-more{
	display: flex;
	justify-content: center;
	margin-top: 22px;
}
.project-slider{
	min-width: 0;
}
.project-slider.slick-initialized{
	display: block;
	margin-left: -10px;
	margin-right: -10px;
}
.project-slider .slick-list{
	overflow: visible;
}
.project-slider .slick-track{
	display: flex;
	align-items: stretch;
}
.project-slider .slick-slide{
	display: flex;
	align-items: stretch;
	height: auto;
	margin: 0 10px;
}
.project-slider .slick-slide > div{
	display: flex;
	width: 100%;
	height: 100%;
}
.project-slider .project-card{
	width: 100%;
	height: 100%;
}
.project-slider-arrow,
.project-slider-arrow:focus{
	position: relative;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(249, 249, 247, 0.58);
	border-radius: 50%;
	background: rgba(249, 249, 247, 0.08);
	cursor: pointer;
	outline: none;
	transition: background 180ms ease, border-color 180ms ease, opacity 180ms ease;
}
.project-slider-arrow::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--white);
	border-right: 2px solid var(--white);
	transform: translate(-65%, -50%) rotate(45deg);
}
.project-slider-prev::before{
	transform: translate(-35%, -50%) rotate(-135deg);
}
.project-slider-arrow:hover,
.project-slider-arrow:focus-visible{
	background: rgba(249, 249, 247, 0.18);
	border-color: rgba(249, 249, 247, 0.86);
}
.project-slider-arrow.slick-disabled{
	opacity: 0.38;
	pointer-events: none;
}
.project-slider .slick-dots{
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
	padding: 0;
	list-style: none;
}
.project-slider .slick-dots button{
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 50%;
	background: rgba(249, 249, 247, 0.34);
	color: transparent;
}
.project-slider .slick-active button{
	background: var(--paper);
}
.support-card,
.project-card{
	display: flex;
	flex-direction: column;
	background: var(--paper);
	border: 1px solid rgba(30, 63, 116, 0.12);
	border-radius: var(--radius);
	overflow: hidden;
}
.support-card{
	position: relative;
	align-items: flex-start;
	aspect-ratio: 3 / 4;
	min-height: 292px;
	padding: 28px;
	color: var(--white);
	isolation: isolate;
}
.support-card::before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	pointer-events: none;
}
.support-card-image{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: left top;
	transition: all 900ms cubic-bezier(0.22, 1, 0.36, 1);
}
.support-card:hover .support-card-image,
.support-card:focus-visible .support-card-image{
	object-position: right top;
}
.support-card h3,
.project-card h3,
.steps h3,
.news-grid h3{
	margin-top: 0;
}
.support-card-content,
.support-card-link{
	position: relative;
	z-index: 1;
	pointer-events: none;
}
.support-card h3,
.support-card p,
.support-card-link{
	color: var(--white);
}
.support-card h3{
	position: relative;
	display: grid;
	min-height: 2.08em;
	align-items: end;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.04;
	text-transform: uppercase;
	text-wrap: balance;
}
.support-card h3::after{
	content: "";
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	width: 54px;
	height: 3px;
	background: var(--white);
	transform: translateX(-50%);
}
.support-card-content{
	width: 100%;
}
.support-card-content p{
	max-width: 270px;
}
.project-card p,
.steps p,
.news-grid p{
	color: var(--muted);
}
.project-card p,
.steps p,
.news-grid p{
	margin-top: 12px;
}
.support-card p{
	margin-top: 39px;
}
.project-card p + a,
.news-grid p + a{
	margin-top: auto;
}
.support-card-link{
	margin-top: 18px;
}
.support-card p,
.project-card p,
.news-grid p{
	margin-bottom: 18px;
}
.support-card-layout-center{
	align-items: center;
	text-align: center;
}
.support-card-layout-center .support-card-content{
	margin-top: auto;
}
.support-card-layout-center .support-card-content p{
	margin-left: auto;
	margin-right: auto;
}
.line-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: var(--red);
	border: 1px solid rgba(155, 47, 47, 0.34);
	border-radius: 50%;
	font-weight: 700;
}
.line-icon + h3{
	margin-top: 34px;
}
.section-blue .eyebrow{
	color: var(--blue);
	background: var(--paper);
}
.section-blue h2,
.section-blue .text-link,
.section-blue .project-card h3{
	color: var(--white);
}
.section-blue .text-link:hover{
	color: rgba(255, 255, 255, 0.78);
}
.section-blue .project-card{
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.section-blue .project-card p{
	color: rgba(255, 255, 255, 0.76);
}
.section-blue .project-card a{
	color: var(--white);
}
.section-blue .project-card a:hover{
	color: rgba(255, 255, 255, 0.78);
}
.section-blue .tag{
	color: var(--white);
}
.project-media{
	position: relative;
	min-height: 260px;
	overflow: hidden;
}
.project-media::before{
	content: "";
	position: absolute;
	inset: 34px;
	border: 16px solid rgba(249, 249, 247, 0.48);
	transform: rotate(-24deg);
}
.project-media::after{
	content: "";
	position: absolute;
	inset: 76px -40px 56px 80px;
	border: 16px solid rgba(249, 249, 247, 0.48);
	border-width: 10px;
	transform: rotate(22deg);
}
.media-blue{
	background: var(--blue);
}
.media-steel{
	background: var(--steel);
}
.media-red{
	background: var(--red);
}
.project-body{
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px;
}
.active-project-grid{
	margin-top: 54px;
}
.active-project-card{
	position: relative;
	min-height: 410px;
	background: rgba(255, 255, 255, 0.62);
	border-color: rgba(30, 63, 116, 0.14);
	border-left: 5px solid var(--blue);
	box-shadow: 0 18px 42px rgba(30, 63, 116, 0.08);
}
.active-project-card .project-body{
	padding: 42px 38px 38px;
}
.active-project-card h3{
	max-width: 330px;
	margin-top: 24px;
	color: var(--blue);
	font-size: clamp(34px, 3vw, 44px);
	line-height: 1.04;
}
.active-project-card p{
	max-width: 330px;
	margin-top: 24px;
	color: var(--muted);
	line-height: 1.62;
}
.active-project-card a{
	margin-top: auto;
	border-bottom: 0;
}
.active-project-card a::after{
	content: "\2192";
	margin-left: 10px;
	font-weight: 400;
	transition: transform 180ms ease;
}
.active-project-card a:hover::after,
.active-project-card a:focus-visible::after{
	transform: translateX(4px);
}
.active-project-card-red{
	border-left-color: var(--red);
}
.active-project-card-gold{
	border-left-color: var(--gold);
}
.active-project-card-red .tag,
.active-project-card-red a{
	color: var(--red);
}
.active-project-card-gold .tag,
.active-project-card-gold a{
	color: var(--gold);
}
.active-project-card-blue a:hover,
.active-project-card-blue a:focus-visible{
	color: var(--blue);
}
.active-project-card-red a:hover,
.active-project-card-red a:focus-visible{
	color: var(--red);
}
.active-project-card-gold a:hover,
.active-project-card-gold a:focus-visible{
	color: var(--gold);
}
.project-filter{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 42px;
}
.project-filter button,
.project-filter button:focus{
	min-height: 40px;
	padding: 0 16px;
	color: var(--blue);
	background: transparent;
	border: 1px solid rgba(30, 63, 116, 0.28);
	cursor: pointer;
	outline: none;
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}
.project-filter button:hover,
.project-filter button:focus-visible,
.project-filter button.is-active{
	color: var(--white);
	background: var(--blue);
	border-color: var(--blue);
}
.project-card.is-hidden{
	display: none;
}
.project-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.project-tags .tag + .tag::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 9px 2px;
	background: currentColor;
	border-radius: 50%;
	vertical-align: middle;
}
.tag{
	display: inline-block;
	color: var(--red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.45;
	text-transform: uppercase;
}
.project-tags + h3,
.tag + h3{
	margin-top: 18px;
}
.work-grid,
.partners-grid{
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	gap: 56px;
}
.steps{
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}
.steps article{
	background: var(--paper);
	border: 1px solid rgba(30, 63, 116, 0.12);
	border-radius: var(--radius);
	padding: 26px;
}
.steps span{
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	color: var(--red);
	background: rgba(255, 255, 255, 0);
	border: 2px solid currentColor;
	border-radius: 50%;
	font-size: 30px;
	line-height: 1;
}
.steps span + h3{
	margin-top: 28px;
}
.numbers{
	padding: 72px 0;
}
.numbers-grid{
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
}
.numbers strong{
	display: block;
	font-size: clamp(42px, 5vw, 72px);
	line-height: 0.95;
}
.numbers span{
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
}
.news-grid article{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: var(--paper);
	border: 1px solid rgba(30, 63, 116, 0.12);
	border-radius: var(--radius);
	padding: 30px;
}
time{
	display: block;
	color: var(--red);
	font-size: 14px;
	font-weight: 700;
}
time + h3{
	margin-top: 20px;
}
.logos{
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}
.partners-carousel{
	position: relative;
	margin-top: 36px;
	padding: 0 58px;
}
.partners-carousel .logos{
	margin-top: 0;
}
.logos.slick-initialized{
	display: block;
}
.logos .slick-track{
	display: flex;
	align-items: stretch;
}
.logos .slick-slide{
	display: flex;
	align-items: stretch;
	height: auto;
}
.logos .slick-slide > div{
	display: flex;
	width: 100%;
	height: 100%;
}
.partner-card{
	display: grid;
	grid-template-rows: 118px 86px;
	align-items: start;
	justify-items: center;
	padding: 0 22px;
	text-align: center;
}
.partner-logo{
	display: flex;
	width: 100%;
	height: 118px;
	align-items: center;
	justify-content: center;
}
.partner-logo img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.partner-card h3{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.partners-slider-arrow,
.partners-slider-arrow:focus{
	position: absolute;
	top: 50%;
	z-index: 2;
	border-color: rgba(30, 63, 116, 0.42);
	background: rgba(249, 249, 247, 0.72);
	transform: translateY(-50%);
}
.partners-slider-arrow::before{
	border-color: var(--blue);
}
.partners-slider-prev::before{
	transform: translate(-35%, -50%) rotate(-135deg);
}
.partners-slider-prev{
	left: 0;
}
.partners-slider-next{
	right: 0;
}
.footer{
	padding: 82px 0 26px;
	background: var(--blue);
	color: var(--white);
}
.footer-grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
}
.footer img{
	width: 210px;
}
.footer-about p{
	max-width: 390px;
	margin-top: 26px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 18px;
	line-height: 1.55;
}
.footer-about p + p{
	max-width: 430px;
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 15px;
	line-height: 1.55;
}
.footer-copy,
.footer-copy:focus{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-left: 6px;
	padding: 0;
	vertical-align: -4px;
	color: inherit;
	background: none;
	border: 0;
	transition: color 160ms ease;
}
.footer-copy:hover,
.footer-copy:focus-visible{
	color: var(--white);
}
.footer-copy span{
	width: 20px;
	height: 20px;
	background: currentColor;
	mask: url("../assets/icon-copy.svg") center / contain no-repeat;
	opacity: 0.72;
	transition: opacity 160ms ease, background-color 160ms ease;
}
.footer-copy.is-copied span{
	opacity: 1;
	background: var(--white);
}
.footer h3{
	margin-top: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
	text-transform: uppercase;
}
.footer-nav,
.footer-legal > div{
	display: grid;
	align-content: start;
	gap: 12px;
}
.footer a{
	position: relative;
	width: fit-content;
	color: var(--paper);
	transition: color 160ms ease;
}
.footer a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 180ms ease;
}
.footer a:hover,
.footer a:focus-visible{
	color: var(--white);
}
.footer a:hover::after,
.footer a:focus-visible::after{
	transform: scaleX(1);
}
.footer-legal p,
.footer-legal > div{
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.74);
}
.footer-legal p:first-of-type{
	margin-top: 18px;
}
.footer-contact-link{
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.footer-contact-link img{
	width: 24px;
	height: 24px;
	filter: brightness(0) invert(1);
	opacity: 0.78;
	transform: translateY(-1px);
}
.footer-bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 14px;
	margin-top: 64px;
	padding-top: 24px;
	color: rgba(255, 255, 255, 0.62);
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 14px;
}
.modal-form{
	display: none;
	width: min(100% - 32px, 620px);
	padding: 38px;
	background: var(--paper);
	color: var(--graphite);
}
.modal-form h2{
	margin-top: 28px;
	color: var(--blue);
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.02;
}
.modal-form .section-note{
	margin-top: 18px;
}
.request-form{
	display: grid;
	gap: 18px;
	margin-top: 30px;
}
.request-form label{
	display: grid;
	gap: 8px;
}
.request-form label span{
	color: var(--blue);
	font-weight: 700;
}
.request-form input,
.request-form select,
.request-form textarea{
	width: 100%;
	padding: 12px 14px;
	color: var(--graphite);
	background: var(--white);
	border: 1px solid rgba(30, 63, 116, 0.24);
	border-radius: 0;
	font: inherit;
	outline: none;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}
.request-form textarea{
	resize: vertical;
}
.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus{
	border-color: var(--blue);
	box-shadow: 0 0 0 3px rgba(30, 63, 116, 0.12);
}
.request-form .btn{
	margin-top: 6px;
}
.form-success{
	display: none;
	margin-top: 0;
	color: var(--blue);
	font-weight: 700;
}
.request-form.is-sent .form-success{
	display: block;
}
.page-main{
	padding-top: 112px;
}
.project-hero{
	padding: 72px 0;
	background: var(--blue);
	color: var(--white);
}
.project-hero h1{
	color: var(--white);
}
.project-hero .lead{
	max-width: 780px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.78);
}
.about-hero .lead{
	max-width: 820px;
}
.about-layout{
	display: grid;
	grid-template-columns: 1fr;
	gap: 42px;
}
.about-panel{
	display: grid;
	gap: 18px;
	padding: 34px;
	background: rgba(255, 255, 255, 0.56);
	border-left: 4px solid var(--red);
}
.about-panel p{
	color: var(--muted);
	font-size: 20px;
	line-height: 1.62;
}
.leader-card,
.about-timeline article{
	background: var(--paper);
	border: 1px solid rgba(30, 63, 116, 0.12);
	padding: 28px;
}
.leader-card h3,
.about-timeline h3{
	color: var(--blue);
}
.leader-card p,
.about-timeline p{
	margin-top: 14px;
	color: var(--muted);
}
.section-blue .leader-card{
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
}
.section-blue .leader-card h3{
	color: var(--white);
}
.section-blue .leader-card p{
	color: rgba(255, 255, 255, 0.74);
}
.leader-grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}
.about-timeline{
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}
.about-timeline span{
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	color: var(--red);
	border: 2px solid currentColor;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;
}
.about-timeline span + h3{
	margin-top: 24px;
}
.about-principles{
	padding: 34px;
	background: var(--paper);
}
.about-principles ul{
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-principles li{
	position: relative;
	padding-left: 28px;
	color: var(--muted);
	font-size: 19px;
	line-height: 1.55;
}
.about-principles li::before{
	content: "";
	position: absolute;
	top: 0.78em;
	left: 0;
	width: 9px;
	height: 9px;
	background: var(--red);
	transform: translateY(-50%);
}
.project-detail-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}
.project-detail-tags .tag{
	padding: 5px 10px 4px;
	color: var(--blue);
	background: var(--paper);
}
.project-detail{
	padding: 72px 0;
	background: var(--paper);
}
.project-photo{
	width: 100%;
	aspect-ratio: 16 / 7;
	margin-top: 46px;
	overflow: hidden;
	background: rgba(30, 63, 116, 0.08);
}
.project-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.project-detail-grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 36px;
}
.project-detail-card{
	padding: 30px;
	background: rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(30, 63, 116, 0.12);
}
.project-detail-card p{
	margin-top: 16px;
	color: var(--muted);
}
.project-detail-list{
	display: grid;
	gap: 14px;
	margin-top: 22px;
	padding: 0;
	list-style: none;
}
.project-detail-list li{
	position: relative;
	padding-left: 22px;
	color: var(--muted);
}
.project-detail-list li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 8px;
	height: 8px;
	background: var(--red);
	transform: translateY(-50%);
}
.project-result-grid,
.project-media-grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin-top: 30px;
}
.project-result-grid article,
.project-media-grid a,
.project-media-grid div{
	background: var(--white);
	border: 1px solid rgba(30, 63, 116, 0.12);
	padding: 24px;
}
.project-result-grid strong{
	display: block;
	color: var(--blue);
	font-size: 38px;
	line-height: 1;
}
.project-result-grid span{
	display: block;
	margin-top: 10px;
	color: var(--muted);
}
.project-media-grid img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.project-media-grid p{
	margin-top: 12px;
}
.page-form{
	max-width: 720px;
	margin-top: 42px;
	padding: 34px;
	background: var(--paper);
	border: 1px solid rgba(30, 63, 116, 0.12);
}
.section-white .page-form{
	background: var(--white);
}
.project-nav{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}
.cookie-widget{
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 40;
	display: flex;
	align-items: center;
	width: 54px;
	height: 54px;
	min-height: 54px;
	overflow: hidden;
	border-radius: 50%;
	background: rgba(249, 249, 247, 0.96);
	box-shadow: 0 16px 42px rgba(10, 18, 28, 0.16);
	transition: width 360ms cubic-bezier(0.22, 1, 0.36, 1), padding 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease, opacity 300ms ease, transform 300ms ease;
}
.cookie-widget.is-open{
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	width: min(100% - 40px, 770px);
	height: auto;
	padding: 14px 16px 14px 0;
	border-radius: 0;
	box-shadow: 0 22px 56px rgba(10, 18, 28, 0.18);
}
.cookie-widget.is-opening{
	border-radius: 0;
}
.cookie-widget-button,
.cookie-widget-button:focus{
	display: grid;
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	place-items: center;
	padding: 0;
	border: 0;
	background: none;
	color: var(--blue);
	outline: none;
}
.cookie-widget-button span{
	display: block;
	width: 25px;
	height: 25px;
	background: currentColor;
	-webkit-mask: url("../assets/message-exclamation.svg") center / contain no-repeat;
	mask: url("../assets/message-exclamation.svg") center / contain no-repeat;
}
.cookie-notice{
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	gap: 14px;
	width: 100%;
	max-width: none;
	min-width: 0;
	color: var(--graphite);
	opacity: 0;
	pointer-events: none;
	transform: translateX(-12px);
	transform-origin: left bottom;
	transition: opacity 300ms ease, transform 300ms ease;
}
.cookie-widget.is-open .cookie-notice{
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0) scale(1);
}
.cookie-notice p{
	color: rgba(26, 26, 28, 0.76);
	font-size: 15px;
	line-height: 1.42;
}
.cookie-notice .btn{
	min-height: 44px;
	justify-self: start;
	white-space: nowrap;
}
.cookie-widget.is-hidden{
	opacity: 0;
	transform: translateY(12px);
}
