.sbhs {
	--sbhs-orange: #f9a305;
	--sbhs-transition: 800ms;
	position: relative;
	width: 100vw;
	max-width: 100vw;
	height: min(730px, 58.871vw);
	margin-left: calc(50% - 50vw);
	background: #0c0c0c;
	color: #fff;
	overflow: hidden;
	isolation: isolate;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-select: none;
	container-type: inline-size;
}

/* Elementor may resolve an auto-height flex container to 0 when its previous
 * Slider Revolution child is hidden on mobile. Reserve the hero's design
 * canvas on the shortcode host so the following section remains in flow. */
.elementor-element.e-con:has(> .elementor-widget-shortcode .sbhs),
.sbhs__elementor-host {
	min-height: min(730px, 58.871vw) !important;
}

.sbhs *,
.sbhs *::before,
.sbhs *::after {
	box-sizing: border-box;
}

.sbhs__slides,
.sbhs__slide,
.sbhs__picture,
.sbhs__overlay,
.sbhs__content {
	position: absolute;
	inset: 0;
}

.sbhs__slide {
	z-index: 0;
	opacity: 1;
	visibility: hidden;
	transform: translate3d(100%, 0, 0);
	transition: transform var(--sbhs-transition) cubic-bezier(.645, .045, .355, 1), visibility 0s linear var(--sbhs-transition);
}

.sbhs__slide.is-active {
	z-index: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition-delay: 0s;
}

.sbhs__slide.is-entering-next,
.sbhs__slide.is-entering-previous,
.sbhs__slide.is-leaving-next,
.sbhs__slide.is-leaving-previous {
	visibility: visible;
}

.sbhs__slide.is-entering-next {
	transform: translate3d(100%, 0, 0);
	transition: none;
}

.sbhs__slide.is-entering-previous {
	transform: translate3d(-100%, 0, 0);
	transition: none;
}

.sbhs__slide.is-leaving-next {
	z-index: 1;
	transform: translate3d(-100%, 0, 0);
}

.sbhs__slide.is-leaving-previous {
	z-index: 1;
	transform: translate3d(100%, 0, 0);
}

.sbhs__picture,
.sbhs__image {
	display: block;
	width: 100%;
	height: 100%;
}

.sbhs__image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: var(--sbhs-focal-x, 50%) var(--sbhs-focal-y, 50%);
	-webkit-user-drag: none;
}

.sbhs__overlay {
	background: rgba(0, 0, 0, var(--sbhs-overlay, .34));
}

.sbhs__content {
	z-index: 2;
	font-family: Poppins, sans-serif;
	pointer-events: none;
}

