/* ACTS Past Edition — Image & Stats */
.cew-peis{
	width:100%;
	margin:0;
	padding:0;
	font-family:"PP Neue Montreal",Arial,sans-serif;
}
.cew-peis-grid{
	display:grid;
	grid-template-columns:56% minmax(0,1fr);
	width:100%;
	min-height:640px;
}
.cew-peis-image{
	width:100%;
	min-width:0;
	background-color:#ece8e2;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% center;
}
.cew-peis-right{
	min-width:0;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding:0 52px;
	background:#fff;
}
.cew-peis-copy{
	max-width:470px;
	font-size:18px;
	line-height:1.38;
	color:#303030;
	padding-top:0;
}
.cew-peis-copy p:first-child{margin-top:0}
.cew-peis-copy p:last-child{margin-bottom:0}

.cew-peis-stats{
	width:100%;
	padding-bottom:0;
}
.cew-peis-stat{
	border-bottom:1px solid #e1e1e1;
	padding:20px 0;
}
.cew-peis-stat:first-child{
	border-top:0;
}
.cew-peis-stat:last-child{
	border-bottom:0;
}
.cew-peis-stat-number{
	font-size:42px;
	line-height:1;
	font-weight:400;
	letter-spacing:-.03em;
	color:#16072f;
	margin-bottom:12px;
}
.cew-peis-stat-label{
	font-size:16px;
	line-height:1.3;
	color:#555;
}
.cew-peis-empty{
	padding:18px;
	border:1px dashed #ccc;
	color:#666;
	background:#fafafa;
	font-size:13px;
}

@media(max-width:1024px){
	.cew-peis-grid{
		grid-template-columns:55% minmax(0,1fr);
		min-height:560px;
	}
	.cew-peis-right{
		padding:0 34px;
	}
	.cew-peis-copy{
		font-size:16px;
	}
	.cew-peis-stat-number{
		font-size:36px;
	}
}

@media(max-width:767px){
	.cew-peis-grid{
		grid-template-columns:1fr !important;
		min-height:0 !important;
	}
	.cew-peis-image{
		min-height:360px;
	}
	.cew-peis-right{
		padding:30px 20px 10px !important;
		gap:30px;
	}
	.cew-peis-copy{
		max-width:none !important;
	}
	.cew-peis-stat-number{
		font-size:34px;
	}
}
