#homepage-featured-hero.homepage-featured-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	min-height: 500px;
	background-color: #1a1a1a;
	background-image: url('/images/homepage/guy-at-home-online.webp');
	background-position: center top !important;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

#homepage-featured-hero.homepage-featured-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-color: transparent;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.58) 55%, rgba(0, 0, 0, 0.28) 82%, rgba(0, 0, 0, 0.10) 100%);
	content: '';
}

.homepage-featured-hero__inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	min-width: 0;
	margin: 0 auto;
	padding: 12px 115px 38px;
}

.homepage-featured-hero__logo {
	display: block;
	width: 350px;
	max-width: 100%;
	height: auto;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.7));
}

.homepage-featured-hero__content {
	max-width: 650px;
	margin-top: 40px;
	text-align: left;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.homepage-featured-hero__eyebrow,
.homepage-featured-hero__title,
.homepage-featured-hero__subtitle {
	margin-right: 0;
	margin-left: 0;
	color: #fff;
}

.homepage-featured-hero__eyebrow {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 0;
	background-color: transparent;
	color: #fefb00;
	font-family: "Open Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.homepage-featured-hero__title {
	margin-top: 0;
	margin-bottom: 18px;
	font-family: "Open Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.1;
}

.homepage-featured-hero__subtitle {
	margin-top: 0;
	margin-bottom: 28px;
	font-family: "Open Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.35;
}

.homepage-featured-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 48px;
	padding: 12px 35px;
	border: 2px solid #fff;
	background-color: #8c0000;
	color: #fff !important;
	font-family: "Open Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
}

.homepage-featured-hero__cta:hover {
	background-color: #fff;
	color: #000 !important;
	text-decoration: underline;
}

.homepage-featured-hero__cta:focus,
.homepage-featured-hero__cta:focus-visible {
	outline: 3px dashed #fefb00 !important;
	outline-offset: 4px;
	background-color: #8c0000;
	color: #fff !important;
	text-decoration: underline;
}

@media (min-width: 779px) {
	#homepage-featured-hero.homepage-featured-hero::before {
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.54) 42%, rgba(0, 0, 0, 0.22) 72%, rgba(0, 0, 0, 0.04) 100%);
	}
}

@media (min-width: 1400px) {
	#homepage-featured-hero.homepage-featured-hero {
		background-position: center clamp(-100px, -4vw, -50px) !important;
	}
}

@media (max-width: 1024px) {
	#homepage-featured-hero.homepage-featured-hero {
		min-height: 450px;
	}

	.homepage-featured-hero__inner {
		padding-right: 52px;
		padding-left: 52px;
	}
}

@media (max-width: 778px) {
	#homepage-featured-hero.homepage-featured-hero {
		min-height: 400px;
	}

	.homepage-featured-hero__inner {
		padding-right: 26px;
		padding-left: 26px;
	}

	.homepage-featured-hero__logo {
		width: 312px;
	}

	.homepage-featured-hero__content {
		max-width: 600px;
		margin-top: 28px;
	}

	.homepage-featured-hero__title {
		font-size: 38px;
	}
}

@media (max-width: 480px) {
	#homepage-featured-hero.homepage-featured-hero {
		min-height: 350px;
		background-position: top center;
	}

	.homepage-featured-hero__inner {
		padding: 12px 20px 28px;
	}

	.homepage-featured-hero__logo {
		width: 260px;
	}

	.homepage-featured-hero__content {
		margin-top: 20px;
	}

	.homepage-featured-hero__eyebrow {
		margin-bottom: 6px;
		font-size: 15px;
	}

	.homepage-featured-hero__title {
		margin-bottom: 12px;
		font-size: 30px;
		line-height: 1.15;
	}

	.homepage-featured-hero__subtitle {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.homepage-featured-hero__cta {
		width: 100%;
		max-width: 320px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 360px) {
	.homepage-featured-hero__logo {
		width: 185px;
	}
}

@media (forced-colors: active) {
	#homepage-featured-hero.homepage-featured-hero::before {
		background-color: Canvas;
	}

	.homepage-featured-hero__cta {
		border-color: ButtonText;
		background-color: ButtonFace;
		color: ButtonText !important;
		forced-color-adjust: auto;
	}
}
