@font-face {
	font-family: "Inter";
	font-display: swap;
	src: url("../assets/fonts/inter/inter24pt-regular.eot");
	src:
		url("../assets/fonts/inter/inter24pt-regular.eot?#iefix") format("embedded-opentype"),
		url("../assets/fonts/inter/inter24pt-regular.woff2") format("woff2"),
		url("../assets/fonts/inter/inter24pt-regular.woff") format("woff"),
		url("../assets/fonts/inter/inter24pt-regular.ttf") format("truetype"),
		url("../assets/fonts/inter/inter24pt-regular.svg#Inter") format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Inter";
	font-display: swap;
	src: url("../assets/fonts/inter/inter24pt-italic.eot");
	src:
		url("../assets/fonts/inter/inter24pt-italic.eot?#iefix") format("embedded-opentype"),
		url("../assets/fonts/inter/inter24pt-italic.woff2") format("woff2"),
		url("../assets/fonts/inter/inter24pt-italic.woff") format("woff"),
		url("../assets/fonts/inter/inter24pt-italic.ttf") format("truetype"),
		url("../assets/fonts/inter/inter24pt-italic.svg#Inter") format("svg");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "Inter";
	font-display: swap;
	src: url("../assets/fonts/inter/inter24pt-medium.eot");
	src:
		url("../assets/fonts/inter/inter24pt-medium.eot?#iefix") format("embedded-opentype"),
		url("../assets/fonts/inter/inter24pt-medium.woff2") format("woff2"),
		url("../assets/fonts/inter/inter24pt-medium.woff") format("woff"),
		url("../assets/fonts/inter/inter24pt-medium.ttf") format("truetype"),
		url("../assets/fonts/inter/inter24pt-medium.svg#Inter") format("svg");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Inter";
	font-display: swap;
	src: url("../assets/fonts/inter/inter24pt-mediumitalic.eot");
	src:
		url("../assets/fonts/inter/inter24pt-mediumitalic.eot?#iefix")
			format("embedded-opentype"),
		url("../assets/fonts/inter/inter24pt-mediumitalic.woff2") format("woff2"),
		url("../assets/fonts/inter/inter24pt-mediumitalic.woff") format("woff"),
		url("../assets/fonts/inter/inter24pt-mediumitalic.ttf") format("truetype"),
		url("../assets/fonts/inter/inter24pt-mediumitalic.svg#Inter") format("svg");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: "Inter";
	font-display: swap;
	src: url("../assets/fonts/inter/inter24pt-semibold.eot");
	src:
		url("../assets/fonts/inter/inter24pt-semibold.eot?#iefix") format("embedded-opentype"),
		url("../assets/fonts/inter/inter24pt-semibold.woff2") format("woff2"),
		url("../assets/fonts/inter/inter24pt-semibold.woff") format("woff"),
		url("../assets/fonts/inter/inter24pt-semibold.ttf") format("truetype"),
		url("../assets/fonts/inter/inter24pt-semibold.svg#Inter") format("svg");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Inter";
	font-display: swap;
	src: url("../assets/fonts/inter/inter24pt-semibolditalic.eot");
	src:
		url("../assets/fonts/inter/inter24pt-semibolditalic.eot?#iefix")
			format("embedded-opentype"),
		url("../assets/fonts/inter/inter24pt-semibolditalic.woff2") format("woff2"),
		url("../assets/fonts/inter/inter24pt-semibolditalic.woff") format("woff"),
		url("../assets/fonts/inter/inter24pt-semibolditalic.ttf") format("truetype"),
		url("../assets/fonts/inter/inter24pt-semibolditalic.svg#Inter") format("svg");
	font-weight: 600;
	font-style: italic;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	outline: none;
	text-decoration: none;
	word-break: normal;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;
}
*::before,
*::after {
	box-sizing: border-box;
}
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
	width: 100%;
	word-break: break-word;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-text-size-adjust: 100%;
	color: rgb(var(--text));
}
html,
body {
	overscroll-behavior: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden;
}
body {
	width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
}
ol,
ul {
	list-style: none;
}
q,
blockquote {
	quotes: none;
}
img,
video {
	display: flex;
	height: auto;
	width: 100%;
}
img {
	pointer-events: none;
}
svg {
	overflow: visible;
	width: 100%;
	height: auto;
}
a {
	color: inherit;
}
strong {
	font-weight: 700;
}
button {
	cursor: pointer;
	background-color: inherit;
	appearance: none;
	color: inherit;
	text-transform: inherit;
}
button:disabled {
	cursor: not-allowed;
}
input,
select {
	appearance: none;
	color: inherit;
	font: inherit;
}
textarea {
	resize: none;
	font: inherit;
}
input[type="number"] {
	appearance: textfield;
}
input[type="checkbox"] {
	appearance: none;
}
input:-webkit-autofill {
	-webkit-background-clip: text;
}
select::-ms-expand {
	display: none;
}
::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
pre {
	white-space: pre-wrap;
	font-size: 14px;
	font:
		500 14px/18px Arial,
		sans-serif;
}
main {
	position: absolute;
	inset: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
[v-line] {
	display: block;
	white-space: nowrap;
	will-change: transform;
}
[v-clip] {
	display: inline-block;
}
:root {
	--black: 0, 0, 0;
	--body: 0, 0, 0;
	--text: 255, 255, 255;
	--white: 255, 255, 255;
	--success: 0, 255, 0;
	--error: 230, 59, 59;
	--grey100: 245, 245, 245;
	--grey300: 190, 190, 190;
	--grey400: 163, 163, 163;
	--grey500: 140, 140, 140;
	--grey600: 92, 92, 92;
	--grey700: 68, 68, 68;
	--grey800: 43, 42, 42;
	--grey900: 22, 22, 22;
	--selection: 157, 184, 247;
}
:root {
	--gutter_small: 1.6rem;
	--spacing_tiny: 2rem;
	--spacing_small: 4rem;
}
:root {
	--spacing_large: 15rem;
	--flux_default: 88.8rem;
	--flux_small: 120rem;
	--flux_medium: 68rem;
	--flux_large: 100rem;
	--flux_max: 128rem;
	--timing: 0.5s;
	--timing_short: 0.2s;
	--timing_long: 1s;
	--ease: cubic-bezier(0.25, 0, 0.25, 1);
	--ease_alt: cubic-bezier(0.25, 0, 0.25, 1);
	--ease_in: cubic-bezier(0.75, 0, 0.75, 1);
	--ease_in_alt: cubic-bezier(0.75, 0, 0.75, 1);
	--ease_out: cubic-bezier(0.25, 0, 0.25, 1);
	--ease_out_alt: cubic-bezier(0.25, 0, 0.25, 1);
	--radius_medium: 0.8rem;
	--focus: 4px solid rgba(var(--text));
	--laptop: 1440px;
	--tablet: 768px;
	--phone: 430px;
}
body {
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
}
body {
	line-height: 1.38;
	font-weight: 400;
}
body strong,
body b {
	font-weight: 500;
}
body {
	background: rgb(var(--body));
	color: rgb(var(--text));
}
[v-font*="title_0"] {
	font-size: 9rem;
}
[v-font*="title_0"] {
	line-height: 1.03;
	font-weight: 500;
}
[v-font*="title_1"] {
	font-size: 7.4rem;
}
[v-font*="title_1"] {
	line-height: 1.11;
	font-weight: 500;
}
[v-font*="title_2"] {
	font-size: 4.6rem;
}
[v-font*="title_2"] {
	line-height: 1.21;
	font-weight: 500;
}
[v-font*="title_3"] {
	font-size: 3.2rem;
}
[v-font*="title_3"] {
	line-height: 1.25;
	font-weight: 500;
}
[v-font*="title_4"] {
	font-size: 2.4rem;
}
[v-font*="title_4"] {
	line-height: 1.33;
	font-weight: 500;
}
[v-font*="label_1"] {
	font-size: 1.7rem;
}
[v-font*="label_1"] {
	line-height: 1.1;
	font-weight: 600;
}
[v-font*="body_1"] {
	font-size: 2rem;
}
[v-font*="body_1"] {
	line-height: 1.5;
	font-weight: 500;
}
[v-font*="body_2"] {
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
}
[v-font*="body_2"] {
	line-height: 1.38;
	font-weight: 400;
}
[v-font*="body_2"] strong,
[v-font*="body_2"] b {
	font-weight: 500;
}
[v-font*="body_3"] {
	font-size: 1.6rem;
}
[v-font*="body_3"] {
	line-height: 1.38;
	font-weight: 400;
}
[v-font*="body_3"] strong,
[v-font*="body_3"] b {
	font-weight: 500;
}
[v-font*="body_4"] {
	font-size: 1.4rem;
}
[v-font*="body_4"] {
	line-height: 1.28;
	font-weight: 400;
}
[v-font*="body_4"] strong,
[v-font*="body_4"] b {
	font-weight: 500;
}
[v-flux*="max"] {
	width: calc(144rem + 2 * 0rem);
	max-width: 100%;
	padding-left: 0rem;
	padding-right: 0rem;
	margin-left: auto;
	margin-right: auto;
}
[v-flux*="default"] {
	width: calc(var(--flux_default) + 2 * var(--gutter));
	max-width: 100%;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	margin-left: auto;
	margin-right: auto;
}
[v-flux*="small"] {
	width: calc(var(--flux_small) + 2 * var(--gutter));
	max-width: 100%;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	margin-left: auto;
	margin-right: auto;
}
[v-flux*="medium"] {
	width: calc(var(--flux_medium) + 2 * var(--gutter));
	max-width: 100%;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	margin-left: auto;
	margin-right: auto;
}
[v-flux*="large"] {
	width: calc(var(--flux_large) + 2 * var(--gutter));
	max-width: 100%;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	margin-left: auto;
	margin-right: auto;
}
[v-flux*="max"] {
	width: calc(var(--flux_max) + 2 * var(--gutter));
	max-width: 100%;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	margin-left: auto;
	margin-right: auto;
}
[v-margin="tiny"] {
	margin-top: var(--spacing_tiny);
	margin-bottom: var(--spacing_tiny);
}
[v-margin*="top_tiny"] {
	margin-top: var(--spacing_tiny);
}
[v-margin*="bottom_tiny"] {
	margin-bottom: var(--spacing_tiny);
}
[v-padding="tiny"] {
	padding-top: var(--spacing_tiny);
	padding-bottom: var(--spacing_tiny);
}
[v-padding*="top_tiny"] {
	padding-top: var(--spacing_tiny);
}
[v-padding*="bottom_tiny"] {
	padding-bottom: var(--spacing_tiny);
}
[v-margin="small"] {
	margin-top: var(--spacing_small);
	margin-bottom: var(--spacing_small);
}
[v-margin*="top_small"] {
	margin-top: var(--spacing_small);
}
[v-margin*="bottom_small"] {
	margin-bottom: var(--spacing_small);
}
[v-padding="small"] {
	padding-top: var(--spacing_small);
	padding-bottom: var(--spacing_small);
}
[v-padding*="top_small"] {
	padding-top: var(--spacing_small);
}
[v-padding*="bottom_small"] {
	padding-bottom: var(--spacing_small);
}
[v-margin="medium"] {
	margin-top: var(--spacing_medium);
	margin-bottom: var(--spacing_medium);
}
[v-margin*="top_medium"] {
	margin-top: var(--spacing_medium);
}
[v-margin*="bottom_medium"] {
	margin-bottom: var(--spacing_medium);
}
[v-padding="medium"] {
	padding-top: var(--spacing_medium);
	padding-bottom: var(--spacing_medium);
}
[v-padding*="top_medium"] {
	padding-top: var(--spacing_medium);
}
[v-padding*="bottom_medium"] {
	padding-bottom: var(--spacing_medium);
}
[v-margin="default"] {
	margin-top: var(--spacing_default);
	margin-bottom: var(--spacing_default);
}
[v-margin*="top_default"] {
	margin-top: var(--spacing_default);
}
[v-margin*="bottom_default"] {
	margin-bottom: var(--spacing_default);
}
[v-padding="default"] {
	padding-top: var(--spacing_default);
	padding-bottom: var(--spacing_default);
}
[v-padding*="top_default"] {
	padding-top: var(--spacing_default);
}
[v-padding*="bottom_default"] {
	padding-bottom: var(--spacing_default);
}
[v-margin="large"] {
	margin-top: var(--spacing_large);
	margin-bottom: var(--spacing_large);
}
[v-margin*="top_large"] {
	margin-top: var(--spacing_large);
}
[v-margin*="bottom_large"] {
	margin-bottom: var(--spacing_large);
}
[v-padding="large"] {
	padding-top: var(--spacing_large);
	padding-bottom: var(--spacing_large);
}
[v-padding*="top_large"] {
	padding-top: var(--spacing_large);
}
[v-padding*="bottom_large"] {
	padding-bottom: var(--spacing_large);
}
*:focus:not(:active) {
	outline: var(--focus);
}
::selection {
	background: rgb(var(--selection));
	text-shadow: none;
}
::-moz-selection {
	background: rgb(var(--selection));
	text-shadow: none;
}
[v-line] {
	clip-path: inset(-20%);
}
[v-line] > span {
	display: block;
}
[v-word] {
	display: inline-block;
}
[s-cursor="pointer"] {
	cursor: pointer;
}
[v-font="format"] h1 {
	font-size: 9rem;
}
[v-font="format"] h1 {
	line-height: 1.03;
	font-weight: 500;
}
[v-font="format"] h4 + * {
	margin-top: 4rem;
}
[v-font="format"] h2 {
	font-size: 7.4rem;
}
[v-font="format"] h2 {
	line-height: 1.11;
	font-weight: 500;
}
[v-font="format"] h2 + * {
	margin-top: 4rem;
}
[v-font="format"] * + h2 {
	margin-top: calc(var(--spacing_default) * 2);
}
[v-font="format"] h3 {
	font-size: 3.2rem;
}
[v-font="format"] h3 {
	line-height: 1.25;
	font-weight: 500;
}
[v-font="format"] h3 + * {
	margin-top: 4rem;
}
[v-font="format"] * + h3 {
	margin-top: var(--spacing_default);
}
[v-font="format"] h4 {
	font-size: 2.4rem;
}
[v-font="format"] h4 {
	line-height: 1.33;
	font-weight: 500;
}
[v-font="format"] h4 + * {
	margin-top: 2.4rem;
}
[v-font="format"] a {
	text-decoration: underline;
}
[v-font="format"] b,
[v-font="format"] strong {
	color: rgb(var(--white));
}
[v-font="format"] i {
	font-style: italic;
}
[v-font="format"] ul,
[v-font="format"] ol {
	counter-reset: list;
	display: flex;
	flex-direction: column;
	gap: 0.3em;
}
[v-font="format"] ul li,
[v-font="format"] ol li {
	position: relative;
	padding-left: 1em;
}
[v-font="format"] ul li::before {
	content: "•";
	position: absolute;
	left: 0;
	background: currentColor;
	width: 0.5em;
	clip-path: circle(15%);
}
[v-font="format"] ol li {
	position: relative;
	counter-increment: list;
	padding-left: 1em;
}
[v-font="format"] ol li::before {
	content: counter(list);
	position: absolute;
	left: 0;
	top: 0;
}
[v-font="format"] p {
	font-size: 2rem;
}
[v-font="format"] p {
	line-height: 1.5;
	font-weight: 500;
}
[v-font="format"] p + p,
[v-font="format"] p + ol,
[v-font="format"] p + ul {
	margin-top: 1lh;
}
body[grid]::after {
	content: "";
	position: fixed;
	inset: 0;
	width: calc(var(--flux_large) + 2 * var(--gutter));
	max-width: 100%;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(90deg, transparent var(--gutter), red var(--gutter));
	opacity: 0.1;
	pointer-events: none;
}
@media (min-width: 431px) {
	body[grid]::after {
		background-size: calc((100% - var(--gutter)) / 12);
	}
}
@media (min-width: 431px) and (max-width: 768px) {
	:root {
		--gutter: 1.6rem;
	}
	:root {
		--spacing_medium: 4rem;
	}
	:root {
		--spacing_default: 4rem;
	}
	html {
		font-size: min(1.3vh, 1.3020833333vw);
	}
	body {
		font-size: 1.8rem;
	}
	[v-font*="title_0"] {
		font-size: 7.4rem;
	}
	[v-font*="title_1"] {
		font-size: 6.4rem;
	}
	[v-font*="title_2"] {
		font-size: 4.6rem;
	}
	[v-font*="title_3"] {
		font-size: 3.2rem;
	}
	[v-font*="title_4"] {
		font-size: 2.4rem;
	}
	[v-font*="label_1"] {
		font-size: 1.7rem;
	}
	[v-font*="body_1"] {
		font-size: 2rem;
	}
	[v-font*="body_2"] {
		font-size: 1.8rem;
	}
	[v-font*="body_3"] {
		font-size: 1.6rem;
	}
	[v-font*="body_4"] {
		font-size: 1.4rem;
	}
	[v-font="format"] h1 {
		font-size: 7.4rem;
	}
	[v-font="format"] h2 {
		font-size: 6.4rem;
	}
	[v-font="format"] h3 {
		font-size: 3.2rem;
	}
	[v-font="format"] h4 {
		font-size: 2.4rem;
	}
	[v-font="format"] p {
		font-size: 2rem;
	}
}
@media (min-width: 769px) and (max-width: 1600px) {
	:root {
		--gutter: 2.4rem;
	}
	:root {
		--spacing_medium: 6rem;
	}
	:root {
		--spacing_default: 8rem;
	}
	html {
		font-size: min(1.3vh, 0.6944444444vw);
	}
}
@media (min-width: 1601px) {
	:root {
		--gutter: 2.4rem;
	}
	:root {
		--spacing_medium: 6rem;
	}
	:root {
		--spacing_default: 8rem;
	}
	html {
		font-size: 11.1111111111px;
	}
}
@media (max-width: 430px) {
	:root {
		--gutter: 1.6rem;
	}
	:root {
		--spacing_medium: 4rem;
	}
	:root {
		--spacing_default: 4rem;
	}
	html {
		font-size: 2.5445292621vw;
	}
	body {
		font-size: 1.5rem;
	}
	[v-font*="title_0"] {
		font-size: 3.6rem;
	}
	[v-font*="title_1"] {
		font-size: 3.6rem;
	}
	[v-font*="title_2"] {
		font-size: 2.5rem;
	}
	[v-font*="title_3"] {
		font-size: 2.2rem;
	}
	[v-font*="title_4"] {
		font-size: 1.6rem;
	}
	[v-font*="label_1"] {
		font-size: 1.7rem;
	}
	[v-font*="body_1"] {
		font-size: 1.4rem;
	}
	[v-font*="body_2"] {
		font-size: 1.5rem;
	}
	[v-font*="body_3"] {
		font-size: 1.4rem;
	}
	[v-font*="body_4"] {
		font-size: 1.2rem;
	}
	[v-font="format"] h1 {
		font-size: 3.6rem;
	}
	[v-font="format"] h2 {
		font-size: 3.6rem;
	}
	[v-font="format"] h3 {
		font-size: 2.2rem;
	}
	[v-font="format"] h4 {
		font-size: 1.6rem;
	}
	[v-font="format"] p {
		font-size: 1.4rem;
	}
	body[grid]::after {
		background-size: calc((100% - var(--gutter)) / 6);
	}
}
.flux-cb5e {
	padding-top: var(--spacing_default);
}
.title-cb5e {
	margin-top: 2rem;
	font-size: 29.6rem;
	line-height: 0.81;
	font-weight: 500;
}
@media (max-width: 430px) {
	.title-cb5e {
		font-size: 11rem;
	}
}

:root {
	--button_height: 4rem;
	--button_padding: 1.6rem;
	--button_small_height: 3.6rem;
	--button_small_padding: 1.4rem;
	--button_color: var(--black);
	--button_background: var(--white);
	--button_border: var(--white);
	--button_hover_color: var(--white);
	--button_hover_background: var(0, 0, 0, 0);
	--button_hover_border: var(--grey400);
}
.button-ce50 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: fit-content;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	color: rgb(var(--button_color));
	background: rgba(var(--button_background));
	border-color: rgb(var(--button_border, --black));
}
.button-ce50[size="default"] {
	min-height: var(--button_height);
	padding-left: var(--button_padding);
	padding-right: var(--button_padding);
}
.button-ce50[size="small"] {
	min-height: var(--button_small_height);
	padding-left: var(--button_small_padding);
	padding-right: var(--button_small_padding);
}
.button-ce50[size="small"] .text-ce50 {
	font-size: 1.2rem;
}
.button-ce50[variant="outline"] {
	background: rgba(0, 0, 0, 0);
	--button_color: var(--white);
	--button_border: var(--grey700);
}
.button-ce50:hover {
	color: rgb(var(--button_hover_color));
	background: rgba(var(--button_hover_background));
	border-color: rgb(var(--button_hover_border));
}
.button-ce50:disabled {
	opacity: 0.2;
}
.button-ce50 .text-ce50 {
	display: inline-flex;
	align-items: center;
	height: 100%;
	width: auto;
	text-align: center;
	padding: 0.7rem 0;
	transition: none var(--timing) var(--ease);
	transition-property: transform, opacity, visibility;
	will-change: transform, opacity, visibility;
}
.button-ce50 .icon_left-ce50 {
	margin: 0 7px 0 -5px;
}
.button-ce50 .icon-ce50 {
	margin: 0 -5px 0 7px;
}
.button-ce50 .icon_left-ce50,
.button-ce50 .icon-ce50 {
	--icon_fill: var(--button_color);
}
.button-ce50:hover .icon_left-ce50,
.button-ce50:hover .icon-ce50 {
	--icon_fill: var(--button_hover_color);
}
:root {
	--checkbox_color: var(--black);
	--checkbox_background: var(--black);
	--checkbox_border: var(--grey500);
	--checkbox_checked_color: var(--white);
	--checkbox_checked_background: var(--white);
	--checkbox_checked_border: var(--grey500);
}
.checkbox-9fce {
	display: flex;
}
.checkbox-9fce input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}
.checkbox-9fce input:checked + .tick-9fce {
	color: rgb(var(--checkbox_checked_color));
	background: rgb(var(--checkbox_checked_background));
	border-color: rgb(var(--checkbox_checked_border));
}
.checkbox-9fce input:disabled + * {
	opacity: 0.35;
	cursor: not-allowed;
}
.checkbox-9fce input:focus {
	outline: none;
}
.checkbox-9fce input:focus + .tick-9fce {
	outline: var(--focus);
}
.checkbox-9fce input[aria-invalid="true"] + .tick-9fce {
	border-color: rgb(var(--error));
}
.label-9fce {
	margin-left: 1rem;
	display: flex;
	flex-direction: column;
	color: rgba(var(--grey500));
}
.label-9fce a {
	background-image: linear-gradient(90deg, currentColor, currentColor);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: left calc(1em + 2px);
}
.label-9fce a:hover {
	color: rgba(var(--white));
}
.tick-9fce {
	position: relative;
	display: block;
	margin-top: calc((1lh - 1.6rem) / 2);
	min-width: 1.6rem;
	min-height: 1.6rem;
	max-width: 1.6rem;
	max-height: 1.6rem;
	border: var(--input_border_width) solid;
	border-radius: 3px;
	color: rgb(var(--checkbox_color));
	background: rgb(var(--checkbox_background));
	border-color: rgb(var(--checkbox_border));
}
:root {
	--close_size: 4.8rem;
	--close_color: var(--body);
	--close_background: var(--text);
}
.close-716f {
	min-width: var(--close_size);
	min-height: var(--close_size);
	max-width: var(--close_size);
	max-height: var(--close_size);
	display: flex;
	border-radius: var(--radius);
	align-items: center;
	justify-content: center;
	transition: none var(--timing) var(--ease);
	transition-property: transform, opacity, visibility;
	will-change: transform, opacity, visibility;
}
.cross-716f {
	min-width: 3rem;
	min-height: 3rem;
	max-width: 3rem;
	max-height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bar-716f {
	position: absolute;
	width: 3px;
	height: 18px;
	background: blue;
}
.bar-716f:nth-child(1) {
	transform: rotate(45deg);
}
.bar-716f:nth-child(2) {
	transform: rotate(-45deg);
}
.file_upload-fad5 {
	display: flex;
	flex-direction: column;
}
.label-fad5 {
	display: flex;
	margin-bottom: 0.6rem;
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
	line-height: 1.38;
	font-weight: 400;
}
.label-fad5 strong,
.label-fad5 b {
	font-weight: 500;
}
.label-fad5 {
	font-weight: 600;
	position: absolute;
	opacity: 0;
}
.zone-fad5 {
	position: relative;
}
.upload-fad5 {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}
.items-fad5 {
	display: flex;
	align-items: start;
	gap: 0.5rem;
	margin-top: 1rem;
	flex-wrap: wrap;
}
.items-fad5[aria-hidden="true"] {
	display: none;
}
.item-fad5 {
	height: 3.6rem;
	padding-left: 1.6rem;
	padding-right: 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: rgb(var(--black));
	color: rgb(var(--white));
	border-radius: 2rem;
}
.remove-fad5 {
	display: flex;
	--icon_size: 2rem;
	--icon_fill: var(--white);
}
:root {
	--icon_size: 2.4rem;
	--icon_fill: var(--grey600);
	--icon_stroke: var(--black);
}
.icon-baec {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}
.icon-baec *[fill]:not([fill="none"]) {
	fill: rgb(var(--icon_fill));
}
.icon-baec *[stroke]:not([stroke="none"]) {
	stroke: rgb(var(--icon_stroke));
}
.icon-baec *[fill] {
	transition: none var(--timing) var(--ease);
	transition-property: fill, stroke;
	will-change: fill, stroke;
}
.icon-baec *[stroke] {
	transition: none var(--timing) var(--ease);
	transition-property: fill, stroke;
	will-change: fill, stroke;
}
.icon-baec[v-background] {
	border-radius: 2px;
	min-width: 3.2rem;
	min-height: 3.2rem;
	max-width: 3.2rem;
	max-height: 3.2rem;
}
.icon-baec[v-background="grey800"] {
	background: rgb(var(--grey800));
}
.icon-baec svg {
	min-width: var(--icon_size);
	min-height: var(--icon_size);
	max-width: var(--icon_size);
	max-height: var(--icon_size);
}
:root {
	--icon_button_fill: var(--white);
	--icon_button_background: var(--black);
	--icon_button_border: var(--black);
}
.icon_button-c28a {
	min-width: 4.8rem;
	min-height: 4.8rem;
	max-width: 4.8rem;
	max-height: 4.8rem;
	border: 1px solid;
	border-radius: 100%;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgb(var(--icon_button_background));
	border-color: rgb(var(--icon_button_border));
	--icon_fill: var(--icon_button_fill);
	--icon_stroke: var(--icon_button_fill);
}
.icon_button-c28a [v-layout="small"] {
	min-width: 3.2rem;
	min-height: 3.2rem;
	max-width: 3.2rem;
	max-height: 3.2rem;
}
.icon_button-c28a [v-layout="large"] {
	min-width: 6.4rem;
	min-height: 6.4rem;
	max-width: 6.4rem;
	max-height: 6.4rem;
}
:root {
	--input_height: 4.8rem;
	--input_padding: 1.6rem;
	--input_color: var(--text);
	--input_background: var(--black);
	--input_border: var(--grey700);
	--input_border_width: 1px;
	--input_hover_color: var(--text);
	--input_hover_background: var(--black);
	--input_hover_border: var(--text);
}
.input-a43c {
	display: inline-flex;
	flex-direction: column;
}
.input-a43c .label-a43c {
	display: flex;
	margin-bottom: 0.6rem;
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
	line-height: 1.38;
	font-weight: 400;
}
.input-a43c .label-a43c strong,
.input-a43c .label-a43c b {
	font-weight: 500;
}
.input-a43c .label-a43c {
	font-weight: 600;
	position: absolute;
	opacity: 0;
}
.input-a43c .field-a43c {
	display: inline-flex;
	align-items: center;
	height: var(--input_height);
	border: var(--input_border_width) solid;
	border-radius: 6px;
	color: rgb(var(--input_color));
	background: rgba(var(--input_background));
	border-color: rgb(var(--input_border));
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
	line-height: 1.38;
	font-weight: 400;
}
.input-a43c .field-a43c strong,
.input-a43c .field-a43c b {
	font-weight: 500;
}
.input-a43c .field-a43c {
	font-weight: 600;
}
.input-a43c .field-a43c:hover {
	color: rgb(var(--input_hover_color));
	background: rgba(var(--input_hover_background));
	border-color: rgb(var(--input_hover_border));
}
.input-a43c .field-a43c:autofill {
	color: rgb(var(--input_color));
	background: rgba(var(--input_background));
	border-color: rgb(var(--input_border));
}
.input-a43c[disabled] .field-a43c {
	opacity: 0.2;
}
.input-a43c[disabled] .area-a43c {
	cursor: not-allowed;
}
.input-a43c .area-a43c {
	height: 100%;
	padding-left: var(--input_padding);
	padding-right: var(--input_padding);
	flex-shrink: 1;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	color: currentColor;
}
.input-a43c .area-a43c::placeholder {
	color: rgba(var(--text), 0.3);
}
.input-a43c .area-a43c:focus {
	outline: none;
}
.input-a43c .field-a43c:has([aria-invalid="true"]) {
	border-color: rgb(var(--error));
}
.input-a43c[focused] .field-a43c {
	outline: var(--focus);
}
@media (max-width: 430px) {
	.input-a43c .field-a43c {
		font-size: 1.8rem;
	}
}
:root {
	--label_background: var(--beige);
	--label_color: var(--black);
}
.label-d304 {
	display: inline-flex;
	padding: 0.7rem 1.5rem 0.3rem;
	background: rgb(var(--label_background));
	min-height: 3rem;
	border-radius: 1.5rem;
	justify-content: center;
	text-align: center;
}
.items-5a05 {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	flex-wrap: nowrap;
	text-transform: uppercase;
}
.item-5a05:not([aria-current="true"]) {
	color: rgb(var(--grey600));
}
.link-2a30 {
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
}
.link-2a30 .icon-2a30 {
	margin-left: 0.8rem;
}
.media-6293 {
	display: block;
	position: relative;
}
.media-6293:not([fit])::after {
	content: "";
	display: block;
	padding-bottom: calc(1 / var(--ratio) * 100%);
	pointer-events: none;
}
.media-6293 .image-6293,
.media-6293 .svg-6293,
.media-6293 .video-6293 {
	position: absolute;
	inset: 0;
	height: 100%;
}
.media-6293[fit="cover"] .image-6293,
.media-6293[fit="cover"] .svg-6293,
.media-6293[fit="cover"] .video-6293 {
	object-fit: cover;
}
.media-6293[fit="contain"] .image-6293,
.media-6293[fit="contain"] .svg-6293,
.media-6293[fit="contain"] .video-6293 {
	object-fit: contain;
}
.nav_button-c82c {
	min-width: 4rem;
	min-height: 4rem;
	max-width: 4rem;
	max-height: 4rem;
	--icon_fill: var(--white);
	background: rgb(var(--black));
	border-radius: 100%;
}
.number-b1bc {
	display: inline-flex;
	overflow: hidden;
}
.digit-b1bc {
	height: 1lh;
	display: flex;
	flex-direction: column;
}
.password-5f4d {
	--icon_fill: var(--black);
	--icon_stroke: var(--black);
}
.password-5f4d .toggle-5f4d {
	display: flex;
	margin-right: var(--input_padding);
}
.password-5f4d .icon-5f4d[aria-hidden="true"] {
	display: none;
}
.quantity-221d {
	display: inline-flex;
}
.quantity-221d .more-221d,
.quantity-221d .less-221d {
	height: 4.8rem;
	min-width: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(var(--button_color));
	background: rgb(var(--button_background));
	border-color: rgb(var(--button_border));
}
.quantity-221d .more-221d:hover,
.quantity-221d .less-221d:hover {
	color: rgb(var(--button_hover_color));
	background: rgb(var(--button_hover_background));
	border-color: rgb(var(--button_hover_border));
}
.quantity-221d .more-221d:disabled,
.quantity-221d .less-221d:disabled {
	color: rgb(var(--button_disabled_color));
	background: rgb(var(--button_disabled_background));
	border-color: rgb(var(--button_disabled_border));
}
.quantity-221d .field-221d {
	width: 3rem;
	text-align: center;
	color: rgb(var(--input_color));
}
:root {
	--radio_color: var(--black);
	--radio_background: var(--white);
	--radio_border: var(--black);
	--radio_checked_color: var(--white);
	--radio_checked_background: var(--black);
	--radio_checked_border: var(--black);
}
.radio-a398 {
	display: flex;
	align-items: center;
}
.radio-a398 .label-a398 {
	margin-left: 1rem;
}
.radio-a398 .tick-a398 {
	position: relative;
	display: block;
	min-width: 2.3rem;
	min-height: 2.3rem;
	max-width: 2.3rem;
	max-height: 2.3rem;
	border: var(--input_border_width) solid;
	border-radius: 100%;
	color: rgb(var(--radio_color));
	background: rgb(var(--radio_background));
	border-color: rgb(var(--radio_border));
}
.radio-a398 input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}
.radio-a398 input:checked + .tick-a398 {
	color: rgb(var(--radio_checked_color));
	background: rgb(var(--radio_checked_background));
	border-color: rgb(var(--radio_checked_border));
}
.radio-a398 input:disabled + * {
	opacity: 0.35;
	cursor: not-allowed;
}
.radio-a398 input:focus {
	outline: none;
}
.radio-a398 input:focus + .tick-a398 {
	outline: var(--focus);
}
.range-37b1 {
	display: flex;
}
.range-37b1 .input-37b1 {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
:root {
	--scrollbar_background: var(--black);
}
.scrollbar-be4e {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: var(--frame_right);
	max-width: 1.2rem;
	z-index: 100;
	overflow: hidden;
}
.scrollbar-be4e .bar-be4e {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgb(var(--scrollbar_background));
	opacity: 0.4;
	transition: opacity var(--timing_short) var(--ease_out);
}
.scrollbar-be4e:hover,
.scrollbar-be4e[aria-grabbed="true"] {
	background: rgba(var(--scrollbar_background), 0.1);
}
.scrollbar-be4e:hover .bar-be4e,
.scrollbar-be4e[aria-grabbed="true"] .bar-be4e {
	opacity: 1;
}
.select-9993 {
	position: relative;
	z-index: 1;
	max-width: 21rem;
	width: 100%;
	display: inline-flex;
	flex-direction: column;
}
.select-9993 .label-9993 {
	display: flex;
	margin-bottom: 0.6rem;
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
	line-height: 1.38;
	font-weight: 400;
}
.select-9993 .label-9993 strong,
.select-9993 .label-9993 b {
	font-weight: 500;
}
.select-9993 .label-9993 {
	font-weight: 600;
	position: absolute;
	opacity: 0;
}
.select-9993 .field-9993 {
	display: inline-flex;
	align-items: center;
	height: var(--input_height);
	border: var(--input_border_width) solid;
	border-radius: 6px;
	color: rgb(var(--input_color));
	background: rgba(var(--input_background));
	border-color: rgb(var(--input_border));
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
	line-height: 1.38;
	font-weight: 400;
}
.select-9993 .field-9993 strong,
.select-9993 .field-9993 b {
	font-weight: 500;
}
.select-9993 .field-9993 {
	font-weight: 600;
}
.select-9993 .field-9993:hover {
	color: rgb(var(--input_hover_color));
	background: rgba(var(--input_hover_background));
	border-color: rgb(var(--input_hover_border));
}
.select-9993 .field-9993:autofill {
	color: rgb(var(--input_color));
	background: rgba(var(--input_background));
	border-color: rgb(var(--input_border));
}
.select-9993[disabled] .field-9993 {
	opacity: 0.2;
}
.select-9993[disabled] .area-9993 {
	cursor: not-allowed;
}
.select-9993 .area-9993 {
	height: 100%;
	padding-left: var(--input_padding);
	padding-right: var(--input_padding);
	flex-shrink: 1;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	color: currentColor;
}
.select-9993 .area-9993::placeholder {
	color: rgba(var(--text), 0.3);
}
.select-9993 .area-9993:focus {
	outline: none;
}
.select-9993 .field-9993:has([aria-invalid="true"]) {
	border-color: rgb(var(--error));
}
.select-9993[focused] .field-9993 {
	outline: var(--focus);
}
.field-9993 {
	position: relative;
	z-index: 2;
}
.dropdown-9993 {
	position: absolute;
	width: 100%;
	top: 0%;
	background: #fff;
	transition: none var(--timing) var(--ease);
	transition-property: height, opacity;
	will-change: height, opacity;
	overflow: hidden;
	height: fit-content;
	border-radius: var(--radius_medium);
}
.dropdown-9993::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	top: var(--input_height);
	background: rgb(var(--grey20));
}
.select-9993:not([open]) .dropdown-9993 {
	opacity: 0;
	pointer-events: none;
}
.options-9993 {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	height: fit-content;
	padding-top: calc(var(--input_height) + 1rem);
	padding-left: var(--input_padding);
	padding-right: var(--input_padding);
	padding-bottom: 1rem;
}
.expand-9993 {
	padding-right: calc(var(--input_padding) - 1rem);
}
@media (max-width: 430px) {
	.select-9993 .field-9993 {
		font-size: 1.8rem;
	}
}
.spinner-5021 {
	min-width: var(--icon_size);
	min-height: var(--icon_size);
	max-width: var(--icon_size);
	max-height: var(--icon_size);
	display: flex;
	align-items: center;
	justify-content: center;
}
.spinner-circle-5021 {
	min-width: 17px;
	min-height: 17px;
	max-width: 17px;
	max-height: 17px;
	border: 3px solid #fff;
	border-bottom-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotate-5021 1s linear infinite;
}
@keyframes rotate-5021 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.textarea-6394 {
	display: inline-flex;
	flex-direction: column;
}
.textarea-6394 .label-6394 {
	display: flex;
	margin-bottom: 0.6rem;
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
	line-height: 1.38;
	font-weight: 400;
}
.textarea-6394 .label-6394 strong,
.textarea-6394 .label-6394 b {
	font-weight: 500;
}
.textarea-6394 .label-6394 {
	font-weight: 600;
	position: absolute;
	opacity: 0;
}
.textarea-6394 .field-6394 {
	display: inline-flex;
	align-items: center;
	height: var(--input_height);
	border: var(--input_border_width) solid;
	border-radius: 6px;
	color: rgb(var(--input_color));
	background: rgba(var(--input_background));
	border-color: rgb(var(--input_border));
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
	line-height: 1.38;
	font-weight: 400;
}
.textarea-6394 .field-6394 strong,
.textarea-6394 .field-6394 b {
	font-weight: 500;
}
.textarea-6394 .field-6394 {
	font-weight: 600;
}
.textarea-6394 .field-6394:hover {
	color: rgb(var(--input_hover_color));
	background: rgba(var(--input_hover_background));
	border-color: rgb(var(--input_hover_border));
}
.textarea-6394 .field-6394:autofill {
	color: rgb(var(--input_color));
	background: rgba(var(--input_background));
	border-color: rgb(var(--input_border));
}
.textarea-6394[disabled] .field-6394 {
	opacity: 0.2;
}
.textarea-6394[disabled] .area-6394 {
	cursor: not-allowed;
}
.textarea-6394 .area-6394 {
	height: 100%;
	padding-left: var(--input_padding);
	padding-right: var(--input_padding);
	flex-shrink: 1;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	color: currentColor;
}
.textarea-6394 .area-6394::placeholder {
	color: rgba(var(--text), 0.3);
}
.textarea-6394 .area-6394:focus {
	outline: none;
}
.textarea-6394 .field-6394:has([aria-invalid="true"]) {
	border-color: rgb(var(--error));
}
.textarea-6394[focused] .field-6394 {
	outline: var(--focus);
}
.label-6394 {
	position: absolute;
	opacity: 0;
}
.field-6394 {
	min-height: calc(var(--input_height) * 3);
}
.area-6394 {
	padding-top: calc(var(--input_height) / 2 - 0.7em);
	padding-bottom: calc(var(--input_height) / 2 - 0.7em);
	flex-shrink: 1;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	resize: none;
	overflow: hidden;
}
@media (max-width: 430px) {
	.textarea-6394 .field-6394 {
		font-size: 1.8rem;
	}
}
.summary-bdf5 {
	display: flex;
}
.content-bdf5 {
	transition: height var(--timing) var(--ease);
}

