#index3 {
	width: min(100%, 1200px);
}

#index3-container {
	background: #eef0ec;
}

.company-landing {
	margin: -10px -10px 0;
	background: #eef0ec;
	color: #211f1c;
	font-family: "Open Sans", arial, sans-serif;
}

.company-landing * {
	box-sizing: border-box;
}

.company-shell {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 0 24px;
}

.company-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 520px;
	overflow: hidden;
	background: #1f211f;
}

.company-hero__image,
.company-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.company-hero__image {
	object-fit: cover;
	object-position: center center;
}

.company-hero__shade {
	background:
		linear-gradient(90deg, rgba(20, 21, 20, 0.9), rgba(20, 21, 20, 0.62) 55%, rgba(20, 21, 20, 0.14)),
		linear-gradient(0deg, rgba(20, 21, 20, 0.38), rgba(20, 21, 20, 0));
}

.company-hero__content {
	position: relative;
	z-index: 1;
	padding-top: 42px;
	padding-bottom: 42px;
	color: #fff;
}

.company-breadcrumbs {
	margin: 0 0 24px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.86);
}

.company-breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.company-kicker {
	margin: 0 0 10px;
	color: #b9342e;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.company-hero .company-kicker,
.company-cta .company-kicker {
	color: #e4b464;
}

.company-hero h1 {
	max-width: 720px;
	margin: 0;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 54px;
	line-height: 1.03;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.company-hero__lead {
	max-width: 670px;
	margin: 22px 0 0;
	font-size: 20px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.company-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.company-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	border: 2px solid transparent;
	border-radius: 4px;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.company-btn i {
	margin-right: 8px;
	line-height: 1;
}

.company-btn:hover {
	text-decoration: none;
}

.company-btn--primary {
	background: #b9342e;
	border-color: #b9342e;
	color: #fff;
}

.company-btn--primary:hover {
	background: #8a1d1f;
	border-color: #8a1d1f;
	color: #fff;
}

.company-btn--light {
	background: #fff;
	border-color: #fff;
	color: #276b55;
}

.company-btn--light:hover {
	background: #276b55;
	border-color: #276b55;
	color: #fff;
}

.company-btn--outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.64);
	color: #fff;
}

.company-btn--outline:hover {
	background: #fff;
	border-color: #fff;
	color: #211f1c;
}

.company-hero__metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	max-width: 760px;
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.company-hero__metrics div {
	flex: 1 1 150px;
}

.company-hero__metrics strong,
.company-hero__metrics span {
	display: block;
}

.company-hero__metrics strong {
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 25px;
	line-height: 1.1;
}

.company-hero__metrics span {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.78);
}

.company-subnav {
	display: flex;
	flex-wrap: wrap;
	background: #211f1c;
}

