body.sfn-business {
	--sfn-business-copper: #c77a3f;
	--sfn-business-copper-soft: #f0c18e;
}

.sfn-business-hero-image {
	right: auto;
	left: 0;
	width: 61%;
	object-position: center 46%;
}

.sfn-business-hero-shade {
	background:
		linear-gradient(90deg, rgba(3, 24, 39, 0.02) 2%, rgba(3, 24, 39, 0.08) 45%, rgba(3, 24, 39, 0.94) 62%, rgba(3, 24, 39, 1) 100%),
		linear-gradient(0deg, rgba(3, 24, 39, 0.3), transparent 54%);
}

.sfn-business-hero .sfn-insight-hero-copy {
	width: min(505px, 43%);
}

.sfn-business .sfn-insight-eyebrow {
	color: #75d2d1;
}

.sfn-business .sfn-insight-verse {
	color: #f1c379;
}

.sfn-business-responsibilities {
	position: relative;
	overflow: hidden;
	padding-block: 92px 96px;
	background: var(--sfn-navy);
	color: #fff;
}

.sfn-business-responsibilities::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 46px 46px;
	content: "";
	pointer-events: none;
}

.sfn-business-responsibilities::after {
	position: absolute;
	top: -190px;
	left: -140px;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(199, 122, 63, 0.16);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.sfn-business-responsibilities > .sfn-container {
	position: relative;
	z-index: 1;
}

.sfn-business-responsibilities-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
	gap: 56px;
	align-items: center;
	margin-bottom: 46px;
}

.sfn-business-responsibilities-head .sfn-insight-kicker {
	color: #75d2d1;
}

.sfn-business-responsibilities-head h2 {
	margin-bottom: 11px;
	color: #fff;
	font-size: clamp(31px, 3.2vw, 40px);
	font-weight: 900;
	line-height: 1.45;
}

.sfn-business-responsibilities-head p:last-child {
	max-width: 640px;
	margin-bottom: 0;
	color: #b8c9d0;
	font-size: 14px;
	line-height: 2;
}

.sfn-business-responsibilities-head img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 15px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.sfn-business-timeline {
	position: relative;
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0 31px 0 0;
	list-style: none;
}

.sfn-business-timeline::before {
	position: absolute;
	top: 20px;
	right: 7px;
	bottom: 20px;
	width: 1px;
	background: linear-gradient(var(--sfn-business-copper), rgba(255, 255, 255, 0.12));
	content: "";
}

.sfn-business-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	min-height: 90px;
	padding: 19px 25px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.055);
	transition: 170ms ease;
}

.sfn-business-timeline li::before {
	position: absolute;
	top: 50%;
	right: -30px;
	width: 11px;
	height: 11px;
	border: 4px solid var(--sfn-navy);
	border-radius: 50%;
	background: var(--sfn-business-copper);
	box-shadow: 0 0 0 1px var(--sfn-business-copper);
	content: "";
	transform: translateY(-50%);
}

.sfn-business-timeline li:hover {
	border-color: rgba(255, 255, 255, 0.19);
	background: rgba(255, 255, 255, 0.075);
	transform: translateX(-2px);
}

.sfn-business-timeline time {
	color: var(--sfn-business-copper-soft);
	font-size: 13px;
	font-weight: 850;
}

.sfn-business-timeline strong,
.sfn-business-timeline span {
	display: block;
}

.sfn-business-timeline strong {
	margin-bottom: 3px;
	color: #fff;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.7;
}

.sfn-business-timeline span {
	color: #b8c8cf;
	font-size: 12px;
	line-height: 1.8;
}

@media (max-width: 980px) {
	.sfn-business-hero-image {
		right: 0;
		left: 0;
		width: 100%;
		object-position: center;
	}

	.sfn-business-hero-shade {
		background: linear-gradient(0deg, rgba(3, 24, 39, 0.98) 0%, rgba(3, 24, 39, 0.84) 49%, rgba(3, 24, 39, 0.15) 100%);
	}

	.sfn-business-hero .sfn-insight-hero-copy {
		width: min(620px, 100%);
	}

	.sfn-business-responsibilities-head {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.sfn-business-responsibilities-head img {
		max-width: 680px;
		aspect-ratio: 16 / 8;
	}
}

@media (max-width: 700px) {
	.sfn-business-hero,
	.sfn-business-hero .sfn-insight-hero-inner {
		min-height: 720px;
	}

	.sfn-business-hero-image {
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
		width: 100%;
		height: auto;
		object-fit: contain;
		object-position: center top;
	}

	.sfn-business-hero-shade {
		background:
			linear-gradient(0deg, rgba(3, 24, 39, 1) 0%, rgba(3, 24, 39, 0.98) 45%, rgba(3, 24, 39, 0.42) 67%, rgba(3, 24, 39, 0.08) 100%);
	}

	.sfn-business-hero .sfn-insight-hero-copy {
		padding-bottom: 62px;
	}

	.sfn-business-responsibilities {
		padding-block: 72px;
	}

	.sfn-business-responsibilities-head {
		margin-bottom: 34px;
	}

	.sfn-business-responsibilities-head img {
		aspect-ratio: 16 / 10;
		object-position: center;
	}

	.sfn-business-timeline {
		gap: 11px;
		padding-right: 25px;
	}

	.sfn-business-timeline li {
		grid-template-columns: 1fr;
		gap: 7px;
		min-height: 0;
		padding: 18px 19px;
	}

	.sfn-business-timeline li::before {
		right: -24px;
	}

	.sfn-business-timeline time {
		font-size: 12px;
	}

	.sfn-business-timeline strong {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.sfn-business-hero,
	.sfn-business-hero .sfn-insight-hero-inner {
		min-height: 700px;
	}

	.sfn-business-responsibilities-head img {
		aspect-ratio: 4 / 3;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sfn-business-timeline li {
		transition: none;
	}
}
