/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: maison; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-color: currentColor;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.container {
	width: 100%;
}@media (min-width: 375px) {

	.container {
		max-width: 375px;
	}
}@media (min-width: 415px) {

	.container {
		max-width: 415px;
	}
}@media (min-width: 650px) {

	.container {
		max-width: 650px;
	}
}@media (min-width: 769px) {

	.container {
		max-width: 769px;
	}
}@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}.pointer-events-none {
	pointer-events: none;
}.pointer-events-auto {
	pointer-events: auto;
}.invisible {
	visibility: hidden;
}.static {
	position: static;
}.fixed {
	position: fixed;
}.absolute {
	position: absolute;
}.relative {
	position: relative;
}.sticky {
	position: -webkit-sticky;
	position: sticky;
}.inset-0 {
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
}.inset-\[-15px\] {
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
}.top-0 {
	top: 0rem;
}.left-\[0\] {
	left: 0;
}.right-0 {
	right: 0rem;
}.left-0 {
	left: 0rem;
}.left-\[3rem\] {
	left: 3rem;
}.bottom-\[5rem\] {
	bottom: 5rem;
}.right-\[3rem\] {
	right: 3rem;
}.bottom-0 {
	bottom: 0rem;
}.right-20 {
	right: 2rem;
}.-bottom-1 {
	bottom: -0.1rem;
}.top-1\/2 {
	top: 50%;
}.left-\[1\.75rem\] {
	left: 1.75rem;
}.left-\[13rem\] {
	left: 13rem;
}.bottom-\[62rem\] {
	bottom: 62rem;
}.right-1 {
	right: 0.1rem;
}.bottom-\[46rem\] {
	bottom: 46rem;
}.top-50 {
	top: 5rem;
}.top-60 {
	top: 6rem;
}.-right-10 {
	right: -1rem;
}.right-80 {
	right: 8rem;
}.top-\[13rem\] {
	top: 13rem;
}.left-30 {
	left: 3rem;
}.right-30 {
	right: 3rem;
}.-top-30 {
	top: -3rem;
}.z-\[9999\] {
	z-index: 9999;
}.z-\[8888\] {
	z-index: 8888;
}.z-5 {
	z-index: 5;
}.z-\[998\] {
	z-index: 998;
}.z-2 {
	z-index: 2;
}.z-\[997\] {
	z-index: 997;
}.z-\[8\] {
	z-index: 8;
}.z-8 {
	z-index: 8;
}.z-\[999\] {
	z-index: 999;
}.z-1 {
	z-index: 1;
}.z-10 {
	z-index: 10;
}.z-3 {
	z-index: 3;
}.my-40 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}.mb-30 {
	margin-bottom: 3rem;
}.mt-40 {
	margin-top: 4rem;
}.mt-50 {
	margin-top: 5rem;
}.mt-\[30px\] {
	margin-top: 30px;
}.-ml-15 {
	margin-left: -1.5rem;
}.mb-20 {
	margin-bottom: 2rem;
}.mt-25 {
	margin-top: 2.5rem;
}.mt-30 {
	margin-top: 3rem;
}.mb-10 {
	margin-bottom: 1rem;
}.mb-15 {
	margin-bottom: 1.5rem;
}.mr-10 {
	margin-right: 1rem;
}.mb-40 {
	margin-bottom: 4rem;
}.mt-\[1\.7rem\] {
	margin-top: 1.7rem;
}.mt-\[4rem\] {
	margin-top: 4rem;
}.mr-\[2rem\] {
	margin-right: 2rem;
}.mb-\[2rem\] {
	margin-bottom: 2rem;
}.mt-20 {
	margin-top: 2rem;
}.mr-4 {
	margin-right: 0.4rem;
}.mr-15 {
	margin-right: 1.5rem;
}.mr-100 {
	margin-right: 10rem;
}.mr-0 {
	margin-right: 0rem;
}.mt-15 {
	margin-top: 1.5rem;
}.ml-20 {
	margin-left: 2rem;
}.mr-30 {
	margin-right: 3rem;
}.mt-100 {
	margin-top: 10rem;
}.mt-200 {
	margin-top: 20rem;
}.mt-5 {
	margin-top: 0.5rem;
}.ml-auto {
	margin-left: auto;
}.mt-\[-13rem\] {
	margin-top: -13rem;
}.mb-\[-1px\] {
	margin-bottom: -1px;
}.-ml-90 {
	margin-left: -9rem;
}.-mr-285 {
	margin-right: -28.5rem;
}.-mr-260 {
	margin-right: -26rem;
}.mt-\[-1px\] {
	margin-top: -1px;
}.ml-80 {
	margin-left: 8rem;
}.mr-80 {
	margin-right: 8rem;
}.block {
	display: block;
}.flex {
	display: flex;
}.inline-flex {
	display: inline-flex;
}.hidden {
	display: none;
}.h-full {
	height: 100%;
}.h-\[6rem\] {
	height: 6rem;
}.h-\[4rem\] {
	height: 4rem;
}.h-\[6\.4rem\] {
	height: 6.4rem;
}.h-\[13rem\] {
	height: 13rem;
}.h-\[4\.8rem\] {
	height: 4.8rem;
}.h-\[1px\] {
	height: 1px;
}.h-\[7\.5rem\] {
	height: 7.5rem;
}.h-\[4\.5rem\] {
	height: 4.5rem;
}.h-\[0\.3rem\] {
	height: 0.3rem;
}.h-\[2px\] {
	height: 2px;
}.h-\[44px\] {
	height: 44px;
}.h-20 {
	height: 2rem;
}.h-\[40rem\] {
	height: 40rem;
}.h-\[4\.4rem\] {
	height: 4.4rem;
}.h-\[5\.6rem\] {
	height: 5.6rem;
}.h-\[32rem\] {
	height: 32rem;
}.h-\[1\.1rem\] {
	height: 1.1rem;
}.h-0 {
	height: 0rem;
}.h-auto {
	height: auto;
}.h-\[33rem\] {
	height: 33rem;
}.h-\[5px\] {
	height: 5px;
}.h-\[1\.6rem\] {
	height: 1.6rem;
}.max-h-\[61\%\] {
	max-height: 61%;
}.min-h-full {
	min-height: 100%;
}.min-h-\[60rem\] {
	min-height: 60rem;
}.min-h-\[80rem\] {
	min-height: 80rem;
}.w-full {
	width: 100%;
}.w-screen {
	width: 100vw;
}.w-\[80px\] {
	width: 80px;
}.w-\[600px\] {
	width: 600px;
}.w-\[500px\] {
	width: 500px;
}.w-\[auto\] {
	width: auto;
}.w-\[5rem\] {
	width: 5rem;
}.w-\[3\.7rem\] {
	width: 3.7rem;
}.w-\[14\.8rem\] {
	width: 14.8rem;
}.w-\[6\.4rem\] {
	width: 6.4rem;
}.w-\[4\.5rem\] {
	width: 4.5rem;
}.w-auto {
	width: auto;
}.w-\[7\.5rem\] {
	width: 7.5rem;
}.w-\[4rem\] {
	width: 4rem;
}.w-40 {
	width: 4rem;
}.w-\[123px\] {
	width: 123px;
}.w-\[13rem\] {
	width: 13rem;
}.w-30 {
	width: 3rem;
}.w-20 {
	width: 2rem;
}.w-110 {
	width: 11rem;
}.w-\[14rem\] {
	width: 14rem;
}.w-\[25px\] {
	width: 25px;
}.w-\[12\.3rem\] {
	width: 12.3rem;
}.w-\[91rem\] {
	width: 91rem;
}.w-\[8rem\] {
	width: 8rem;
}.w-\[5\.6rem\] {
	width: 5.6rem;
}.w-\[0\.53rem\] {
	width: 0.53rem;
}.w-4\/12 {
	width: 33.333333%;
}.w-\[0\.65rem\] {
	width: 0.65rem;
}.w-\[3rem\] {
	width: 3rem;
}.w-\[1px\] {
	width: 1px;
}.w-\[5px\] {
	width: 5px;
}.w-1\/2 {
	width: 50%;
}.w-\[9rem\] {
	width: 9rem;
}.min-w-d-full {
	min-width: calc(100vw - 13rem);
}.min-w-\[35rem\] {
	min-width: 35rem;
}.min-w-\[5\.6rem\] {
	min-width: 5.6rem;
}.flex-grow {
	flex-grow: 1;
}.origin-top-left {
	transform-origin: top left;
}.origin-left {
	transform-origin: left;
}.origin-bottom {
	transform-origin: bottom;
}.origin-top {
	transform-origin: top;
}.translate-y-\[0\%\] {
	--tw-translate-y: 0%;
	transform: var(--tw-transform);
}.translate-y-\[100\%\] {
	--tw-translate-y: 100%;
	transform: var(--tw-transform);
}.translate-y-\[13rem\] {
	--tw-translate-y: 13rem;
	transform: var(--tw-transform);
}.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}.-translate-x-16 {
	--tw-translate-x: -1.6rem;
	transform: var(--tw-transform);
}.translate-y-1 {
	--tw-translate-y: 0.1rem;
	transform: var(--tw-transform);
}.translate-y-0 {
	--tw-translate-y: 0rem;
	transform: var(--tw-transform);
}.translate-y-full {
	--tw-translate-y: 100%;
	transform: var(--tw-transform);
}.rotate-\[-90deg\] {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}.scale-0 {
	--tw-scale-x: 0;
	--tw-scale-y: 0;
	transform: var(--tw-transform);
}.scale-y-\[0\] {
	--tw-scale-y: 0;
	transform: var(--tw-transform);
}.transform {
	transform: var(--tw-transform);
}.cursor-pointer {
	cursor: pointer;
}.flex-row {
	flex-direction: row;
}.flex-col {
	flex-direction: column;
}.flex-wrap {
	flex-wrap: wrap;
}.items-start {
	align-items: flex-start;
}.items-end {
	align-items: flex-end;
}.items-center {
	align-items: center;
}.justify-end {
	justify-content: flex-end;
}.justify-center {
	justify-content: center;
}.justify-between {
	justify-content: space-between;
}.gap-8 {
	gap: 0.8rem;
}.gap-2 {
	gap: 0.2rem;
}.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-white > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 0.25;
}.self-start {
	align-self: flex-start;
}.overflow-hidden {
	overflow: hidden;
}.overflow-x-hidden {
	overflow-x: hidden;
}.overflow-y-scroll {
	overflow-y: scroll;
}.overscroll-none {
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}.whitespace-normal {
	white-space: normal;
}.whitespace-nowrap {
	white-space: nowrap;
}.rounded-full {
	border-radius: 9999px;
}.rounded-xl {
	border-radius: 0.75rem;
}.border {
	border-width: 1px;
}.border-t {
	border-top-width: 1px;
}.border-b {
	border-bottom-width: 1px;
}.border-l {
	border-left-width: 1px;
}.border-r {
	border-right-width: 1px;
}.border-l-2 {
	border-left-width: 2px;
}.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.border-green {
	--tw-border-opacity: 1;
	border-color: rgba(3, 24, 61, var(--tw-border-opacity));
}.border-opacity-25 {
	--tw-border-opacity: 0.25;
}.border-opacity-\[0\.15\] {
	--tw-border-opacity: 0.15;
}.bg-green {
	--tw-bg-opacity: 1;
	background-color: rgba(3, 24, 61, var(--tw-bg-opacity));
}.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.bg-\[\#777\] {
	--tw-bg-opacity: 1;
	background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
}.bg-red {
	--tw-bg-opacity: 1;
	background-color: rgba(1, 151, 255, var(--tw-bg-opacity)); 
}.bg-green-light {
	--tw-bg-opacity: 1;
	background-image: linear-gradient(262deg, #4125D9 0%, #8730D0 100%);
}.bg-green-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(3, 24, 61, var(--tw-bg-opacity)); 
}.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-transparent {
	background-color: transparent;
}.bg-grey {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}.bg-blue {
	--tw-bg-opacity: 1;
	background-image: linear-gradient(262deg, #18A9FF 0%, #4325D2 100%);
}.bg-opacity-75 {
	--tw-bg-opacity: 0.75;
}.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}.fill-current {
	fill: currentColor;
}.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}.object-top {
	-o-object-position: top;
	   object-position: top;
}.p-10 {
	padding: 1rem;
}.p-0 {
	padding: 0rem;
}.p-12 {
	padding: 1.2rem;
}.px-\[30px\] {
	padding-left: 30px;
	padding-right: 30px;
}.py-15 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}.px-15 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}.px-40 {
	padding-left: 4rem;
	padding-right: 4rem;
}.px-50 {
	padding-left: 5rem;
	padding-right: 5rem;
}.px-30 {
	padding-left: 3rem;
	padding-right: 3rem;
}.py-10 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}.px-0 {
	padding-left: 0rem;
	padding-right: 0rem;
}.py-40 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}.px-5 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}.py-3 {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}.px-4 {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}.py-50 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}.py-70 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}.py-75 {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}.py-30 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}.py-150 {
	padding-top: 15rem;
	padding-bottom: 15rem;
}.pt-160 {
	padding-top: 16rem;
}.pb-60 {
	padding-bottom: 6rem;
}.pr-20 {
	padding-right: 2rem;
}.pl-20 {
	padding-left: 2rem;
}.pr-100 {
	padding-right: 10rem;
}.pl-15 {
	padding-left: 1.5rem;
}.pl-\[6\.4rem\] {
	padding-left: 6.4rem;
}.pt-150 {
	padding-top: 15rem;
}.pb-40 {
	padding-bottom: 4rem;
}.pl-220 {
	padding-left: 22rem;
}.pb-\[10rem\] {
	padding-bottom: 10rem;
}.pl-\[2rem\] {
	padding-left: 2rem;
}.pr-\[2rem\] {
	padding-right: 2rem;
}.pb-\[1rem\] {
	padding-bottom: 1rem;
}.pb-10 {
	padding-bottom: 1rem;
}.pr-10 {
	padding-right: 1rem;
}.pr-30 {
	padding-right: 3rem;
}.pt-200 {
	padding-top: 20rem;
}.pb-100 {
	padding-bottom: 10rem;
}.pb-75 {
	padding-bottom: 7.5rem;
}.pb-\[6\.4rem\] {
	padding-bottom: 6.4rem;
}.pt-75 {
	padding-top: 7.5rem;
}.pb-45 {
	padding-bottom: 4.5rem;
}.pb-30 {
	padding-bottom: 3rem;
}.pb-65 {
	padding-bottom: 6.5rem;
}.pt-45 {
	padding-top: 4.5rem;
}.pt-\[28rem\] {
	padding-top: 28rem;
}.pb-\[34rem\] {
	padding-bottom: 34rem;
}.pb-\[20rem\] {
	padding-bottom: 20rem;
}.pl-90 {
	padding-left: 9rem;
}.pl-130 {
	padding-left: 13rem;
}.pt-15 {
	padding-top: 1.5rem;
}.text-left {
	text-align: left;
}.text-center {
	text-align: center;
}.font-serif {
	font-family: domaine;
}.font-sans {
	font-family: maison;
}.text-f15 {
	font-size: clamp(10px, 9999px, 1.2rem);
}.text-f9 {
	font-size: 3.6rem;
}.text-\[40px\] {
	font-size: 40px;
}.text-\[16px\] {
	font-size: 16px;
}.text-f14 {
	font-size: clamp(10px, 9999px, 1.4rem);
}.text-14 {
	font-size: 1.4rem;
}.text-8 {
	font-size: 0.8rem;
}.text-f5 {
	font-size: 5.6rem;
}.text-f6 {
	font-size: 4.8rem;
}.text-16 {
	font-size: 1.6rem;
}.text-f17 {
	font-size: clamp(10px, 9999px, 1rem);
}.text-25 {
	font-size: 2.5rem;
}.text-f11 {
	font-size: 2.4rem;
}.text-f16 {
	font-size: clamp(10px, 9999px, 1.1rem);
}.text-f10 {
	font-size: 3.2rem;
}.text-f12 {
	font-size: clamp(11px, 9999px, 1.8rem);
}.text-\[10px\] {
	font-size: 10px;
}.text-\[2\.2rem\] {
	font-size: 2.2rem;
}.text-f3 {
	font-size: 8rem;
}.font-medium {
	font-weight: 500;
}.font-light {
	font-weight: 300;
}.font-semibold {
	font-weight: 600;
}.uppercase {
	text-transform: uppercase;
}.leading-none {
	line-height: 1;
}.leading-\[1\.15\] {
	line-height: 1.15;
}.leading-\[1\.2\] {
	line-height: 1.2;
}.leading-\[2\] {
	line-height: 2;
}.leading-\[1\.4\] {
	line-height: 1.4;
}.leading-\[1\.1\] {
	line-height: 1.1;
}.leading-\[1\.5\] {
	line-height: 1.5;
}.leading-6 {
	line-height: 1.5rem;
}.leading-\[1\.8\] {
	line-height: 1.8;
}.tracking-wider {
	letter-spacing: 0.05em;
}.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-green {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-green-light {
	--tw-text-opacity: 1;
	color: rgba(141, 57, 239, var(--tw-text-opacity));
}.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.opacity-0 {
	opacity: 0;
}.opacity-75 {
	opacity: 0.75;
}.opacity-50 {
	opacity: 0.5;
}.opacity-20 {
	opacity: 0.2;
}.opacity-100 {
	opacity: 1;
}.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-grey {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
}.backdrop-blur-lg {
	--tw-backdrop-blur: blur(16px);
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	        backdrop-filter: var(--tw-backdrop-filter);
}.backdrop-filter {
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	        backdrop-filter: var(--tw-backdrop-filter);
}.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-duration: 150ms;
}.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-duration: 150ms;
}.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-duration: 150ms;
}.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-duration: 150ms;
}.duration-1000 {
	transition-duration: 1000ms;
}.duration-700 {
	transition-duration: 700ms;
}.duration-500 {
	transition-duration: 500ms;
}.duration-200 {
	transition-duration: 200ms;
}.duration-150 {
	transition-duration: 150ms;
}.duration-300 {
	transition-duration: 300ms;
}.ease-out-expo {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}@font-face{font-family:"domaine";font-display:swap;src:url(domaine-text-web-light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"maison";font-display:swap;src:url(MaisonNeueExtendedWEB-Book.woff2) format("woff2"),url(MaisonNeueExtendedWEB-Book.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"maison";font-display:swap;src:url(MaisonNeueExtendedWEB-Demi.woff2) format("woff2"),url(MaisonNeueExtendedWEB-Demi.woff) format("woff");font-weight:500;font-style:normal}:root{--size: 375}@media(min-width: 769px){:root{--size: 1920}}html{font-size:calc(10*100vw/var(--size));-webkit-text-size-adjust:none;-webkit-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}html,body{-ms-scroll-chaining:none;overscroll-behavior:none;width:100%;height:100%}@media(min-width: 769px){html,body{min-width:100%;min-height:100%;overflow:hidden}}body{overflow-y:scroll;overflow-x:hidden}@media(max-width: 768px){body{-webkit-overflow-scrolling:touch}}@media(min-width: 769px){body{overflow:hidden}}button{font-family:inherit;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vh{height:calc(var(--vh)*100)}.js-site-link.is-active{pointer-events:none;opacity:1}[data-router-wrapper],[data-router-view]{position:relative;width:100%}@media(min-width: 769px){[data-router-wrapper],[data-router-view]{position:fixed;top:0;left:0;height:100%}}[data-lazy-src]:not(.no-fade){opacity:0;transition:opacity .5s ease}[data-lazy-src]:not(.no-fade).is-loaded{opacity:1}.aspect{padding-top:var(--aspect)}.img-fill img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rotate-device{display:none}@media(orientation: landscape){.is-ipad.is-initial-portrait .rotate-device{display:flex}}@media(orientation: portrait){.is-ipad:not(.is-initial-portrait) .rotate-device{display:flex}}.parallax-mask{left:calc(var(--parallax-offset)*-1);width:calc(100% + 12rem)}.has-underline:before{position:absolute;bottom:0;left:0;width:100%;height:1px;transition:transform .75s cubic-bezier(0.165, 0.84, 0.44, 1);transform-origin:left;transform:scaleX(0);z-index:2}.has-underline:hover:before{transform:scaleX(1)}.screen-h{height:calc(var(--vh)*100)}@media(min-width: 650px){.screen-h-s{height:calc(var(--vh)*100)}}@media(min-width: 769px){.screen-h-m{height:calc(var(--vh)*100)}}@media(max-width: 768px){.menu-scroll{-webkit-overflow-scrolling:touch}}.logo-ani{display:none}.is-desktop:not(.is-safari) .logo-ani{display:block}.logo-device{display:flex}.is-desktop:not(.is-safari) .logo-device{display:none}.logo-link{width:7.5rem}@media(min-width: 769px){.logo-link{width:13rem}body:not(.is-safari) .logo-link{width:20.15rem}}.bfv{-webkit-backface-visibility:hidden;backface-visibility:hidden}.txt figure,.txt img,.txt video{width:100%;height:auto}.txt>*:not(:last-child){margin-bottom:4rem}.font-serif{letter-spacing:-0.025em}.title-underline{position:relative}.title-underline span{display:block;position:absolute;bottom:.175em;left:0;width:100%;border-bottom:.035em solid currentColor}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.faq-text ul{list-style-type:disc;padding-left:1.25em}.faq-text ol{padding-left:1.25em;list-style-type:decimal}.faq-text a{text-decoration:underline;text-underline-offset:3px}.faq-text a:hover{text-decoration:none}.bullet:before{content:"";position:absolute;inset:0;border-radius:inherit;background-color:#fff;opacity:0;transition:opacity .75s ease}.bullet.is-active:before{opacity:1}.menu-toggle span:before,.menu-toggle span:after{display:block;transition:transform .75s cubic-bezier(0.77, 0, 0.175, 1)}.menu-toggle span:before{transform:translateY(-6px)}.menu-toggle span:after{transform:translateY(6px)}.is-menu-open .menu-toggle span:before{transform:translateY(0px) rotate(45deg)}.is-menu-open .menu-toggle span:after{transform:translateY(0px) rotate(-45deg)}.menu-link__underline{position:relative;transition:color .75s cubic-bezier(0.165, 0.84, 0.44, 1)}.menu-link__underline:before{content:"";position:absolute;bottom:0;left:0;width:100%;min-height:1px;height:.05em;transform-origin:right;transform:scaleX(0);transition:transform .75s cubic-bezier(0.165, 0.84, 0.44, 1)}.menu-link:hover .menu-link__underline:before,.menu-link.is-active .menu-link__underline:before{transform-origin:left;transform:scaleX(1)}.article-item a{position:relative}.article-item a:after{content:"";display:block;position:absolute;bottom:-1px;left:0;width:100%;height:1px;transform:scaleX(0);transform-origin:100% 100%;background-color:currentColor;transition:transform .45s cubic-bezier(0.77, 0, 0.175, 1);will-change:transform}.article-item a:hover:after{transform-origin:0 0;transform:scaleX(1)}.faq-item__arrow{transform:rotate(90deg)}.faq-item.is-active .faq-item__arrow{transform:rotate(-90deg)}.visuallyhidden,input[type=checkbox],input[type=radio]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden:checked~label,input[type=checkbox]:checked~label,input[type=radio]:checked~label{color:#B97DFF}input[type=text],input[type=email],textarea{background-color:rgba(0,0,0,0);width:100%;outline:none}.js-slide-step__line div{background-color:rgba(0,0,0,0)}.js-slide-step.is-active .js-slide-step__line div{background-color:#B97DFF}.js-slide-step.is-active .js-slide-step__title{opacity:1}.js-slide-step.is-success .js-slide-step__title{opacity:1}.js-modal-contact-btn svg{width:100%;height:100%;fill:#fff}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff !important}input::-webkit-input-placeholder{color:#B97DFF;background:#03183D}input:-moz-placeholder{color:#B97DFF;background:#03183D}input::-moz-placeholder{color:#B97DFF;background:#03183D}input:-ms-input-placeholder{color:#B97DFF;background:#03183D}.js-contact-submit,.js-contact-next{opacity:.2}.pristine-error{position:relative;font-size:1rem;margin-top:1rem;color:#f93822}@media(min-width: 769px){.pristine-error{position:absolute;font-size:2rem}}/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */@media(max-width: 768px){.carousel-cell{width:100%;margin-right:1.5rem}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:relative;width:4rem;height:2rem;margin-top:3rem;transition:opacity .5s ease}.flickity-button svg{height:2rem}.flickity-button.next svg{margin-left:auto}.flickity-button:hover{cursor:pointer}.flickity-button:focus{outline:none}.flickity-button:active{opacity:1}.flickity-button:disabled{opacity:.5;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}}.before\:absolute::before {
	content: "";
	position: absolute;
}.before\:inset-0::before {
	content: "";
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
}.before\:bottom-0::before {
	content: "";
	bottom: 0rem;
}.before\:left-0::before {
	content: "";
	left: 0rem;
}.before\:top-0::before {
	content: "";
	top: 0rem;
}.before\:top-140::before {
	content: "";
	top: 14rem;
}.before\:-bottom-90::before {
	content: "";
	bottom: -9rem;
}.before\:left-90::before {
	content: "";
	left: 9rem;
}.before\:top-\[0\.85em\]::before {
	content: "";
	top: 0.85em;
}.before\:bottom-90::before {
	content: "";
	bottom: 9rem;
}.before\:top-1\/2::before {
	content: "";
	top: 50%;
}.before\:z-1::before {
	content: "";
	z-index: 1;
}.before\:z-\[-1\]::before {
	content: "";
	z-index: -1;
}.before\:hidden::before {
	content: "";
	display: none;
}.before\:h-\[1px\]::before {
	content: "";
	height: 1px;
}.before\:h-\[6rem\]::before {
	content: "";
	height: 6rem;
}.before\:h-\[4px\]::before {
	content: "";
	height: 4px;
}.before\:h-\[5rem\]::before {
	content: "";
	height: 5rem;
}.before\:h-\[2px\]::before {
	content: "";
	height: 2px;
}.before\:w-full::before {
	content: "";
	width: 100%;
}.before\:w-\[4px\]::before {
	content: "";
	width: 4px;
}.before\:w-\[4rem\]::before {
	content: "";
	width: 4rem;
}.before\:translate-y-\[-1px\]::before {
	content: "";
	--tw-translate-y: -1px;
	transform: var(--tw-transform);
}.before\:-rotate-45::before {
	content: "";
	--tw-rotate: -45deg;
	transform: var(--tw-transform);
}.before\:transform::before {
	content: "";
	transform: var(--tw-transform);
}.before\:rounded-full::before {
	content: "";
	border-radius: 9999px;
}.before\:bg-green-light::before {
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(141, 57, 239, var(--tw-bg-opacity));
}.before\:bg-white::before {
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.before\:bg-green::before {
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.before\:opacity-25::before {
	content: "";
	opacity: 0.25;
}.after\:absolute::after {
	content: "";
	position: absolute;
}.after\:inset-0::after {
	content: "";
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
}.after\:top-1\/2::after {
	content: "";
	top: 50%;
}.after\:left-0::after {
	content: "";
	left: 0rem;
}.after\:h-\[2px\]::after {
	content: "";
	height: 2px;
}.after\:w-\[4rem\]::after {
	content: "";
	width: 4rem;
}.after\:translate-y-\[-1px\]::after {
	content: "";
	--tw-translate-y: -1px;
	transform: var(--tw-transform);
}.after\:rotate-45::after {
	content: "";
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}.after\:transform::after {
	content: "";
	transform: var(--tw-transform);
}.after\:bg-green::after {
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.after\:bg-white::after {
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.first\:-mt-30:first-child {
	margin-top: -3rem;
}.last\:mb-2:last-child {
	margin-bottom: 0.2rem;
}.hover\:bg-red:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 56, 34, var(--tw-bg-opacity));
}.hover\:text-green-light:hover {
	--tw-text-opacity: 1;
	color: rgba(141, 57, 239, var(--tw-text-opacity));
}.hover\:text-opacity-80:hover {
	--tw-text-opacity: 0.8;
}.hover\:opacity-100:hover {
	opacity: 1;
}.group:hover .group-hover\:translate-y-\[-100\%\] {
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}.group:hover .group-hover\:translate-y-\[0\%\] {
	--tw-translate-y: 0%;
	transform: var(--tw-transform);
}.group:hover .group-hover\:scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}.group:hover .group-hover\:text-green-light {
	--tw-text-opacity: 1;
	color: rgba(141, 57, 239, var(--tw-text-opacity));
}.group:hover .group-hover\:text-green {
	--tw-text-opacity: 1;
	color: rgba(3, 24, 61, var(--tw-text-opacity));
}@media (min-width: 650px) {

	.s\:order-first {
		order: -9999;
	}
}@media (min-width: 769px) {

	.m\:fixed {
		position: fixed;
	}

	.m\:absolute {
		position: absolute;
	}

	.m\:relative {
		position: relative;
	}

	.m\:inset-0 {
		top: 0rem;
		right: 0rem;
		bottom: 0rem;
		left: 0rem;
	}

	.m\:left-\[13rem\] {
		left: 13rem;
	}

	.m\:left-auto {
		left: auto;
	}

	.m\:right-\[7\.5rem\] {
		right: 7.5rem;
	}

	.m\:right-\[8\.8rem\] {
		right: 8.8rem;
	}

	.m\:left-\[3rem\] {
		left: 3rem;
	}

	.m\:right-\[52rem\] {
		right: 52rem;
	}

	.m\:top-\[-0\.2rem\] {
		top: -0.2rem;
	}

	.m\:right-auto {
		right: auto;
	}

	.m\:bottom-auto {
		bottom: auto;
	}

	.m\:top-65 {
		top: 6.5rem;
	}

	.m\:-right-0 {
		right: 0rem;
	}

	.m\:right-0 {
		right: 0rem;
	}

	.m\:left-\[-18rem\] {
		left: -18rem;
	}

	.m\:top-1\/2 {
		top: 50%;
	}

	.m\:left-\[18rem\] {
		left: 18rem;
	}

	.m\:right-\[18rem\] {
		right: 18rem;
	}

	.m\:top-\[8rem\] {
		top: 8rem;
	}

	.m\:bottom-\[8rem\] {
		bottom: 8rem;
	}

	.m\:top-2\/4 {
		top: 50%;
	}

	.m\:order-first {
		order: -9999;
	}

	.m\:my-0 {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}

	.m\:-ml-30 {
		margin-left: -3rem;
	}

	.m\:mr-150 {
		margin-right: 15rem;
	}

	.m\:mb-30 {
		margin-bottom: 3rem;
	}

	.m\:mt-40 {
		margin-top: 4rem;
	}

	.m\:mr-50 {
		margin-right: 5rem;
	}

	.m\:mb-60 {
		margin-bottom: 6rem;
	}

	.m\:mr-20 {
		margin-right: 2rem;
	}

	.m\:mb-0 {
		margin-bottom: 0rem;
	}

	.m\:mt-0 {
		margin-top: 0rem;
	}

	.m\:mr-100 {
		margin-right: 10rem;
	}

	.m\:mt-\[6rem\] {
		margin-top: 6rem;
	}

	.m\:mr-\[6rem\] {
		margin-right: 6rem;
	}

	.m\:mb-\[0rem\] {
		margin-bottom: 0rem;
	}

	.m\:mt-20 {
		margin-top: 2rem;
	}

	.m\:mr-15 {
		margin-right: 1.5rem;
	}

	.m\:-ml-6 {
		margin-left: -0.6rem;
	}

	.m\:ml-0 {
		margin-left: 0rem;
	}

	.m\:mt-auto {
		margin-top: auto;
	}

	.m\:ml-\[-17rem\] {
		margin-left: -17rem;
	}

	.m\:ml-90 {
		margin-left: 9rem;
	}

	.m\:ml-75 {
		margin-left: 7.5rem;
	}

	.m\:mt-100 {
		margin-top: 10rem;
	}

	.m\:mt-130 {
		margin-top: 13rem;
	}

	.m\:-mt-140 {
		margin-top: -14rem;
	}

	.m\:mt-50 {
		margin-top: 5rem;
	}

	.m\:ml-\[-35\.2rem\] {
		margin-left: -35.2rem;
	}

	.m\:block {
		display: block;
	}

	.m\:flex {
		display: flex;
	}

	.m\:grid {
		display: grid;
	}

	.m\:hidden {
		display: none;
	}

	.m\:h-full {
		height: 100%;
	}

	.m\:h-\[12rem\] {
		height: 12rem;
	}

	.m\:h-\[7rem\] {
		height: 7rem;
	}

	.m\:h-\[6\.4rem\] {
		height: 6.4rem;
	}

	.m\:h-\[13rem\] {
		height: 13rem;
	}

	.m\:h-\[6rem\] {
		height: 6rem;
	}

	.m\:h-\[6\.5rem\] {
		height: 6.5rem;
	}

	.m\:h-auto {
		height: auto;
	}

	.m\:h-30 {
		height: 3rem;
	}

	.m\:h-\[50rem\] {
		height: 50rem;
	}

	.m\:h-\[64\.8rem\] {
		height: 64.8rem;
	}

	.m\:h-\[7\.2rem\] {
		height: 7.2rem;
	}

	.m\:h-\[60rem\] {
		height: 60rem;
	}

	.m\:h-\[2\.6rem\] {
		height: 2.6rem;
	}

	.m\:w-1\/2 {
		width: 50%;
	}

	.m\:w-7\/12 {
		width: 58.333333%;
	}

	.m\:w-\[7rem\] {
		width: 7rem;
	}

	.m\:w-auto {
		width: auto;
	}

	.m\:w-\[6rem\] {
		width: 6rem;
	}

	.m\:w-8\/12 {
		width: 66.666667%;
	}

	.m\:w-\[13rem\] {
		width: 13rem;
	}

	.m\:w-\[6\.5rem\] {
		width: 6.5rem;
	}

	.m\:w-40 {
		width: 4rem;
	}

	.m\:w-30 {
		width: 3rem;
	}

	.m\:w-\[70rem\] {
		width: 70rem;
	}

	.m\:w-\[60rem\] {
		width: 60rem;
	}

	.m\:w-\[7\.2rem\] {
		width: 7.2rem;
	}

	.m\:w-\[114rem\] {
		width: 114rem;
	}

	.m\:w-\[53rem\] {
		width: 53rem;
	}

	.m\:w-\[1\.1rem\] {
		width: 1.1rem;
	}

	.m\:w-\[91rem\] {
		width: 91rem;
	}

	.m\:w-4\/12 {
		width: 33.333333%;
	}

	.m\:w-\[1rem\] {
		width: 1rem;
	}

	.m\:w-\[148\.3rem\] {
		width: 148.3rem;
	}

	.m\:w-\[5rem\] {
		width: 5rem;
	}

	.m\:w-10\/12 {
		width: 83.333333%;
	}

	.m\:w-3\/12 {
		width: 25%;
	}

	.m\:w-6\/12 {
		width: 50%;
	}

	.m\:min-w-\[85vw\] {
		min-width: 85vw;
	}

	.m\:min-w-\[55rem\] {
		min-width: 55rem;
	}

	.m\:min-w-\[52\.2rem\] {
		min-width: 52.2rem;
	}

	.m\:min-w-\[121rem\] {
		min-width: 121rem;
	}

	.m\:min-w-\[140rem\] {
		min-width: 140rem;
	}

	.m\:min-w-\[78\.5rem\] {
		min-width: 78.5rem;
	}

	.m\:min-w-\[100rem\] {
		min-width: 100rem;
	}

	.m\:min-w-\[45rem\] {
		min-width: 45rem;
	}

	.m\:min-w-d-full {
		min-width: calc(100vw - 13rem);
	}

	.m\:min-w-\[7\.2rem\] {
		min-width: 7.2rem;
	}

	.m\:-translate-x-0 {
		--tw-translate-x: 0rem;
		transform: var(--tw-transform);
	}

	.m\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}

	.m\:-translate-y-2\/4 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}

	.m\:rotate-180 {
		--tw-rotate: 180deg;
		transform: var(--tw-transform);
	}

	.m\:flex-wrap {
		flex-wrap: wrap;
	}

	.m\:items-center {
		align-items: center;
	}

	.m\:justify-end {
		justify-content: flex-end;
	}

	.m\:justify-center {
		justify-content: center;
	}

	.m\:justify-between {
		justify-content: space-between;
	}

	.m\:overflow-hidden {
		overflow: hidden;
	}

	.m\:whitespace-nowrap {
		white-space: nowrap;
	}

	.m\:border-0 {
		border-width: 0px;
	}

	.m\:border-r {
		border-right-width: 1px;
	}

	.m\:border-b {
		border-bottom-width: 1px;
	}

	.m\:border-l {
		border-left-width: 1px;
	}

	.m\:bg-green {
		--tw-bg-opacity: 1;
		background-color: rgba(3, 24, 61, var(--tw-bg-opacity));
	}

	.m\:bg-green-light {
		--tw-bg-opacity: 1;
		background-color: rgba(141, 57, 239, var(--tw-bg-opacity));
	}

	.m\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}

	.m\:bg-transparent {
		background-color: transparent;
	}

	.m\:object-left {
		-o-object-position: left;
		   object-position: left;
	}

	.m\:p-10 {
		padding: 1rem;
	}

	.m\:p-20 {
		padding: 2rem;
	}

	.m\:px-50 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.m\:px-130 {
		padding-left: 13rem;
		padding-right: 13rem;
	}

	.m\:py-15 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.m\:py-0 {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}

	.m\:px-60 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.m\:px-0 {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	.m\:px-65 {
		padding-left: 6.5rem;
		padding-right: 6.5rem;
	}

	.m\:py-85 {
		padding-top: 8.5rem;
		padding-bottom: 8.5rem;
	}

	.m\:px-180 {
		padding-left: 18rem;
		padding-right: 18rem;
	}

	.m\:px-175 {
		padding-left: 17.5rem;
		padding-right: 17.5rem;
	}

	.m\:px-200 {
		padding-left: 20rem;
		padding-right: 20rem;
	}

	.m\:py-175 {
		padding-top: 17.5rem;
		padding-bottom: 17.5rem;
	}

	.m\:py-\[40rem\] {
		padding-top: 40rem;
		padding-bottom: 40rem;
	}

	.m\:py-180 {
		padding-top: 18rem;
		padding-bottom: 18rem;
	}

	.m\:py-150 {
		padding-top: 15rem;
		padding-bottom: 15rem;
	}

	.m\:px-150 {
		padding-left: 15rem;
		padding-right: 15rem;
	}

	.m\:py-70 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.m\:pt-0 {
		padding-top: 0rem;
	}

	.m\:pb-0 {
		padding-bottom: 0rem;
	}

	.m\:pr-0 {
		padding-right: 0rem;
	}

	.m\:pl-0 {
		padding-left: 0rem;
	}

	.m\:pr-100 {
		padding-right: 10rem;
	}

	.m\:pb-60 {
		padding-bottom: 6rem;
	}

	.m\:pl-130 {
		padding-left: 13rem;
	}

	.m\:pl-\[13rem\] {
		padding-left: 13rem;
	}

	.m\:pr-\[26rem\] {
		padding-right: 26rem;
	}

	.m\:pb-\[4rem\] {
		padding-bottom: 4rem;
	}

	.m\:pb-20 {
		padding-bottom: 2rem;
	}

	.m\:pr-\[8\.8rem\] {
		padding-right: 8.8rem;
	}

	.m\:pb-40 {
		padding-bottom: 4rem;
	}

	.m\:pt-\[12\.5vh\] {
		padding-top: 12.5vh;
	}

	.m\:pl-180 {
		padding-left: 18rem;
	}

	.m\:pr-\[35rem\] {
		padding-right: 35rem;
	}

	.m\:pr-185 {
		padding-right: 18.5rem;
	}

	.m\:pl-220 {
		padding-left: 22rem;
	}

	.m\:pb-140 {
		padding-bottom: 14rem;
	}

	.m\:pr-90 {
		padding-right: 9rem;
	}

	.m\:pb-220 {
		padding-bottom: 22rem;
	}

	.m\:pt-75 {
		padding-top: 7.5rem;
	}

	.m\:pb-175 {
		padding-bottom: 17.5rem;
	}

	.m\:pr-\[30rem\] {
		padding-right: 30rem;
	}

	.m\:pr-200 {
		padding-right: 20rem;
	}

	.m\:pb-150 {
		padding-bottom: 15rem;
	}

	.m\:pr-80 {
		padding-right: 8rem;
	}

	.m\:pl-80 {
		padding-left: 8rem;
	}

	.m\:pb-80 {
		padding-bottom: 8rem;
	}

	.m\:pr-\[52\.2rem\] {
		padding-right: 52.2rem;
	}

	.m\:pb-100 {
		padding-bottom: 10rem;
	}

	.m\:pl-100 {
		padding-left: 10rem;
	}

	.m\:pt-50 {
		padding-top: 5rem;
	}

	.m\:pb-180 {
		padding-bottom: 18rem;
	}

	.m\:pl-35 {
		padding-left: 3.5rem;
	}

	.m\:text-f1 {
		font-size: 8.3rem;
	}

	.m\:text-f12 {
		font-size: clamp(11px, 9999px, 1.8rem);
	}

	.m\:text-18 {
		font-size: 1.8rem;
	}

	.m\:text-12 {
		font-size: 1.2rem;
	}

	.m\:text-f4 {
		font-size: 6.4rem;
	}

	.m\:text-f3 {
		font-size: 8rem;
	}

	.m\:text-f9 {
		font-size: 3.6rem;
	}

	.m\:text-f5 {
		font-size: 5.6rem;
	}

	.m\:text-f10 {
		font-size: 3.2rem;
	}

	.m\:text-f13 {
		font-size: clamp(10px, 9999px, 1.6rem);
	}

	.m\:text-f7 {
		font-size: 4rem;
	}

	.m\:text-f2 {
		font-size: 10rem;
	}

	.m\:text-f8 {
		font-size: 4.2rem;
	}

	.m\:text-white {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}

	.m\:before\:block::before {
		content: "";
		display: block;
	}

	.m\:before\:hidden::before {
		content: "";
		display: none;
	}

	.m\:first\:-mt-30:first-child {
		margin-top: -3rem;
	}
}@media (min-width: 1024px) {

	.l\:pl-220 {
		padding-left: 22rem;
	}
}@media (min-width: 1536px) {

	.\32xl\:h-15 {
		height: 1.5rem;
	}

	.\32xl\:w-25 {
		width: 2.5rem;
	}

	.\32xl\:w-15 {
		width: 1.5rem;
	}

	.\32xl\:text-10 {
		font-size: 1rem;
	}
}



/* New Codes */


/* Hide logo-text on mobile if needed (like original .logo-ani) */
.logo-text {
    display: none;
}

/* Show on desktop (if not Safari) */
.is-desktop:not(.is-safari) .logo-text {
    display: block;
}

/* Hide logo-device on desktop (if not Safari) */
.is-desktop:not(.is-safari) .logo-device {
    display: none;
}


.fon-color{
	color: #03183D !important;
  }



/* Contact Form Nav Menu Style Starts */
<style>
  @media (max-width: 768px) {
    .nav-container {
      flex-direction: column;
      align-items: flex-start;
    }

    .nav-container img {
      margin-right: 0 !important;
      margin-bottom: 15px;
    }

    .nav-container ul {
      flex-direction: column;
      gap: 15px !important;
    }
  }
</style> 

/* Contact Form Nav Menu Ends */