.company-subnav a {
	display: flex;
	flex: 1 1 25%;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 13px 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.company-subnav a:hover {
	background: #b9342e;
	color: #fff;
	text-decoration: none;
}

.company-section {
	padding: 66px 0;
}

.company-section--white {
	background: #fff;
}

.company-section--muted {
	background: #eef0ec;
}

.company-intro,
.company-story {
	display: flex;
	gap: 48px;
	align-items: center;
}

.company-intro__copy,
.company-story__copy {
	flex: 1 1 0;
	min-width: 0;
}

.company-intro__media {
	flex: 0 1 470px;
}

.company-story__image {
	flex: 0 1 510px;
}

.company-intro h2,
.company-section__heading h2,
.company-story h2,
.company-cta h2 {
	margin: 0;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 900;
	letter-spacing: 0;
	color: #211f1c;
}

.company-intro p,
.company-section__heading p,
.company-feature p,
.company-story p {
	font-size: 17px;
	line-height: 1.62;
	color: #4f4f4f;
}

.company-intro__copy p:last-of-type,
.company-story__copy p:last-of-type {
	margin-bottom: 0;
}

.company-intro__media,
.company-story__image {
	margin: 0;
}

.company-intro__media img,
.company-story__image img {
	display: block;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.company-proof-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.company-proof-list div {
	flex: 1 1 130px;
	min-height: 94px;
	padding: 18px 14px;
	background: #f6f7f5;
	border: 1px solid #d9ddd6;
	border-radius: 8px;
	text-align: center;
}

.company-proof-list i {
	display: block;
	margin-bottom: 10px;
	color: #276b55;
	font-size: 22px;
}

.company-proof-list span {
	display: block;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.company-section__heading {
	max-width: 780px;
	margin: 0 0 28px;
}

.company-feature-grid,
.company-market-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.company-feature {
	flex: 1 1 calc(33.333% - 12px);
	min-height: 236px;
	padding: 26px;
	background: #fff;
	border: 1px solid #d9ddd6;
	border-radius: 8px;
}

.company-feature i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	background: #276b55;
	color: #fff;
	border-radius: 4px;
	font-size: 19px;
}

.company-feature h3 {
	margin: 0 0 10px;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0;
}

.company-feature p {
	margin: 0;
}

.company-timeline {
	display: grid;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.company-timeline li {
	display: flex;
	gap: 18px;
	align-items: start;
	padding: 18px 0;
	border-top: 1px solid #d9ddd6;
}

.company-timeline strong {
	flex: 0 0 172px;
	min-width: 0;
	color: #b9342e;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	overflow-wrap: break-word;
}

.company-timeline span {
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.5;
}

.company-market {
	display: block;
	flex: 1 1 calc(25% - 14px);
	overflow: hidden;
	min-height: 292px;
	background: #fff;
	border: 1px solid #d9ddd6;
	border-radius: 8px;
	color: #211f1c;
	text-decoration: none;
}

.company-market:hover {
	border-color: #b9342e;
	color: #b9342e;
	text-decoration: none;
}

.company-market img {
	display: block;
	width: 100%;
	height: 224px;
	object-fit: cover;
	object-position: center center;
	background: #f6f7f5;
}

.company-market span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 16px;
	font-family: "Montserrat", "Open Sans", arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}

.company-cta {
	padding: 50px 0;
	background: #4f4f4f;
	color: #fff;
}

.company-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.company-cta h2 {
	max-width: 720px;
	color: #fff;
}

.company-cta__actions {
	flex-shrink: 0;
	margin-top: 0;
	justify-content: flex-end;
}

@media (max-width: 980px) {
	.company-hero {
		min-height: 480px;
	}

	.company-hero h1 {
		font-size: 42px;
	}

	.company-intro,
	.company-story,
	.company-cta__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.company-intro__media,
	.company-story__image {
		flex-basis: auto;
	}

	.company-story__image {
		order: 2;
	}

	.company-story__copy {
		order: 1;
	}

	.company-feature,
	.company-market {
		flex-basis: calc(50% - 9px);
	}

	.company-subnav a {
		flex-basis: 50%;
	}

	.company-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.company-shell {
		padding: 0 16px;
	}

	.company-hero {
		min-height: 470px;
	}

	.company-hero__image {
		object-position: center bottom;
	}

	.company-hero__shade {
		background: rgba(20, 21, 20, 0.72);
	}

	.company-hero__content {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.company-breadcrumbs {
		margin-bottom: 16px;
		font-size: 12px;
	}

	.company-hero h1 {
		font-size: 34px;
	}

	.company-hero__lead {
		font-size: 17px;
		line-height: 1.48;
	}

	.company-btn {
		width: 100%;
		min-height: 46px;
		padding: 12px 14px;
		font-size: 13px;
	}

	.company-hero__metrics div,
	.company-proof-list div,
	.company-feature,
	.company-market,
	.company-subnav a {
		flex-basis: 100%;
	}

	.company-hero__metrics {
		gap: 16px;
	}

	.company-section {
		padding: 46px 0;
	}

	.company-intro,
	.company-story {
		gap: 28px;
	}

	.company-intro h2,
	.company-section__heading h2,
	.company-story h2,
	.company-cta h2 {
		font-size: 28px;
	}

	.company-feature {
		min-height: 0;
		padding: 22px;
	}

	.company-timeline li {
		flex-direction: column;
		gap: 6px;
	}

	.company-timeline strong {
		flex-basis: auto;
	}

	.company-market {
		min-height: 0;
	}

	.company-market img {
		height: 220px;
	}
}
