/*
	Quote. The IntroColumns callout idiom at section scale: --surface-alt panel,
	hairline border, square corners, 6px accent bar via a pseudo-element.
*/

.Quote_wrapper__00ei9 {
	--surface: var(--white);
	--surface-alt: var(--light-grey);
	--text: var(--black);
	--text-muted: var(--grey);
	--rule: #e0e0e0;
	--accent: var(--red);

	background-color: var(--surface);
	color: var(--text);
	padding: 100px 20px;
}

.Quote_wrapper__00ei9[data-theme="dark"] {
	--surface: #111;
	--surface-alt: #1a1a1a;
	--text: var(--white);
	--text-muted: #b0b0b0;
	--rule: #3a3a3a;
	--accent: #e5233a;
}

.Quote_block__m1uel {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	background-color: var(--surface-alt);
	border: 1px solid var(--rule);
	padding: 56px 60px 56px 66px;
}

.Quote_block__m1uel::before {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: 6px;
	background-color: var(--accent);
}

.Quote_quote__qTU2R {
	margin: 0;
}

/* Quote-scale type: above body, below headings. Global p is 18px/2 — restated
   on the element because the element selector beats inheritance. */
.Quote_quote__qTU2R p {
	font-size: clamp(20px, 2vw, 25px);
	line-height: 1.7;
	color: var(--text);
	margin: 0;
}

.Quote_quote__qTU2R p + p {
	margin-top: 20px;
}

.Quote_cite__RRpMP {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--rule);
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: var(--text-muted);
}

@media screen and (max-width: 1024px) {
	.Quote_wrapper__00ei9 {
		padding: 80px 20px;
	}

	.Quote_block__m1uel {
		padding: 44px 40px 44px 46px;
	}
}

@media screen and (max-width: 768px) {
	.Quote_wrapper__00ei9 {
		padding: 60px 20px;
	}

	.Quote_block__m1uel {
		padding: 32px 24px 32px 30px;
	}

	.Quote_cite__RRpMP {
		margin-top: 22px;
		padding-top: 18px;
	}
}


/*# sourceMappingURL=da2f57d237a6701d.css.map*/