#fw-bg-content {
	width: 1400px;
	max-width: 100%;	
	position: relative;
}
#fw-bg-content .background-image-layer {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translate(-50%,0);
	z-index: 0; 	
}
#fw-bg-content .fw-bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translate(-50%,0);
	z-index: 0;	
}
#fw-bg-content .fw-bg-content-box {
	position: relative;	
	z-index: 1;
}
#fw-bg-content .content-box {
	width: 100%;
	text-align: center;	
}
#fw-bg-content .fw-bg-flex {
	display: flex;
	align-items: center;	
}
#fw-bg-content .fw-bg-image {
	width: 30%;
	margin: 0 auto 0 0;	
}
#fw-bg-content .fw-bg-flex .content-box {
	width: 65%;	
	text-align: left;
}
#fw-bg-content .fw-block-super { 
	font-family: 'termina', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;	
	margin-bottom: 16px;
}
#fw-bg-content .fw-block-title {
	font-family: 'sentinel', serif;
	font-weight: 600;
	margin-bottom: 24px;	
	line-height: 65px;
}
#fw-bg-content .fw-block-lede {
	font-size: 25px;
}
#fw-bg-content .fw-block-lede-italic {
	font-family: 'source-sans-pro', sans-serif;
	font-style: italic;
	margin-bottom: 48px;
	font-size: 21px;
	line-height: 1.2;
}
#fw-bg-content .fw-block-content {
	text-align: center;
	margin-bottom: 48px;	
}
#fw-bg-content .link-flex, #fw-bg-content .button-flex {
	display: flex;
	align-items: center;
	justify-content: center;	
}
#fw-bg-content .link-flex a {
	padding-bottom: 8px;
	border-bottom: 1px solid var(--serengeti);	
}
#fw-bg-content .link-flex a:hover {
	border-bottom: 1px solid var(--monarch);	
}
.fw-block-lede-mobile { display: none; }
#fw-bg-content .bgimg { position: absolute; }
#fw-bg-content .bgimg img { mix-blend-mode: multiply; max-width: 100%; width: 100%; }
#fw-bg-content .button-flex { display: flex; column-gap: 24px; align-items:center; justify-content:center; }
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	#fw-bg-content .fw-block-title {
color: white !important;
font-size: 35px !important;
line-height: 35px;
}
#fw-bg-content .link-flex, #fw-bg-content .button-flex {
	display: block;
	align-items: center;
	justify-content: center;
}
#fw-bg-content .link-flex, #fw-bg-content .button-flex button {
	display:  block;
	width: 100%;
	margin-bottom:24px;
}
}
