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

.video-recap__video,
.video-recap__shade {
	position: absolute;
	left: 0;
	width: 100%;
}

.video-recap__video {
	inset: 0;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.video-recap__video::-webkit-media-controls,
.video-recap__video::-webkit-media-controls-enclosure,
.video-recap__video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

.video-recap__shade {
	top: 8.3333%;
	height: 91.8519%;
	background: linear-gradient(to bottom, rgba(2, 6, 13, 0.9), rgba(10, 23, 39, 0.5));
	pointer-events: none;
}

.video-recap__ticker {
	position: absolute;
	inset: 0 0 auto;
	z-index: 2;
	height: 8.2407%;
	overflow: hidden;
	background: #d2ff00;
	color: #000;
}

.video-recap__ticker-track {
	display: flex;
	width: max-content;
	height: 100%;
	transform: translateX(-107.0833cqw);
	animation: video-recap-ticker 18s linear infinite;
	will-change: transform;
}

.video-recap__ticker-group {
	box-sizing: border-box;
	display: flex;
	flex: 0 0 107.0833cqw;
	align-items: center;
	gap: 5.1042cqw;
	padding-left: 2.7604cqw;
}

.video-recap__ticker-group span {
	flex: 0 0 21.6667cqw;
	font-size: 1.875cqw;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
}

.video-recap__content {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.video-recap__title-block {
	position: absolute;
	left: 15.9896%;
	top: 35.6481%;
	width: 31.1979%;
}

.video-recap__eyebrow,
.video-recap__title,
.video-recap__copy,
.video-recap__copy p {
	margin: 0;
}

.video-recap__eyebrow,
.video-recap__copy {
	font-size: 1.25cqw;
	font-weight: 400;
	line-height: 1.4;
}

.video-recap__title {
	margin-top: 1.3021cqw;
	font-size: 5cqw;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.video-recap__copy {
	position: absolute;
	left: 56.6667%;
	top: 35.2778%;
	width: 29.1146%;
}

.video-recap__copy p + p {
	margin-top: 1.75em;
}

@keyframes video-recap-ticker {
	to {
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.video-recap__ticker-track {
		animation-play-state: paused;
	}
}

@media (max-width: 767px) {
	.video-recap {
		aspect-ratio: auto;
		min-height: 760px;
	}

	.video-recap__shade {
		top: 58px;
		height: calc(100% - 58px);
		background: linear-gradient(to bottom, rgba(2, 6, 13, 0.88), rgba(10, 23, 39, 0.72));
	}

	.video-recap__ticker {
		height: 58px;
	}

	.video-recap__ticker-track {
		transform: translateX(-1028px);
	}

	.video-recap__ticker-group {
		flex-basis: 1028px;
		gap: 49px;
		padding-left: 26px;
	}

	.video-recap__ticker-group span {
		flex-basis: 208px;
		font-size: 18px;
	}

	.video-recap__content {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 38px;
		padding: 126px 20px 56px;
	}

	.video-recap__title-block,
	.video-recap__copy {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}

	.video-recap__eyebrow,
	.video-recap__copy {
		font-size: 16px;
	}

	.video-recap__title {
		margin-top: 16px;
		font-size: clamp(48px, 14cqw, 60px);
	}

	.video-recap__copy p + p {
		margin-top: 24px;
	}
}
