.cew-agenda-spotlight{
	--cew-as-image-width:40%;
	display:grid;
	grid-template-columns:var(--cew-as-image-width) minmax(0,1fr);
	gap:0;
	width:100%;
	min-height:476px;
	margin:0;
	padding:0;
}
.cew-agenda-spotlight *{box-sizing:border-box}
.cew-as-image{
	--cew-as-image-y:50%;
	min-width:0;
	min-height:0;
	overflow:hidden;
	background:#eee;
}
.cew-as-image img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:50% var(--cew-as-image-y);
}
.cew-as-right{
	min-width:0;
	min-height:0;
	display:flex;
	flex-direction:column;
	gap:16px;
}
.cew-as-card{
	flex:1 1 auto;
	min-height:412px;
	padding:24px 24px 22px;
	background:#fff;
	border:2px solid #e8e8e8;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.cew-as-copy{min-width:0}
.cew-as-title{
	margin:0 0 14px;
	color:#12072d;
	font-size:32px;
	line-height:1.02;
	font-weight:500;
	letter-spacing:-.025em;
}
.cew-as-description{
	margin:0;
	max-width:720px;
	color:#666;
	font-size:14px;
	line-height:1.45;
	font-weight:400;
}
.cew-as-tags{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;
	margin-top:24px;
}
.cew-as-tag{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:9px 12px;
	background:#f2eeff;
	color:#17142d;
	font-size:14px;
	line-height:1;
	font-weight:500;
	white-space:nowrap;
}
.cew-as-button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	align-self:flex-start;
	width:196px;
	min-height:48px;
	padding:12px 24px;
	background:#12072d;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	line-height:1;
	font-weight:500;
	transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.cew-as-button:hover{background:#26114d;color:#fff}

@media(max-width:767px){
	.cew-agenda-spotlight{
		display:flex;
		flex-direction:column;
		min-height:1024px;
	}
	.cew-as-image{
		width:100%;
		height:468px;
		flex:0 0 auto;
	}
	.cew-as-right{
		width:100%;
		gap:18px;
	}
	.cew-as-card{
		min-height:464px;
		padding:28px 32px 26px;
	}
	.cew-as-title{
		font-size:40px;
		line-height:1.05;
		margin-bottom:18px;
	}
	.cew-as-description{
		font-size:17px;
		line-height:1.45;
	}
	.cew-as-tags{
		margin-top:30px;
		gap:8px;
	}
	.cew-as-tag{
		padding:9px 12px;
		font-size:14px;
	}
	.cew-as-button{
		width:278px;
		min-height:74px;
		padding:20px 34px;
		font-size:15px;
	}
}

@media(max-width:1024px) and (min-width:768px){
	.cew-agenda-spotlight{--cew-as-image-width:42%;min-height:560px}
	.cew-as-card{min-height:470px}
	.cew-as-title{font-size:34px}
}
