.genz0-wss-cards-wrap {
	box-sizing: border-box;
	width: 100%;
}

.genz0-wss-cards-wrap *,
.genz0-wss-account *,
.genz0-wss-user-subscription * {
	box-sizing: border-box;
}

.genz0-wss-align-left .genz0-wss-cards {
	margin-right: auto;
}

.genz0-wss-align-center .genz0-wss-cards {
	margin-left: auto;
	margin-right: auto;
}

.genz0-wss-align-right .genz0-wss-cards {
	margin-left: auto;
}

.genz0-wss-cards {
	--genz0-wss-columns: 3;
	display: grid;
	grid-template-columns: repeat(var(--genz0-wss-columns), minmax(0, 1fr));
	width: 100%;
	max-width: 1180px;
	column-gap: 28px;
	row-gap: 28px;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-cards {
	max-width: none !important;
}

body.page-id-4437.genz0-desktop-autoscale-enabled .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-cards {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center !important;
	gap: 30px !important;
	width: 100% !important;
	grid-template-columns: unset !important;
}

body.page-id-4437.genz0-desktop-autoscale-enabled .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card {
	flex: 0 0 auto !important;
	width: 314px !important;
	max-width: 314px !important;
}

@media (min-width: 1025px) {
	body.page-id-4437.genz0-desktop-autoscale-enabled .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-cards {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		justify-content: initial !important;
	}

	body.page-id-4437.genz0-desktop-autoscale-enabled .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card {
		flex: initial !important;
		width: auto !important;
		max-width: none !important;
	}
}

.genz0-wss-cards--equal .genz0-wss-card {
	height: 100%;
}

.genz0-wss-card {
	--genz0-wss-card-bg: #f7f2e7;
	--genz0-wss-card-highlight-bg: #b7bfad;
	--genz0-wss-card-text: #454232;
	--genz0-wss-card-border-color: rgba(69, 66, 50, .14);
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 690px;
	padding: 20px;
	border: 1px solid var(--genz0-wss-card-border-color);
	border-radius: 6px;
	background: var(--genz0-wss-card-bg);
	color: var(--genz0-wss-card-text);
	box-shadow: 0 12px 30px rgba(69, 66, 50, .06);
	overflow: hidden;
}

.genz0-wss-card--highlighted {
	background: var(--genz0-wss-card-highlight-bg);
}

.genz0-wss-card__header {
	position: relative;
	display: flex;
	align-items: flex-start;
	min-height: 170px;
	padding: 22px;
	border-radius: 6px;
	background: #b7bfad;
	overflow: hidden;
}

.genz0-wss-card--highlighted .genz0-wss-card__header {
	background: #f7f2e7;
}

.genz0-wss-card__header-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	opacity: .34;
	pointer-events: none;
}

.genz0-wss-card__header-image {
	--genz0-wss-header-image-width: 44%;
	--genz0-wss-header-image-height: 78%;
	--genz0-wss-header-image-x: 56%;
	--genz0-wss-header-image-y: 50%;
	--genz0-wss-header-image-shift-x: 0%;
	--genz0-wss-header-image-shift-y: -50%;
	--genz0-wss-header-image-rotate: 0deg;
	position: absolute;
	left: var(--genz0-wss-header-image-x);
	top: var(--genz0-wss-header-image-y);
	z-index: 1;
	display: block;
	width: var(--genz0-wss-header-image-width);
	height: var(--genz0-wss-header-image-height);
	max-width: none;
	max-height: none;
	transform: translate(var(--genz0-wss-header-image-shift-x), var(--genz0-wss-header-image-shift-y)) rotate(var(--genz0-wss-header-image-rotate));
	object-fit: contain;
	object-position: center;
	opacity: .34;
	pointer-events: none;
}

.genz0-wss-card__decor {
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 1;
	display: block;
	max-width: 44%;
	max-height: 72%;
	object-fit: contain;
	opacity: .34;
	pointer-events: none;
}

.genz0-wss-card__header-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	min-height: 100%;
}

