@import url("https://cdn.jsdelivr.net/npm/@fontsource/geist@5.0.1/index.css");
@import url("https://cdn.jsdelivr.net/npm/@fontsource/geist@5.0.1/400.css");
@import url("https://cdn.jsdelivr.net/npm/@fontsource/geist@5.0.1/500.css");
@import url("https://cdn.jsdelivr.net/npm/@fontsource/geist@5.0.1/600.css");
@import url("https://cdn.jsdelivr.net/npm/@fontsource/geist@5.0.1/700.css");
@import url("https://cdn.jsdelivr.net/npm/@fontsource/geist@5.0.1/800.css");
@import url("https://cdn.jsdelivr.net/npm/@fontsource/geist@5.0.1/900.css");
/*! 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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-red-600: oklch(.577 .245 27.325);
    --color-lime-50: oklch(.986 .031 120.757);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-blue-700: oklch(.488 .243 264.376);
    --color-violet-950: oklch(.283 .141 291.089);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-2xl: 42rem;
    --container-7xl: 80rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --blur-md: 12px;
    --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;
    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;
    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);
    }
  }

  * {
    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);
  }

  :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 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

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

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

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

  .inset-\[-17\.93\%_-31\.71\%_-27\.69\%_-18\.81\%\] {
    inset: -17.93% -31.71% -27.69% -18.81%;
  }

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

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

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

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

  .top-\[-12\.44\%\] {
    top: -12.44%;
  }

  .top-\[-13\.19px\] {
    top: -13.19px;
  }

  .top-\[-28\.11\%\] {
    top: -28.11%;
  }

  .top-\[-92\.27px\] {
    top: -92.27px;
  }

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

  .top-\[1\.4\%\] {
    top: 1.4%;
  }

  .top-\[1\.09\%\] {
    top: 1.09%;
  }

  .top-\[75\.37px\] {
    top: 75.37px;
  }

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

  .top-\[131\.48px\] {
    top: 131.48px;
  }

  .top-\[137\.67px\] {
    top: 137.67px;
  }

  .top-\[171\.12px\] {
    top: 171.12px;
  }

  .top-\[224\.79px\] {
    top: 224.79px;
  }

  .top-\[283\.19px\] {
    top: 283.19px;
  }

  .top-\[calc\(50\%\+28\.03px\)\] {
    top: calc(50% + 28.03px);
  }

  .top-\[calc\(50\%\+68\.03px\)\] {
    top: calc(50% + 68.03px);
  }

  .top-\[calc\(50\%-96\.5px\)\] {
    top: calc(50% - 96.5px);
  }

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

  .right-\[-0\.22\%\] {
    right: -.22%;
  }

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

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

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

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

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

  .left-\[-25\.88\%\] {
    left: -25.88%;
  }

  .left-\[-66\.04\%\] {
    left: -66.04%;
  }

  .left-\[7\.99\%\] {
    left: 7.99%;
  }

  .left-\[153\.59px\] {
    left: 153.59px;
  }

  .left-\[222\.92px\] {
    left: 222.92px;
  }

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

  .left-\[311\.75px\] {
    left: 311.75px;
  }

  .left-\[377\.08px\] {
    left: 377.08px;
  }

  .left-\[466\.83px\] {
    left: 466.83px;
  }

  .left-\[539\.71px\] {
    left: 539.71px;
  }

  .left-\[567\.47px\] {
    left: 567.47px;
  }

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

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

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

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

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

  .mt-\[10\.05px\] {
    margin-top: 10.05px;
  }

  .mt-\[24\.77px\] {
    margin-top: 24.77px;
  }

  .mt-\[25\.39px\] {
    margin-top: 25.39px;
  }

  .mt-\[44\.17px\] {
    margin-top: 44.17px;
  }

  .mt-\[62\.55px\] {
    margin-top: 62.55px;
  }

  .mt-\[88\.35px\] {
    margin-top: 88.35px;
  }

  .mt-\[108\.84px\] {
    margin-top: 108.84px;
  }

  .mt-\[217\.68px\] {
    margin-top: 217.68px;
  }

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

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

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

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

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

  .ml-\[50\.14px\] {
    margin-left: 50.14px;
  }

  .ml-\[59\.63px\] {
    margin-left: 59.63px;
  }

  .ml-\[100\.27px\] {
    margin-left: 100.27px;
  }

  .ml-\[123\.53px\] {
    margin-left: 123.53px;
  }

  .ml-\[146\.92px\] {
    margin-left: 146.92px;
  }

  .ml-\[147\.61px\] {
    margin-left: 147.61px;
  }

  .ml-\[247\.05px\] {
    margin-left: 247.05px;
  }

  .ml-\[363\.68px\] {
    margin-left: 363.68px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .table {
    display: table;
  }

  .aspect-\[280\.028\/148\.165\] {
    aspect-ratio: 280.028 / 148.165;
  }

  .aspect-\[355\.675\/275\.404\] {
    aspect-ratio: 355.675 / 275.404;
  }

  .aspect-\[543\.967\/275\.404\] {
    aspect-ratio: 543.967 / 275.404;
  }

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

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

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

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

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

  .size-\[205\.232px\] {
    width: 205.232px;
    height: 205.232px;
  }

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

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

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

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

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

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

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

  .h-\[42\.817px\] {
    height: 42.817px;
  }

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

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

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

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

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

  .h-\[78\.665px\] {
    height: 78.665px;
  }

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

  .h-\[90\.053px\] {
    height: 90.053px;
  }

  .h-\[104\.132px\] {
    height: 104.132px;
  }

  .h-\[112\.06\%\] {
    height: 112.06%;
  }

  .h-\[116\.147px\] {
    height: 116.147px;
  }

  .h-\[128\.11\%\] {
    height: 128.11%;
  }

  .h-\[134\.55\%\] {
    height: 134.55%;
  }

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

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

  .h-\[164\.336px\] {
    height: 164.336px;
  }

  .h-\[164\.745px\] {
    height: 164.745px;
  }

  .h-\[187\.25\%\] {
    height: 187.25%;
  }

  .h-\[187\.375px\] {
    height: 187.375px;
  }

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

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

  .h-\[221\.875px\] {
    height: 221.875px;
  }

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

  .h-\[250\.988px\] {
    height: 250.988px;
  }

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

  .h-\[325\.931px\] {
    height: 325.931px;
  }

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

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

  .h-\[386\.627px\] {
    height: 386.627px;
  }

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

  .h-\[405\.904px\] {
    height: 405.904px;
  }

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

  .h-\[470\.537px\] {
    height: 470.537px;
  }

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

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

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

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

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

  .h-\[705\.629px\] {
    height: 705.629px;
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.1516251564025879\)\+\(var\(--transform-inner-height\)\*0\.988438069820404\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .151625)  + (var(--transform-inner-height) * .988438)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.1589813530445099\)\+\(var\(--transform-inner-height\)\*0\.9872815608978271\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .158981)  + (var(--transform-inner-height) * .987282)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.5001881122589111\)\+\(var\(--transform-inner-height\)\*0\.8661338686943054\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .500188)  + (var(--transform-inner-height) * .866134)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.10384675860404968\)\+\(var\(--transform-inner-height\)\*0\.9945933222770691\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .103847)  + (var(--transform-inner-height) * .994593)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.11535979807376862\)\+\(var\(--transform-inner-height\)\*0\.9933237433433533\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .11536)  + (var(--transform-inner-height) * .993324)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.11578578501939774\)\+\(var\(--transform-inner-height\)\*0\.9932742118835449\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .115786)  + (var(--transform-inner-height) * .993274)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.13367487490177155\)\+\(var\(--transform-inner-height\)\*0\.9910252690315247\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .133675)  + (var(--transform-inner-height) * .991025)));
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-\[calc\(100vh-200px\)\] {
    min-height: calc(100vh - 200px);
  }

  .min-h-px {
    min-height: 1px;
  }

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

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

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

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

  .w-\[77\.628px\] {
    width: 77.628px;
  }

  .w-\[84\.02\%\] {
    width: 84.02%;
  }

  .w-\[89\.988px\] {
    width: 89.988px;
  }

  .w-\[119\.516px\] {
    width: 119.516px;
  }

  .w-\[126\.06\%\] {
    width: 126.06%;
  }

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

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

  .w-\[162\.185px\] {
    width: 162.185px;
  }

  .w-\[165\.199px\] {
    width: 165.199px;
  }

  .w-\[171\.915px\] {
    width: 171.915px;
  }

  .w-\[191\.261px\] {
    width: 191.261px;
  }

  .w-\[200\.263px\] {
    width: 200.263px;
  }

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

  .w-\[202\.827px\] {
    width: 202.827px;
  }

  .w-\[206\.457px\] {
    width: 206.457px;
  }

  .w-\[221\.716px\] {
    width: 221.716px;
  }

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

  .w-\[232\.09\%\] {
    width: 232.09%;
  }

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

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

  .w-\[284\.573px\] {
    width: 284.573px;
  }

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

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

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

  .w-\[385\.768px\] {
    width: 385.768px;
  }

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

  .w-\[493\.414px\] {
    width: 493.414px;
  }

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

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

  .w-\[809\.5px\] {
    width: 809.5px;
  }

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

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

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

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

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.1516251564025879\)\+\(var\(--transform-inner-width\)\*0\.988438069820404\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .151625)  + (var(--transform-inner-width) * .988438)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.1589813530445099\)\+\(var\(--transform-inner-width\)\*0\.9872815608978271\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .158981)  + (var(--transform-inner-width) * .987282)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.10384675860404968\)\+\(var\(--transform-inner-width\)\*0\.9945933222770691\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .103847)  + (var(--transform-inner-width) * .994593)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.11535979807376862\)\+\(var\(--transform-inner-width\)\*0\.9933237433433533\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .11536)  + (var(--transform-inner-width) * .993324)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.11578578501939774\)\+\(var\(--transform-inner-width\)\*0\.9932742118835449\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .115786)  + (var(--transform-inner-width) * .993274)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.13367487490177155\)\+\(var\(--transform-inner-width\)\*0\.9910252690315247\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .133675)  + (var(--transform-inner-width) * .991025)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.49981194734573364\)\+\(var\(--transform-inner-width\)\*0\.8659167885780334\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .499812)  + (var(--transform-inner-width) * .865917)));
  }

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

  .w-full {
    width: 100%;
  }

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

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

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

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

  .max-w-\[516\.67px\] {
    max-width: 516.67px;
  }

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

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

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

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    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);
  }

  .rotate-\[5\.961deg\] {
    rotate: 5.961deg;
  }

  .rotate-\[6\.649deg\] {
    rotate: 6.649deg;
  }

  .rotate-\[7\.682deg\] {
    rotate: 7.682deg;
  }

  .rotate-\[9\.148deg\] {
    rotate: 9.148deg;
  }

  .rotate-\[329\.988deg\] {
    rotate: 329.988deg;
  }

  .rotate-\[351\.279deg\] {
    rotate: 351.279deg;
  }

  .rotate-\[353\.376deg\] {
    rotate: 353.376deg;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

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

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

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

  .place-items-start {
    place-items: start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

  .rounded-\[91\.576px\] {
    border-radius: 91.576px;
  }

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

  .rounded-lg {
    border-radius: var(--radius);
  }

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

  .border-\[0px_0px_1px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1px;
  }

  .border-\[1\.29px\] {
    border-style: var(--tw-border-style);
    border-width: 1.29px;
  }

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

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

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

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

  .border-\[rgba\(0\,0\,0\,0\.6\)\] {
    border-color: #0009;
  }

  .border-black {
    border-color: var(--color-black);
  }

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

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

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

  .bg-lime-50 {
    background-color: var(--color-lime-50);
  }

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

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

  .bg-white\/80 {
    background-color: #fffc;
  }

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

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

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

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

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

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

  .p-\[36px\] {
    padding: 36px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-\[6px\] {
    padding-block: 6px;
  }

  .py-\[8px\] {
    padding-block: 8px;
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .py-\[36px\] {
    padding-block: 36px;
  }

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

  .py-\[49px\] {
    padding-block: 49px;
  }

  .py-\[56px\] {
    padding-block: 56px;
  }

  .py-\[60px\] {
    padding-block: 60px;
  }

  .py-\[66px\] {
    padding-block: 66px;
  }

  .py-\[96px\] {
    padding-block: 96px;
  }

  .py-\[140px\] {
    padding-block: 140px;
  }

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

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

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

  .pt-\[100px\] {
    padding-top: 100px;
  }

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

  .pb-\[10px\] {
    padding-bottom: 10px;
  }

  .pb-\[64px\] {
    padding-bottom: 64px;
  }

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

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

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .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-\[24px\] {
    font-size: 24px;
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[36px\] {
    font-size: 36px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .text-\[60px\] {
    font-size: 60px;
  }

  .text-\[96px\] {
    font-size: 96px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

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

  .tracking-\[-0\.6px\] {
    --tw-tracking: -.6px;
    letter-spacing: -.6px;
  }

  .tracking-\[-0\.9px\] {
    --tw-tracking: -.9px;
    letter-spacing: -.9px;
  }

  .tracking-\[-0\.75px\] {
    --tw-tracking: -.75px;
    letter-spacing: -.75px;
  }

  .tracking-\[-1\.2px\] {
    --tw-tracking: -1.2px;
    letter-spacing: -1.2px;
  }

  .tracking-\[-1\.5px\] {
    --tw-tracking: -1.5px;
    letter-spacing: -1.5px;
  }

  .tracking-\[-2\.4px\] {
    --tw-tracking: -2.4px;
    letter-spacing: -2.4px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

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

  .whitespace-pre {
    white-space: pre;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#0a551c\] {
    color: #0a551c;
  }

  .text-\[\#650a4a\] {
    color: #650a4a;
  }

  .text-\[\#291911\] {
    color: #291911;
  }

  .text-\[\#c8c7fb\] {
    color: #c8c7fb;
  }

  .text-\[\#d9d0f8\] {
    color: #d9d0f8;
  }

  .text-\[rgba\(0\,0\,0\,0\.6\)\] {
    color: #0009;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-violet-950 {
    color: var(--color-violet-950);
  }

  .text-white {
    color: var(--color-white);
  }

  .not-italic {
    font-style: normal;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .shadow-\[0px_1px_3px_0px_rgba\(0\,0\,0\,0\.1\)\,0px_1px_2px_-1px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 1px 3px 0px var(--tw-shadow-color, #0000001a), 0px 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[1px_3px_3px_0px_rgba\(0\,0\,0\,0\.1\)\,0px_3px_8px_0px_rgba\(0\,0\,0\,0\.1\)\,0px_0px_0\.5px_0px_rgba\(0\,0\,0\,0\.18\)\] {
    --tw-shadow: 1px 3px 3px 0px var(--tw-shadow-color, #0000001a), 0px 3px 8px 0px var(--tw-shadow-color, #0000001a), 0px 0px .5px 0px var(--tw-shadow-color, #0000002e);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[2px_4px_18px_0px_rgba\(0\,0\,0\,0\.14\)\] {
    --tw-shadow: 2px 4px 18px 0px var(--tw-shadow-color, #00000024);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[5px_7px_40px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 5px 7px 40px 0px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[12px_7px_40px_0px_rgba\(0\,0\,0\,0\.17\)\] {
    --tw-shadow: 12px 7px 40px 0px var(--tw-shadow-color, #0000002b);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    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, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-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: 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-all {
    transition-property: all;
    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-shadow {
    transition-property: box-shadow;
    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-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-black:is(:where(.group):hover *) {
      color: var(--color-black);
    }
  }

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

  @media (hover: hover) {
    .hover\:bg-\[\#6b7ae8\]:hover {
      background-color: #6b7ae8;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#EAFFAA\]:hover {
      background-color: #eaffaa;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f5f5f5\]:hover {
      background-color: #f5f5f5;
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/5:hover {
      background-color: #0000000d;
    }

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

  @media (hover: hover) {
    .hover\:bg-blue-700:hover {
      background-color: var(--color-blue-700);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[rgba\(255\,255\,255\,0\.7\)\]:hover {
      color: #ffffffb3;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_10px_40px_-10px_rgba\(0\,0\,0\,0\.25\)\]:hover {
      --tw-shadow: 0 10px 40px -10px 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);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[2px_4px_20px_0px_rgba\(0\,0\,0\,0\.1\)\]:hover {
      --tw-shadow: 2px 4px 20px 0px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }
}








: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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  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-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

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