.fields-3fcd {
	display: flex;
	flex-direction: column;
	row-gap: 1.6rem;
}
.row-3fcd {
	display: flex;
	gap: 1.6rem;
}
.row-3fcd > * {
	width: 100%;
}
.bottom-3fcd {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 2.4rem;
}
.message-3fcd[inert] {
	display: none;
}
@media (max-width: 430px) {
	.row-3fcd {
		flex-direction: column;
	}
}

.masonry-3f6d {
	column-count: 3;
	column-gap: var(--gutter);
	margin-bottom: calc(var(--gutter) * -1);
}
.masonry-3f6d > * {
	background: red;
	margin-bottom: var(--gutter);
	break-inside: avoid;
}
.masonry-3f6d > *:nth-child(4n-0) {
	height: 40rem;
}
.masonry-3f6d > *:nth-child(4n-1) {
	height: 32rem;
}
.masonry-3f6d > *:nth-child(4n-2) {
	height: 48rem;
}
.masonry-3f6d > *:nth-child(4n-3) {
	height: 24rem;
}
.moon-6d4d {
	position: fixed;
	inset: 0;
}
.moon-info-6d4d,
.moon-crater-6d4d {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity --timing_medium --ease;
	will-change: opacity;
}
.moon-info-6d4d::before,
.moon-info-6d4d::after {
	content: "";
	position: absolute;
	background-color: rgba(var(--white), 0.1);
}
.moon-info-6d4d::before {
	width: 1px;
	height: 200vh;
}
.moon-info-6d4d::after {
	width: 200vw;
	height: 1px;
}
.moon-info-6d4d[aria-hidden="true"] {
	opacity: 0;
}
.moon-crater-6d4d[aria-hidden="true"] {
	opacity: 0;
}
.moon-marker-6d4d {
	position: absolute;
}
.moon-info-6d4d .moon-coords-6d4d {
	position: absolute;
	top: 6rem;
	left: 6rem;
}
.moon-crater-6d4d .moon-coords-6d4d {
	position: absolute;
	top: -3rem;
	left: -20rem;
}
.nav_buttons-faba {
	position: relative;
	pointer-events: none;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
}
.nav_buttons-faba .previous-faba,
.nav_buttons-faba .next-faba {
	pointer-events: all;
}
.newsletter-9e43 {
	width: 100%;
}
.newsletter-9e43[aria-busy="true"] .newsletter-input-9e43 {
	pointer-events: none;
}
.newsletter-submit-9e43,
.newsletter-spinner-9e43 {
	margin-right: 0.9rem;
}
.newsletter-submit-9e43[aria-hidden="true"],
.newsletter-spinner-9e43[aria-hidden="true"] {
	display: none;
}
.searchbar-260e {
	width: 100%;
}
.input-260e {
	width: 100%;
}
.submit-260e {
	margin-right: 0.4rem;
}

