/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-leading: 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;
    }
  }
}

@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-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --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);
    }
  }

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

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

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

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

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

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

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

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

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

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

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[0_-0\.89\%_-7\.77\%_-0\.89\%\] {
    inset: 0 -.89% -7.77%;
  }

  .inset-\[0_-1\.02\%_-12\.7\%_-1\.02\%\] {
    inset: 0 -1.02% -12.7%;
  }

  .inset-\[0_-1\.2\%_-11\.94\%_-1\.2\%\] {
    inset: 0 -1.2% -11.94%;
  }

  .inset-\[0_-1\.07\%_-2\.53\%_-1\.07\%\] {
    inset: 0 -1.07% -2.53%;
  }

  .inset-\[0_-1\.07\%_-20\.51\%_-1\.07\%\] {
    inset: 0 -1.07% -20.51%;
  }

  .inset-\[0_-1\.14\%_-12\.12\%_-1\.14\%\] {
    inset: 0 -1.14% -12.12%;
  }

  .inset-\[0_-1\.14\%_-20\.51\%_-1\.14\%\] {
    inset: 0 -1.14% -20.51%;
  }

  .inset-\[0_-1\.18\%_-17\.78\%_-1\.18\%\] {
    inset: 0 -1.18% -17.78%;
  }

  .inset-\[0_-1\.31\%_-14\.04\%_-1\.31\%\] {
    inset: 0 -1.31% -14.04%;
  }

  .inset-\[0_-1\.31\%_-17\.39\%_-1\.31\%\] {
    inset: 0 -1.31% -17.39%;
  }

  .inset-\[0_-1\.44\%_-20\.51\%_-1\.44\%\] {
    inset: 0 -1.44% -20.51%;
  }

  .inset-\[0_-1\.92\%_-24\.24\%_-1\.92\%\] {
    inset: 0 -1.92% -24.24%;
  }

  .inset-\[0_-1\.95\%_-21\.05\%_-1\.95\%\] {
    inset: 0 -1.95% -21.05%;
  }

  .inset-\[0_-2\.56\%_-22\.22\%_-2\.56\%\] {
    inset: 0 -2.56% -22.22%;
  }

  .inset-\[0_-3\.1\%_-22\.86\%_-3\.1\%\] {
    inset: 0 -3.1% -22.86%;
  }

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

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

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

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

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

  .top-\[-25\.78\%\] {
    top: -25.78%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-px {
    top: 1px;
  }

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

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

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

  .left-\[-36\.25\%\] {
    left: -36.25%;
  }

  .left-\[-43\.82\%\] {
    left: -43.82%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[57\.896px\] {
    height: 57.896px;
  }

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

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

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

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

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

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

  .h-\[126\.56\%\] {
    height: 126.56%;
  }

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

  .h-\[159\.53\%\] {
    height: 159.53%;
  }

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

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

  .h-\[205\.26\%\] {
    height: 205.26%;
  }

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

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

  .h-screen {
    height: 100vh;
  }

  .w-\[54\.184px\] {
    width: 54.184px;
  }

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

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

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

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

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

  .w-\[163\.86\%\] {
    width: 163.86%;
  }

  .w-\[182\.02\%\] {
    width: 182.02%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

  .flex-none {
    flex: none;
  }

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

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

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

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .bg-\[\#ABBF9B\], .bg-\[\#abbf9b\] {
    background-color: #abbf9b;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px 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);
  }

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

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

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

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

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

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-leading {
  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
}
