.lxw-geo-hero {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 480px;
	overflow: hidden;
}
.lxw-geo-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: opacity 0.35s ease;
}
.lxw-geo-hero__bg--video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lxw-geo-hero--loaded .lxw-geo-hero__bg {
	opacity: 1;
}
.lxw-geo-banner {
	background: var(--lxw-geo-accent, #FF5A2A);
	color: #fff;
	padding: 10px 18px;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'IBM Plex Sans', sans-serif;
	display: inline-block;
}
.lxw-geo-banner a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
