<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">view.view-parents-upsell {
	display: flex;
	flex-direction: column;
	width: auto;
}

view.view-parents-upsell ml-simple-header .title-wrap {
	display: flex;
	flex-direction: column;
	font-size: var(--font-size-h1);
	white-space: nowrap;
}

@media all and (max-width: 1239px) {
	view.view-parents-upsell ml-simple-header .title-wrap {
		font-size: var(--rem-3xl);
		line-height: 52px;
	}
}

@media all and (max-width: 904px ) {
	view.view-parents-upsell ml-simple-header .title-wrap{
		font-size: var(--rem-3xl);
		line-height: 52px;
		white-space: break-spaces;
	}
}

@media all and (max-width: 599px ) {
	view.view-parents-upsell ml-simple-header .title-wrap {
		font-size: var(--rem-2xl);
		white-space: break-spaces;
	}
}

view.view-parents-upsell content.ml-card {
	margin-top: var(--gutter-margin-s);
}

view.view-parents-upsell content.ml-card:first-of-type {
	margin-top: 0;
}

view.view-parents-upsell .details-container {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

view.view-parents-upsell .details-table .hide-table,
view.view-parents-upsell .details-container-xs .hide-table {
	display: none;
}

view.view-parents-upsell .subscription-plans {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

view.view-parents-upsell .upsell-card {
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	width: 300px;
	min-height: 450px;
	padding: 21px 33px;
	margin: 15px;
	margin-top: 0;
	font-size: 90%;
}

view.view-parents-upsell .upsell-card .upsell-card-description {
	margin-top: var(--gutter-margin-2xs);
	margin-bottom: var(--gutter-margin-2xs);
}

view.view-parents-upsell .upsell-card ul {
	overflow: auto;
	padding: 0;
	margin-bottom: auto;
	margin-top: auto;
}

view.view-parents-upsell .upsell-card ul li {
	margin-bottom: 13px;
}

view.view-parents-upsell .upsell-card ul li:last-child {
	margin-bottom: 0;
}

view.view-parents-upsell .upsell-card ul li .icon-checkmark {
	margin-right: 10px;
}

view.view-parents-upsell .select-plan-button {
	min-height: 42px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	max-width: 100%;
}

view.view-parents-upsell .upsell-card.inactive .select-plan-button {
	filter: opacity(0.8);
	pointer-events: none;
}

view.view-parents-upsell .upsell-card.upsell-card-account-type .upsell-card-title {
	text-align: center;
}

view.view-parents-upsell .details-title {
	margin: 0 auto;
	font-size: 21px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

view.view-parents-upsell .details-table {
	table-layout: fixed;
	border: none;
	margin: 0;
}

view.view-parents-upsell .details-table thead th {
	color: var(--ml-text-color);
	padding: 0;
}

view.view-parents-upsell .details-table tbody td {
	border: none;
}

view.view-parents-upsell .details-table .icon-checkmark {
	color: var(--ml-primary-color);
}

view.view-parents-upsell .account-type {
	font-weight: bold;
	text-align: center;
	white-space: normal;
}

view.view-parents-upsell .account-type-subtitle {
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}

view.view-parents-upsell .group-title {
	font-weight: bold;
	width: 100%;
	height: 20px;
}

view.view-parents-upsell .details-table tbody tr {
	width: 100%;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF2FC;
}

.ml-theme-dark view.view-parents-upsell .details-table tbody tr {
	border-bottom-color: #273140;
}

view.view-parents-upsell .details-table tbody tr:last-child {
	border-bottom: none;
}

view.view-parents-upsell .details-table tbody tr.title {
	border: 0;
}

view.view-parents-upsell .details-table tbody tr.margin-bottom {
	margin-bottom: 20px;
}

view.view-parents-upsell .row-name {
	width: 50%;
	height: 100%;
	line-height: 40px;
}

view.view-parents-upsell .details-table tbody tr.title .row-name {
	font-weight: bold;
}

view.view-parents-upsell .marks {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: row;
}

view.view-parents-upsell .mark {
	width: 33%;
	height: 100%;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
}

view.view-parents-upsell .section-heading {
	margin: auto;
	margin-bottom: var(--gutter-margin-s);
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

view.view-parents-upsell .upsell-card-title {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-weight: bold;
}

view.view-parents-upsell .upsell-card-subtitle {
	margin: 0 auto;
	font-size: 14px;
	color: var(--ml-primary-color);
}

view.view-parents-upsell .plan-arguments {
	display: block;
	margin: auto;
	margin-top: 24px;
	height: 120px;
}

view.view-parents-upsell .plan-argument {
	display: inline-flex;
	width: 100%;
	font-size: 16px;
}

view.view-parents-upsell .details-container-xs .feature-title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

view.view-parents-upsell .details-container-xs .type-title {
	font-weight: bold;
	max-width: 150px;
	text-align: center;
}

view.view-parents-upsell .details-container-xs .ml-collapsible-trigger {
	width: 100%;
}

view.view-parents-upsell .details-container-xs .ml-collapsible-trigger.opened .fa-chevron-down {
	transition-property: transform;
	transform: rotate(180deg);
}

view.view-parents-upsell .details-container-xs .ml-collapsible-trigger &gt; span {
	width: 100%;
	text-decoration: underline;
}

view.view-parents-upsell .details-container-xs .ml-collapsible {
	display: flex;
	align-items: center;
	flex-direction: row;
}

view.view-parents-upsell .details-container-xs .ml-collapsible &gt; * {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

view.view-parents-upsell .details-container-xs.premium .upsell-card-account-type.free,
view.view-parents-upsell .details-container-xs:not(.premium) .upsell-card-account-type.premium {
	display: none;
}

/* ADAPTIVE LAYOUT  */

@media all and (min-width: 600px) {
	view.view-parents-upsell .subscription-plans .upsell-card:first-child {
		margin-right: auto;
		margin-left: 0;
	}

	view.view-parents-upsell .subscription-plans .upsell-card:last-child {
		margin-left: auto;
		margin-right: 0;
	}
}

@media all and (max-width: 599px) {

	view.view-parents-upsell .ml-card.card-content-view {
		margin: 0 auto;
		margin-bottom: var(--gutter-margin-s);
	}

	view.view-parents-upsell .section-heading {
		font-size: 21px;
	}

	view.view-parents-upsell .details-container {
		display: none;
	}

	view.view-parents-upsell .details-table {
		display: block;
		max-width: -moz-fit-content;
		max-width: fit-content;
		margin: 0 auto;
		overflow-x: auto;
		white-space: nowrap;
	}

	view.view-parents-upsell .upsell-card {
		width: calc(100% - var(--gutter-margin-s));
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 21px;
	}

	view.view-parents-upsell .row-name {
		line-height: 20px;
		white-space: nowrap;
		padding: 5px;
	}
}

@media all and (min-width: 600px) and (max-width: 959px) {

	view.view-parents-upsell .upsell-card {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 21px;
	}

	view.view-parents-upsell .subscription-plans .upsell-card:first-child {
		margin-left: auto;
	}

	view.view-parents-upsell .subscription-plans .upsell-card:last-child {
		margin-right: auto;
	}
}

@media all and (min-width: 960px) {
	view.view-parents-upsell .upsell-card {
		width: 33%;
		max-width: 400px;
	}
}

@media all and (max-width: 768px) {
	view.view-parents-upsell .details-container {
		padding: var(--gutter-margin-xs);
	}

	view.view-parents-upsell .row-name {
		padding-left: 0;
	}
}</pre></body></html>