.sbhs__label,
.sbhs__headline,
.sbhs__supporting,
.sbhs__actions {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

.sbhs__label,
.sbhs__headline,
.sbhs__supporting,
.sbhs__actions {
	opacity: 0;
	transform: translateY(-50px);
	transition: opacity 300ms cubic-bezier(.645, .045, .355, 1), transform 300ms cubic-bezier(.645, .045, .355, 1);
}

.sbhs__slide.is-active .sbhs__label,
.sbhs__slide.is-active .sbhs__headline,
.sbhs__slide.is-active .sbhs__supporting,
.sbhs__slide.is-active .sbhs__actions {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 1s cubic-bezier(.645, .045, .355, 1), transform 1s cubic-bezier(.645, .045, .355, 1);
}

.sbhs__slide.is-active .sbhs__headline {
	transition-delay: 40ms;
}

.sbhs__slide.is-active .sbhs__supporting,
.sbhs__slide.is-active .sbhs__actions {
	transition-delay: 80ms;
}

.sbhs__label {
	top: 43.219%;
	width: max-content;
	max-width: calc(100% - 48px);
	color: #fff;
	font-size: min(18px, 1.4517cqw);
	font-weight: 400;
	letter-spacing: min(15px, 1.2097cqw);
	line-height: min(25px, 2.0162cqw);
	white-space: nowrap;
}

.sbhs__headline {
	top: 47.26%;
	width: min(var(--sbhs-headline-width, 824px), calc(100% - 48px));
	color: #fff;
	font-size: min(54px, 4.3549cqw);
	font-weight: 700;
	letter-spacing: min(10px, .8065cqw);
	line-height: min(60px, 4.8388cqw);
	text-wrap: balance;
}

.sbhs__accent {
	color: var(--sbhs-orange);
}

.sbhs__supporting {
	top: 67.808%;
	width: min(824px, calc(100% - 48px));
	color: #fff;
	font-size: min(16px, 1.2904cqw);
	font-weight: 400;
	letter-spacing: 0;
	line-height: min(30px, 2.4194cqw);
}

.sbhs__actions {
	top: 73.973%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: min(32px, 2.5807cqw);
	pointer-events: auto;
}

.sbhs__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 30px;
	border: 1px solid var(--sbhs-orange);
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: min(17px, 1.371cqw);
	font-weight: 500;
	letter-spacing: 0;
	line-height: min(24px, 1.9355cqw);
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sbhs .sbhs__button,
.sbhs .sbhs__button:link,
.sbhs .sbhs__button:visited,
.sbhs .sbhs__button:hover,
.sbhs .sbhs__button:focus,
.sbhs .sbhs__button:focus-visible,
.sbhs .sbhs__button:active {
	text-decoration: none !important;
}

.sbhs__button--primary {
	border-color: transparent;
	background: var(--sbhs-orange);
}

.sbhs__button--secondary {
	background: transparent;
}

.sbhs__button--primary:hover,
.sbhs__button--primary:focus-visible {
	border-color: rgba(249, 164, 8, .74);
	background: #2b2b29;
	color: #fff;
}

.sbhs__button--secondary:hover,
.sbhs__button--secondary:focus-visible {
	border-color: rgba(249, 163, 5, .75);
	background: var(--sbhs-orange);
	color: #fff;
}

.sbhs__slide--support .sbhs__label {
	top: 45.822%;
}

.sbhs__slide--support .sbhs__headline {
	top: 51.37%;
}

.sbhs__slide--tall .sbhs__label {
	top: 37.329%;
}

.sbhs__slide--tall .sbhs__headline {
	top: 43.151%;
}

.sbhs__slide--tall .sbhs__actions {
	top: 80.822%;
}

.sbhs__arrow {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 3;
	top: 50%;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 180ms ease;
}

.sbhs .sbhs__arrow,
.sbhs .sbhs__arrow:hover,
.sbhs .sbhs__arrow:focus,
.sbhs .sbhs__arrow:focus-visible,
.sbhs .sbhs__arrow:active {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
}

.sbhs .sbhs__arrow:hover {
	opacity: 1 !important;
}

.sbhs__arrow--previous {
	left: 30px;
}

.sbhs__arrow--next {
	right: 30px;
}

.sbhs__arrow span {
	display: block;
	width: 22px;
	height: 22px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transition: border-color 180ms ease, opacity 180ms ease;
}

.sbhs .sbhs__arrow:hover span,
.sbhs .sbhs__arrow:focus-visible span {
	border-color: var(--sbhs-orange);
	opacity: .75;
}

.sbhs__arrow--previous span {
	transform: rotate(-135deg);
}

.sbhs__arrow--next span {
	transform: rotate(45deg);
}

.sbhs__pagination {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 20px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.sbhs__dot {
	appearance: none;
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
}

.sbhs__dot:hover,
.sbhs__dot:focus-visible,
.sbhs__dot.is-active {
	background: var(--sbhs-orange);
}

.sbhs__button:focus-visible,
.sbhs__arrow:focus-visible,
.sbhs__dot:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.sbhs__status {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

@media (min-width: 779px) and (max-width: 1024px) {
	.sbhs {
		height: 58.887vw;
	}

	.elementor-element.e-con:has(> .elementor-widget-shortcode .sbhs),
	.sbhs__elementor-host {
		min-height: 58.887vw !important;
	}
}

@media (max-width: 778px) {
	.elementor-element.e-con:has(> .elementor-widget-shortcode .sbhs),
	.sbhs__elementor-host {
		min-height: min(960px, 123.333vw) !important;
	}

	.sbhs {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 960px;
		margin-left: 0;
		aspect-ratio: 480 / 592;
	}

	.sbhs__image {
		object-position: var(--sbhs-mobile-focal-x, 50%) var(--sbhs-mobile-focal-y, 50%);
	}

	.sbhs__label {
		top: 31.12%;
		max-width: calc(100% - 24px);
		font-size: 3.7333cqw;
		letter-spacing: .7463cqw;
		line-height: 1.8667cqw;
	}

	.sbhs__headline {
		top: 36.49%;
		width: calc(100% - 36px);
		font-size: 6.1333cqw;
		letter-spacing: .4976cqw;
		line-height: 6.4cqw;
	}

	.sbhs__supporting {
		top: 56.2%;
		width: calc(100% - 24px);
		font-size: 3.1cqw;
		line-height: 4.6cqw;
	}

	.sbhs__actions {
		top: 58.75%;
		left: 2.2px;
		gap: 7.2cqw;
	}

	.sbhs__button {
		min-height: 0;
		padding: 2.9333cqw 3.4667cqw;
		font-size: 3.2cqw;
		line-height: 1.0667cqw;
	}

	.sbhs__slide--support .sbhs__label {
		top: 29.5%;
	}

	.sbhs__slide--support .sbhs__headline {
		top: 34.5%;
	}

	.sbhs__slide--support .sbhs__actions {
		top: 64.2%;
	}

	.sbhs__slide--tall .sbhs__label {
		top: 31.1%;
	}

	.sbhs__slide--tall .sbhs__headline {
		top: 33.895%;
	}

	.sbhs__slide--tall .sbhs__actions {
		top: 58.75%;
	}
}

@media (max-width: 767px) {
	.sbhs__arrow {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sbhs__slide,
	.sbhs__label,
	.sbhs__headline,
	.sbhs__supporting,
	.sbhs__actions,
	.sbhs__button,
	.sbhs__arrow {
		transition: none !important;
	}

	.sbhs__slide,
	.sbhs__slide.is-entering-next,
	.sbhs__slide.is-entering-previous,
	.sbhs__slide.is-leaving-next,
	.sbhs__slide.is-leaving-previous {
		transform: none;
	}
}
