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

.activation-video__player {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.activation-video__shade {
	position: absolute;
	inset: 67.5926% 0 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.activation-video__copy {
	position: absolute;
	left: 24.7917%;
	top: 80.463%;
	width: 50.4688%;
	margin: 0;
	font-size: 1.0417cqw;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	text-shadow: 0 0 0.625cqw rgba(0, 0, 0, 0.66);
}

.activation-video__copy strong {
	font-weight: 800;
}

@media (max-width: 767px) {
	.activation-video {
		aspect-ratio: 4 / 5;
	}

	.activation-video__shade {
		inset: 45% 0 0;
	}

	.activation-video__copy {
		inset: auto 20px 28px;
		width: auto;
		font-size: 16px;
	}
}
