.homepage-hero-carousel {
	height: 810px;
}

.homepage-hero-link {
	display: block;
	height: 100%;
	position: relative;
	text-decoration: none;
}

.homepage-hero-image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/*
 * Accepted tradeoff: CMS-managed titles wrap naturally instead of using title-specific line breaks.
 * Assumption: active CH titles remain plain text without presentation markup.
 */
.homepage-hero-title {
	background-color: var(--black);
	color: #fff;
	font-family: var(--font-neue);
	font-size: 3rem;
	font-weight: 300;
	left: 0;
	line-height: 1.2;
	max-width: 12.75em;
	padding: 20px 60px 20px 24px;
	position: absolute;
	top: 60px;
}

.homepage-hero-next,
.homepage-hero-previous {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 0;
	position: absolute;
	width: 40px;
	z-index: 10;
}

.homepage-hero-next,
.homepage-hero-previous {
	top: 50%;
	transform: translateY(-50%);
}

.homepage-hero-next {
	right: 20px;
}

.homepage-hero-previous {
	left: 20px;
}

.homepage-hero-next svg,
.homepage-hero-previous svg {
	height: 100%;
	width: 100%;
}

.homepage-hero-link:focus-visible,
.homepage-hero-next:focus-visible,
.homepage-hero-previous:focus-visible {
	box-shadow: inset 0 0 0 6px var(--black);
	outline: 2px solid #fff;
	outline-offset: -4px;
}

.homepage-whats-new-section {
	padding: 85px 0;
}

.homepage-whats-new-content h1 {
	color: var(--black);
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 30px;
}

.homepage-whats-new-content p,
.homepage-whats-new-content ul {
	color: var(--black);
	font-size: 1.5rem;
	font-weight: 400;
}

.homepage-whats-new-content ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 40px auto 0;
	max-width: 950px;
}

@media (max-width: 1024px) {
	.homepage-whats-new-content ul {
		margin: 40px 20px 0;
	}
}

@media (max-width: 767px) {
	.homepage-hero-carousel {
		height: 700px;
	}

	.homepage-hero-title {
		font-size: 2rem;
		padding: 20px;
	}
}
