
.gewcu-wrap{
	width:100%;
	box-sizing:border-box;
}
.gewcu-wrap *{
	box-sizing:border-box;
}
.gewcu-inner{
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
	width:100%;
}
.gewcu-left{
	min-width:0;
}
.gewcu-right{
	position:relative;
	flex:1 1 auto;
	min-width:0;
}
.gewcu-eyebrow{
	font-weight:700;
	letter-spacing:.16em;
	text-transform:uppercase;
}
.gewcu-heading{
	margin:0;
}
.gewcu-description{
	margin:0;
	max-width:760px;
}
.gewcu-features{
	display:grid;
}
.gewcu-feature{
	display:flex;
	align-items:flex-start;
	border-bottom:1px solid #d9dde5;
	min-width:0;
}
.gewcu-feature-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	border:1.5px solid currentColor;
}
.gewcu-feature-icon svg{
	fill:currentColor;
}
.gewcu-feature-copy{
	min-width:0;
	padding-top:4px;
}
.gewcu-feature-title{
	font-weight:700;
}
.gewcu-feature-description{
	margin:0;
}
.gewcu-cta{
	margin-top:28px;
}
.gewcu-cta-row{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.gewcu-btn{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	text-decoration:none!important;
	line-height:1.2!important;
	white-space:nowrap;
	transition:all .2s ease;
}
.gewcu-btn-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	line-height:1;
}
.gewcu-btn-icon svg{
	display:block;
	fill:currentColor;
}
.gewcu-btn-primary{
	color:#fff;
	background:#ef1b24;
}
.gewcu-btn-secondary{
	color:#071a4d;
	background:transparent;
}
.gewcu-microcopy{
	margin-top:12px;
}
.gewcu-main-image{
	position:relative;
	width:100%;
	height:690px;
	overflow:hidden;
}
.gewcu-main-image img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
}
.gewcu-secondary-image{
	position:absolute;
	left:-95px;
	bottom:0;
	width:220px;
	height:190px;
	overflow:hidden;
	border:4px solid #fff;
	z-index:3;
}
.gewcu-secondary-image img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}




@media(max-width:1024px){
	.gewcu-inner{
		align-items:flex-start;
	}
}
@media(max-width:767px){
	.gewcu-inner{
		flex-direction:column;
		gap:34px!important;
	}
	.gewcu-mobile-image-first-yes .gewcu-right{
		order:-1;
	}
	.gewcu-mobile-image-first-yes .gewcu-left{
		order:1;
	}
	.gewcu-left{
		flex:1 1 auto!important;
		width:100%;
	}
	.gewcu-right{
		width:100%;
	}
	.gewcu-feature{
		width:100%;
	}
	.gewcu-cta-row{
		flex-direction:column;
		align-items:stretch;
	}
	.gewcu-btn{
		width:100%;
	}
	.gewcu-secondary-image{
		left:16px!important;
		bottom:16px!important;
		width:42%!important;
		height:150px!important;
	}
}
