.onnax-pct {
	--onnax-pct-accent: #24b96a;
	--onnax-pct-divider: #e6ecea;
	--onnax-pct-highlight: #f0fbf5;
	color: #162126;
	font-family: inherit;
}

.onnax-pct *,
.onnax-pct *::before,
.onnax-pct *::after {
	box-sizing: border-box;
}

.onnax-pct__desktop {
	background: #fff;
	box-shadow: 0 14px 45px rgb(13 39 32 / 10%);
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}

.onnax-pct table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	min-width: 760px;
	table-layout: fixed;
	width: 100%;
}

.onnax-pct th,
.onnax-pct td {
	border: 0;
	border-bottom: 1px solid var(--onnax-pct-divider);
	border-right: 1px solid var(--onnax-pct-divider);
	vertical-align: middle;
}

.onnax-pct tr > :last-child {
	border-right: 0;
}

.onnax-pct__feature-head,
.onnax-pct__feature-label {
	text-align: left;
	width: 27%;
}

.onnax-pct__feature-head {
	font-size: 16px;
	font-weight: 750;
	letter-spacing: .02em;
	vertical-align: middle;
}

.onnax-pct__feature-head-content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	margin: auto;
	max-width: 225px;
}

.onnax-pct__feature-head-icon {
	align-items: center;
	background: color-mix(in srgb, var(--onnax-pct-accent) 11%, white);
	border: 1px solid color-mix(in srgb, var(--onnax-pct-accent) 24%, transparent);
	border-radius: 13px;
	color: #159a5b;
	display: inline-flex;
	font-size: 21px;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.onnax-pct__feature-head-icon svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.onnax-pct__feature-head-title {
	color: #162126;
	display: block;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.onnax-pct__feature-head-description {
	color: #626a78;
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
}

.onnax-pct__plan-head {
	background: #fff;
	padding: 38px 24px 22px;
	position: relative;
	text-align: center;
}

.onnax-pct__plan-head.is-highlighted,
.onnax-pct__summary.is-highlighted,
.onnax-pct__value.is-highlighted,
.onnax-pct__button-cell.is-highlighted,
.onnax-pct__mobile-card.is-highlighted {
	background-color: var(--onnax-pct-highlight);
}

.onnax-pct__plan-head.is-highlighted,
.onnax-pct__summary.is-highlighted,
.onnax-pct__value.is-highlighted,
.onnax-pct__button-cell.is-highlighted {
	box-shadow: inset 1px 0 0 color-mix(in srgb, var(--onnax-pct-accent) 28%, transparent), inset -1px 0 0 color-mix(in srgb, var(--onnax-pct-accent) 28%, transparent);
}

.onnax-pct__plan-name {
	color: #159a5b;
	font-size: clamp(17px, 1.5vw, 22px);
	font-weight: 750;
	letter-spacing: .03em;
	line-height: 1.2;
	text-transform: uppercase;
}

.onnax-pct__plan-subtitle {
	color: #626a78;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
}

.onnax-pct__badge {
	background: var(--onnax-pct-accent);
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 750;
	left: 50%;
	letter-spacing: .04em;
	line-height: 1;
	max-width: calc(100% - 20px);
	padding: 7px 13px;
	position: absolute;
	text-transform: uppercase;
	top: 9px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.onnax-pct__price {
	background: #11191d;
	color: #9ca9a4;
	padding: 15px 12px;
	text-align: center;
}

.onnax-pct__price-main {
	color: #27bd6c;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	line-height: 1;
}

.onnax-pct__currency {
	font-size: .58em;
	margin-right: 2px;
	vertical-align: .32em;
}

.onnax-pct__suffix {
	font-size: 12px;
	margin-left: 5px;
}

.onnax-pct__summary {
	background: #fff;
	color: #626a78;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
	padding: 16px 22px 20px;
	text-align: center;
}

.onnax-pct__feature-label,
.onnax-pct__value {
	background-color: #fff;
	font-size: 14px;
	line-height: 1.35;
	padding: 13px 18px;
}

.onnax-pct__feature-label {
	font-weight: 650;
}

.onnax-pct__feature-icon {
	color: #18a660;
	display: inline-flex;
	font-size: 16px;
	justify-content: center;
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
}

.onnax-pct__feature-icon svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.onnax-pct__value {
	font-weight: 600;
	text-align: center;
}

.onnax-pct__yes {
	color: #18a660;
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.onnax-pct__no {
	color: #98a29f;
	font-size: 20px;
	font-weight: 500;
}

.onnax-pct tfoot td {
	border-bottom: 0;
}

.onnax-pct__button-spacer {
	background: #fff;
}

.onnax-pct__button-cell {
	background: #11191d;
	padding: 0;
}

.onnax-pct__button {
	align-items: center;
	background: #11191d;
	color: #31c978;
	display: flex;
	font-size: 15px;
	font-weight: 750;
	gap: 8px;
	justify-content: center;
	line-height: 1.3;
	min-height: 56px;
	padding: 18px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
	width: 100%;
}

.onnax-pct__button:hover,
.onnax-pct__button:focus-visible {
	background: #159a5b;
	color: #fff;
	text-decoration: none;
}

.onnax-pct__button-cell.is-highlighted .onnax-pct__button,
.onnax-pct__mobile-card.is-highlighted .onnax-pct__button {
	background: var(--onnax-pct-accent);
	color: #fff;
}

.onnax-pct__button-icon {
	display: inline-flex;
	flex: 0 0 auto;
}

.onnax-pct__button-icon:empty {
	display: none;
}

.onnax-pct__button-icon svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.onnax-pct__button:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--onnax-pct-accent) 42%, white);
	outline-offset: -4px;
}

.onnax-pct__mobile {
	display: none;
}

.onnax-pct__sr-only {
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (max-width: 767px) {
	.onnax-pct__desktop {
		display: none;
	}

	.onnax-pct__mobile {
		display: grid;
		gap: 22px;
	}

	.onnax-pct__mobile-card {
		background: #fff;
		box-shadow: 0 10px 34px rgb(13 39 32 / 10%);
		overflow: hidden;
	}

	.onnax-pct__mobile-card.is-highlighted {
		border: 1px solid color-mix(in srgb, var(--onnax-pct-accent) 38%, transparent);
	}

	.onnax-pct__mobile-card .onnax-pct__plan-head {
		background: transparent;
		padding-top: 48px;
	}

	.onnax-pct__mobile-card .onnax-pct__badge {
		top: 12px;
		transform: translateX(-50%);
	}

	.onnax-pct__mobile-card .onnax-pct__summary {
		background: transparent;
		border-bottom: 1px solid var(--onnax-pct-divider);
		margin: 0;
	}

	.onnax-pct__mobile-feature {
		align-items: center;
		border-bottom: 1px solid var(--onnax-pct-divider);
		display: flex;
		gap: 16px;
		justify-content: space-between;
		padding: 13px 18px;
	}

	.onnax-pct__mobile-feature .onnax-pct__feature-label,
	.onnax-pct__mobile-feature .onnax-pct__value {
		background: transparent;
		padding: 0;
		text-align: left;
		width: auto;
	}

	.onnax-pct__mobile-feature .onnax-pct__value {
		flex: 0 0 auto;
		max-width: 42%;
		text-align: right;
	}
}

@media (prefers-reduced-motion: reduce) {
	.onnax-pct__button {
		transition: none;
	}
}
