/*# sourceMappingURL=../../block-maps/header-secondary/block.css.map */

.header-secondary {
	background-color: var(--color-white);
	position: relative;
	z-index: 1;
}

.header-secondary-video {
	overflow: hidden;
}

.header-secondary:before {
	content: "";
	display: block;
	background-image: linear-gradient(45deg, var(--color-white) 15%, var(--color-transparent) 85%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.hs-background-image, .hs-vimeo-thumb {
	opacity: .35;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
	mix-blend-mode: multiply;
}

.hs-wrap {
	padding-bottom: 4.5rem;
	padding-top: 6rem;
	position: relative;
	z-index: 4;
}

.hs-video {
	position: absolute;
	width: 180.25vw;
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 1;
	display: none;
}

.hs-content {
	max-width: 450px;
	margin-top: 3.125rem;
}

.hs-title {
	line-height: 1.1;
}

.hs-description.secondary {
	line-height: 1.5;
	margin-bottom: 2.5rem;
	font-size: 1.25rem;
	color: var(--color-gray);
}

@media screen and (min-width: 768px) {
	.header-secondary:after {
		content: "";
		display: block;
		background-image: linear-gradient(to top, var(--color-white) 10%, var(--color-transparent) 90%);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
	}
	
	.header-secondary-image:before, .header-secondary-image:after {
		height: calc(100% + 100px);
	}
	
	.hs-video {
		width: 160%;
		height: 170%;
		margin-left: -29.4117647059%;
		transform: none;
	}
	
	.hs-wrap {
		padding-bottom: 5.5rem;
		padding-top: 10rem;
	}
	
	.hs-background-image {
		height: calc(100% + 100px);
	}
	
	.hs-content {
		max-width: 550px;
	}
	
	.hs-description.secondary {
		font-size: 1.15rem;
	}
}

@media screen and (min-width: 1024px) {
	.header-secondary-image:before, .header-secondary-image:after {
		height: calc(100% + 150px);
	}
	
	.hs-background-image {
		height: calc(100% + 150px);
	}
	
	.hs-wrap {
		padding-bottom: 6.5rem;
		padding-top: 12rem;
	}
	
	.hs-video {
		display: block;
	}
	
	.hs-content {
		max-width: 650px;
	}
	
	.hs-description.secondary {
		font-size: 1.25rem;
		font-weight: 300;
	}
}
