/*! 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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-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-green-500: oklch(.723 .219 149.579);
    --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-300: oklch(.872 .01 258.338);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --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-bold: 700;
    --tracking-tight: -.025em;
    --leading-tight: 1.25;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --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;
  }

  .static {
    position: static;
  }

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

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

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

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

  .top-\[-0\.11px\] {
    top: -.11px;
  }

  .top-\[-0\.14px\] {
    top: -.14px;
  }

  .top-\[-0\.38px\] {
    top: -.38px;
  }

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

  .top-\[-155\.07\%\] {
    top: -155.07%;
  }

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

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

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

  .top-\[12\.35px\] {
    top: 12.35px;
  }

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

  .top-\[16\.57px\] {
    top: 16.57px;
  }

  .top-\[18\.73px\] {
    top: 18.73px;
  }

  .top-\[19\.79px\] {
    top: 19.79px;
  }

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

  .top-\[25\.03px\] {
    top: 25.03px;
  }

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

  .top-\[32\.03px\] {
    top: 32.03px;
  }

  .top-\[34\.5px\] {
    top: 34.5px;
  }

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

  .top-\[53\.95px\] {
    top: 53.95px;
  }

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

  .top-\[64\.62px\] {
    top: 64.62px;
  }

  .top-\[69\.05px\] {
    top: 69.05px;
  }

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

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

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

  .top-\[115\.13px\] {
    top: 115.13px;
  }

  .top-\[117\.62px\] {
    top: 117.62px;
  }

  .top-\[121\.7px\] {
    top: 121.7px;
  }

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

  .top-\[127\.76px\] {
    top: 127.76px;
  }

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

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

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

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

  .top-\[150\.55px\] {
    top: 150.55px;
  }

  .top-\[155\.35px\] {
    top: 155.35px;
  }

  .top-\[155\.76px\] {
    top: 155.76px;
  }

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

  .top-\[163\.53px\] {
    top: 163.53px;
  }

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

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

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

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

  .right-\[10\.35\%\] {
    right: 10.35%;
  }

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

  .bottom-1\/4 {
    bottom: 25%;
  }

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

  .bottom-\[-0\.5px\] {
    bottom: -.5px;
  }

  .bottom-\[-0\.11px\] {
    bottom: -.11px;
  }

  .bottom-\[-0\.14px\] {
    bottom: -.14px;
  }

  .bottom-\[-0\.38px\] {
    bottom: -.38px;
  }

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

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

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

  .left-\[-2\.78\%\] {
    left: -2.78%;
  }

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

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

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

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

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

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

  .left-\[10\.35\%\] {
    left: 10.35%;
  }

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

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

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

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

  .left-\[26\.05px\] {
    left: 26.05px;
  }

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

  .left-\[41\.04px\] {
    left: 41.04px;
  }

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

  .left-\[49\.58px\] {
    left: 49.58px;
  }

  .left-\[49\.93px\] {
    left: 49.93px;
  }

  .left-\[49\.95px\] {
    left: 49.95px;
  }

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

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

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

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

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

  .left-\[52\.19px\] {
    left: 52.19px;
  }

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

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

  .left-\[63\.64px\] {
    left: 63.64px;
  }

  .left-\[63\.72px\] {
    left: 63.72px;
  }

  .left-\[63\.93px\] {
    left: 63.93px;
  }

  .left-\[64\.38px\] {
    left: 64.38px;
  }

  .left-\[64\.46px\] {
    left: 64.46px;
  }

  .left-\[73\.83px\] {
    left: 73.83px;
  }

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

  .left-\[77\.55px\] {
    left: 77.55px;
  }

  .left-\[79\.5px\] {
    left: 79.5px;
  }

  .left-\[82\.5px\] {
    left: 82.5px;
  }

  .left-\[82\.87px\] {
    left: 82.87px;
  }

  .left-\[84\.12px\] {
    left: 84.12px;
  }

  .left-\[84\.36px\] {
    left: 84.36px;
  }

  .left-\[93\.6px\] {
    left: 93.6px;
  }

  .left-\[119\.26px\] {
    left: 119.26px;
  }

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

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

  .left-\[208\.5px\] {
    left: 208.5px;
  }

  .left-\[250\.5px\] {
    left: 250.5px;
  }

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

  .m-\[0px\] {
    margin: 0;
  }

  .-mx-\[50vw\] {
    margin-inline: -50vw;
  }

  .mx-\[0px\] {
    margin-inline: 0;
  }

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

  .my-\[48px\] {
    margin-block: 48px;
  }

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

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

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

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

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

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

  .-mr-\[50vw\] {
    margin-right: -50vw;
  }

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

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

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

  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

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

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

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

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

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

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

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

  .-ml-\[50vw\] {
    margin-left: -50vw;
  }

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

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

  .size-\[18\.447px\] {
    width: 18.447px;
    height: 18.447px;
  }

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

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

  .size-\[157\.702px\] {
    width: 157.702px;
    height: 157.702px;
  }

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

  .size-\[176\.103px\] {
    width: 176.103px;
    height: 176.103px;
  }

  .size-\[181\.589px\] {
    width: 181.589px;
    height: 181.589px;
  }

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

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

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

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

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

  .h-\[2\.327px\] {
    height: 2.327px;
  }

  .h-\[2\.979px\] {
    height: 2.979px;
  }

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

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

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

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

  .h-\[7\.028px\] {
    height: 7.028px;
  }

  .h-\[14\.6px\] {
    height: 14.6px;
  }

  .h-\[16\.88px\] {
    height: 16.88px;
  }

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

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

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

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

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

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

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

  .h-\[135\.708px\] {
    height: 135.708px;
  }

  .h-\[154\.489px\] {
    height: 154.489px;
  }

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

  .h-\[173\.7px\] {
    height: 173.7px;
  }

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

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

  .h-\[394\.48\%\] {
    height: 394.48%;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

  .w-\[8\.12px\] {
    width: 8.12px;
  }

  .w-\[10\.393px\] {
    width: 10.393px;
  }

  .w-\[14\.462px\] {
    width: 14.462px;
  }

  .w-\[16\.921px\] {
    width: 16.921px;
  }

  .w-\[18\.51px\] {
    width: 18.51px;
  }

  .w-\[21\.658px\] {
    width: 21.658px;
  }

  .w-\[24\.72px\] {
    width: 24.72px;
  }

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

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

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

  .w-\[58\.399px\] {
    width: 58.399px;
  }

  .w-\[61\.999px\] {
    width: 61.999px;
  }

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

  .w-\[74\.748px\] {
    width: 74.748px;
  }

  .w-\[77\.321px\] {
    width: 77.321px;
  }

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

  .w-\[99\.223px\] {
    width: 99.223px;
  }

  .w-\[104\.2\%\] {
    width: 104.2%;
  }

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

  .w-\[127\.106px\] {
    width: 127.106px;
  }

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

  .w-\[188\.5px\] {
    width: 188.5px;
  }

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

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

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

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

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

  .w-\[314\.168px\] {
    width: 314.168px;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

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

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .flex-shrink-0, .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-0\.5 {
    --tw-translate-y: calc(var(--spacing) * .5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rotate-\[5\.253deg\] {
    rotate: 5.253deg;
  }

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

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

  .rotate-\[347\.053deg\] {
    rotate: 347.053deg;
  }

  .rotate-\[352\.85deg\] {
    rotate: 352.85deg;
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

  .resize-y {
    resize: vertical;
  }

  .list-inside {
    list-style-position: inside;
  }

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

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

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

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

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

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

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

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

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

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

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

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-\[3\.125px\] {
    border-radius: 3.125px;
  }

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

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

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

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

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

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

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

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

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

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

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

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

  .border-\[\#9F5338\] {
    border-color: #9f5338;
  }

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

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

  .border-\[rgba\(0\,0\,0\,0\.1\)\] {
    border-color: #0000001a;
  }

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

  .border-black\/10 {
    border-color: #0000001a;
  }

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

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

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

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

  .bg-\[\#9F5338\], .bg-\[\#9f5338\] {
    background-color: #9f5338;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-transparent {
    background-color: #0000;
  }

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

  .bg-white\/40 {
    background-color: #fff6;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-4 {
    padding-block: calc(var(--spacing) * 4);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-\[0px\] {
    padding-right: 0;
  }

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

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

  .pr-\[67px\] {
    padding-right: 67px;
  }

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

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

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

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

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

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

  .pl-\[0px\] {
    padding-left: 0;
  }

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

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

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

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

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

  .font-\[\'Herr_Von_Muellerhoff\:Regular\'\,sans-serif\] {
    font-family: Herr Von Muellerhoff\:Regular, sans-serif;
  }

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

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

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

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

  .font-\[\'Times_New_Roman\:Regular\'\,sans-serif\] {
    font-family: Times New Roman\:Regular, sans-serif;
  }

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

  .text-\[1\.06px\] {
    font-size: 1.06px;
  }

  .text-\[1\.192px\] {
    font-size: 1.192px;
  }

  .text-\[1\.356px\] {
    font-size: 1.356px;
  }

  .text-\[1\.525px\] {
    font-size: 1.525px;
  }

  .text-\[1\.617px\] {
    font-size: 1.617px;
  }

  .text-\[1\.847px\] {
    font-size: 1.847px;
  }

  .text-\[2\.07px\] {
    font-size: 2.07px;
  }

  .text-\[2\.033px\] {
    font-size: 2.033px;
  }

  .text-\[2\.363px\] {
    font-size: 2.363px;
  }

  .text-\[2\.513px\] {
    font-size: 2.513px;
  }

  .text-\[2\.602px\] {
    font-size: 2.602px;
  }

  .text-\[2\.666px\] {
    font-size: 2.666px;
  }

  .text-\[3\.475px\] {
    font-size: 3.475px;
  }

  .text-\[3\.618px\] {
    font-size: 3.618px;
  }

  .text-\[7\.557px\] {
    font-size: 7.557px;
  }

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

  .text-\[9\.673px\] {
    font-size: 9.673px;
  }

  .text-\[10\.115px\] {
    font-size: 10.115px;
  }

  .text-\[10\.159px\] {
    font-size: 10.159px;
  }

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

  .text-\[11\.147px\] {
    font-size: 11.147px;
  }

  .text-\[12\.049px\] {
    font-size: 12.049px;
  }

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

  .text-\[13\.244px\] {
    font-size: 13.244px;
  }

  .text-\[13\.333px\] {
    font-size: 13.333px;
  }

  .text-\[13\.788px\] {
    font-size: 13.788px;
  }

  .text-\[14\.268px\] {
    font-size: 14.268px;
  }

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

  .text-\[16\.904px\] {
    font-size: 16.904px;
  }

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

  .text-\[18\.345px\] {
    font-size: 18.345px;
  }

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

  .text-\[21\.351px\] {
    font-size: 21.351px;
  }

  .text-\[22\.229px\] {
    font-size: 22.229px;
  }

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

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

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

  .text-\[64\.425px\] {
    font-size: 64.425px;
  }

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

  .leading-\[1\.01\] {
    --tw-leading: 1.01;
    line-height: 1.01;
  }

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

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[1\.006\] {
    --tw-leading: 1.006;
    line-height: 1.006;
  }

  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

  .leading-\[81\.11\%\] {
    --tw-leading: 81.11%;
    line-height: 81.11%;
  }

  .leading-\[98\.915\%\] {
    --tw-leading: 98.915%;
    line-height: 98.915%;
  }

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

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

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

  .tracking-\[-0\.01em\] {
    --tw-tracking: -.01em;
    letter-spacing: -.01em;
  }

  .tracking-\[-0\.02em\] {
    --tw-tracking: -.02em;
    letter-spacing: -.02em;
  }

  .tracking-\[-0\.005em\] {
    --tw-tracking: -.005em;
    letter-spacing: -.005em;
  }

  .tracking-\[-0\.05em\] {
    --tw-tracking: -.05em;
    letter-spacing: -.05em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[-1\.2811px\] {
    --tw-tracking: -1.2811px;
    letter-spacing: -1.2811px;
  }

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

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

  .tracking-\[1\.82px\] {
    --tw-tracking: 1.82px;
    letter-spacing: 1.82px;
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

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

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

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

  .text-\[\#9F5338\] {
    color: #9f5338;
  }

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

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

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

  .text-\[rgba\(255\,255\,255\,0\.5\)\] {
    color: #ffffff80;
  }

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

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

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

  .text-black\/80 {
    color: #000c;
  }

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

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

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

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

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

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

  .text-white\/60 {
    color: #fff9;
  }

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

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

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

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

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

  .opacity-60 {
    opacity: .6;
  }

  .opacity-70 {
    opacity: .7;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px 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);
  }

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

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

  .\[white-space-collapse\:collapse\] {
    white-space-collapse: collapse;
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:scale-110: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) {
    .hover\:bg-\[\#9F5338\]:hover {
      background-color: #9f5338;
    }
  }

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

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

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

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

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

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:no-underline:hover {
      text-decoration-line: none;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .focus\:border-\[\#9F5338\]:focus {
    border-color: #9f5338;
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-black:focus {
    --tw-ring-color: var(--color-black);
  }

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

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-30:disabled {
    opacity: .3;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
    animation: accordion-up var(--tw-duration, .2s) ease-out;
  }

  .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
    animation: accordion-down var(--tw-duration, .2s) ease-out;
  }

  .data-\[state\=open\]\:bg-white\/60[data-state="open"] {
    background-color: #fff9;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .data-\[state\=open\]\:bg-white\/60[data-state="open"] {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }

  @media (width >= 40rem) {
    .sm\:mb-\[28px\] {
      margin-bottom: 28px;
    }
  }

  @media (width >= 40rem) {
    .sm\:mb-\[64px\] {
      margin-bottom: 64px;
    }
  }

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

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

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

  @media (width >= 40rem) {
    .sm\:gap-\[48px\] {
      gap: 48px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[64px\] {
      gap: 64px;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-\[24px\] {
      padding-inline: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:py-\[80px\] {
      padding-block: 80px;
    }
  }

  @media (width >= 40rem) {
    .sm\:py-\[120px\] {
      padding-block: 120px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-left {
      text-align: left;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[15px\] {
      font-size: 15px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[64px\] {
      font-size: 64px;
    }
  }

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

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

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

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

  @media (width >= 64rem) {
    .lg\:px-\[48px\] {
      padding-inline: 48px;
    }
  }

  .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
    rotate: 180deg;
  }
}

: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-space-y-reverse {
  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-ordinal {
  syntax: "*";
  inherits: false
}

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

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

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

@property --tw-numeric-fraction {
  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-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;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes accordion-down {
  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height, var(--bits-accordion-content-height));
  }
}

@keyframes accordion-up {
  from {
    height: var(--radix-accordion-content-height, var(--bits-accordion-content-height));
  }

  to {
    height: 0;
  }
}