.social_links-ab30 {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	--icon_size: 2.6rem;
}
.tooltip-ddbf {
	position: absolute;
	top: 0;
	z-index: 40;
	padding-top: 3rem;
	width: 100%;
	height: 100%;
	transition: none var(--timing) var(--ease);
	transition-property: transform, opacity, visibility;
	will-change: transform, opacity, visibility;
}
.tooltip-ddbf[inert] {
	opacity: 0;
	transform: translateY(0.5rem);
}
.lip-ddbf {
	position: absolute;
	top: 100%;
	left: 50%;
	display: flex;
	justify-content: center;
	width: 0;
}
.lip-ddbf svg {
	width: 3.2rem;
	height: 1.9rem;
}
.container-ddbf {
	position: absolute;
	top: calc(100% + 1.8rem - 1px);
	width: 43.2rem;
	max-width: calc(100vw - 2 * (var(--gutter) + var(--frame_right)));
}
.items-ddbf {
	background: rgb(var(--grey600));
	padding: 2.4rem;
	border-radius: var(--radius_medium);
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	--icon_fill: var(--white);
	transition: none var(--timing) var(--ease);
	transition-property: transform, opacity, visibility;
	will-change: transform, opacity, visibility;
	transform-origin: top;
}
.tooltip-ddbf[inert] .items-ddbf {
	transform: scale(0.95);
}
.text-ddbf {
	font-weight: 500;
}
:root {
	--video_ratio: 1.788;
}
.video-421b {
	display: block;
	overflow: hidden;
	position: relative;
}
.video-421b:not([fit])::after {
	content: "";
	display: block;
	padding-bottom: calc(1 / var(--video_ratio) * 100%);
	pointer-events: none;
}
.video-421b .source-421b {
	inset: 0;
	position: absolute;
	height: 100%;
}
.video-421b[fit="cover"] .source-421b {
	object-fit: cover;
}
.video-421b[fit="contain"] .source-421b {
	object-fit: contain;
}
.video-421b .cover-421b {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.video-421b .cover-421b[aria-hidden="true"] {
	opacity: 0;
	pointer-events: none;
}
.video-421b .source-421b {
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -200px;
	margin-bottom: -200px;
	min-width: calc(100% + 2px);
	min-height: calc(100% + 400px);
	max-width: calc(100% + 2px);
	max-height: calc(100% + 400px);
}
.video-421b .overlay-421b {
	position: absolute;
	inset: 0;
	background: rgba(var(--text), 0.2);
	transition: none var(--timing) var(--ease);
	transition-property: transform, opacity, visibility;
	will-change: transform, opacity, visibility;
}
.video-421b .overlay-421b[aria-hidden="true"] {
	opacity: 0;
}
.video-421b .play-421b {
	position: absolute;
	inset: 0;
	margin: auto;
	transition: none var(--timing) var(--ease);
	transition-property: transform, opacity, visibility;
	will-change: transform, opacity, visibility;
	border: none;
	z-index: 2;
}
.video-421b .play-421b[aria-hidden="true"] {
	opacity: 0;
	transform: scale(0.7);
}
.video-421b .controls-421b {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(var(--text), 0.5);
	padding: 1rem 2rem;
	display: flex;
	transition: none var(--timing) var(--ease);
	transition-property: transform, opacity, visibility;
	will-change: transform, opacity, visibility;
}
.video-421b .controls-421b[aria-hidden="true"] {
	opacity: 0;
}
.video-421b .progress-421b {
	width: 100%;
	height: 2.4rem;
}
.video-421b .progress-421b[value]::-webkit-progress-bar {
	background: linear-gradient(
		rgba(var(--body), 0) 0%,
		rgba(var(--body), 0) 40%,
		rgba(var(--body), 0.2) 40%,
		rgba(var(--body), 0.2) 60%,
		rgba(var(--body), 0) 60%,
		rgba(var(--body), 0) 100%
	);
}
.video-421b .progress-421b[value]::-webkit-progress-value {
	background: linear-gradient(
		rgba(var(--body), 0) 0%,
		rgba(var(--body), 0) 40%,
		rgba(var(--body), 1) 40%,
		rgba(var(--body), 1) 60%,
		rgba(var(--body), 0) 60%,
		rgba(var(--body), 0) 100%
	);
}

.contact_form-d8fe {
	padding-top: var(--spacing_default);
	padding-bottom: var(--spacing_default);
}
.intro-d8fe {
	padding-bottom: var(--spacing_small);
	color: rgb(var(--grey300));
}

.slider-10bf {
	padding-top: var(--spacing_default);
	padding-bottom: var(--spacing_default);
	clip-path: inset(0);
}
.title-10bf {
	margin-bottom: var(--spacing_default);
}
.items-10bf {
	display: flex;
	gap: 0.8rem;
	flex-wrap: nowrap;
}
.card-10bf {
	border: 1px solid rgb(var(--grey700));
	border-radius: var(--radius_medium);
	padding: 4rem;
	white-space: wrap;
	min-width: 44rem;
}
.card_title-10bf {
	display: flex;
	margin-bottom: var(--spacing_small);
}
.card_text-10bf {
	color: rgb(var(--grey600));
}
.nav-10bf {
	margin-top: 1.4rem;
	display: inline-flex;
	align-items: center;
	background: rgb(var(--white));
	border-radius: var(--radius_medium);
	overflow: hidden;
}
.previous-10bf,
.next-10bf {
	display: flex;
	width: 5.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	--icon_fill: var(--black);
}
@media (min-width: 431px) {
	.nav-10bf {
		display: none;
	}
}
@media (max-width: 430px) {
	.card-10bf {
		min-width: 25.7rem;
		padding: 2.4rem;
	}
}
.admin_widget-48ee {
	position: fixed;
	left: 2rem;
	top: 50%;
	z-index: 9999;
	width: 5rem;
	background: #fff;
	transform: translateY(-50%);
	border-radius: 1rem;
	padding: 1.5rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.3rem 0.5rem 0 rgba(var(--black), 0.2);
}
.admin_widget-48ee svg {
	min-width: 2.5rem;
	min-height: 2.5rem;
	max-width: 2.5rem;
	max-height: 2.5rem;
}
.admin_widget-48ee svg *[fill]:not([fill="none"]) {
	fill: #444;
}
.admin_widget-48ee a {
	display: flex;
}
.cookie_banner-9bb0 {
	position: absolute;
	z-index: 100;
	background: rgb(var(--text));
	color: rgb(var(--body));
	transition: none var(--timing) var(--ease) -out;
	transition-property: transform, visibility;
	will-change: transform, visibility;
}
.cookie_banner-9bb0[hidden] {
	transform: translateX(-100%) translateX(-5rem);
	visibility: hidden;
}
.cookie_banner-9bb0[data-pending="true"] {
	display: none;
}
.accept-9bb0 {
	--button_color: var(--white);
	--button_background: var(--black);
	--button_border: var(--black);
	--button_hover_color: var(--black);
}
.params-9bb0 {
	--button_color: var(--black);
	--button_background: 0, 0, 0, 0;
	--button_border: var(--black);
	--button_hover_color: var(--black);
}
.text-9bb0 {
	max-width: 83.1rem;
}
.content-9bb0 {
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
}
.buttons-9bb0 {
	display: flex;
	gap: 2rem;
}
.close-9bb0 {
	min-width: 3.4rem;
	min-height: 3.4rem;
	max-width: 3.4rem;
	max-height: 3.4rem;
	background: red;
}
@media (min-width: 431px) {
	.cookie_banner-9bb0 {
		left: 1.6rem;
		right: 1.6rem;
		bottom: 1.6rem;
		padding: 2.4rem 3.2rem;
	}
}
@media (max-width: 430px) {
	.cookie_banner-9bb0 {
		left: 0.8rem;
		right: 0.8rem;
		bottom: 0.8rem;
		padding: 2.4rem;
	}
	.content-9bb0 {
		flex-direction: column;
	}
}
.cookie_options-292e {
	position: absolute;
	z-index: 100;
	background: rgb(var(--text));
	color: rgb(var(--body));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: none var(--timing) var(--ease) -out;
	transition-property: transform, visibility;
	will-change: transform, visibility;
}
.cookie_options-292e[inert] {
	display: none;
}
.choices-292e {
	display: grid;
}
.label-292e {
	display: flex;
	flex-direction: column;
}
.title-292e {
	margin-bottom: 0.8rem;
}
.check-292e {
	cursor: pointer;
	content: "";
	display: block;
	width: 3.4rem;
	aspect-ratio: 1;
	margin-bottom: 1.6rem;
	border: 3px solid rgb(var(--black));
	font-size: 0;
}
input:checked + .check-292e {
	background: rgb(var(--black));
}
input:disabled + .check-292e {
	cursor: not-allowed;
}
input:disabled + .check-292e {
	background: rgb(var(--grey500));
	border-color: rgb(var(--grey500));
}
.close-292e {
	position: absolute;
	min-width: 3.4rem;
	min-height: 3.4rem;
	max-width: 3.4rem;
	max-height: 3.4rem;
	top: 1.8rem;
	right: 1.8rem;
	background: red;
}
.buttons-292e {
	margin-top: 1.5rem;
	display: flex;
	column-gap: 2rem;
	row-gap: 0.8rem;
	align-self: flex-end;
	flex-wrap: wrap;
}
.accept-292e {
	--button_color: var(--white);
	--button_background: var(--black);
	--button_border: var(--black);
	--button_hover_color: var(--black);
}
.refuse-292e {
	--button_color: var(--black);
	--button_background: 0, 0, 0, 0;
	--button_border: var(--black);
	--button_hover_color: var(--black);
}
@media (min-width: 769px) {
	.cookie_options-292e {
		left: 1.6rem;
		right: 1.6rem;
		bottom: 1.6rem;
	}
	.content-292e {
		padding: 1.8rem 1.8rem 2.4rem 1.8rem;
	}
	.choices-292e {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 8rem;
	}
}
@media (max-width: 768px) {
	.cookie_options-292e {
		left: 0.8rem;
		right: 0.8rem;
		bottom: 0.8rem;
		max-height: calc(100% - 1.6rem);
	}
	.content-292e {
		padding: 2.4rem;
	}
	.choices-292e {
		gap: 2.4rem;
	}
	.buttons-292e {
		margin-top: 4rem;
	}
}

.loader-4a52 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader-4a52[hidden] {
	display: none;
}
.menu-8d6a {
	position: absolute;
	bottom: 0;
	z-index: 60;
	display: flex;
	flex-direction: column;
	clip-path: inset(0% 0 0 0);
	transition: none var(--timing) var(--ease);
	transition-property: clip-path, padding-top;
	will-change: clip-path, padding-top;
}
.menu-8d6a[inert] {
	clip-path: inset(100% 0 0 0);
}
.top-8d6a,
.bottom-8d6a {
	border-right: 1px solid rgb(var(--white));
}
.top-8d6a {
	padding: 2.4rem 2.4rem 0;
}
.bottom-8d6a {
	position: relative;
	margin-top: 7rem;
	flex-grow: 1;
}
.anchors-8d6a {
	padding: 0rem 2.4rem 2.4rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.anchor-8d6a {
	font-size: 1.7rem;
}
.anchor-8d6a {
	line-height: 1.1;
	font-weight: 600;
}
.anchor-8d6a:not(:hover):not([aria-current="true"]) {
	color: rgb(var(--grey600));
}
.anchor-8d6a a {
	display: flex;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.items-8d6a {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	margin-bottom: 3.2rem;
}
.item-8d6a {
	font-size: 2.4rem;
	font-weight: 600;
	color: rgba(var(--grey600));
	transition: var(--timing_short) var(--ease) color;
}
.item-8d6a[aria-current="true"] {
	color: rgba(var(--white));
}
@media (min-width: 431px) and (max-width: 768px) {
	.anchor-8d6a {
		font-size: 1.7rem;
	}
}
@media (min-width: 769px) {
	.menu-8d6a {
		left: 0;
		width: calc(34.4rem - 1px);
	}
	.menu-8d6a[data-offset] {
		padding-top: 6rem;
	}
	.item-8d6a:hover {
		color: rgba(var(--white));
	}
}
@media (max-width: 768px) {
	.menu-8d6a {
		z-index: 120;
		top: 0;
		left: 0;
		right: 0;
		background: rgb(var(--white));
		--button_color: var(--white);
		--button_background: var(--black);
		--button_border: var(--black);
		--button_hover_color: var(--black);
		--button_hover_background: 0, 0, 0, 0;
		--button_hover_border: var(--black);
	}
	.bottom-8d6a {
		display: none;
	}
	.item-8d6a {
		font-size: 4rem;
		color: rgba(var(--grey300));
	}
}
@media (max-width: 430px) {
	.anchor-8d6a {
		font-size: 1.7rem;
	}
	.item-8d6a[aria-current="true"] {
		color: rgba(var(--black));
	}
}
.overlay-380e {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: rgba(var(--white), 0.5);
}
.overlay-380e[aria-hidden="true"] {
	opacity: 0;
	pointer-events: none;
}
.popin-f324 {
	position: fixed;
	z-index: 210;
	inset: 0;
}
.popin-f324[aria-hidden="true"] {
	pointer-events: none;
	visibility: hidden;
}
.popin-f324 .close-f324 {
	position: absolute;
	top: 0rem;
	z-index: 100;
}
.popin-f324 .content-f324 {
	max-height: 100%;
}
.space-ff23 {
	position: fixed;
	inset: 0;
}
.space-canvas-ff23 {
	position: absolute;
	inset: 0;
}

.cover-2f8a {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.title-2f8a {
	margin-bottom: 0.8rem;
}
