*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

/*
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 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: rgb(var(--color-gray-400, 156 163 175)); /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: rgb(var(--color-gray-400, 156 163 175)); /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

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

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

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root {
  --color-slate-50: 248 250 252;
  --color-slate-100: 241 245 249;
  --color-slate-200: 226 232 240;
  --color-slate-300: 203 213 225;
  --color-slate-400: 148 163 184;
  --color-slate-500: 100 116 139;
  --color-slate-600: 71 85 105;
  --color-slate-700: 51 65 85;
  --color-slate-800: 30 41 59;
  --color-slate-900: 15 23 42;
  --color-slate-950: 2 6 23;
  --color-gray-50: 249 250 251;
  --color-gray-100: 243 244 246;
  --color-gray-200: 229 231 235;
  --color-gray-300: 209 213 219;
  --color-gray-400: 156 163 175;
  --color-gray-500: 107 114 128;
  --color-gray-600: 75 85 99;
  --color-gray-700: 55 65 81;
  --color-gray-800: 31 41 55;
  --color-gray-900: 17 24 39;
  --color-gray-950: 3 7 18;
  --color-zinc-50: 250 250 250;
  --color-zinc-100: 244 244 245;
  --color-zinc-200: 228 228 231;
  --color-zinc-300: 212 212 216;
  --color-zinc-400: 161 161 170;
  --color-zinc-500: 113 113 122;
  --color-zinc-600: 82 82 91;
  --color-zinc-700: 63 63 70;
  --color-zinc-800: 39 39 42;
  --color-zinc-900: 24 24 27;
  --color-zinc-950: 9 9 11;
  --color-neutral-0: 0 0 0;
  --color-neutral-10: 36 7 57;
  --color-neutral-20: 58 42 68;
  --color-neutral-30: 92 75 102;
  --color-neutral-40: 106 88 116;
  --color-neutral-50: 132 110 145;
  --color-neutral-60: 169 150 182;
  --color-neutral-70: 184 164 197;
  --color-neutral-80: 212 191 225;
  --color-neutral-90: 227 217 233;
  --color-neutral-95: 244 242 244;
  --color-neutral-98: 250 249 250;
  --color-neutral-100: 255 255 255;
  --color-neutral-200: 229 229 229;
  --color-neutral-300: 212 212 212;
  --color-neutral-400: 163 163 163;
  --color-neutral-500: 115 115 115;
  --color-neutral-600: 82 82 82;
  --color-neutral-700: 64 64 64;
  --color-neutral-800: 38 38 38;
  --color-neutral-900: 23 23 23;
  --color-neutral-950: 10 10 10;
  --color-stone-50: 250 250 249;
  --color-stone-100: 245 245 244;
  --color-stone-200: 231 229 228;
  --color-stone-300: 214 211 209;
  --color-stone-400: 168 162 158;
  --color-stone-500: 120 113 108;
  --color-stone-600: 87 83 78;
  --color-stone-700: 68 64 60;
  --color-stone-800: 41 37 36;
  --color-stone-900: 28 25 23;
  --color-stone-950: 12 10 9;
  --color-red-50: 254 242 242;
  --color-red-100: 254 226 226;
  --color-red-200: 254 202 202;
  --color-red-300: 252 165 165;
  --color-red-400: 248 113 113;
  --color-red-500: 239 68 68;
  --color-red-600: 220 38 38;
  --color-red-700: 185 28 28;
  --color-red-800: 153 27 27;
  --color-red-900: 127 29 29;
  --color-red-950: 69 10 10;
  --color-orange-50: 255 247 237;
  --color-orange-100: 255 237 213;
  --color-orange-200: 254 215 170;
  --color-orange-300: 253 186 116;
  --color-orange-400: 251 146 60;
  --color-orange-500: 249 115 22;
  --color-orange-600: 234 88 12;
  --color-orange-700: 194 65 12;
  --color-orange-800: 154 52 18;
  --color-orange-900: 124 45 18;
  --color-orange-950: 67 20 7;
  --color-amber-50: 255 251 235;
  --color-amber-100: 254 243 199;
  --color-amber-200: 253 230 138;
  --color-amber-300: 252 211 77;
  --color-amber-400: 251 191 36;
  --color-amber-500: 245 158 11;
  --color-amber-600: 217 119 6;
  --color-amber-700: 180 83 9;
  --color-amber-800: 146 64 14;
  --color-amber-900: 120 53 15;
  --color-amber-950: 69 26 3;
  --color-yellow-50: 254 252 232;
  --color-yellow-100: 254 249 195;
  --color-yellow-200: 254 240 138;
  --color-yellow-300: 253 224 71;
  --color-yellow-400: 250 204 21;
  --color-yellow-500: 234 179 8;
  --color-yellow-600: 202 138 4;
  --color-yellow-700: 161 98 7;
  --color-yellow-800: 133 77 14;
  --color-yellow-900: 113 63 18;
  --color-yellow-950: 66 32 6;
  --color-lime-50: 247 254 231;
  --color-lime-100: 236 252 203;
  --color-lime-200: 217 249 157;
  --color-lime-300: 190 242 100;
  --color-lime-400: 163 230 53;
  --color-lime-500: 132 204 22;
  --color-lime-600: 101 163 13;
  --color-lime-700: 77 124 15;
  --color-lime-800: 63 98 18;
  --color-lime-900: 54 83 20;
  --color-lime-950: 26 46 5;
  --color-green-50: 240 253 244;
  --color-green-100: 220 252 231;
  --color-green-200: 187 247 208;
  --color-green-300: 134 239 172;
  --color-green-400: 74 222 128;
  --color-green-500: 34 197 94;
  --color-green-600: 22 163 74;
  --color-green-700: 21 128 61;
  --color-green-800: 22 101 52;
  --color-green-900: 20 83 45;
  --color-green-950: 5 46 22;
  --color-emerald-50: 236 253 245;
  --color-emerald-100: 209 250 229;
  --color-emerald-200: 167 243 208;
  --color-emerald-300: 110 231 183;
  --color-emerald-400: 52 211 153;
  --color-emerald-500: 16 185 129;
  --color-emerald-600: 5 150 105;
  --color-emerald-700: 4 120 87;
  --color-emerald-800: 6 95 70;
  --color-emerald-900: 6 78 59;
  --color-emerald-950: 2 44 34;
  --color-teal-50: 240 253 250;
  --color-teal-100: 204 251 241;
  --color-teal-200: 153 246 228;
  --color-teal-300: 94 234 212;
  --color-teal-400: 45 212 191;
  --color-teal-500: 20 184 166;
  --color-teal-600: 13 148 136;
  --color-teal-700: 15 118 110;
  --color-teal-800: 17 94 89;
  --color-teal-900: 19 78 74;
  --color-teal-950: 4 47 46;
  --color-cyan-50: 236 254 255;
  --color-cyan-100: 207 250 254;
  --color-cyan-200: 165 243 252;
  --color-cyan-300: 103 232 249;
  --color-cyan-400: 34 211 238;
  --color-cyan-500: 6 182 212;
  --color-cyan-600: 8 145 178;
  --color-cyan-700: 14 116 144;
  --color-cyan-800: 21 94 117;
  --color-cyan-900: 22 78 99;
  --color-cyan-950: 8 51 68;
  --color-sky-50: 240 249 255;
  --color-sky-100: 224 242 254;
  --color-sky-200: 186 230 253;
  --color-sky-300: 125 211 252;
  --color-sky-400: 56 189 248;
  --color-sky-500: 14 165 233;
  --color-sky-600: 2 132 199;
  --color-sky-700: 3 105 161;
  --color-sky-800: 7 89 133;
  --color-sky-900: 12 74 110;
  --color-sky-950: 8 47 73;
  --color-blue-50: 239 246 255;
  --color-blue-100: 219 234 254;
  --color-blue-200: 191 219 254;
  --color-blue-300: 147 197 253;
  --color-blue-400: 96 165 250;
  --color-blue-500: 59 130 246;
  --color-blue-600: 37 99 235;
  --color-blue-700: 29 78 216;
  --color-blue-800: 30 64 175;
  --color-blue-900: 30 58 138;
  --color-blue-950: 23 37 84;
  --color-indigo-50: 238 242 255;
  --color-indigo-100: 224 231 255;
  --color-indigo-200: 199 210 254;
  --color-indigo-300: 165 180 252;
  --color-indigo-400: 129 140 248;
  --color-indigo-500: 99 102 241;
  --color-indigo-600: 79 70 229;
  --color-indigo-700: 67 56 202;
  --color-indigo-800: 55 48 163;
  --color-indigo-900: 49 46 129;
  --color-indigo-950: 30 27 75;
  --color-violet-50: 245 243 255;
  --color-violet-100: 237 233 254;
  --color-violet-200: 221 214 254;
  --color-violet-300: 196 181 253;
  --color-violet-400: 167 139 250;
  --color-violet-500: 139 92 246;
  --color-violet-600: 124 58 237;
  --color-violet-700: 109 40 217;
  --color-violet-800: 91 33 182;
  --color-violet-900: 76 29 149;
  --color-violet-950: 46 16 101;
  --color-purple-50: 250 245 255;
  --color-purple-100: 243 232 255;
  --color-purple-200: 233 213 255;
  --color-purple-300: 216 180 254;
  --color-purple-400: 192 132 252;
  --color-purple-500: 168 85 247;
  --color-purple-600: 147 51 234;
  --color-purple-700: 126 34 206;
  --color-purple-800: 107 33 168;
  --color-purple-900: 88 28 135;
  --color-purple-950: 59 7 100;
  --color-fuchsia-50: 253 244 255;
  --color-fuchsia-100: 250 232 255;
  --color-fuchsia-200: 245 208 254;
  --color-fuchsia-300: 240 171 252;
  --color-fuchsia-400: 232 121 249;
  --color-fuchsia-500: 217 70 239;
  --color-fuchsia-600: 192 38 211;
  --color-fuchsia-700: 162 28 175;
  --color-fuchsia-800: 134 25 143;
  --color-fuchsia-900: 112 26 117;
  --color-fuchsia-950: 74 4 78;
  --color-pink-50: 253 242 248;
  --color-pink-100: 252 231 243;
  --color-pink-200: 251 207 232;
  --color-pink-300: 249 168 212;
  --color-pink-400: 244 114 182;
  --color-pink-500: 236 72 153;
  --color-pink-600: 219 39 119;
  --color-pink-700: 190 24 93;
  --color-pink-800: 157 23 77;
  --color-pink-900: 131 24 67;
  --color-pink-950: 80 7 36;
  --color-rose-50: 255 241 242;
  --color-rose-100: 255 228 230;
  --color-rose-200: 254 205 211;
  --color-rose-300: 253 164 175;
  --color-rose-400: 251 113 133;
  --color-rose-500: 244 63 94;
  --color-rose-600: 225 29 72;
  --color-rose-700: 190 18 60;
  --color-rose-800: 159 18 57;
  --color-rose-900: 136 19 55;
  --color-rose-950: 76 5 25;
  --color-primary-0: 0 0 0;
  --color-primary-10: 45 0 79;
  --color-primary-20: 75 0 126;
  --color-primary-30: 107 0 176;
  --color-primary-40: 140 0 229;
  --color-primary-50: 157 0 255;
  --color-primary-60: 186 107 255;
  --color-primary-70: 205 146 255;
  --color-primary-80: 223 183 255;
  --color-primary-90: 241 218 255;
  --color-primary-95: 250 236 255;
  --color-primary-98: 255 247 253;
  --color-primary-100: 255 255 255;
  --color-secondary-0: 0 0 0;
  --color-secondary-10: 0 26 64;
  --color-secondary-20: 0 47 103;
  --color-secondary-30: 0 68 145;
  --color-secondary-40: 0 91 190;
  --color-secondary-50: 0 121 255;
  --color-secondary-60: 71 143 255;
  --color-secondary-70: 126 171 255;
  --color-secondary-80: 172 199 255;
  --color-secondary-90: 215 226 255;
  --color-secondary-95: 237 240 255;
  --color-secondary-98: 249 249 255;
  --color-secondary-100: 255 255 255;
  --color-accent-0: 0 0 0;
  --color-accent-10: 38 26 0;
  --color-accent-20: 64 45 0;
  --color-accent-30: 92 67 0;
  --color-accent-40: 121 89 0;
  --color-accent-50: 152 113 0;
  --color-accent-60: 184 137 0;
  --color-accent-70: 217 162 0;
  --color-accent-80: 251 188 0;
  --color-accent-90: 255 223 160;
  --color-accent-95: 255 239 213;
  --color-accent-98: 255 248 242;
  --color-accent-100: 255 255 255;
  --color-success-0: 0 0 0;
  --color-success-10: 0 33 23;
  --color-success-20: 0 56 41;
  --color-success-30: 0 81 61;
  --color-success-40: 0 108 81;
  --color-success-50: 0 135 103;
  --color-success-60: 0 164 126;
  --color-success-70: 28 193 150;
  --color-success-80: 74 222 176;
  --color-success-90: 107 251 203;
  --color-success-95: 187 255 227;
  --color-success-98: 231 255 242;
  --color-success-100: 255 255 255;
  --color-warning-0: 0 0 0;
  --color-warning-10: 45 22 0;
  --color-warning-20: 75 40 0;
  --color-warning-30: 107 59 0;
  --color-warning-40: 141 79 0;
  --color-warning-50: 176 100 0;
  --color-warning-60: 213 122 0;
  --color-warning-70: 250 145 2;
  --color-warning-80: 255 184 117;
  --color-warning-90: 255 220 192;
  --color-warning-95: 255 238 225;
  --color-warning-98: 255 248 245;
  --color-warning-100: 255 255 255;
  --color-error-0: 0 0 0;
  --color-error-10: 65 0 9;
  --color-error-20: 104 0 20;
  --color-error-30: 146 0 32;
  --color-error-40: 191 0 45;
  --color-error-50: 238 0 59;
  --color-error-60: 255 82 95;
  --color-error-70: 255 136 138;
  --color-error-80: 255 179 179;
  --color-error-90: 255 218 217;
  --color-error-95: 255 237 236;
  --color-error-98: 255 248 247;
  --color-error-100: 255 255 255;
  --color-neutral-variant-0: 0 0 0;
  --color-neutral-variant-10: 37 6 56;
  --color-neutral-variant-20: 58 42 68;
  --color-neutral-variant-30: 92 75 102;
  --color-neutral-variant-40: 106 88 116;
  --color-neutral-variant-50: 132 110 145;
  --color-neutral-variant-60: 169 150 182;
  --color-neutral-variant-70: 184 164 197;
  --color-neutral-variant-80: 212 191 225;
  --color-neutral-variant-90: 227 217 233;
  --color-neutral-variant-95: 244 242 244;
  --color-neutral-variant-98: 250 249 250;
  --color-neutral-variant-100: 255 255 255;
  --mi-mask-image-start-opacity: rgba(0,0,0,1);
  --mi-mask-image-end-opacity: rgba(0,0,0,0);
  --mi-mask-image-direction: to bottom;
  --mi-mask-image-start: 0%;
  --mi-mask-image-end: 100%;
}
    @font-face {
        font-family: 'Poppins';
        src: url("/static/fonts/Poppins.79ac58feed17.ttf") format('woff2 supports variations'),
            url("/static/fonts/Poppins.79ac58feed17.ttf") format('woff2-variations');
        font-weight: 100 900;
        font-display: swap;
    }

    :root {
        /* Base pixel-less value for the font-size */
        --font-size-base: 16;
        --box-width: clamp(720px, 80vw, 1200px);
        --readable-box-width: 40rem;

        /* Fluid text scaling, min and max viewport width */
        --fluid-text-min-vw: 360;
        --fluid-text-max-vw: 1024;

        --rem: calc(1px * var(--font-size-base));
        --rhythm: 1.3;

        /* Poppins double storey a */
        font-feature-settings: 'ss02' on;
    }

    html {
        font-size: var(--font-size-base)px;
        font-family: 'Poppins', sans-serif;
    }

    body {
  background-color: rgb(var(--color-neutral-98, 250 249 250));
}

    h1 {
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: -1px;
  color: rgb(var(--color-neutral-10, 36 7 57));
}

    h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1px;
  color: rgb(var(--color-neutral-10, 36 7 57));
}

    h3 {
  font-size: 1.75rem;
  color: rgb(var(--color-neutral-10, 36 7 57));
}

    h4 {
  font-size: 1.5rem;
  color: rgb(var(--color-neutral-10, 36 7 57));
}

    h5 {
  font-size: 1.375rem;
  color: rgb(var(--color-neutral-10, 36 7 57));
}

    h6 {
  font-size: 1.125rem;
  color: rgb(var(--color-neutral-10, 36 7 57));
}

    p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -.6px;
  color: rgb(var(--color-neutral-30, 92 75 102));
}

    small {
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .1px;
  color: rgb(var(--color-neutral-30, 92 75 102));
}

    strong {
  font-weight: 500;
}

    /* 1.56 = 1.2 * --rhythm */

    .body {
  font-size: 1rem;
  font-weight: 400;
  color: rgb(var(--color-neutral-30, 92 75 102));
}

    .text-overline {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-around;
  border-radius: 16px;
  background-color: rgb(var(--color-neutral-10, 36 7 57));
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 500;
  line-height: 1;
  color: rgb(var(--color-neutral-100, 255 255 255));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn:hover {
  background-color: rgb(var(--color-neutral-30, 92 75 102));
  color: rgb(var(--color-neutral-100, 255 255 255));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn:active {
  --tw-shadow: inset 0px 4px 8px rgb(var(--shadow-color));
  --tw-shadow-colored: inset 0px 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn.outline {
  border-color: 2px solid currentColor;
  background-color: transparent;
  color: rgb(var(--color-neutral-10, 36 7 57));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn.outline:hover {
  background-color: rgb(var(--color-neutral-10, 36 7 57));
  color: rgb(var(--color-neutral-100, 255 255 255));
}

.btn.ghost {
  background-color: transparent;
  color: rgb(var(--color-neutral-10, 36 7 57));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn.ghost:hover {
  background-color: rgb(var(--color-neutral-95, 244 242 244));
}

.btn.primary {
        --shadow-color: var(--color-primary-30);
        background-color: rgb(var(--color-primary-50, 157 0 255));
        color: rgb(var(--color-primary-100, 255 255 255))}

.btn.primary:hover {
  background-color: rgb(var(--color-primary-70, 205 146 255));
  color: rgb(var(--color-primary-10, 45 0 79));
}

.btn.primary.outline {
  border-color: 1px solid currentColor;
  background-color: transparent;
  color: rgb(var(--color-primary-50, 157 0 255));
}

.btn.primary.outline:hover {
  background-color: rgb(var(--color-primary-50, 157 0 255));
  color: rgb(var(--color-primary-100, 255 255 255));
}

.btn.primary.ghost {
  background-color: transparent;
  color: rgb(var(--color-primary-50, 157 0 255));
}

.btn.primary.ghost:hover {
  background-color: rgb(var(--color-primary-95, 250 236 255));
}

.btn.secondary {
        --shadow-color: var(--color-secondary-30);
        background-color: rgb(var(--color-secondary-50, 0 121 255));
        color: rgb(var(--color-secondary-100, 255 255 255))}

.btn.secondary:hover {
  background-color: rgb(var(--color-secondary-70, 126 171 255));
  color: rgb(var(--color-secondary-10, 0 26 64));
}

.btn.secondary.outline {
  border-color: 1px solid currentColor;
  background-color: transparent;
  color: rgb(var(--color-secondary-50, 0 121 255));
}

.btn.secondary.outline:hover {
  background-color: rgb(var(--color-secondary-50, 0 121 255));
  color: rgb(var(--color-secondary-100, 255 255 255));
}

.btn.secondary.ghost {
  background-color: transparent;
  color: rgb(var(--color-secondary-50, 0 121 255));
}

.btn.secondary.ghost:hover {
  background-color: rgb(var(--color-secondary-95, 237 240 255));
}

.btn.accent {
        --shadow-color: var(--color-accent-30);
        background-color: rgb(var(--color-accent-50, 152 113 0));
        color: rgb(var(--color-accent-100, 255 255 255))}

.btn.accent.outline {
  border-color: 1px solid currentColor;
  background-color: transparent;
  color: rgb(var(--color-accent-50, 152 113 0));
}

.btn.accent.outline:hover {
  background-color: rgb(var(--color-accent-50, 152 113 0));
  color: rgb(var(--color-accent-100, 255 255 255));
}

.btn.accent.ghost {
  background-color: transparent;
  color: rgb(var(--color-accent-50, 152 113 0));
}

.btn.accent.ghost:hover {
  background-color: rgb(var(--color-accent-95, 255 239 213));
}

.btn.error {
        --shadow-color: var(--color-error-30);
        background-color: rgb(var(--color-error-50, 238 0 59));
        color: rgb(var(--color-error-100, 255 255 255))}

.btn.error.outline {
  border-color: 1px solid currentColor;
  background-color: transparent;
  color: rgb(var(--color-error-50, 238 0 59));
}

.btn.error.outline:hover {
  background-color: rgb(var(--color-error-50, 238 0 59));
  color: rgb(var(--color-error-100, 255 255 255));
}

.btn.error.ghost {
  background-color: transparent;
  color: rgb(var(--color-error-50, 238 0 59));
}

.btn.error.ghost:hover {
  background-color: rgb(var(--color-error-95, 255 237 236));
}

.btn.success {
        --shadow-color: var(--color-success-30);
        background-color: rgb(var(--color-success-50, 0 135 103));
        color: rgb(var(--color-success-100, 255 255 255))}

.btn.success.outline {
  border-color: 1px solid currentColor;
  background-color: transparent;
  color: rgb(var(--color-success-50, 0 135 103));
}

.btn.success.outline:hover {
  background-color: rgb(var(--color-success-50, 0 135 103));
  color: rgb(var(--color-success-100, 255 255 255));
}

.btn.success.ghost {
  background-color: transparent;
  color: rgb(var(--color-success-50, 0 135 103));
}

.btn.success.ghost:hover {
  background-color: rgb(var(--color-success-95, 187 255 227));
}

.btn.warning {
        --shadow-color: var(--color-warning-30);
        background-color: rgb(var(--color-warning-50, 176 100 0));
        color: rgb(var(--color-warning-100, 255 255 255))}

.btn.warning.outline {
  border-color: 1px solid currentColor;
  background-color: transparent;
  color: rgb(var(--color-warning-50, 176 100 0));
}

.btn.warning.outline:hover {
  background-color: rgb(var(--color-warning-50, 176 100 0));
  color: rgb(var(--color-warning-100, 255 255 255));
}

.btn.warning.ghost {
  background-color: transparent;
  color: rgb(var(--color-warning-50, 176 100 0));
}

.btn.warning.ghost:hover {
  background-color: rgb(var(--color-warning-95, 255 238 225));
}

/** Forms **/

[type='text'],
    [type='email'],
    [type='url'],
    [type='password'],
    [type='number'],
    [type='date'],
    [type='datetime-local'],
    [type='month'],
    [type='search'],
    [type='tel'],
    [type='time'],
    [type='week'],
    select,
    textarea {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(var(--color-neutral-90, 227 217 233));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[type='checkbox'] {
  border-radius: 0.25rem;
}

input:disabled,
    select:disabled,
    textarea:disabled {
  cursor: not-allowed;
  background-color: rgb(var(--color-neutral-95, 244 242 244));
  color: rgb(var(--color-neutral-40, 106 88 116));
}

.form-wide [type='text'],
    .form-wide [type='email'],
    .form-wide [type='url'],
    .form-wide [type='password'],
    .form-wide [type='number'],
    .form-wide [type='date'],
    .form-wide [type='datetime-local'],
    .form-wide [type='month'],
    .form-wide [type='search'],
    .form-wide [type='tel'],
    .form-wide [type='time'],
    .form-wide [type='week'],
    .form-wide [type='color'],
    .form-wide select,
    .form-wide textarea {
  width: 100%;
}

/* custom css for solution pages */

.benefit-card {
  border-radius: 16px;
  background-color: rgb(var(--color-neutral-100, 255 255 255));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;

        --box-shadow-color-values: 36,7,57;
        box-shadow:
            0px 0.7px 1.9px rgba(var(--box-shadow-color-values), 0.014),
            0px 1.8px 4.7px rgba(var(--box-shadow-color-values), 0.02),
            0px 3.4px 8.8px rgba(var(--box-shadow-color-values), 0.025),
            0px 6px 15.6px rgba(var(--box-shadow-color-values), 0.03),
            0px 11.3px 29.2px rgba(var(--box-shadow-color-values), 0.036),
            0px 27px 70px rgba(var(--box-shadow-color-values), 0.05);
}

.benefit-card i {
        font-size: 3rem;
        color: rgb(var(--color-neutral-10));
    }

.benefit-card span {
        font-size: 1.125em;
        line-height: 1.5em;
        color: rgb(var(--color-neutral-10));
        font-weight: 500;
    }

.ui-demo-webapp {
  position: relative;
  aspect-ratio: 9/20;
  width: 360px;
  justify-self: center;
}

.ui-demo-iframe {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        outline: 1px solid rgba(203, 215, 255, 0.35);
}

.ui-demo-phone-frame {
        position: absolute;
        top: -16px;
        bottom: -16px;
        left: -16px;
        right: -16px;
        background: rgb(var(--color-secondary-50) / 0.05);
        border-radius: 40px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(9px);
        -webkit-backdrop-filter: blur(9px);
        border: 1px solid rgb(var(--color-secondary-50) / 0.15);
        z-index: -1;
    }

.ui-demo-decorative-circle {
        background: linear-gradient(180deg, var(--top-color, #00B5FF) 0%, var(--bottom-color, #0079FF) 100%);
        aspect-ratio: 1;
        border-radius: 100%;
        position: absolute;
        z-index: -2;
    }

@keyframes full-offset-distance {
        0% {
            offset-distance: 0%;
        }

        100% {
            offset-distance: 100%;
        }
    }

.ui-demo-decorative-circle-big {
        width: 180px;
        offset-path: path("M2.59057 81.763C41.313 -116.311 342.674 111.774 393.182 115.776C443.689 119.777 386.447 11.7366 322.471 81.763C258.495 151.789 44.6801 595.956 12.6921 551.939C-19.296 507.923 138.961 459.905 393.182 531.932C647.402 603.959 -36.1318 279.837 2.59057 81.763Z");
        animation: full-offset-distance 100s infinite alternate linear;
    }

.ui-demo-decorative-circle-small {
        width: 120px;
        --top-color: rgb(var(--color-primary-50));
        --bottom-color: var(--color-secondary-base);
        offset-path: path("M13.9999 380C13.9999 464 434.149 688.84 440 604C452 430 -26.0001 692 1.99991 628C29.9999 564 280 466 244 366C208 266 31.9999 -82 1.99991 20C-28.0001 122 508 242 416 296C324 350 13.9999 288 13.9999 380Z");
        animation: full-offset-distance 80s infinite alternate linear;
    }

.media-wrapper {
        position: relative;
        align-self: center;
        justify-self: center;
    }

.media-wrapper img {
        border-radius: 16px;
    }

.media-frame {
        position: absolute;
        top: -8px;
        bottom: -8px;
        left: -8px;
        right: -8px;
        background: rgb(var(--color-secondary-50) / 0.05);
        border-radius: 24px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(9px);
        -webkit-backdrop-filter: blur(9px);
        border: 1px solid rgb(var(--color-secondary-50) / 0.15);
        z-index: -1;
    }

.section-separator {
        content: '';
        position: relative;
        top: 100px;
        height: 200px;
        z-index: -1;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        --top: rgb(var(--color-neutral-98));
        --bottom: rgb(var(--color-neutral-90));
        --first: conic-gradient(from 90deg at 80% 50%, var(--top), var(--bottom));
        --second: conic-gradient(from 270deg at 20% 50%, var(--bottom), var(--top));
        mask-image: radial-gradient(100% 50%, black, transparent);
        -webkit-mask-image: radial-gradient(100% 50% at center center, black, transparent);
        background-image: var(--first), var(--second);
        background-size: 50% 100%, 50% 100%;
        background-repeat: no-repeat;
        opacity: 1;
        transform-origin: center center 0px;
        background-position: 1% 0%, 99% 0%;
        transform: translateY(-50%);
    }

.data-widget-button {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;

        --box-shadow-color-values: var(--color-netural-variant-50);
        box-shadow:
            0px 0px 1.9px rgb(var(--box-shadow-color-values) / 0.014),
            0px 1px 4.7px rgb(var(--box-shadow-color-values) / 0.02),
            0px 1px 8.8px rgb(var(--box-shadow-color-values) / 0.025),
            0px 2px 15.6px rgb(var(--box-shadow-color-values) / 0.03),
            0px 3px 29.2px rgb(var(--box-shadow-color-values) / 0.036),
            0px 5px 70px rgb(var(--box-shadow-color-values) / 0.05) !important;
}

.data-widget-button:hover,
    .data-widget-button.selected {
        --box-shadow-color-values: var(--color-primary-50);
    }

.data-widget-button-span {
        font-size: 1.125em;
        line-height: 1.5em;
        color: rgb(var(--color-neutral-10));
        font-weight: 500;
        align-self: center;
    }

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.z-\[-1\] {
  z-index: -1;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-8 {
  height: 2rem;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[80vh\] {
  height: 80vh;
}

.max-h-\[90\%\] {
  max-height: 90%;
}

.w-\[140px\] {
  width: 140px;
}

.w-full {
  width: 100%;
}

.max-w-6xl {
  max-width: 72rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), 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));
}

.list-decimal {
  list-style-type: decimal;
}

.columns-3 {
  -moz-columns: 3;
       columns: 3;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[repeat\(auto-fill\2c _minmax\(120px\2c _1fr\)\)\] {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[\.5rem\] {
  border-radius: .5rem;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-neutral-80 {
  border-color: rgb(var(--color-neutral-80, 212 191 225));
}

.border-neutral-90 {
  border-color: rgb(var(--color-neutral-90, 227 217 233));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.bg-\[rgb\(0_0_0_\/_0\.6\)\] {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-accent-95 {
  background-color: rgb(var(--color-accent-95, 255 239 213));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-neutral-100 {
  background-color: rgb(var(--color-neutral-100, 255 255 255));
}

.bg-neutral-95 {
  background-color: rgb(var(--color-neutral-95, 244 242 244));
}

.bg-neutral-98 {
  background-color: rgb(var(--color-neutral-98, 250 249 250));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-overline {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.leading-snug {
  line-height: 1.375;
}

.text-accent-40 {
  color: rgb(var(--color-accent-40, 121 89 0));
}

.text-neutral-100 {
  color: rgb(var(--color-neutral-100, 255 255 255));
}

.text-neutral-30 {
  color: rgb(var(--color-neutral-30, 92 75 102));
}

.text-neutral-90 {
  color: rgb(var(--color-neutral-90, 227 217 233));
}

.text-primary-50 {
  color: rgb(var(--color-primary-50, 157 0 255));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  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);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
  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);
}

.backdrop-filter {
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mask-image-t {
  -webkit-mask-image: linear-gradient(to top, var(--mi-mask-image-start-opacity) var(--mi-mask-image-start), var(--mi-mask-image-end-opacity) var(--mi-mask-image-end));
          mask-image: linear-gradient(to top, var(--mi-mask-image-start-opacity) var(--mi-mask-image-start), var(--mi-mask-image-end-opacity) var(--mi-mask-image-end));
}

.mask-image-start-40 {
  --mi-mask-image-start: 40%;
}

.box {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--density,1) * 1rem);
  padding-right: calc(var(--density,1) * 1rem);
}

@media (min-width: 1024px) {

  .box {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.box {
        max-width: var(--box-width);
    }

.readable-box {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--density,1) * 1rem);
  padding-right: calc(var(--density,1) * 1rem);
}

@media (min-width: 1024px) {

  .readable-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.readable-box {
        max-width: var(--box-width);
        max-width: var(--readable-box-width);
    }

.padded-box,
    .scrollable-box {
  padding-left: calc(var(--density,1) * 1rem);
  padding-right: calc(var(--density,1) * 1rem);
}

@media (min-width: 1024px) {

  .padded-box,
    .scrollable-box {
    padding-left: calc(calc(100vw - var(--box-width)) / 2);
    padding-right: calc(calc(100vw - var(--box-width)) / 2);
  }
}

.fluid-text {
        font-size: clamp(calc(1rem * var(--min-font-scale, 1)),
            calc((var(--max-font-scale, 1) - var(--min-font-scale, 1)) * (100vw - calc(1px * var(--fluid-text-min-vw))) / (var(--fluid-text-max-vw) - var(--fluid-text-min-vw)) * var(--font-size-base) + calc(1rem * var(--min-font-scale, 1))),
            calc(1rem * var(--max-font-scale, 1)));
    }

h1.fluid-text,
    .h1.fluid-text {
        --min-font-scale: 2;
        --max-font-scale: 3.75;
    }

h2.fluid-text,
    .h2.fluid-text {
        --min-font-scale: 1.5;
        --max-font-scale: 3;
    }

h3.fluid-text,
    .h3.fluid-text {
        --min-font-scale: 1.375;
        --max-font-scale: 2.3;
    }

h4.fluid-text,
    .h4.fluid-text {
        --min-font-scale: 1.1875;
        --max-font-scale: 1.625;
    }

.hover\:text-primary-50:hover {
  color: rgb(var(--color-primary-50, 157 0 255));
}

@media not all and (min-width: 768px) {

  .max-md\:self-stretch {
    align-self: stretch;
  }

  .max-md\:text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {

  .lg\:w-\[75\%\] {
    width: 75%;
  }

  .lg\:max-w-\[min\(75\%\2c 650px\)\] {
    max-width: min(75%,650px);
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:mask-image-r {
    -webkit-mask-image: linear-gradient(to right, var(--mi-mask-image-start-opacity) var(--mi-mask-image-start), var(--mi-mask-image-end-opacity) var(--mi-mask-image-end));
            mask-image: linear-gradient(to right, var(--mi-mask-image-start-opacity) var(--mi-mask-image-start), var(--mi-mask-image-end-opacity) var(--mi-mask-image-end));
  }

  .lg\:mask-image-start-60 {
    --mi-mask-image-start: 60%;
  }
}


/*# sourceMappingURL=main.css.52ea1562c485.map */