/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-100: oklch(.967 .003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-7xl: 80rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

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

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

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[-0\.71\%_-5\.63\%_-4\.96\%_0\] {
    inset: -.71% -5.63% -4.96% 0;
  }

  .inset-\[-1px_0_0_0\] {
    inset: -1px 0 0;
  }

  .inset-\[-11\.48\%\] {
    inset: -11.48%;
  }

  .inset-\[0\.14\%_82\.29\%_98\.75\%_0\.58\%\] {
    inset: .14% 82.29% 98.75% .58%;
  }

  .inset-\[0\.25\%_4\.98\%_99\.39\%_84\.08\%\] {
    inset: .25% 4.98% 99.39% 84.08%;
  }

  .inset-\[0\.25\%_68\.91\%_99\.39\%_4\.98\%\] {
    inset: .25% 68.91% 99.39% 4.98%;
  }

  .inset-\[0\.31\%_70\.58\%_99\.44\%_6\.56\%\] {
    inset: .31% 70.58% 99.44% 6.56%;
  }

  .inset-\[0\.31\%_83\.39\%_98\.93\%_1\.62\%\] {
    inset: .31% 83.39% 98.93% 1.62%;
  }

  .inset-\[0\.39\%_82\.29\%_96\.56\%_0\.58\%\] {
    inset: .39% 82.29% 96.56% .58%;
  }

  .inset-\[0\.86\%_83\.39\%_97\.04\%_1\.62\%\] {
    inset: .86% 83.39% 97.04% 1.62%;
  }

  .inset-\[0_0_-0\.11\%_0\] {
    inset: 0 0 -.11%;
  }

  .inset-\[4\.57\%_0\.79\%_0\.19\%_4\.47\%\] {
    inset: 4.57% .79% .19% 4.47%;
  }

  .inset-\[4\.81\%_6\.97\%_93\.88\%_57\.71\%\] {
    inset: 4.81% 6.97% 93.88% 57.71%;
  }

  .inset-\[5\.52\%_98\.64\%_94\.29\%_0\.29\%\] {
    inset: 5.52% 98.64% 94.29% .29%;
  }

  .inset-\[7\.26\%_-21\.67\%_87\.69\%_-57\.21\%\] {
    inset: 7.26% -21.67% 87.69% -57.21%;
  }

  .inset-\[9\.71\%_-6\.23\%_74\.81\%_-11\.88\%\] {
    inset: 9.71% -6.23% 74.81% -11.88%;
  }

  .inset-\[19\.06\%_-667\.79\%_58\.28\%_-14\.68\%\] {
    inset: 19.06% -667.79% 58.28% -14.68%;
  }

  .inset-\[25\.07\%_-76\.07\%_50\.46\%_-5\.96\%\] {
    inset: 25.07% -76.07% 50.46% -5.96%;
  }

  .inset-\[52\.05\%_4\.23\%_40\.11\%_3\.98\%\] {
    inset: 52.05% 4.23% 40.11% 3.98%;
  }

  .inset-\[94\.09\%_89\.87\%_3\.36\%_6\.48\%\] {
    inset: 94.09% 89.87% 3.36% 6.48%;
  }

  .inset-\[94\.39\%_75\.62\%_4\.76\%_8\.71\%\] {
    inset: 94.39% 75.62% 4.76% 8.71%;
  }

  .inset-\[97\.96\%_89\.81\%_1\.12\%_6\.54\%\] {
    inset: 97.96% 89.81% 1.12% 6.54%;
  }

  .inset-\[99\.47\%_6\.48\%_0\.16\%_80\.5\%\] {
    inset: 99.47% 6.48% .16% 80.5%;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-6 {
    top: calc(var(--spacing) * 6);
  }

  .top-\[-0\.01\%\] {
    top: -.01%;
  }

  .top-\[-14\.11\%\] {
    top: -14.11%;
  }

  .top-\[4px\] {
    top: 4px;
  }

  .top-\[20px\] {
    top: 20px;
  }

  .top-\[30px\] {
    top: 30px;
  }

  .top-\[36px\] {
    top: 36px;
  }

  .top-\[45px\] {
    top: 45px;
  }

  .top-\[54px\] {
    top: 54px;
  }

  .top-\[98\.59\%\] {
    top: 98.59%;
  }

  .top-\[233px\] {
    top: 233px;
  }

  .top-\[288\.5px\] {
    top: 288.5px;
  }

  .top-\[299px\] {
    top: 299px;
  }

  .top-\[372px\] {
    top: 372px;
  }

  .top-\[394\.5px\] {
    top: 394.5px;
  }

  .top-\[493px\] {
    top: 493px;
  }

  .top-\[539px\] {
    top: 539px;
  }

  .top-\[580\.5px\] {
    top: 580.5px;
  }

  .top-\[616\.5px\] {
    top: 616.5px;
  }

  .top-\[650px\] {
    top: 650px;
  }

  .top-\[729px\] {
    top: 729px;
  }

  .top-\[750px\] {
    top: 750px;
  }

  .top-\[846px\] {
    top: 846px;
  }

  .top-\[913px\] {
    top: 913px;
  }

  .top-\[1054\.5px\] {
    top: 1054.5px;
  }

  .top-\[1085px\] {
    top: 1085px;
  }

  .top-\[1154\.5px\] {
    top: 1154.5px;
  }

  .top-\[1220px\] {
    top: 1220px;
  }

  .top-\[1242px\] {
    top: 1242px;
  }

  .top-\[1294px\] {
    top: 1294px;
  }

  .top-\[1406px\] {
    top: 1406px;
  }

  .top-\[1439\.5px\] {
    top: 1439.5px;
  }

  .top-\[1482px\] {
    top: 1482px;
  }

  .top-\[1515\.5px\] {
    top: 1515.5px;
  }

  .top-\[1523px\] {
    top: 1523px;
  }

  .top-\[1556px\] {
    top: 1556px;
  }

  .top-\[1583px\] {
    top: 1583px;
  }

  .top-\[1607px\] {
    top: 1607px;
  }

  .top-\[1621px\] {
    top: 1621px;
  }

  .top-\[1812px\] {
    top: 1812px;
  }

  .top-\[1830px\] {
    top: 1830px;
  }

  .top-\[1873px\] {
    top: 1873px;
  }

  .top-\[1876px\] {
    top: 1876px;
  }

  .top-\[1938px\] {
    top: 1938px;
  }

  .top-\[1953px\] {
    top: 1953px;
  }

  .top-\[1985px\] {
    top: 1985px;
  }

  .top-\[2113px\] {
    top: 2113px;
  }

  .top-\[2182\.5px\] {
    top: 2182.5px;
  }

  .top-\[2239px\] {
    top: 2239px;
  }

  .top-\[2272px\] {
    top: 2272px;
  }

  .top-\[2285px\] {
    top: 2285px;
  }

  .top-\[2348px\] {
    top: 2348px;
  }

  .top-\[2373px\] {
    top: 2373px;
  }

  .top-\[2434px\] {
    top: 2434px;
  }

  .top-\[2465\.5px\] {
    top: 2465.5px;
  }

  .top-\[2514px\] {
    top: 2514px;
  }

  .top-\[2563px\] {
    top: 2563px;
  }

  .top-\[2584px\] {
    top: 2584px;
  }

  .top-\[2653\.5px\] {
    top: 2653.5px;
  }

  .top-\[2658px\] {
    top: 2658px;
  }

  .top-\[2688\.5px\] {
    top: 2688.5px;
  }

  .top-\[2711px\] {
    top: 2711px;
  }

  .top-\[2738px\] {
    top: 2738px;
  }

  .top-\[2794px\] {
    top: 2794px;
  }

  .top-\[2839px\] {
    top: 2839px;
  }

  .top-\[2863\.5px\] {
    top: 2863.5px;
  }

  .top-\[2864\.5px\] {
    top: 2864.5px;
  }

  .top-\[2935px\] {
    top: 2935px;
  }

  .top-\[2962px\] {
    top: 2962px;
  }

  .top-\[3055px\] {
    top: 3055px;
  }

  .top-\[3077px\] {
    top: 3077px;
  }

  .top-\[3078px\] {
    top: 3078px;
  }

  .top-\[3113px\] {
    top: 3113px;
  }

  .top-\[3129\.5px\] {
    top: 3129.5px;
  }

  .top-\[3143\.5px\] {
    top: 3143.5px;
  }

  .top-\[3187px\] {
    top: 3187px;
  }

  .top-\[3213px\] {
    top: 3213px;
  }

  .top-\[3314px\] {
    top: 3314px;
  }

  .top-\[3326px\] {
    top: 3326px;
  }

  .top-\[3353px\] {
    top: 3353px;
  }

  .top-\[3399\.5px\] {
    top: 3399.5px;
  }

  .top-\[3401px\] {
    top: 3401px;
  }

  .top-\[3439px\] {
    top: 3439px;
  }

  .top-\[3449px\] {
    top: 3449px;
  }

  .top-\[3534px\] {
    top: 3534px;
  }

  .top-\[3545px\] {
    top: 3545px;
  }

  .top-\[3549px\] {
    top: 3549px;
  }

  .top-\[3552px\] {
    top: 3552px;
  }

  .top-\[3604px\] {
    top: 3604px;
  }

  .top-\[3632px\] {
    top: 3632px;
  }

  .top-\[3634\.5px\] {
    top: 3634.5px;
  }

  .top-\[3718px\] {
    top: 3718px;
  }

  .top-\[3767px\] {
    top: 3767px;
  }

  .top-\[3776px\] {
    top: 3776px;
  }

  .top-\[3805px\] {
    top: 3805px;
  }

  .top-\[3920px\] {
    top: 3920px;
  }

  .top-\[4070px\] {
    top: 4070px;
  }

  .top-\[4317px\] {
    top: 4317px;
  }

  .top-\[4335px\] {
    top: 4335px;
  }

  .top-\[4357px\] {
    top: 4357px;
  }

  .top-\[4437px\] {
    top: 4437px;
  }

  .top-\[4547px\] {
    top: 4547px;
  }

  .top-\[4560px\] {
    top: 4560px;
  }

  .top-\[4745px\] {
    top: 4745px;
  }

  .top-\[5050px\] {
    top: 5050px;
  }

  .top-\[5270px\] {
    top: 5270px;
  }

  .top-\[5275px\] {
    top: 5275px;
  }

  .top-\[5301px\] {
    top: 5301px;
  }

  .top-\[5331px\] {
    top: 5331px;
  }

  .top-\[5550px\] {
    top: 5550px;
  }

  .top-\[5590px\] {
    top: 5590px;
  }

  .top-\[5621px\] {
    top: 5621px;
  }

  .top-\[5647px\] {
    top: 5647px;
  }

  .top-\[5683px\] {
    top: 5683px;
  }

  .top-\[5978px\] {
    top: 5978px;
  }

  .top-\[6011px\] {
    top: 6011px;
  }

  .top-\[6330px\] {
    top: 6330px;
  }

  .top-\[6360\.5px\] {
    top: 6360.5px;
  }

  .top-\[6366px\] {
    top: 6366px;
  }

  .top-\[6399px\] {
    top: 6399px;
  }

  .top-\[6520px\] {
    top: 6520px;
  }

  .top-\[6548\.72px\] {
    top: 6548.72px;
  }

  .top-\[6866\.6px\] {
    top: 6866.6px;
  }

  .top-\[6896\.31px\] {
    top: 6896.31px;
  }

  .top-\[7213\.2px\] {
    top: 7213.2px;
  }

  .top-\[7235px\] {
    top: 7235px;
  }

  .top-\[7243\.9px\] {
    top: 7243.9px;
  }

  .top-\[7347px\] {
    top: 7347px;
  }

  .top-\[7473px\] {
    top: 7473px;
  }

  .top-\[7503\.5px\] {
    top: 7503.5px;
  }

  .top-\[7658\.5px\] {
    top: 7658.5px;
  }

  .top-\[7760px\] {
    top: 7760px;
  }

  .top-\[7790\.5px\] {
    top: 7790.5px;
  }

  .top-\[7834px\] {
    top: 7834px;
  }

  .top-\[8068px\] {
    top: 8068px;
  }

  .top-\[8132px\] {
    top: 8132px;
  }

  .top-\[8282px\] {
    top: 8282px;
  }

  .top-\[8299px\] {
    top: 8299px;
  }

  .top-\[8330px\] {
    top: 8330px;
  }

  .top-\[8421\.5px\] {
    top: 8421.5px;
  }

  .top-\[8605px\] {
    top: 8605px;
  }

  .top-\[8712px\] {
    top: 8712px;
  }

  .top-\[8864px\] {
    top: 8864px;
  }

  .top-\[8900px\] {
    top: 8900px;
  }

  .top-\[8987px\] {
    top: 8987px;
  }

  .top-\[9075\.5px\] {
    top: 9075.5px;
  }

  .top-\[9156px\] {
    top: 9156px;
  }

  .top-\[9363px\] {
    top: 9363px;
  }

  .top-\[9427\.5px\] {
    top: 9427.5px;
  }

  .top-\[9480px\] {
    top: 9480px;
  }

  .top-\[9510px\] {
    top: 9510px;
  }

  .top-\[9624px\] {
    top: 9624px;
  }

  .top-\[9780px\] {
    top: 9780px;
  }

  .top-\[9789px\] {
    top: 9789px;
  }

  .top-\[9956px\] {
    top: 9956px;
  }

  .top-\[9967px\] {
    top: 9967px;
  }

  .top-\[10030px\] {
    top: 10030px;
  }

  .top-\[10103px\] {
    top: 10103px;
  }

  .top-\[10189px\] {
    top: 10189px;
  }

  .top-\[10190\.5px\] {
    top: 10190.5px;
  }

  .top-\[10340px\] {
    top: 10340px;
  }

  .top-\[10352px\] {
    top: 10352px;
  }

  .top-\[10377px\] {
    top: 10377px;
  }

  .top-\[10388px\] {
    top: 10388px;
  }

  .top-\[10426px\] {
    top: 10426px;
  }

  .top-\[10536px\] {
    top: 10536px;
  }

  .top-\[10539px\] {
    top: 10539px;
  }

  .top-\[10668px\] {
    top: 10668px;
  }

  .top-\[10695px\] {
    top: 10695px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-6 {
    right: calc(var(--spacing) * 6);
  }

  .right-\[5\%\] {
    right: 5%;
  }

  .right-\[20px\] {
    right: 20px;
  }

  .right-\[112px\] {
    right: 112px;
  }

  .right-\[120px\] {
    right: 120px;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-\[-30px\] {
    bottom: -30px;
  }

  .bottom-\[1\.06\%\] {
    bottom: 1.06%;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

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

  .left-\[-0\.03\%\] {
    left: -.03%;
  }

  .left-\[-1\.27\%\] {
    left: -1.27%;
  }

  .left-\[-6\.44\%\] {
    left: -6.44%;
  }

  .left-\[-7px\] {
    left: -7px;
  }

  .left-\[-14px\] {
    left: -14px;
  }

  .left-\[-27\.78\%\] {
    left: -27.78%;
  }

  .left-\[-49\.47\%\] {
    left: -49.47%;
  }

  .left-\[-90px\] {
    left: -90px;
  }

  .left-\[-106\.67\%\] {
    left: -106.67%;
  }

  .left-\[-164px\] {
    left: -164px;
  }

  .left-\[-295px\] {
    left: -295px;
  }

  .left-\[-397px\] {
    left: -397px;
  }

  .left-\[15px\] {
    left: 15px;
  }

  .left-\[16\.67\%\] {
    left: 16.67%;
  }

  .left-\[16px\] {
    left: 16px;
  }

  .left-\[17px\] {
    left: 17px;
  }

  .left-\[18px\] {
    left: 18px;
  }

  .left-\[20px\] {
    left: 20px;
  }

  .left-\[28px\] {
    left: 28px;
  }

  .left-\[31px\] {
    left: 31px;
  }

  .left-\[32px\] {
    left: 32px;
  }

  .left-\[33px\] {
    left: 33px;
  }

  .left-\[39px\] {
    left: 39px;
  }

  .left-\[40\.76px\] {
    left: 40.76px;
  }

  .left-\[40px\] {
    left: 40px;
  }

  .left-\[50px\] {
    left: 50px;
  }

  .left-\[51px\] {
    left: 51px;
  }

  .left-\[54px\] {
    left: 54px;
  }

  .left-\[57px\] {
    left: 57px;
  }

  .left-\[60px\] {
    left: 60px;
  }

  .left-\[61px\] {
    left: 61px;
  }

  .left-\[99px\] {
    left: 99px;
  }

  .left-\[112px\] {
    left: 112px;
  }

  .left-\[113px\] {
    left: 113px;
  }

  .left-\[136px\] {
    left: 136px;
  }

  .left-\[145px\] {
    left: 145px;
  }

  .left-\[151px\] {
    left: 151px;
  }

  .left-\[162px\] {
    left: 162px;
  }

  .left-\[167px\] {
    left: 167px;
  }

  .left-\[201px\] {
    left: 201px;
  }

  .left-\[202px\] {
    left: 202px;
  }

  .left-\[230px\] {
    left: 230px;
  }

  .left-\[1020px\] {
    left: 1020px;
  }

  .left-\[1110px\] {
    left: 1110px;
  }

  .left-\[calc\(8\.33\%\+49px\)\] {
    left: calc(8.33% + 49px);
  }

  .left-\[calc\(8\.33\%\+74px\)\] {
    left: calc(8.33% + 74px);
  }

  .left-\[calc\(8\.33\%\+83px\)\] {
    left: calc(8.33% + 83px);
  }

  .left-\[calc\(8\.33\%\+145px\)\] {
    left: calc(8.33% + 145px);
  }

  .left-\[calc\(8\.33\%\+147px\)\] {
    left: calc(8.33% + 147px);
  }

  .left-\[calc\(8\.33\%\+148px\)\] {
    left: calc(8.33% + 148px);
  }

  .left-\[calc\(8\.33\%\+149px\)\] {
    left: calc(8.33% + 149px);
  }

  .left-\[calc\(8\.33\%\+151px\)\] {
    left: calc(8.33% + 151px);
  }

  .left-\[calc\(8\.33\%\+164px\)\] {
    left: calc(8.33% + 164px);
  }

  .left-\[calc\(8\.33\%\+334px\)\] {
    left: calc(8.33% + 334px);
  }

  .left-\[calc\(16\.67\%\+1px\)\] {
    left: calc(16.67% + 1px);
  }

  .left-\[calc\(16\.67\%\+11px\)\] {
    left: calc(16.67% + 11px);
  }

  .left-\[calc\(16\.67\%\+28px\)\] {
    left: calc(16.67% + 28px);
  }

  .left-\[calc\(16\.67\%\+32px\)\] {
    left: calc(16.67% + 32px);
  }

  .left-\[calc\(16\.67\%\+56px\)\] {
    left: calc(16.67% + 56px);
  }

  .left-\[calc\(16\.67\%\+61px\)\] {
    left: calc(16.67% + 61px);
  }

  .left-\[calc\(16\.67\%\+66px\)\] {
    left: calc(16.67% + 66px);
  }

  .left-\[calc\(16\.67\%\+100\.5px\)\] {
    left: calc(16.67% + 100.5px);
  }

  .left-\[calc\(16\.67\%\+121px\)\] {
    left: calc(16.67% + 121px);
  }

  .left-\[calc\(16\.67\%\+122px\)\] {
    left: calc(16.67% + 122px);
  }

  .left-\[calc\(16\.67\%\+134px\)\] {
    left: calc(16.67% + 134px);
  }

  .left-\[calc\(16\.67\%\+135px\)\] {
    left: calc(16.67% + 135px);
  }

  .left-\[calc\(16\.67\%\+136px\)\] {
    left: calc(16.67% + 136px);
  }

  .left-\[calc\(16\.67\%\+187\.5px\)\] {
    left: calc(16.67% + 187.5px);
  }

  .left-\[calc\(16\.67\%\+188px\)\] {
    left: calc(16.67% + 188px);
  }

  .left-\[calc\(16\.67\%\+190px\)\] {
    left: calc(16.67% + 190px);
  }

  .left-\[calc\(33\.33\%\+1px\)\] {
    left: calc(33.33% + 1px);
  }

  .left-\[calc\(33\.33\%\+3px\)\] {
    left: calc(33.33% + 3px);
  }

  .left-\[calc\(33\.33\%\+22px\)\] {
    left: calc(33.33% + 22px);
  }

  .left-\[calc\(33\.33\%\+60px\)\] {
    left: calc(33.33% + 60px);
  }

  .left-\[calc\(33\.33\%\+101px\)\] {
    left: calc(33.33% + 101px);
  }

  .left-\[calc\(33\.33\%\+103px\)\] {
    left: calc(33.33% + 103px);
  }

  .left-\[calc\(33\.33\%\+105px\)\] {
    left: calc(33.33% + 105px);
  }

  .left-\[calc\(33\.33\%\+119px\)\] {
    left: calc(33.33% + 119px);
  }

  .left-\[calc\(33\.33\%\+128px\)\] {
    left: calc(33.33% + 128px);
  }

  .left-\[calc\(41\.67\%\+11px\)\] {
    left: calc(41.67% + 11px);
  }

  .left-\[calc\(41\.67\%\+143\.5px\)\] {
    left: calc(41.67% + 143.5px);
  }

  .left-\[calc\(41\.67\%\+144px\)\] {
    left: calc(41.67% + 144px);
  }

  .left-\[calc\(41\.67\%\+145px\)\] {
    left: calc(41.67% + 145px);
  }

  .left-\[calc\(50\%\+0\.5px\)\] {
    left: calc(50% + .5px);
  }

  .left-\[calc\(50\%\+13px\)\] {
    left: calc(50% + 13px);
  }

  .left-\[calc\(50\%\+26px\)\] {
    left: calc(50% + 26px);
  }

  .left-\[calc\(50\%\+54px\)\] {
    left: calc(50% + 54px);
  }

  .left-\[calc\(50\%\+77px\)\] {
    left: calc(50% + 77px);
  }

  .left-\[calc\(50\%\+83px\)\] {
    left: calc(50% + 83px);
  }

  .left-\[calc\(50\%\+101\.5px\)\] {
    left: calc(50% + 101.5px);
  }

  .left-\[calc\(50\%\+108px\)\] {
    left: calc(50% + 108px);
  }

  .left-\[calc\(50\%\+109px\)\] {
    left: calc(50% + 109px);
  }

  .left-\[calc\(50\%\+115px\)\] {
    left: calc(50% + 115px);
  }

  .left-\[calc\(50\%\+116px\)\] {
    left: calc(50% + 116px);
  }

  .left-\[calc\(50\%-7px\)\] {
    left: calc(50% - 7px);
  }

  .left-\[calc\(50\%-144px\)\] {
    left: calc(50% - 144px);
  }

  .left-\[calc\(50\%-161px\)\] {
    left: calc(50% - 161px);
  }

  .left-\[calc\(50\%-162px\)\] {
    left: calc(50% - 162px);
  }

  .left-\[calc\(58\.33\%\+37px\)\] {
    left: calc(58.33% + 37px);
  }

  .left-\[calc\(58\.33\%\+57px\)\] {
    left: calc(58.33% + 57px);
  }

  .left-\[calc\(58\.33\%\+59px\)\] {
    left: calc(58.33% + 59px);
  }

  .left-\[calc\(58\.33\%\+60px\)\] {
    left: calc(58.33% + 60px);
  }

  .left-\[calc\(58\.33\%\+75px\)\] {
    left: calc(58.33% + 75px);
  }

  .left-\[calc\(58\.33\%\+84px\)\] {
    left: calc(58.33% + 84px);
  }

  .left-\[calc\(58\.33\%\+96px\)\] {
    left: calc(58.33% + 96px);
  }

  .left-\[calc\(58\.33\%\+239px\)\] {
    left: calc(58.33% + 239px);
  }

  .left-\[calc\(58\.33\%\+243\.5px\)\] {
    left: calc(58.33% + 243.5px);
  }

  .left-\[calc\(58\.33\%-2px\)\] {
    left: calc(58.33% - 2px);
  }

  .left-\[calc\(66\.67\%\+34\.5px\)\] {
    left: calc(66.67% + 34.5px);
  }

  .left-\[calc\(66\.67\%\+100px\)\] {
    left: calc(66.67% + 100px);
  }

  .left-\[calc\(66\.67\%\+101px\)\] {
    left: calc(66.67% + 101px);
  }

  .left-\[calc\(66\.67\%\+104px\)\] {
    left: calc(66.67% + 104px);
  }

  .left-\[calc\(66\.67\%-18px\)\] {
    left: calc(66.67% - 18px);
  }

  .left-\[calc\(75\%\+14px\)\] {
    left: calc(75% + 14px);
  }

  .left-\[calc\(75\%\+17px\)\] {
    left: calc(75% + 17px);
  }

  .left-\[calc\(75\%\+34px\)\] {
    left: calc(75% + 34px);
  }

  .left-\[calc\(75\%\+71px\)\] {
    left: calc(75% + 71px);
  }

  .left-\[calc\(75\%\+156\.5px\)\] {
    left: calc(75% + 156.5px);
  }

  .left-\[calc\(83\.33\%\+10px\)\] {
    left: calc(83.33% + 10px);
  }

  .left-\[calc\(83\.33\%\+27\.6px\)\] {
    left: calc(83.33% + 27.6px);
  }

  .left-\[calc\(83\.33\%\+147px\)\] {
    left: calc(83.33% + 147px);
  }

  .left-\[calc\(83\.33\%-3px\)\] {
    left: calc(83.33% - 3px);
  }

  .left-\[calc\(91\.67\%\+48px\)\] {
    left: calc(91.67% + 48px);
  }

  .left-\[calc\(91\.67\%\+50px\)\] {
    left: calc(91.67% + 50px);
  }

  .left-\[calc\(91\.67\%-46px\)\] {
    left: calc(91.67% - 46px);
  }

  .left-\[calc\(100\%\+80px\)\] {
    left: calc(100% + 80px);
  }

  .left-\[calc\(100\%\+246px\)\] {
    left: calc(100% + 246px);
  }

  .left-\[calc\(100\%\+307\.2px\)\] {
    left: calc(100% + 307.2px);
  }

  .left-\[calc\(100\%\+332\.95px\)\] {
    left: calc(100% + 332.95px);
  }

  .left-\[calc\(100\%\+395\.5px\)\] {
    left: calc(100% + 395.5px);
  }

  .left-\[calc\(100\%\+396px\)\] {
    left: calc(100% + 396px);
  }

  .left-\[calc\(100\%-14\.64px\)\] {
    left: calc(100% - 14.64px);
  }

  .left-\[calc\(100\%-16px\)\] {
    left: calc(100% - 16px);
  }

  .z-0 {
    z-index: 0;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-30 {
    z-index: 30;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

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

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

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

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

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

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

  .float-right {
    float: right;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .ms-\[24px\] {
    margin-inline-start: 24px;
  }

  .ms-\[27px\] {
    margin-inline-start: 27px;
  }

  .ms-\[33px\] {
    margin-inline-start: 33px;
  }

  .ms-\[39px\] {
    margin-inline-start: 39px;
  }

  .ms-\[45px\] {
    margin-inline-start: 45px;
  }

  .ms-\[48px\] {
    margin-inline-start: 48px;
  }

  .ms-\[calc\(var\(--list-marker-font-size\,0\)\*1\.5\*1\)\] {
    margin-inline-start: calc(var(--list-marker-font-size, 0) * 1.5 * 1);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-\[20px\] {
    margin-top: 20px;
  }

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

  .mr-\[20px\] {
    margin-right: 20px;
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-\[36px\] {
    margin-bottom: 36px;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .table {
    display: table;
  }

  .size-\[13\.064px\] {
    width: 13.064px;
    height: 13.064px;
  }

  .size-\[22px\] {
    width: 22px;
    height: 22px;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[330\.758px\] {
    width: 330.758px;
    height: 330.758px;
  }

  .size-\[369px\] {
    width: 369px;
    height: 369px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

  .h-\[4px\] {
    height: 4px;
  }

  .h-\[5px\] {
    height: 5px;
  }

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

  .h-\[16\.377px\] {
    height: 16.377px;
  }

  .h-\[19px\] {
    height: 19px;
  }

  .h-\[22px\] {
    height: 22px;
  }

  .h-\[23px\] {
    height: 23px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[30px\] {
    height: 30px;
  }

  .h-\[31px\] {
    height: 31px;
  }

  .h-\[35px\] {
    height: 35px;
  }

  .h-\[36px\] {
    height: 36px;
  }

  .h-\[37px\] {
    height: 37px;
  }

  .h-\[38px\] {
    height: 38px;
  }

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[41px\] {
    height: 41px;
  }

  .h-\[44px\] {
    height: 44px;
  }

  .h-\[49px\] {
    height: 49px;
  }

  .h-\[56px\] {
    height: 56px;
  }

  .h-\[59px\] {
    height: 59px;
  }

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

  .h-\[61px\] {
    height: 61px;
  }

  .h-\[67px\] {
    height: 67px;
  }

  .h-\[70px\] {
    height: 70px;
  }

  .h-\[72px\] {
    height: 72px;
  }

  .h-\[73px\] {
    height: 73px;
  }

  .h-\[75px\] {
    height: 75px;
  }

  .h-\[76px\] {
    height: 76px;
  }

  .h-\[82px\] {
    height: 82px;
  }

  .h-\[89px\] {
    height: 89px;
  }

  .h-\[91px\] {
    height: 91px;
  }

  .h-\[92px\] {
    height: 92px;
  }

  .h-\[93px\] {
    height: 93px;
  }

  .h-\[95px\] {
    height: 95px;
  }

  .h-\[98px\] {
    height: 98px;
  }

  .h-\[99px\] {
    height: 99px;
  }

  .h-\[100\.44\%\] {
    height: 100.44%;
  }

  .h-\[101px\] {
    height: 101px;
  }

  .h-\[102px\] {
    height: 102px;
  }

  .h-\[105px\] {
    height: 105px;
  }

  .h-\[109px\] {
    height: 109px;
  }

  .h-\[110px\] {
    height: 110px;
  }

  .h-\[121px\] {
    height: 121px;
  }

  .h-\[127\.47\%\] {
    height: 127.47%;
  }

  .h-\[129px\] {
    height: 129px;
  }

  .h-\[133px\] {
    height: 133px;
  }

  .h-\[139px\] {
    height: 139px;
  }

  .h-\[143px\] {
    height: 143px;
  }

  .h-\[149px\] {
    height: 149px;
  }

  .h-\[150px\] {
    height: 150px;
  }

  .h-\[151px\] {
    height: 151px;
  }

  .h-\[152px\] {
    height: 152px;
  }

  .h-\[153\.01\%\] {
    height: 153.01%;
  }

  .h-\[172px\] {
    height: 172px;
  }

  .h-\[180px\] {
    height: 180px;
  }

  .h-\[185px\] {
    height: 185px;
  }

  .h-\[186px\] {
    height: 186px;
  }

  .h-\[190px\] {
    height: 190px;
  }

  .h-\[192px\] {
    height: 192px;
  }

  .h-\[193px\] {
    height: 193px;
  }

  .h-\[194px\] {
    height: 194px;
  }

  .h-\[201px\] {
    height: 201px;
  }

  .h-\[208\.952px\] {
    height: 208.952px;
  }

  .h-\[209\.942px\] {
    height: 209.942px;
  }

  .h-\[230px\] {
    height: 230px;
  }

  .h-\[235px\] {
    height: 235px;
  }

  .h-\[240px\] {
    height: 240px;
  }

  .h-\[255px\] {
    height: 255px;
  }

  .h-\[270px\] {
    height: 270px;
  }

  .h-\[278px\] {
    height: 278px;
  }

  .h-\[280px\] {
    height: 280px;
  }

  .h-\[281px\] {
    height: 281px;
  }

  .h-\[283px\] {
    height: 283px;
  }

  .h-\[285px\] {
    height: 285px;
  }

  .h-\[296px\] {
    height: 296px;
  }

  .h-\[359px\] {
    height: 359px;
  }

  .h-\[361px\] {
    height: 361px;
  }

  .h-\[369px\] {
    height: 369px;
  }

  .h-\[370px\] {
    height: 370px;
  }

  .h-\[372px\] {
    height: 372px;
  }

  .h-\[399px\] {
    height: 399px;
  }

  .h-\[400px\] {
    height: 400px;
  }

  .h-\[402px\] {
    height: 402px;
  }

  .h-\[420px\] {
    height: 420px;
  }

  .h-\[430px\] {
    height: 430px;
  }

  .h-\[437px\] {
    height: 437px;
  }

  .h-\[452px\] {
    height: 452px;
  }

  .h-\[486\.859px\] {
    height: 486.859px;
  }

  .h-\[499px\] {
    height: 499px;
  }

  .h-\[511px\] {
    height: 511px;
  }

  .h-\[517px\] {
    height: 517px;
  }

  .h-\[549px\] {
    height: 549px;
  }

  .h-\[579px\] {
    height: 579px;
  }

  .h-\[599px\] {
    height: 599px;
  }

  .h-\[607px\] {
    height: 607px;
  }

  .h-\[611px\] {
    height: 611px;
  }

  .h-\[630px\] {
    height: 630px;
  }

  .h-\[684px\] {
    height: 684px;
  }

  .h-\[695px\] {
    height: 695px;
  }

  .h-\[753px\] {
    height: 753px;
  }

  .h-\[775px\] {
    height: 775px;
  }

  .h-\[794px\] {
    height: 794px;
  }

  .h-\[925px\] {
    height: 925px;
  }

  .h-\[1000px\] {
    height: 1000px;
  }

  .h-\[1080px\] {
    height: 1080px;
  }

  .h-\[1117px\] {
    height: 1117px;
  }

  .h-\[1381\.838px\] {
    height: 1381.84px;
  }

  .h-\[1437\.022px\] {
    height: 1437.02px;
  }

  .h-\[1728px\] {
    height: 1728px;
  }

  .h-\[1744px\] {
    height: 1744px;
  }

  .h-\[1919px\] {
    height: 1919px;
  }

  .h-\[2366\.155px\] {
    height: 2366.16px;
  }

  .h-\[3132\.21px\] {
    height: 3132.21px;
  }

  .h-\[3620px\] {
    height: 3620px;
  }

  .h-\[3693px\] {
    height: 3693px;
  }

  .h-\[10366px\] {
    height: 10366px;
  }

  .h-\[10600px\] {
    height: 10600px;
  }

  .h-\[10725px\] {
    height: 10725px;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

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

  .min-h-screen {
    min-height: 100vh;
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

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

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

  .w-\[24\.463px\] {
    width: 24.463px;
  }

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

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

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

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

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

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

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

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

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

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

  .w-\[103\.83\%\] {
    width: 103.83%;
  }

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

  .w-\[116\.7\%\] {
    width: 116.7%;
  }

  .w-\[116\.84\%\] {
    width: 116.84%;
  }

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

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

  .w-\[137\.49\%\] {
    width: 137.49%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[281\.243px\] {
    width: 281.243px;
  }

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

  .w-\[282\.05\%\] {
    width: 282.05%;
  }

  .w-\[283\.224px\] {
    width: 283.224px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[680\.123px\] {
    width: 680.123px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[1930\.374px\] {
    width: 1930.37px;
  }

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

  .w-\[2404\.905px\] {
    width: 2404.91px;
  }

  .w-\[2418\.187px\] {
    width: 2418.19px;
  }

  .w-\[2794\.395px\] {
    width: 2794.4px;
  }

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

  .w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px);
  }

  .w-full {
    width: 100%;
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

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

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

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

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

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

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

  .max-w-none {
    max-width: none;
  }

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .-rotate-90 {
    rotate: -90deg;
  }

  .rotate-45 {
    rotate: 45deg;
  }

  .rotate-\[-45deg\] {
    rotate: -45deg;
  }

  .rotate-\[26\.768deg\] {
    rotate: 26.768deg;
  }

  .rotate-\[89\.684deg\] {
    rotate: 89.684deg;
  }

  .rotate-\[225deg\] {
    rotate: 225deg;
  }

  .rotate-\[270deg\] {
    rotate: 270deg;
  }

  .rotate-\[355\.114deg\] {
    rotate: 355.114deg;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .touch-pan-y {
    --tw-pan-y: pan-y;
    touch-action: var(--tw-pan-x, ) var(--tw-pan-y, ) var(--tw-pinch-zoom, );
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

  .content-stretch {
    align-content: stretch;
  }

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

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

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

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

  .justify-start {
    justify-content: flex-start;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[30px\] {
    gap: 30px;
  }

  .gap-\[36px\] {
    gap: 36px;
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

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

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

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

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

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }

  .rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }

  .rounded-br-\[20px\] {
    border-bottom-right-radius: 20px;
  }

  .rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#29462f\] {
    border-color: #29462f;
  }

  .border-\[\#ffedce\] {
    border-color: #ffedce;
  }

  .bg-\[\#29462f\] {
    background-color: #29462f;
  }

  .bg-\[\#f2e3c4\] {
    background-color: #f2e3c4;
  }

  .bg-\[\#fba102\] {
    background-color: #fba102;
  }

  .bg-\[\#fd9e8d\] {
    background-color: #fd9e8d;
  }

  .bg-\[\#ffbe98\] {
    background-color: #ffbe98;
  }

  .bg-\[\#ffedce\] {
    background-color: #ffedce;
  }

  .bg-\[rgba\(0\,0\,0\,0\.4\)\] {
    background-color: #0006;
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-black\/70 {
    background-color: #000000b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/70 {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-black\/60 {
    --tw-gradient-from: #0009;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-black\/60 {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-12 {
    padding: calc(var(--spacing) * 12);
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }

  .px-\[40px\] {
    padding-inline: 40px;
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }

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

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

  .align-middle {
    vertical-align: middle;
  }

  .font-\[\'Manrope\'\,sans-serif\] {
    font-family: Manrope, sans-serif;
  }

  .font-\[\'Manrope\:Bold\'\,sans-serif\] {
    font-family: Manrope\:Bold, sans-serif;
  }

  .font-\[\'Manrope\:ExtraBold\'\,sans-serif\] {
    font-family: Manrope\:ExtraBold, sans-serif;
  }

  .font-\[\'Manrope\:Medium\'\,sans-serif\] {
    font-family: Manrope\:Medium, sans-serif;
  }

  .font-\[\'Manrope\:Regular\'\,sans-serif\] {
    font-family: Manrope\:Regular, sans-serif;
  }

  .font-\[\'Manrope\:SemiBold\'\,sans-serif\] {
    font-family: Manrope\:SemiBold, sans-serif;
  }

  .text-\[0px\] {
    font-size: 0;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[26px\] {
    font-size: 26px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[44px\] {
    font-size: 44px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .text-\[50px\] {
    font-size: 50px;
  }

  .text-\[62px\] {
    font-size: 62px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }

  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }

  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }

  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }

  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }

  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }

  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }

  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }

  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }

  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }

  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }

  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }

  .leading-\[52px\] {
    --tw-leading: 52px;
    line-height: 52px;
  }

  .leading-\[54px\] {
    --tw-leading: 54px;
    line-height: 54px;
  }

  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }

  .leading-\[68px\] {
    --tw-leading: 68px;
    line-height: 68px;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .break-words {
    overflow-wrap: break-word;
  }

  .break-all {
    word-break: break-all;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#29462f\] {
    color: #29462f;
  }

  .text-\[\#f2e3c4\] {
    color: #f2e3c4;
  }

  .text-\[\#fd9e8d\] {
    color: #fd9e8d;
  }

  .text-\[\#ff0000\] {
    color: red;
  }

  .text-\[\#ff6b6b\] {
    color: #ff6b6b;
  }

  .text-\[\#ffedce\] {
    color: #ffedce;
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  .running {
    animation-play-state: running;
  }

  .placeholder\:text-\[\#29462f\]::placeholder {
    color: #29462f;
  }

  .placeholder\:text-\[\#cfc4b1\]::placeholder {
    color: #cfc4b1;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#1f3424\]:hover {
      background-color: #1f3424;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#e8d9ba\]:hover {
      background-color: #e8d9ba;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#fd9e8d\]:hover {
      background-color: #fd9e8d;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#fd9e8d\]:hover {
      color: #fd9e8d;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  .focus\:border-\[\#fd9e8d\]:focus {
    border-color: #fd9e8d;
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (width >= 40rem) {
    .sm\:text-\[26px\] {
      font-size: 26px;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[30px\] {
      top: 30px;
    }
  }

  @media (width >= 64rem) {
    .lg\:right-\[30px\] {
      right: 30px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[61px\] {
      height: 61px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[72px\] {
      height: 72px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[262px\] {
      height: 262px;
    }
  }

  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:p-16 {
      padding: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[57px\] {
      padding-inline: 57px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[30px\] {
      font-size: 30px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[44px\] {
      font-size: 44px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[340px\] {
      height: 340px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[340px\] {
      width: 340px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[40px\] {
      font-size: 40px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[64px\] {
      font-size: 64px;
    }
  }

  @media (width >= 80rem) {
    .xl\:leading-\[44px\] {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }

  @media (width >= 80rem) {
    .xl\:leading-\[68px\] {
      --tw-leading: 68px;
      line-height: 68px;
    }
  }
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-pan-x {
  syntax: "*";
  inherits: false
}

@property --tw-pan-y {
  syntax: "*";
  inherits: false
}

@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
