.hero--section {
	position: relative;
	background: var(--theme-dk-blue);
	color: #fff;
}

.hero--image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero--image img {
	object-position: center top;
}

.image-effect-mod .hero--image img {
	filter: grayscale(1);
}

.image-effect-mod .hero--image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--theme-dk-blue);
	background: #001c33e0;
	mix-blend-mode: multiply;
}

.hero--container {
	padding: 260px 30px 120px;
}

.hero--title {
	margin-bottom: 15px;
}

.hero--copy {
	margin-bottom: 30px;
	max-width: 450px;
}

.hero--cta-wrap {
	margin-bottom: 35px;
}

.hero--value {
	font-weight: 300;
	display: block;
	line-height: 1;
}

.hero--description {
	display: block;
	letter-spacing: .09em;
	text-transform: uppercase;
}