.mask-circles {
	mask-image: url("data:image/svg+xml,%3Csvg width='620' height='620' preserveAspectRatio='none' viewBox='0 0 620 620' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3425_132)'%3E%3Cellipse cx='309.5' cy='309.5' rx='305.327' ry='271.525' transform='rotate(21.0314 309.5 309.5)' fill='url(%23paint0_radial_3425_132)' fill-opacity='0.5'/%3E%3Cellipse cx='309.5' cy='309.5' rx='307.372' ry='273.342' transform='rotate(-30 309.5 309.5)' fill='url(%23paint1_radial_3425_132)' fill-opacity='0.5'/%3E%3Cellipse cx='309.499' cy='309.5' rx='257.353' ry='293.555' transform='rotate(15 309.499 309.5)' fill='url(%23paint2_radial_3425_132)' fill-opacity='0.5'/%3E%3Cellipse cx='309.5' cy='309.5' rx='237.131' ry='228.689' transform='rotate(-15 309.5 309.5)' fill='url(%23paint3_radial_3425_132)' fill-opacity='0.5'/%3E%3Cellipse opacity='0.7' cx='309.499' cy='309.5' rx='210.5' ry='241' transform='rotate(-90 309.499 309.5)' fill='black'/%3E%3Cellipse cx='309.5' cy='309.5' rx='197.336' ry='193.796' transform='rotate(-30 309.5 309.5)' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_3425_132' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(309.5 309.5) rotate(90) scale(271.525 305.327)'%3E%3Cstop stop-opacity='0.5'/%3E%3Cstop offset='1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_3425_132' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(309.5 309.5) rotate(90) scale(273.342 307.372)'%3E%3Cstop stop-opacity='0.5'/%3E%3Cstop offset='1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_3425_132' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(309.499 309.5) rotate(90) scale(293.555 257.353)'%3E%3Cstop stop-opacity='0.5'/%3E%3Cstop offset='1'/%3E%3C/radialGradient%3E%3CradialGradient id='paint3_radial_3425_132' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(309.5 309.5) rotate(90) scale(228.689 237.131)'%3E%3Cstop stop-opacity='0.5'/%3E%3Cstop offset='1'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_3425_132'%3E%3Crect width='620' height='620' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
	mask-size: 100% 100%;
	mask-position: 50%;
}

:has(.text-shape-circle) {
	height: 12rem;
}

.text-shape-circle::before {
	content: "";
	float: left;
	shape-outside: polygon(
		0      0,
		0      100%,
		100%   100%,
		61.72% 96.19%,
		29.28% 85.35%, /* 45 */
		7.61% 69.13%,
		0      50%,
		7.61% 30.86%,
		29.28% 14.64%, /* 45 */
		61.72% 3.80%,
		100%   0
	);
	height: 100%;
	width: 50%;
}
.text-shape-circle::after {
	content: "";
	float: right;
	shape-outside: polygon(
		100%   0,
		100%   100%,
		0    100%,
		38.27% 96.19%,
		60.71% 85.35%, /* 45 */
		92.38% 69.13%,
		100%   50%,
		92.38% 30.86%,
		60.71% 14.64%, /* 45 */
		38.27% 3.80%,
		0%    0
	);
	height: 100%;
	width: 50%;
}