.cc-dm-hs-hero-video {
	--cc-dm-hero-text: #1b1919;
	--cc-dm-hero-accent: #ab2424;
	--cc-dm-hero-accent-hover: #8b1316;
	--cc-dm-hero-white: #ffffff;
	box-sizing: border-box;
	background: var(--cc-dm-hero-white);
	color: var(--cc-dm-hero-text);
	font-family: Montserrat, Arial, sans-serif;
	padding-block: clamp(32px, 5vw, 50px);
}

html.cc-dm-hs-hero-video-lock-scroll,
body.cc-dm-hs-hero-video-lock-scroll {
	overflow: hidden;
}

.cc-dm-hs-hero-video *,
.cc-dm-hs-hero-video *::before,
.cc-dm-hs-hero-video *::after {
	box-sizing: border-box;
}

.cc-dm-hs-hero-video__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px;
	align-items: stretch;
	width: 100%;
	max-width: 1420px;
	margin-inline: auto;
	padding-inline: 0;
}

.cc-dm-hs-hero-video--no-video .cc-dm-hs-hero-video__inner {
	grid-template-columns: minmax(0, 760px);
}

.cc-dm-hs-hero-video__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 40px;
	min-width: 0;
}

.cc-dm-hs-hero-video__copy {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 663px;
}

.cc-dm-hs-hero-video__title {
	margin: 0;
	color: var(--cc-dm-hero-text);
	font-size: clamp(36px, 4vw, 48px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1667;
}

.cc-dm-hs-hero-video__description {
	max-width: 663px;
	color: var(--cc-dm-hero-text);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.45;
}

.cc-dm-hs-hero-video__description p {
	margin: 0;
}

.cc-dm-hs-hero-video__description p + p {
	margin-top: 12px;
}

.cc-dm-hs-hero-video__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.cc-dm-hs-hero-video__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 16px 24px;
	border: 1px solid var(--cc-dm-hero-accent);
	border-radius: 100px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cc-dm-hs-hero-video__button:hover,
.cc-dm-hs-hero-video__button:focus {
	text-decoration: none !important;
}

.cc-dm-hs-hero-video__button--primary {
	background: var(--cc-dm-hero-accent);
	color: var(--cc-dm-hero-white);
}

.cc-dm-hs-hero-video__button--primary:hover,
.cc-dm-hs-hero-video__button--primary:focus {
	background: var(--cc-dm-hero-accent-hover);
	border-color: var(--cc-dm-hero-accent-hover);
	color: var(--cc-dm-hero-white);
}

.cc-dm-hs-hero-video__button--secondary {
	background: transparent;
	color: var(--cc-dm-hero-text);
}

.cc-dm-hs-hero-video__button--secondary:hover,
.cc-dm-hs-hero-video__button--secondary:focus {
	background: var(--cc-dm-hero-accent-hover);
	border-color: var(--cc-dm-hero-accent-hover);
	color: var(--cc-dm-hero-white);
}

.cc-dm-hs-hero-video__button:focus-visible {
	outline: 3px solid rgba(171, 36, 36, 0.34);
	outline-offset: 3px;
}

.cc-dm-hs-hero-video__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
	max-width: 663px;
}

.cc-dm-hs-hero-video__feature {
	display: flex;
	gap: 8px;
	align-items: center;
	min-width: 0;
}

.cc-dm-hs-hero-video__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
}

.cc-dm-hs-hero-video__feature-icon-image {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.cc-dm-hs-hero-video__feature-icon-placeholder {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border: 2px solid var(--cc-dm-hero-accent);
	border-radius: 8px;
}

.cc-dm-hs-hero-video__feature-icon-placeholder::before,
.cc-dm-hs-hero-video__feature-icon-placeholder::after {
	position: absolute;
	background: var(--cc-dm-hero-accent);
	border-radius: 999px;
	content: "";
}

.cc-dm-hs-hero-video__feature-icon-placeholder::before {
	top: 7px;
	left: 7px;
	width: 14px;
	height: 2px;
}

.cc-dm-hs-hero-video__feature-icon-placeholder::after {
	top: 13px;
	left: 7px;
	width: 18px;
	height: 2px;
}

.cc-dm-hs-hero-video__feature-text {
	min-width: 0;
	color: var(--cc-dm-hero-text);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}

.cc-dm-hs-hero-video__video-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	background: var(--cc-dm-hero-text);
	border-radius: 16px;
}

.cc-dm-hs-hero-video__video-frame {
	position: relative;
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #d8d8d8;
	border-radius: 0;
}

.cc-dm-hs-hero-video__video-frame--is-playing {
	background: #000000;
}

.cc-dm-hs-hero-video__poster {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	appearance: none;
	background: #d8d8d8;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	z-index: 1;
}

.cc-dm-hs-hero-video__poster-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
}

.cc-dm-hs-hero-video__poster-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(27, 25, 25, 0.08) 0%, rgba(27, 25, 25, 0.32) 100%);
	transition: opacity 180ms ease;
}

