.accordion_Content__5BWbM {
	overflow: hidden;
	&[data-state="open"] {
		animation: accordion_slideDown__cy8T2 300ms cubic-bezier(0.87, 0, 0.13, 1);
	}
	&[data-state="closed"] {
		animation: accordion_slideUp__oyHI_ 300ms cubic-bezier(0.87, 0, 0.13, 1);
	}
}

@keyframes accordion_slideDown__cy8T2 {
	from {
		height: 0;
	}
	to {
		height: var(--radix-accordion-content-height);
	}
}

@keyframes accordion_slideUp__oyHI_ {
	from {
		height: var(--radix-accordion-content-height);
	}
	to {
		height: 0;
	}
}
.pricing_Gradient___rlZo {
  clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%);
}
