.biz2x-page {
	--bg-0: #15101a;
	--bg-1: #1f1826;
	--bg-2: #2a2433;
	--scroll-fill-accent: #9e83c7;
	--txt-nav: rgba(255, 255, 255, 0.4);
	--txt-nav-active: #dcdfa9;
	--font-size-title: clamp(72px, 5.9vw, 118px);
	--font-size-body: calc(var(--font-size-title) * 24 / 90);
	--font-size-nav: calc(var(--font-size-body) * 2 / 3);
	--nav-shared-size: var(--font-size-nav);
	--space-page-inline: clamp(170px, 8vw, 176px);
	--biz2x-nav-top-offset: clamp(24px, 2.4vh, 34px);
	--biz2x-nav-bottom-offset: clamp(24px, 2.3vh, 30px);
	--biz2x-nav-row-height: 34px;
	--biz2x-nav-total-height: calc(var(--biz2x-nav-top-offset) + var(--biz2x-nav-row-height) + var(--biz2x-nav-bottom-offset) + 1px);
	padding-top: var(--biz2x-nav-total-height);
}

.biz2x-page,
.biz2x-page *,
.biz2x-page *::before,
.biz2x-page *::after {
	box-sizing: border-box;
}

.biz2x-page.app-loading > :not(.startup-loader) {
	opacity: 0;
	pointer-events: none;
}

.biz2x-page > :not(.startup-loader) {
	transition: opacity 0.28s ease;
}

.biz2x-banner-statement {
	margin: 60px 16px 24px 16px;
	padding: 24px 0;
	color: var(--Grey-Monochromes-Grey---100, #ddd);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
}

.saison-omni-banner-split {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	--folio-split-progress: 50%;
}

.saison-omni-banner-split-stack {
	position: relative;
	width: 100%;
	height: 100%;
}

.saison-omni-banner-split-base,
.saison-omni-banner-split-overlay {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.saison-omni-banner-split-overlay {
	clip-path: inset(0 calc(100% - var(--folio-split-progress, 50%)) 0 0);
}

@media (max-width: 767px) {
	.saison-omni-banner-split-base,
	.saison-omni-banner-split-overlay {
		object-position: center top;
	}
}

.biz2x-overview-panel {
	margin: 32px 16px 0 16px;
	padding: 28px 24px;
	border-radius: 24px;
	background: rgba(0, 0, 0, 0.40);
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.10);
}

.biz2x-page .project-content {
	padding-top: 0;
}

.startup-loader {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.32s ease, visibility 0.32s ease;
}

.startup-loader::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, var(--bg-0) 0%, var(--bg-2) 100%);
	opacity: 1;
	transition: opacity 0.32s ease;
}

.startup-loader.is-receding::before {
	opacity: 0;
}

.startup-loader.is-receding,
.startup-loader.is-hidden {
	pointer-events: none;
}

.startup-loader.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.startup-loader-stage {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.startup-loader-measure {
	position: absolute;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
	white-space: nowrap;
	font-size: 34px;
	font-family: "InterVariable", "Inter", "Avenir Next", "Futura", sans-serif;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 400;
	text-transform: none;
	font-variant-caps: normal;
	font-feature-settings: "kern" 1 !important;
	font-variant: normal !important;
	text-transform: none !important;
}

.startup-loader-box-shadow,
.startup-loader-box-wrap,
.startup-loader-cursor {
	position: absolute;
	pointer-events: none;
	will-change: transform, opacity;
	left: 50%;
}

.startup-loader-box-shadow {
	width: 24px;
	height: 24px;
	opacity: 0;
	background: transparent;
	top: calc(50% - 26px);
	margin-left: -12px;
}

.startup-loader-box-wrap {
	top: calc(50% - 26px);
	margin-left: -12px;
}

.startup-loader-box {
	position: relative;
	width: 24px;
	height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.3);
	background: transparent;
}

.startup-loader-handle {
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid rgba(255, 255, 255, 1);
	background: rgba(10, 10, 10, 1);
}

.startup-loader-handle-tl {
	left: -4px;
	top: -4px;
}

.startup-loader-handle-tr {
	right: -4px;
	top: -4px;
}

.startup-loader-handle-bl {
	left: -4px;
	bottom: -4px;
}

.startup-loader-handle-br {
	right: -4px;
	bottom: -4px;
}

.startup-loader-content {
	position: absolute;
	inset: 0;
	overflow: hidden;
	white-space: nowrap;
	padding: 7px;
}

