<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Quote block */
body .wp-block-quote {
	border-top: 1px solid var(--primary-color);
	padding: clamp(0.5rem, 4vw, 1.6em) clamp(1rem, 4vw, 5.5rem) clamp(1rem, 4vw, 2.6rem);
	padding: 1.2rem 0 0 !important;
	font-size: clamp(0.9rem, 1.1vw, 1rem);
	line-height: 2.2;
	position: relative;
	margin: 1.2rem auto 0;
	width: 100%;
	max-width: calc(100% - 3rem);
}

.wp-block-quote::before {
	content: '';
	background: var(--primary-color) url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" fill="none" width="16" height="14" viewBox="0 0 16 14"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M5.77961 0.125606C2.34696 2.43914 0.439925 5.13205 0.0585187 8.20433C-0.535472 12.9869 3.53995 15.3277 5.60501 13.2247C7.67008 11.1216 6.43241 8.45166 4.93717 7.72163C3.44194 6.99159 2.52748 7.2461 2.68703 6.27064C2.84658 5.29519 4.97364 2.59175 6.84268 1.33261C6.90882 1.27344 6.95101 1.19005 6.96066 1.09941C6.97031 1.00877 6.94671 0.917673 6.89465 0.84464L6.43241 0.213631C6.23183 -0.060013 6.03945 -0.0494884 5.77961 0.125127M14.8176 0.125606C11.3849 2.43914 9.47788 5.13205 9.09647 8.20433C8.50203 12.9869 12.5774 15.3277 14.6425 13.2247C16.7076 11.1216 15.4699 8.45166 13.9742 7.72163C12.4785 6.99159 11.5645 7.2461 11.7241 6.27064C11.8836 5.29519 14.0111 2.59175 15.8802 1.33261C15.9463 1.27337 15.9883 1.18996 15.9979 1.09932C16.0075 1.00868 15.9838 0.917616 15.9317 0.84464L15.4699 0.213631C15.2693 -0.060013 15.077 -0.0494884 14.8176 0.125127" fill="white"/&gt;&lt;/svg&gt;') center no-repeat;
	position: absolute;
	inset: -0.8rem auto auto 0rem;
	width: 1.5rem;
	height: 1.5rem;
	z-index: 1;
	border-radius: 50%;
	z-index: 1;
}

.wp-block-quote cite {
	display: block;
	font-size: clamp(0.9rem, 4vw, 1rem);
	font-weight: bold;
	text-align: right;
	line-height: 1.5;
	color: var(--primary-color);
	font-style: normal;
}

.wp-block-quote cite em {
	font-size: 0.8rem;
	font-style: normal;
}

@media (min-width: 68.5em) {
	body .wp-block-quote {
		max-width: var(--wp--style--global--content-size);
	}

	.wp-block-quote::before {
		inset: -0.8rem auto auto 0rem;
	}
}</pre></body></html>