.genz0-wss-card__title {
	margin: 0;
	color: inherit;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.genz0-wss-card__subtitle,
.genz0-wss-card__badge {
	margin-top: 6px;
	color: rgba(69, 66, 50, .68);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.genz0-wss-card__price {
	display: flex;
	align-items: baseline;
	gap: 4px;
	margin-top: auto;
	padding-top: 22px;
	color: inherit;
}

.genz0-wss-card__price-main {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.genz0-wss-card__price-main .amount {
	color: inherit;
}

.genz0-wss-card__period {
	color: rgba(69, 66, 50, .65);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

.genz0-wss-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 18px;
	padding-top: 22px;
}

.genz0-wss-card__description,
.genz0-wss-card__bottom,
.genz0-wss-card__extra {
	color: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.22;
}

.genz0-wss-card__description p,
.genz0-wss-card__bottom p,
.genz0-wss-card__extra p {
	margin: 0 0 .75em;
}

.genz0-wss-card__description p:last-child,
.genz0-wss-card__bottom p:last-child,
.genz0-wss-card__extra p:last-child {
	margin-bottom: 0;
}

.genz0-wss-feature-list {
	display: grid;
	row-gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.genz0-wss-feature-list li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	column-gap: 10px;
	min-width: 0;
}

.genz0-wss-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	min-width: 19px;
	height: 19px;
	color: #6e8565;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.genz0-wss-cards--hide-icons .genz0-wss-feature-list li {
	grid-template-columns: minmax(0, 1fr);
}

.genz0-wss-cards--hide-icons .genz0-wss-feature-icon {
	display: none;
}

.genz0-wss-card__footer {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: auto;
	padding-top: 22px;
}

.genz0-wss-card__actions,
.genz0-wss-account-card__actions,
.genz0-wss-user-subscription__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.genz0-wss-card__button,
.genz0-wss-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 14px 24px;
	border: 0 solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
	cursor: pointer;
}

.genz0-wss-card__button:hover,
.genz0-wss-button:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.genz0-wss-card__button--primary,
.genz0-wss-button--primary {
	background: #5f7a55;
	color: #fff;
}

.genz0-wss-card__button--secondary,
.genz0-wss-button--secondary {
	background: #d8ddcf;
	color: #454232;
}

.genz0-wss-cards--full-buttons .genz0-wss-card__button {
	width: 100%;
}

.genz0-wss-cards--hide-secondary .genz0-wss-card__button--secondary {
	display: none;
}

.genz0-wss-notice {
	grid-column: 1 / -1;
	padding: 16px 18px;
	border-radius: 8px;
	background: #f7f2e7;
	color: #454232;
	font-size: 15px;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-cards-wrap {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-cards {
	width: min(1362px, calc(100svw - 48px)) !important;
	max-width: min(1362px, calc(100svw - 48px)) !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	column-gap: 30px !important;
	row-gap: 30px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card {
	min-height: 970px !important;
	padding: 25px !important;
	border-radius: 8px !important;
	border-color: rgba(64, 63, 43, .20) !important;
	background: #faf6ec;
	box-shadow: 2px 4px 20px rgba(0, 0, 0, .05);
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--highlighted {
	background: #bac0af;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__header {
	min-height: 190px !important;
	padding: 25px !important;
	border-radius: 8px !important;
	background: #bac0af;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--highlighted .genz0-wss-card__header {
	background: #faf6ec;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__body {
	gap: 25px;
	padding-top: 25px;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__footer {
	gap: 25px;
	padding-top: 25px;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__title,
body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__price-main {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.1;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__period,
body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__subtitle,
body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__badge {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__description,
body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__bottom,
body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__extra {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-feature-list {
	row-gap: 7px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-feature-list li {
	column-gap: 15px;
	align-items: center;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-feature-icon {
	position: relative;
	width: 21px;
	min-width: 21px;
	height: 16px;
	color: #5e7153;
	font-size: 0;
	line-height: 0;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-feature-icon::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5189 0.463017C20.38 0.316303 20.2148 0.199852 20.0327 0.120383C19.8506 0.0409142 19.6553 0 19.458 0C19.2608 0 19.0655 0.0409142 18.8834 0.120383C18.7013 0.199852 18.536 0.316303 18.3971 0.463017L7.26494 12.1403L2.58793 7.22517C2.4437 7.07922 2.27344 6.96446 2.08688 6.88744C1.90031 6.81042 1.70109 6.77265 1.50059 6.77629C1.30009 6.77992 1.10224 6.82489 0.918332 6.90862C0.734422 6.99236 0.568056 7.11322 0.428734 7.2643C0.289412 7.41539 0.179863 7.59374 0.10634 7.78918C0.0328167 7.98462 -0.00324036 8.19331 0.000228499 8.40335C0.00369735 8.61338 0.0466239 8.82064 0.126557 9.0133C0.206489 9.20596 0.321863 9.38023 0.466091 9.52618L6.20402 15.537C6.34293 15.6837 6.50819 15.8001 6.69028 15.8796C6.87237 15.9591 7.06768 16 7.26494 16C7.4622 16 7.6575 15.9591 7.83959 15.8796C8.02168 15.8001 8.18695 15.6837 8.32586 15.537L20.5189 2.76403C20.6706 2.61745 20.7917 2.43955 20.8745 2.24154C20.9573 2.04352 21 1.8297 21 1.61352C21 1.39735 20.9573 1.18352 20.8745 0.985509C20.7917 0.787497 20.6706 0.609597 20.5189 0.463017Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5189 0.463017C20.38 0.316303 20.2148 0.199852 20.0327 0.120383C19.8506 0.0409142 19.6553 0 19.458 0C19.2608 0 19.0655 0.0409142 18.8834 0.120383C18.7013 0.199852 18.536 0.316303 18.3971 0.463017L7.26494 12.1403L2.58793 7.22517C2.4437 7.07922 2.27344 6.96446 2.08688 6.88744C1.90031 6.81042 1.70109 6.77265 1.50059 6.77629C1.30009 6.77992 1.10224 6.82489 0.918332 6.90862C0.734422 6.99236 0.568056 7.11322 0.428734 7.2643C0.289412 7.41539 0.179863 7.59374 0.10634 7.78918C0.0328167 7.98462 -0.00324036 8.19331 0.000228499 8.40335C0.00369735 8.61338 0.0466239 8.82064 0.126557 9.0133C0.206489 9.20596 0.321863 9.38023 0.466091 9.52618L6.20402 15.537C6.34293 15.6837 6.50819 15.8001 6.69028 15.8796C6.87237 15.9591 7.06768 16 7.26494 16C7.4622 16 7.6575 15.9591 7.83959 15.8796C8.02168 15.8001 8.18695 15.6837 8.32586 15.537L20.5189 2.76403C20.6706 2.61745 20.7917 2.43955 20.8745 2.24154C20.9573 2.04352 21 1.8297 21 1.61352C21 1.39735 20.9573 1.18352 20.8745 0.985509C20.7917 0.787497 20.6706 0.609597 20.5189 0.463017Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
	opacity: .8;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--professional .genz0-wss-feature-list li:first-child,
body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--expert .genz0-wss-feature-list li:first-child {
	align-items: flex-start;
	column-gap: 9px;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--professional .genz0-wss-feature-list li:first-child .genz0-wss-feature-icon,
body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--expert .genz0-wss-feature-list li:first-child .genz0-wss-feature-icon {
	width: 32px;
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #5e7153;
	color: #faf6ec;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--professional .genz0-wss-feature-list li:first-child .genz0-wss-feature-icon::before,
body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--expert .genz0-wss-feature-list li:first-child .genz0-wss-feature-icon::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 21px;
	height: 16px;
	transform: translate(-50%, -50%);
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__actions {
	flex-direction: column;
	gap: 15px;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__button {
	min-height: 57px;
	padding: 10px 18px;
	border-radius: 100px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__button--primary {
	background: linear-gradient(90deg, #7f9a6f 0%, #5e7153 67%);
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__button--secondary {
	background: #bac0af;
}

body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--highlighted .genz0-wss-card__button--secondary {
	background: #faf6ec;
}

@media (max-width: 1024px) {
	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-cards {
		width: calc(100svw - 48px) !important;
		max-width: calc(100svw - 48px) !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 22px !important;
		row-gap: 22px !important;
	}

	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card {
		min-height: 0 !important;
	}
}

@media (max-width: 768px) {
	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-cards {
		width: calc(100svw - 40px) !important;
		max-width: calc(100svw - 40px) !important;
		margin-left: 20px !important;
		margin-right: auto !important;
	}
}

@media (max-width: 767px) {
	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-cards {
		width: calc(100svw - 40px) !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		grid-template-columns: minmax(0, 1fr) !important;
		row-gap: 18px !important;
	}

	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card {
		margin-bottom: 30px !important;
	}

	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card:last-child {
		margin-bottom: 0 !important;
	}

	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card {
		padding: 16px !important;
	}

	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__header {
		min-height: 158px !important;
		padding: 21px !important;
	}

	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__body,
	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__footer {
		gap: 22px;
		padding-top: 22px;
	}

	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__title,
	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__price-main {
		font-size: 32px;
	}

	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__description,
	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__bottom,
	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card__extra,
	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--professional .genz0-wss-feature-list li:first-child,
	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-card--expert .genz0-wss-feature-list li:first-child {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	body.page-id-4437 .elementor-4437 .elementor-element.elementor-element-9bc8ffe .genz0-wss-cards {
		width: calc(100svw - 40px) !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
	}
}

.genz0-wss-account,
.genz0-wss-user-subscription {
	--genz0-wss-user-gap: 18px;
	display: flex;
	flex-direction: column;
	gap: var(--genz0-wss-user-gap);
	width: 100%;
	padding: 28px;
	border: 1px solid rgba(69, 66, 50, .14);
	border-radius: 12px;
	background: #f7f2e7;
	color: #454232;
}

.genz0-wss-account__title,
.genz0-wss-user-subscription__title {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.15;
	color: inherit;
}

.genz0-wss-account__subtitle {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.genz0-wss-account-card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 22px;
	border: 1px solid rgba(69, 66, 50, .14);
	border-radius: 10px;
	background: rgba(255, 253, 246, .72);
}

.genz0-wss-account-card__head,
.genz0-wss-user-subscription__main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	min-width: 0;
}

.genz0-wss-account-card__eyebrow,
.genz0-wss-user-subscription__level {
	margin-bottom: 5px;
	color: rgba(69, 66, 50, .68);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.genz0-wss-account-card__title,
.genz0-wss-user-subscription__name {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: inherit;
}

.genz0-wss-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 5px 11px;
	border-radius: 999px;
	background: #8b785f;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.genz0-wss-status--active {
	background: #5f7a55;
}

.genz0-wss-status--pending {
	background: #b98b2f;
}

.genz0-wss-status--on-hold,
.genz0-wss-status--pending-cancel {
	background: #8b785f;
}

.genz0-wss-status--cancelled,
.genz0-wss-status--expired {
	background: #9b514f;
}

.genz0-wss-account-card__meta,
.genz0-wss-user-subscription__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
	margin: 0;
}

.genz0-wss-account-card__meta-row,
.genz0-wss-user-subscription__meta-row {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.genz0-wss-account-card__meta dt,
.genz0-wss-user-subscription__meta dt {
	margin: 0;
	color: rgba(69, 66, 50, .65);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.genz0-wss-account-card__meta dd,
.genz0-wss-user-subscription__meta dd {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
	color: inherit;
}

.genz0-wss-account-card__features,
.genz0-wss-user-subscription__features,
.genz0-wss-account__empty,
.genz0-wss-user-subscription__text {
	display: grid;
	gap: 12px;
}

.genz0-wss-account-card__features h4,
.genz0-wss-user-subscription__features h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: inherit;
}

.genz0-wss-account__other-list {
	display: grid;
	gap: 16px;
}

.genz0-wss-account__message,
.genz0-wss-user-subscription__text p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: inherit;
}

@media (max-width: 1024px) {
	.genz0-wss-cards {
		--genz0-wss-columns: 2;
	}

	.genz0-wss-card {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.genz0-wss-cards {
		--genz0-wss-columns: 1;
	}

	.genz0-wss-card {
		padding: 16px;
	}

	.genz0-wss-card__header {
		min-height: 140px;
		padding: 18px;
	}

	.genz0-wss-card__title {
		font-size: 24px;
	}

	.genz0-wss-card__price-main {
		font-size: 26px;
	}

	.genz0-wss-account,
	.genz0-wss-user-subscription {
		padding: 20px;
	}

	.genz0-wss-account-card__head,
	.genz0-wss-user-subscription__main {
		align-items: flex-start;
		flex-direction: column;
	}

	.genz0-wss-account-card__meta,
	.genz0-wss-user-subscription__meta {
		grid-template-columns: 1fr;
	}

	.genz0-wss-account-card__actions,
	.genz0-wss-user-subscription__actions {
		flex-direction: column;
	}

	.genz0-wss-button,
	.genz0-wss-card__button {
		width: 100%;
	}
}

.genz0-wss-learning,
.genz0-wss-learning * {
	box-sizing: border-box;
}

.genz0-wss-learning {
	--genz0-wss-learning-speed: 220ms;
	width: 100%;
	padding: 0;
	background-repeat: no-repeat;
	color: #403f2b;
}

.genz0-wss-learning--width-viewport {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.genz0-wss-learning__inner {
	width: min(100%, 1362px);
	max-width: 1362px;
	margin: 0 auto;
}

.genz0-wss-learning__title {
	margin: 0 0 50px;
	color: #403f2b;
	font-size: 60px;
	font-weight: 500;
	line-height: 66px;
	letter-spacing: 0;
	text-align: center;
}

.genz0-wss-learning__tabs-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 50px;
}

.genz0-wss-learning__tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	width: min(100%, 735px);
	max-width: 735px;
	border: 1px solid #403f2b;
	border-radius: var(--genz0-wss-learning-tabs-radius, 8px);
	background: transparent;
	overflow: hidden;
}

.genz0-wss-learning__tab {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	min-height: 62px;
	padding: 10px 24px;
	border: 0;
	border-right: 1px solid currentColor;
	background: transparent;
	color: #403f2b;
	font: inherit;
	font-size: 35px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	transition: background-color var(--genz0-wss-learning-speed) ease, color var(--genz0-wss-learning-speed) ease;
}

.genz0-wss-learning__tab:last-child {
	border-right: 0;
}

.genz0-wss-learning__tab--active {
	background: linear-gradient(90deg, var(--genz0-wss-learning-tab-active-start, #7f9a6f) 0%, var(--genz0-wss-learning-tab-active-end, #5e7153) 67%);
	color: #faf6ec;
	font-weight: 500;
}

.genz0-wss-learning__tab--locked:not(.genz0-wss-learning__tab--active) {
	opacity: .72;
}

.genz0-wss-learning__lock {
	font-size: .66em;
	line-height: 1;
}

.genz0-wss-learning__module {
	display: none;
}

.genz0-wss-learning__module--active {
	display: block;
}

.genz0-wss-learning__module-heading {
	max-width: 100%;
	margin: 0 0 31px;
	color: #403f2b;
	font-size: 35px;
	font-weight: 500;
	line-height: 38.5px;
	letter-spacing: 0;
}

.genz0-wss-learning__accordion {
	display: grid;
	gap: 20px;
	width: 100%;
}

.genz0-wss-learning__item {
	border: 1px solid rgba(64, 63, 43, .2);
	border-radius: 8px;
	background: #bac0af;
	color: #403f2b;
	box-shadow: 2px 4px 20px rgba(0, 0, 0, .05);
	overflow: hidden;
}

.genz0-wss-learning__item--open {
	min-height: 200px;
}

.genz0-wss-learning__item-head {
	appearance: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 24px;
	width: 100%;
	min-height: 76px;
	padding: 18px 16px 18px 26px;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.genz0-wss-learning__item-title {
	min-width: 0;
	color: #403f2b;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0;
}

.genz0-wss-learning__item-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #403f2b;
	border-radius: 999px;
	background: #bac0af;
	transition: background-color var(--genz0-wss-learning-speed) ease, transform var(--genz0-wss-learning-speed) ease;
}

.genz0-wss-learning__item-arrow-mark {
	display: block;
	width: 14px;
	height: 8px;
	background: #403f2b;
	clip-path: polygon(50% 0, 100% 100%, 84% 100%, 50% 36%, 16% 100%, 0 100%);
	transform: rotate(180deg);
	transition: transform var(--genz0-wss-learning-speed) ease, background-color var(--genz0-wss-learning-speed) ease;
}

.genz0-wss-learning__item--open .genz0-wss-learning__item-arrow-mark {
	transform: rotate(0deg);
}

.genz0-wss-learning--hide-arrows .genz0-wss-learning__item-head {
	grid-template-columns: minmax(0, 1fr);
}

.genz0-wss-learning--hide-arrows .genz0-wss-learning__item-arrow {
	display: none;
}

.genz0-wss-learning__item-content[hidden] {
	display: none;
}

.genz0-wss-learning__item-content {
	color: #403f2b;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.genz0-wss-learning__item-content-inner {
	padding: 0 26px 26px;
}

.genz0-wss-learning__divider {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 0 24px;
	background: rgba(64, 63, 43, .5);
}

.genz0-wss-learning__item-text p {
	margin: 0 0 4px;
}

.genz0-wss-learning__item-text p:last-child {
	margin-bottom: 0;
}

.genz0-wss-learning__locked {
	display: grid;
	justify-items: start;
	gap: 16px;
	padding: 26px;
	border: 1px solid rgba(64, 63, 43, .2);
	border-radius: 8px;
	background: #bac0af;
	color: #403f2b;
	box-shadow: 2px 4px 20px rgba(0, 0, 0, .05);
}

.genz0-wss-learning__locked-text p {
	margin: 0;
}

.genz0-wss-learning__locked-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 22px;
	border-radius: 999px;
	background: #5f7a55;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.genz0-wss-learning__notice {
	padding: 18px;
	border-radius: 6px;
	background: #f7f2e7;
	color: #3f4134;
}

@media (max-width: 1024px) {
	.genz0-wss-learning {
		padding: 0;
	}

	.genz0-wss-learning__title {
		font-size: 46px;
		line-height: 1.1;
	}

	.genz0-wss-learning__module-heading {
		font-size: 28px;
		line-height: 1.12;
	}
}

@media (max-width: 767px) {
	.genz0-wss-learning {
		padding: 0;
	}

	.genz0-wss-learning__title {
		margin-bottom: 24px;
		font-size: 32px;
		line-height: 1.1;
	}

	.genz0-wss-learning__tabs-wrap {
		margin-bottom: 32px;
	}

	.genz0-wss-learning__tabs {
		width: 100%;
	}

	.genz0-wss-learning--tabs-mobile-column .genz0-wss-learning__tabs {
		grid-template-columns: 1fr;
	}

	.genz0-wss-learning--tabs-mobile-scroll .genz0-wss-learning__tabs-wrap {
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.genz0-wss-learning--tabs-mobile-scroll .genz0-wss-learning__tabs {
		grid-auto-flow: column;
		grid-auto-columns: minmax(148px, 1fr);
		grid-template-columns: none;
		min-width: max-content;
	}

	.genz0-wss-learning__tab {
		min-height: 44px;
		padding: 9px 14px;
		font-size: 18px;
		line-height: 1.1;
	}

	.genz0-wss-learning__module-heading {
		margin-bottom: 20px;
		font-size: 22px;
	}

	.genz0-wss-learning__accordion {
		gap: 12px;
	}

	.genz0-wss-learning__item-head {
		min-height: 56px;
		padding: 14px 12px 14px 16px;
	}

	.genz0-wss-learning__item--open {
		min-height: 0;
	}

	.genz0-wss-learning__item-title,
	.genz0-wss-learning__item-content {
		font-size: 14px;
		line-height: 1.25;
	}

	.genz0-wss-learning__item-arrow {
		width: 30px;
		height: 30px;
	}

	.genz0-wss-learning__item-content-inner {
		padding: 0 16px 18px;
	}
}
