.home-hero {
	height: 84vh;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.home-hero {
		height: 74vh;
	}
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media (max-width: 907px) {
	.home-hero-heading {
		line-height: 1.2 !important;
	}
}

.poster-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transform: scale(1.5);
	transition: opacity 0.5s ease-in-out;
}

.video-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%) scale(1.5);
	object-fit: cover;
	transition: opacity 0.5s ease-in-out;
}

@media (max-aspect-ratio: 16/9) {
	.video-container iframe {
		width: 300%;
		height: 100%;
	}
}

@media (min-aspect-ratio: 16/9) {
	.video-container iframe {
		width: 100%;
		height: 300%;
	}
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.home-hero-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	z-index: 3;
}

.container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.home-hero-content {
	width: 100%;
	display: flex;
	padding-bottom: 88px;
}

.topic-container {
	position: relative;
	height: 70px;
	overflow: hidden;
}

.topic {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.5s ease;
}

.topic.active {
	top: 0;
	opacity: 1;
}

.topic.exiting {
	top: -100%;
	opacity: 0;
}

#hero-home-btn {
	margin-top: 32px;
	min-height: 40px;
	display: flex;
}

.hero-home-left-btn-link {
	padding: 14px 32px;
	font-family: 'Karla', 'sans-serif';
	text-align: center;
	color: #ffffff;
	font-weight: 800 !important;
	display: inline-flex;
	border: 1px solid #1851a0;
	font-size: 18px;
	border-radius: 40px;
	transition: 300ms ease-out;
	text-wrap: nowrap;
	background-color: #1851a0;
}

.hero-home-left-btn-link:hover {
	color: #fff !important;
	transition: 300ms ease-out;
	border: 1px solid #18a19a;
	background-color: #18a19a;
}

.hero-home-right-btn-link {
	margin-top: 32px;
	padding: 14px 32px;
	font-family: 'Karla', 'sans-serif';
	text-align: center;
	color: #ffffff;
	font-weight: 800 !important;
	display: inline-flex;
	font-size: 18px;
	border: 1px solid #ffffff;
	border-radius: 40px;
	transition: 300ms ease-out;
	text-wrap: nowrap;
}

.hero-home-right-btn-link:hover {
	color: #fff !important;
	transition: 300ms ease-out;
	border: 1px solid #18a19a;
	background-color: #18a19a;
}

.top-btn {
	display: inline-flex;
	padding: 8px 16px;
	gap: 8px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 32px;
	width: fit-content;
}

.hero-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%) scale(1.5);
	object-fit: cover;
}

.eyebrow-container {
	display: inline-flex;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: 16px;
	margin-right: 16px;
}

@media (max-width: 767px) {
	.top-btn {
		display: none;
	}
	.hero-buttons {
		flex-direction: column;
	}

	.topic-container {
		height: 140px;
	}

	.home-hero-block #hero-home-btn {
		width: 100%;
	}

	.hero-home-left-btn-link {
		width: 100%;
		display: unset;
	}
	.hero-home-right-btn-link {
		margin-top: 0px;
		width: 100%;
		display: unset;
	}
}

@media (max-width: 425px) {
	.topic-container {
		height: 210px;
	}

	.video-container {
		height: 110% !important;
	}

	.video-container iframe {
		transform: translate(-50%, -50%) scale(2.5) !important;
	}
}

#sound-toggle:hover path {
	fill: #18a19a;
	border: 1px solid #18a19a;
	transition: 300ms ease-out;
}
#sound-toggle:hover rect {
	stroke: #18a19a;
	border: 1px solid #18a19a;
	transition: 300ms ease-out;
}

#sound-toggle {
	transition: 300ms ease-out;
}

#sound-toggle path {
	fill: #ffffff;
	border: 1px solid #ffffff;
	transition: 300ms ease-out;
}
#sound-toggle rect {
	stroke: #ffffff;
	border: 1px solid #ffffff;
	transition: 300ms ease-out;
}

#sound-toggle-case-mobile:hover path {
	fill: #18a19a;
	border: 1px solid #18a19a;
	transition: 300ms ease-out;
}
#sound-toggle-case-mobile:hover rect {
	stroke: #18a19a;
	border: 1px solid #18a19a;
	transition: 300ms ease-out;
}

#sound-toggle-case-mobile {
	transition: 300ms ease-out;
}

#sound-toggle-case-mobile:hover path {
	fill: #ffffff;
	border: 1px solid #ffffff;
	transition: 300ms ease-out;
}
#sound-toggle-case-mobile:hover rect {
	stroke: #ffffff;
	border: 1px solid #ffffff;
	transition: 300ms ease-out;
}

#sound-toggle-case-mobile {
	transition: 300ms ease-out;
}

/* for video transistion improvements */
.video-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.poster-image,
#vimeo-player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.poster-image {
	opacity: 1;
	transition: opacity 1s ease-in-out;
}

#vimeo-player-container {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.video-loaded .poster-image {
	opacity: 0;
}

.video-loaded #vimeo-player-container {
	opacity: 1;
}

/* .cta-home-link:hover svg path {
	fill: #18a19a !important;
} */
