/* PTE Pull Quote */
.pte-pullquote { background: var(--pte-white, #fff); padding: clamp(1.5rem, 4vw, 3rem) 0; }
.pte-pullquote__inner { max-width: 900px; margin: 0; }
.pte-pullquote__mark { width: clamp(48px, 5vw, 64px); height: auto; display: block; margin: 0 0 1rem; }
.pte-pullquote__quote {
	margin: 0;
	color: #2966a7;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	line-height: 1.3;
	font-weight: 700;
}
.pte-pullquote--blue .pte-pullquote__quote { color: #2966a7; }
.pte-pullquote--green .pte-pullquote__quote { color: #006d33; }
.pte-pullquote--ink .pte-pullquote__quote { color: var(--pte-ink, #251e20); }
.pte-pullquote__attr {
	margin-top: 1rem;
	color: var(--pte-green, #00a576);
	font-weight: 600;
	font-size: 1.05rem;
}