.cc-dm-hs-hero-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	background: var(--cc-dm-hero-accent);
	border-radius: 999px;
	box-shadow: 0 18px 38px rgba(27, 25, 25, 0.24);
	transform: translate(-50%, -50%);
	transition: background-color 180ms ease, transform 180ms ease;
}

.cc-dm-hs-hero-video__play::before {
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 19px solid var(--cc-dm-hero-white);
	content: "";
}

.cc-dm-hs-hero-video__poster:hover .cc-dm-hs-hero-video__poster-shade,
.cc-dm-hs-hero-video__poster:focus .cc-dm-hs-hero-video__poster-shade {
	opacity: 0.82;
}

.cc-dm-hs-hero-video__poster:hover .cc-dm-hs-hero-video__play,
.cc-dm-hs-hero-video__poster:focus .cc-dm-hs-hero-video__play {
	background: var(--cc-dm-hero-accent-hover);
	transform: translate(-50%, -50%) scale(1.04);
}

.cc-dm-hs-hero-video__poster:focus-visible .cc-dm-hs-hero-video__play {
	outline: 3px solid var(--cc-dm-hero-white);
	outline-offset: 4px;
}

.cc-dm-hs-hero-video__video-frame iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
}

.cc-dm-hs-hero-video__video-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	margin-top: auto;
	min-height: 52px;
	padding: 8px 14px 8px 24px;
	background: var(--cc-dm-hero-text);
	color: var(--cc-dm-hero-white);
}

.cc-dm-hs-hero-video__youtube-link {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
	color: var(--cc-dm-hero-white);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	text-decoration: none !important;
}

.cc-dm-hs-hero-video__youtube-link:hover,
.cc-dm-hs-hero-video__youtube-link:focus {
	color: var(--cc-dm-hero-white);
	text-decoration: none !important;
}

.cc-dm-hs-hero-video__youtube-brand {
	display: inline-flex;
	gap: 4px;
	align-items: center;
	white-space: nowrap;
}

.cc-dm-hs-hero-video__youtube-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 16px;
	background: #ff0000;
	border-radius: 5px;
}

.cc-dm-hs-hero-video__youtube-icon::before {
	width: 0;
	height: 0;
	margin-left: 2px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid var(--cc-dm-hero-white);
	content: "";
}

.cc-dm-hs-hero-video__sound-button,
.cc-dm-hs-hero-video__fullscreen-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	padding: 0;
	appearance: none;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	color: var(--cc-dm-hero-white);
	cursor: pointer;
	margin-left: 2px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cc-dm-hs-hero-video__video-card:not(.cc-dm-hs-hero-video__video-card--is-playing) .cc-dm-hs-hero-video__sound-button {
	display: none;
}

.cc-dm-hs-hero-video__sound-button:hover,
.cc-dm-hs-hero-video__sound-button:focus,
.cc-dm-hs-hero-video__fullscreen-button:hover,
.cc-dm-hs-hero-video__fullscreen-button:focus {
	background: var(--cc-dm-hero-white);
	border-color: var(--cc-dm-hero-white);
	color: var(--cc-dm-hero-text);
}

.cc-dm-hs-hero-video__sound-button:focus-visible,
.cc-dm-hs-hero-video__fullscreen-button:focus-visible {
	outline: 2px solid var(--cc-dm-hero-white);
	outline-offset: 3px;
}

.cc-dm-hs-hero-video__fullscreen-button[hidden] {
	display: none;
}

.cc-dm-hs-hero-video__fullscreen-button--is-active {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.72);
}

.cc-dm-hs-hero-video__sound-button--is-muted {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.72);
}

.cc-dm-hs-hero-video__sound-icon {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
}

.cc-dm-hs-hero-video__sound-icon::before {
	position: absolute;
	top: 5px;
	left: 1px;
	width: 7px;
	height: 8px;
	background: currentColor;
	clip-path: polygon(0 25%, 44% 25%, 100% 0, 100% 100%, 44% 75%, 0 75%);
	content: "";
}

.cc-dm-hs-hero-video__sound-icon::after {
	position: absolute;
	top: 3px;
	right: 1px;
	width: 8px;
	height: 12px;
	border: 2px solid currentColor;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	content: "";
}

.cc-dm-hs-hero-video__sound-button--is-muted .cc-dm-hs-hero-video__sound-icon::after {
	top: 8px;
	right: 0;
	width: 13px;
	height: 2px;
	background: currentColor;
	border: 0;
	border-radius: 999px;
	transform: rotate(-45deg);
	transform-origin: center;
}

.cc-dm-hs-hero-video__fullscreen-icon {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
}

.cc-dm-hs-hero-video__fullscreen-icon::before,
.cc-dm-hs-hero-video__fullscreen-icon::after {
	position: absolute;
	inset: 0;
	content: "";
}

