.article-block { margin: 0 0 28px; }
.article-block:last-child { margin-bottom: 0; }

.article-block--art-center {
	padding: 24px 0;
	text-align: center;
}
.article-block--art-center .ab-inner {
	max-width: 650px;
	margin: 0 auto;
}
.article-block--art-center .ab-eyebrow {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	line-height: 1.4;
	color: #6a6a78;
	margin-bottom: 0.5em;
}
.article-block--art-center .ab-title {
	max-width: 520px;
	margin: 0 auto 0.5em;
	font-size: 32px;
	line-height: 1.15;
	font-weight: 700;
	color: #1e1e2e;
}
.article-block--art-center .ab-content {
	font-size: 17px;
	line-height: 1.7;
	color: #333;
}
.article-block--art-center .ab-actions {
	margin-top: 1.5em;
}


.article-block.ab-container--root { margin-bottom: 0; }

.ab-el { flex: 0 1 auto; min-width: 0; }
.ab-el--heading { margin: 0; font-size: 24px; line-height: 1.2; font-weight: 700; color: #1e1e2e; }
.ab-el--text { font-size: 17px; line-height: 1.7; color: #333; }
.ab-el--text p { margin: 0 0 0.8em; }
.ab-el--text p:last-child { margin-bottom: 0; }
.ab-el--image img { display: inline-block; max-width: 100%; height: auto; border-radius: 8px; }
.ab-el--image > a { display: inline-block; line-height: 0; }
.ab-el--linked { position: relative; }
.ab-el-stretch { position: absolute; inset: 0; z-index: 2; border-radius: inherit; }
.ab-el--linked .ab-el--button,
.ab-el--linked .ab-el--form,
.ab-el--linked .ab-el--video,
.ab-el--linked a:not(.ab-el-stretch) { position: relative; z-index: 3; }
.ab-el--video { position: relative; aspect-ratio: 16 / 9; border-radius: 8px; overflow: clip; }
.ab-el--video iframe { width: 100%; height: 100%; display: block; border: 0; }
.ab-el--button .btn { display: inline-block; }


.article-block--banner {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.article-block--banner .site-banner-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ab-el--form {
	width: 100%;
}
