#pk_flex_content .quote {
	--site-grid: 800px;
}
#pk_flex_content .quote .quote_wrapper {
	overflow: hidden;
	padding: 3rem; border-radius: var(--radius-large);
	background-color: var(--Identity-Sky); position: relative;
}
#pk_flex_content .blue_bg .quote .quote_wrapper {
	background-color: #ffffff;
}
#pk_flex_content .quote .bg-swirl {
	position: absolute; right: 0; bottom: 0; z-index: 1;
	pointer-events: none;
}
#pk_flex_content .default_bg .quote .bg-swirl {
	display: none;
}

#pk_flex_content .quote .quote-col {
	position: relative; z-index: 2;
}
#pk_flex_content .quote .quote-text {
	margin-top: 1rem; font-size: 18px;
}

#pk_flex_content .quote .quote_wrapper .quote-author {
	display: flex; align-items: flex-start; gap: 1rem;
	margin-top: 1.5rem;
}
#pk_flex_content .quote .quote_wrapper .quote-author .author-photo {
	width: 52px; height: 52x; border-radius: 100%; overflow: hidden;
}
#pk_flex_content .quote .quote_wrapper .quote-author .author-photo img {
	aspect-ratio: 1; width: 100%; height: auto; object-fit: cover;
}
#pk_flex_content .quote .quote_wrapper .quote-author .author-name {
	margin: 0; font-weight: 600;
}

@media screen and (max-width: 1024px) {
	#pk_flex_content .quote .quote_wrapper {
		padding: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	#pk_flex_content .quote .quote_wrapper {
		padding: 1.5rem;
	}
	#pk_flex_content .quote .quote-text {
		font-size: 16px;
	}
}