.extra-mile {
	position: relative;
	width: 100%;
	aspect-ratio: 1920 / 2160;
	overflow: hidden;
	background: #fff;
	container-type: inline-size;
	font-family: "Mulish", sans-serif;
	color: #0a0a0a;
}

.extra-mile__trophy,
.extra-mile__award-photo,
.extra-mile__story {
	position: absolute;
}

.extra-mile__trophy {
	inset: 0 0 auto;
	width: 100%;
	height: 50%;
	object-fit: cover;
}

.extra-mile__award-photo {
	left: 0;
	top: 50%;
	width: 52.6042%;
	height: 50%;
	object-fit: cover;
	object-position: bottom;
}

.extra-mile__story {
	right: 0;
	top: 50%;
	width: 47.3958%;
	height: 50%;
	overflow: hidden;
}

.extra-mile__grain {
	position: absolute;
	left: -91.72%;
	top: 0;
	width: 343.88%;
	height: 165.6%;
	max-width: none;
}

.extra-mile__dot {
	position: absolute;
	left: 46.7033%;
	top: 15.7407%;
	width: 6.5934%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #d2ff00;
}

.extra-mile h2 {
	position: absolute;
	left: 28.9011%;
	top: 25.6481%;
	width: 42.0879%;
	margin: 0;
	font-size: 3.3333cqw;
	font-weight: 800;
	line-height: 0.9375;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.extra-mile__copy {
	position: absolute;
	left: 21.2088%;
	top: 37.3148%;
	display: flex;
	width: 57.4725%;
	height: 31.6667%;
	flex-direction: column;
	justify-content: center;
	font-size: 0.8333cqw;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.extra-mile__copy p {
	margin: 0 0 1.1667cqw;
}

.extra-mile__copy p:last-child {
	margin-bottom: 0;
}

.extra-mile__copy strong {
	font-weight: 800;
}

.extra-mile__cta {
	position: absolute;
	left: 23.956%;
	top: 69.4444%;
	display: flex;
	box-sizing: border-box;
	width: 54.7253%;
	height: 6.2963%;
	align-items: center;
	justify-content: center;
	gap: 0.8333cqw;
	border-radius: 0.625cqw;
	background: #d2ff00;
	color: #0a0a0a;
	font-size: 1.1458cqw;
	font-weight: 800;
	letter-spacing: 0.0729cqw;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.extra-mile__cta i {
	flex: 0 0 0.7813cqw;
	width: 0.7813cqw;
	height: 0.7813cqw;
	border-radius: 50%;
	background: #0a0a0a;
}

@media (max-width: 767px) {
	.extra-mile {
		display: flex;
		aspect-ratio: auto;
		flex-direction: column;
	}

	.extra-mile__trophy,
	.extra-mile__award-photo,
	.extra-mile__story {
		position: relative;
		inset: auto;
		width: 100%;
		height: auto;
	}

	.extra-mile__trophy {
		aspect-ratio: 16 / 9;
	}

	.extra-mile__award-photo {
		aspect-ratio: 1;
	}

	.extra-mile__story {
		display: flex;
		min-height: 640px;
		flex-direction: column;
		align-items: center;
		padding: 52px 20px 44px;
		background: #d5d5d5;
	}

	.extra-mile__grain {
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0.55;
	}

	.extra-mile__dot,
	.extra-mile h2,
	.extra-mile__copy,
	.extra-mile__cta {
		position: relative;
		inset: auto;
	}

	.extra-mile__dot {
		width: 44px;
		flex: 0 0 44px;
	}

	.extra-mile h2 {
		width: 100%;
		margin-top: 26px;
		font-size: 42px;
		line-height: 0.95;
	}

	.extra-mile__copy {
		width: auto;
		height: auto;
		margin-top: 32px;
		font-size: 15px;
	}

	.extra-mile__copy p {
		margin-bottom: 18px;
	}

	.extra-mile__cta {
		width: 100%;
		height: auto;
		min-height: 64px;
		margin-top: 28px;
		gap: 14px;
		padding: 18px 20px;
		border-radius: 12px;
		font-size: 16px;
		letter-spacing: 1px;
		text-align: center;
	}

	.extra-mile__cta i {
		flex-basis: 12px;
		width: 12px;
		height: 12px;
	}
}