.cc-dm-hs-hero-video__fullscreen-icon::before {
	background:
		linear-gradient(currentColor, currentColor) left top / 7px 2px no-repeat,
		linear-gradient(currentColor, currentColor) right top / 7px 2px no-repeat,
		linear-gradient(currentColor, currentColor) left bottom / 7px 2px no-repeat,
		linear-gradient(currentColor, currentColor) right bottom / 7px 2px no-repeat;
}

.cc-dm-hs-hero-video__fullscreen-icon::after {
	background:
		linear-gradient(currentColor, currentColor) left top / 2px 7px no-repeat,
		linear-gradient(currentColor, currentColor) right top / 2px 7px no-repeat,
		linear-gradient(currentColor, currentColor) left bottom / 2px 7px no-repeat,
		linear-gradient(currentColor, currentColor) right bottom / 2px 7px no-repeat;
}

.cc-dm-hs-hero-video__video-card:fullscreen {
	width: 100vw;
	height: 100vh;
	background: #000000;
	border-radius: 0;
}

.cc-dm-hs-hero-video__video-card:-webkit-full-screen {
	width: 100vw;
	height: 100vh;
	background: #000000;
	border-radius: 0;
}

.cc-dm-hs-hero-video__video-card:fullscreen .cc-dm-hs-hero-video__video-frame,
.cc-dm-hs-hero-video__video-card:-webkit-full-screen .cc-dm-hs-hero-video__video-frame {
	flex: 1 1 auto;
	aspect-ratio: auto;
	background: #000000;
}

.cc-dm-hs-hero-video__video-card:fullscreen .cc-dm-hs-hero-video__poster,
.cc-dm-hs-hero-video__video-card:-webkit-full-screen .cc-dm-hs-hero-video__poster {
	background: #000000;
}

.cc-dm-hs-hero-video__video-card:fullscreen .cc-dm-hs-hero-video__poster-image,
.cc-dm-hs-hero-video__video-card:-webkit-full-screen .cc-dm-hs-hero-video__poster-image {
	object-fit: contain;
}

.cc-dm-hs-hero-video__video-card--pseudo-fullscreen {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	width: 100vw;
	height: 100vh;
	max-width: none;
	background: #000000;
	border-radius: 0;
}

@supports (height: 100dvh) {
	.cc-dm-hs-hero-video__video-card--pseudo-fullscreen {
		height: 100dvh;
	}
}

.cc-dm-hs-hero-video__video-card--pseudo-fullscreen .cc-dm-hs-hero-video__video-frame {
	flex: 1 1 auto;
	aspect-ratio: auto;
	background: #000000;
}

.cc-dm-hs-hero-video__video-card--pseudo-fullscreen .cc-dm-hs-hero-video__poster {
	background: #000000;
}

.cc-dm-hs-hero-video__video-card--pseudo-fullscreen .cc-dm-hs-hero-video__poster-image {
	object-fit: contain;
}

@media (max-width: 1024px) {
	.cc-dm-hs-hero-video__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cc-dm-hs-hero-video__content,
	.cc-dm-hs-hero-video__copy,
	.cc-dm-hs-hero-video__features {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.cc-dm-hs-hero-video {
		padding-block: 0;
	}

	.cc-dm-hs-hero-video__inner {
		gap: 24px;
	}

	.cc-dm-hs-hero-video__content {
		gap: 24px;
	}

	.cc-dm-hs-hero-video__copy {
		gap: 16px;
	}

	.cc-dm-hs-hero-video__title {
		font-size: 28px;
		line-height: 1.08;
	}

	.cc-dm-hs-hero-video__description {
		font-size: 14px;
		line-height: 1.2;
	}

	.cc-dm-hs-hero-video__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.cc-dm-hs-hero-video__button {
		width: 100%;
		min-height: 0;
		padding: 12px 24px;
		font-size: 14px;
		line-height: 1.2;
	}

	.cc-dm-hs-hero-video__features {
		display: flex;
		justify-content: space-between;
		gap: 10px;
	}

	.cc-dm-hs-hero-video__feature {
		flex: 0 1 auto;
		gap: 8px;
	}

	.cc-dm-hs-hero-video__feature-icon {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}

	.cc-dm-hs-hero-video__feature-icon-image {
		width: 32px;
		height: 32px;
	}

	.cc-dm-hs-hero-video__feature-text {
		flex: 0 0 auto;
		max-width: 74px;
		font-size: 10px;
		line-height: 1.1;
	}

	.cc-dm-hs-hero-video__video-card {
		height: 200px;
		border-radius: 12px;
	}

	.cc-dm-hs-hero-video__video-frame {
		aspect-ratio: auto;
	}

	.cc-dm-hs-hero-video__video-actions {
		justify-content: flex-end;
		min-height: 40px;
		padding: 4px 16px;
		border-radius: 0 0 12px 12px;
	}

	.cc-dm-hs-hero-video__youtube-link {
		font-size: 14px;
		line-height: 1.2;
	}
}