.startup-loader-typing,
.startup-loader-mask {
	position: relative;
	height: 34px;
	font-size: 34px;
	font-family: "InterVariable", "Inter", "Avenir Next", "Futura", sans-serif;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 400;
	color: #ffffff;
	text-transform: none;
	font-variant-caps: normal;
	font-feature-settings: "kern" 1 !important;
	font-variant: normal !important;
	text-transform: none !important;
}

.startup-loader-mask {
	display: none;
}

.startup-loader-mask-group {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: flex-start;
	gap: 0;
}

.startup-loader-mask-left,
.startup-loader-mask-right {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	flex: 0 0 auto;
}

.startup-loader-typing {
	display: flex;
	align-items: flex-start;
}

.startup-loader-typing-text {
	position: relative;
	display: inline-block;
	font-feature-settings: "kern" 1 !important;
	font-variant: normal !important;
	text-transform: none !important;
}

.startup-loader-caret {
	position: absolute;
	top: 8px;
	width: 2px;
	height: 32px;
	background: #ffffff;
	transform: translateX(-50%);
}

.startup-loader-cursor {
	width: 22.5px;
	height: 22.5px;
	color: #fff;
	top: calc(50% + 44px);
	margin-left: -11.25px;
	transform: translate(-20%, -20%);
}

.startup-loader-cursor svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.startup-loader-cursor-resize {
	opacity: 0;
}

.startup-loader.is-resize-cursor .startup-loader-cursor-arrow {
	opacity: 0;
}

.startup-loader.is-resize-cursor .startup-loader-cursor-resize {
	opacity: 1;
}

.biz2x-page .top-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(44px, 4vw, 72px);
	isolation: isolate;
	min-height: var(--biz2x-nav-total-height);
	padding: 0 calc(var(--space-page-inline) + 20px) 0;
	background: #1b1522;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: 1px solid rgba(246, 223, 239, 0.22);
}

.biz2x-page .top-nav::after {
	content: none;
}

.biz2x-page .top-nav::before {
	content: none;
}

