/**
 * Homepage video hero overrides.
 *
 * Must load after GenerateBlocks global CSS (style-5.css).
 */

body.home #Hero.gb-container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 920px;
	max-height: 920px;
	margin-top: -125px;
	padding-top: 125px;
	box-sizing: border-box;
	--home-hero-header-offset: 125px;
	--home-hero-content-width: min(1220px, calc(100% - 40px));
}

body.home #Hero.gb-container .background-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: none;
	object-fit: cover;
	z-index: 0;
}

body.home #Hero.gb-container > .video-overlay,
body.home #Hero.gb-container > .gb-container.video-overlay,
body.home #Hero.gb-container .gb-container-d69f1d92 {
	position: static !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	transform: none !important;
	width: var(--home-hero-content-width);
	max-width: 1220px;
	margin: 0 auto !important;
	padding: 0 20px !important;
	z-index: 2;
	text-align: left;
	box-sizing: border-box;
}

body.home #Hero.gb-container .video-overlay > .gb-container:not(.banner-down),
body.home #Hero.gb-container .gb-container-78b62805 {
	max-width: 600px;
	width: 100%;
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left !important;
}

body.home #Hero.gb-container > .banner-down {
	position: absolute !important;
	bottom: 2.5rem !important;
	right: calc((100% - var(--home-hero-content-width)) / 2 + 20px) !important;
	left: auto !important;
	float: none !important;
	z-index: 10;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: rgba(13, 35, 67, 0.9);
	transform: none !important;
	cursor: pointer;
	border: 0;
	padding: 0;
}

body.home #Hero.gb-container > .banner-down svg {
	display: block !important;
	width: 1.25rem;
	height: 1.25rem;
	color: #ffffff;
}

@media (max-width: 767px) {
	body.home #Hero.gb-container {
		min-height: 680px;
		max-height: 680px;
		margin-top: -200px;
		padding-top: 200px;
		--home-hero-header-offset: 200px;
	}
}

@media (max-width: 769px) {
	body.home #Hero.gb-container > .banner-down,
	body.home #Hero.gb-container > .banner-down svg {
		display: none !important;
	}
}