.biz2x-page .brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0;
	height: var(--biz2x-nav-row-height);
	flex: 0 0 auto;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.biz2x-page .brand-loader-slot {
	display: block;
	position: relative;
	width: 38px;
	height: 34px;
	overflow: visible;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.biz2x-page.loader-logo-active .brand-loader-slot {
	opacity: 1;
	visibility: visible;
}

.biz2x-page .brand-loader-slot .startup-loader-box-shadow,
.biz2x-page .brand-loader-slot .startup-loader-box-wrap,
.biz2x-page .brand-loader-slot .startup-loader-cursor {
	position: absolute;
}

.biz2x-page .brand-loader-slot .startup-loader-box-shadow {
	inset: 0;
	display: none !important;
}

.biz2x-page .brand-loader-slot .startup-loader-box-wrap {
	left: 0 !important;
	top: -6px !important;
	filter: none !important;
}

.biz2x-page .brand-loader-slot .startup-loader-box {
	width: 42px !important;
	height: 42px !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.biz2x-page .brand-loader-slot .startup-loader-handle {
	display: none !important;
}

.biz2x-page .brand-loader-slot .startup-loader-content {
	padding: 4px 3px 4px 5px;
}

.biz2x-page .brand-loader-slot .startup-loader-mask,
.biz2x-page .brand-loader-slot .startup-loader-typing {
	font-size: 34px;
}

.biz2x-page .brand-loader-slot .startup-loader-cursor {
	left: -8px !important;
	top: -8px !important;
	transform: translate(0, 0) !important;
	opacity: 1 !important;
}

.biz2x-page .menu {
	display: flex;
	align-items: center;
	gap: clamp(54px, 4.1vw, 78px);
	position: relative;
	margin-top: 0;
	height: var(--biz2x-nav-row-height);
	white-space: nowrap;
	flex: 0 0 auto;
}

.biz2x-page .menu-link {
	color: var(--txt-nav);
	text-decoration: none;
	font-size: var(--nav-shared-size);
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	height: 100%;
	white-space: nowrap;
}

.biz2x-page .menu-link.is-active {
	color: var(--txt-nav-active);
}

.biz2x-overview-grid {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.biz2x-overview-column {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.biz2x-overview-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.biz2x-overview-label {
	color: rgba(255, 255, 255, 0.60);
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.biz2x-overview-copy,
.biz2x-overview-list {
	color: rgba(255, 255, 255, 0.60);
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.6;
}

.biz2x-overview-copy .highlight,
.biz2x-overview-list .highlight {
	color: #9E83C7;
}

.biz2x-overview-list {
	margin: 0;
	padding-left: 24px;
}

.biz2x-overview-list span,
.biz2x-page .project-content ul span {
	position: static;
	left: auto;
}

.biz2x-overview-list li + li {
	margin-top: 4px;
}

.scroll-fill {
	display: inline;
	color: inherit;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.scroll-fill-word {
	display: inline-block;
	white-space: nowrap;
	background-image: linear-gradient(to bottom, transparent 20%, var(--scroll-fill-accent, #9e83c7) 21%);
	background-position: 0 1.24em;
	background-repeat: no-repeat;
	background-size: var(--scroll-fill-underline-progress, 0%) 2px;
	transition: color 120ms linear;
}

.biz2x-framework-grid {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-self: stretch;
	margin: 12px 0 24px 0;
}

.biz2x-framework-column {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.biz2x-framework-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 20px;
	border-radius: 20px;
	min-height: 0;
	border: 3px dashed currentColor;
	overflow: hidden;
}

.biz2x-framework-card.is-config {
	--biz2x-card-rotate: 0deg;
	perspective: 1600px;
	padding: 0;
	border: 0;
	background: transparent;
	overflow: visible;
}

.biz2x-framework-card.is-config.phase-pre,
.biz2x-framework-card.is-config.phase-eligibility,
.biz2x-framework-card.is-config.phase-post {
	background: transparent;
}

.biz2x-framework-card.phase-pre {
	--biz2x-framework-surface: rgba(190, 244, 255, 0.14);
	background: var(--biz2x-framework-surface);
	color: #9FE7F3;
}

.biz2x-framework-card.phase-eligibility {
	--biz2x-framework-surface: rgba(255, 225, 120, 0.14);
	background: var(--biz2x-framework-surface);
	color: #F1CA2C;
}

.biz2x-framework-card.phase-post {
	--biz2x-framework-surface: rgba(255, 167, 160, 0.14);
	background: var(--biz2x-framework-surface);
	color: #FF9389;
}

.biz2x-framework-card-content {
	display: flex;
	flex-direction: column;
	gap: 14px;
	color: rgba(255, 255, 255, 0.92);
}

.biz2x-framework-flip {
	position: relative;
	display: grid;
	grid-template-areas: "stack";
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: transparent;
	transform: rotateY(var(--biz2x-card-rotate));
	transform-origin: center center;
	transform-style: preserve-3d;
	will-change: transform;
}

.biz2x-framework-face {
	grid-area: stack;
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 3px dashed currentColor;
	border-radius: 20px;
	background: var(--biz2x-framework-surface);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	pointer-events: none;
}

.biz2x-framework-face--front {
	position: relative;
}

.biz2x-framework-face--back {
	position: relative;
	justify-content: space-between;
	transform: rotateY(180deg);
}

.biz2x-framework-example-mark {
	margin: 0;
	font-size: 92px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: -0.08em;
	color: rgba(255, 255, 255, 0.96);
}

.biz2x-framework-example-copy {
	margin: 0;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.92);
	text-wrap: balance;
}

.biz2x-framework-example-copy strong {
	font-weight: 700;
	color: rgba(255, 255, 255, 0.98);
}

.biz2x-video-toggle-group {
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	width: calc(100% - 32px);
}

.biz2x-video-toggle {
	appearance: none;
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
	height: auto;
	white-space: nowrap;
	border: 1px solid rgba(158, 131, 199, 0.52);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(46, 34, 63, 0.92) !important;
	-webkit-text-fill-color: rgba(46, 34, 63, 0.92);
	border-radius: 999px;
	padding: 8px 12px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.biz2x-video-toggle.is-active {
	background: rgba(158, 131, 199, 0.18);
	border-color: rgba(158, 131, 199, 0.52);
	color: rgba(46, 34, 63, 0.92) !important;
	-webkit-text-fill-color: rgba(46, 34, 63, 0.92);
}

.biz2x-video-toggle:hover {
	color: rgba(46, 34, 63, 0.92) !important;
	-webkit-text-fill-color: rgba(46, 34, 63, 0.92);
	border-color: rgba(158, 131, 199, 0.52);
}

.biz2x-video-toggle-shell {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 0;
}

.biz2x-toggle-video {
	display: block;
	border-radius: 0 !important;
}

.biz2x-video-description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 16px;
	background:
		linear-gradient(180deg, rgba(21, 16, 26, 0) 0%, rgba(21, 16, 26, 0.12) 28%, rgba(21, 16, 26, 0.42) 100%);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	pointer-events: none;
}

.biz2x-video-description-text {
	margin: 0;
	color: rgba(33, 24, 47, 0.88);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	text-wrap: balance;
	text-shadow: 0 1px 6px rgba(255, 255, 255, 0.22);
}

.biz2x-pan-scrub {
	position: relative;
	width: 100%;
	margin: 16px 0 24px 0;
}

.biz2x-pan-scrub-sticky {
	position: relative;
	top: auto;
	width: 100%;
}

.biz2x-pan-scrub-window {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.biz2x-pan-scrub-image {
	display: block;
	width: 250%;
	max-width: none;
	height: auto;
	transform: translate3d(var(--biz2x-pan-scrub-offset, 0px), 0, 0);
	will-change: transform;
}

.biz2x-page .content-section-block hr {
	width: 100%;
	height: 1px;
	margin: 16px 0;
	border: 0;
	background: rgba(255, 255, 255, 0.18);
}

.biz2x-framework-icon {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	font-size: 42px;
	line-height: 1;
	text-shadow:
		-2px -2px 0 rgba(255, 255, 255, 0.95),
		2px -2px 0 rgba(255, 255, 255, 0.95),
		-2px 2px 0 rgba(255, 255, 255, 0.95),
		2px 2px 0 rgba(255, 255, 255, 0.95);
}

.biz2x-framework-title,
.biz2x-framework-subtitle,
.biz2x-framework-list strong {
	font-family: "Roboto Mono", monospace !important;
}

.biz2x-framework-title {
	margin: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.96);
}

.biz2x-framework-copy {
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.78);
}

.biz2x-framework-copy strong {
	font-weight: 700;
	color: rgba(255, 255, 255, 0.96);
}

.biz2x-framework-subtitle {
	margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.96);
}

.biz2x-framework-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35;
}

.biz2x-framework-list li {
	position: relative;
	padding-left: 1.15em;
}

.biz2x-framework-list li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 700;
	line-height: 1.1;
}

.biz2x-framework-note {
	display: block;
	margin-top: 2px;
	font-size: 13px;
	font-style: italic;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.68);
}

@media screen and (min-width: 767px) {
	.biz2x-banner-statement {
		margin: 60px 176px 0 176px;
		padding: 32px 20px 0 20px;
		font-size: 48px;
	}

	.biz2x-overview-panel {
		margin: 32px 176px 0 176px;
		padding: 40px 60px;
		border-radius: 40px;
	}

	.biz2x-overview-grid {
		display: grid;
		grid-template-columns: minmax(0, 1.1625fr) minmax(370px, 1fr);
		gap: 32px;
	}

	.biz2x-overview-column + .biz2x-overview-column {
		padding-left: 32px;
		border-left: 1px solid rgba(255, 255, 255, 0.10);
	}

	.biz2x-overview-copy,
	.biz2x-overview-list {
		font-size: 18px;
	}

	.biz2x-framework-grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-areas:
			"pre-summary eligibility-summary post-summary"
			"pre-config eligibility-config post-config";
		gap: 24px;
		margin: 20px 0 24px 0;
		align-items: stretch;
	}

	.biz2x-framework-column {
		display: contents;
	}

	.biz2x-framework-card {
		align-self: stretch;
		padding: 20px;
		border-radius: 20px;
		gap: 16px;
	}

	.biz2x-framework-card.phase-pre.is-summary {
		grid-area: pre-summary;
	}

	.biz2x-framework-card.phase-eligibility.is-summary {
		grid-area: eligibility-summary;
	}

	.biz2x-framework-card.phase-post.is-summary {
		grid-area: post-summary;
	}

	.biz2x-framework-card.phase-pre.is-config {
		grid-area: pre-config;
	}

	.biz2x-framework-card.phase-eligibility.is-config {
		grid-area: eligibility-config;
	}

	.biz2x-framework-card.phase-post.is-config {
		grid-area: post-config;
	}

	.biz2x-framework-card.is-summary,
	.biz2x-framework-card.is-config {
		min-height: 0;
	}

	.biz2x-framework-title {
		font-size: 18px;
	}

	.biz2x-framework-copy {
		font-size: 14px;
		line-height: 1.42;
	}

	.biz2x-framework-subtitle {
		font-size: 14px;
	}

	.biz2x-framework-list {
		font-size: 14px;
		line-height: 1.32;
	}

	.biz2x-framework-note {
		font-size: 12px;
	}

	.biz2x-framework-example-copy {
		font-size: 16px;
		line-height: 1.4;
	}

	.biz2x-video-toggle-group {
		width: auto;
		max-width: calc(100% - 32px);
	}

	.biz2x-video-description {
		padding: 16px;
	}

.biz2x-video-description-text {
	font-size: 16px;
}

.biz2x-pan-scrub {
	margin: 20px 0 28px 0;
}
}
