/*! 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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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;
    }
  }
}

@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-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-7xl: 80rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --drop-shadow-lg: 0 4px 4px #00000026;
    --blur-sm: 8px;
    --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;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-3\.23\%_-0\.54\%\] {
    inset: -3.23% -.54%;
  }

  .inset-\[-3\.23\%_-0\.55\%_-3\.23\%_-0\.54\%\] {
    inset: -3.23% -.55% -3.23% -.54%;
  }

  .inset-\[-4\%_-0\.68\%_-4\.01\%_-0\.67\%\] {
    inset: -4% -.68% -4.01% -.67%;
  }

  .inset-\[38\.01\%_19\.08\%_53\.42\%_51\.05\%\] {
    inset: 38.01% 19.08% 53.42% 51.05%;
  }

  .inset-\[38\.01\%_50\.55\%_53\.42\%_19\.58\%\] {
    inset: 38.01% 50.55% 53.42% 19.58%;
  }

  .inset-\[66\.45\%_30\.9\%_25\.55\%_50\.6\%\] {
    inset: 66.45% 30.9% 25.55% 50.6%;
  }

  .inset-\[66\.45\%_49\.8\%_25\.55\%_31\.65\%\] {
    inset: 66.45% 49.8% 25.55% 31.65%;
  }

  .inset-\[77\.68\%_30\.55\%_15\.87\%_30\.65\%\] {
    inset: 77.68% 30.55% 15.87% 30.65%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[93\.15\%\] {
    top: 93.15%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-px {
    top: 1px;
  }

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

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

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

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

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

  .right-\[20\.68\%\] {
    right: 20.68%;
  }

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

  .bottom-\[10\%\] {
    bottom: 10%;
  }

  .bottom-\[15\%\] {
    bottom: 15%;
  }

  .bottom-\[43\.15\%\] {
    bottom: 43.15%;
  }

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

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

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

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

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

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

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

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

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

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

  .left-\[19\.5\%\] {
    left: 19.5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[1017\.9px\] {
    left: 1017.9px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[1438\.9px\] {
    left: 1438.9px;
  }

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

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

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

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

  .left-\[1808\.9px\] {
    left: 1808.9px;
  }

  .left-px {
    left: 1px;
  }

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

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

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

  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }

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

  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

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

  .w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

  .w-\[83\.4px\] {
    width: 83.4px;
  }

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

  .w-\[88\.4px\] {
    width: 88.4px;
  }

  .w-\[99\.3px\] {
    width: 99.3px;
  }

  .w-\[105\.4px\] {
    width: 105.4px;
  }

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

  .w-\[108\.6px\] {
    width: 108.6px;
  }

  .w-\[109\.3px\] {
    width: 109.3px;
  }

  .w-\[112\.3px\] {
    width: 112.3px;
  }

  .w-\[113\.3px\] {
    width: 113.3px;
  }

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

  .w-\[117\.3px\] {
    width: 117.3px;
  }

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

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

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

  .w-\[172\.3px\] {
    width: 172.3px;
  }

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

  .w-\[177\.9px\] {
    width: 177.9px;
  }

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

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

  .w-\[207\.9px\] {
    width: 207.9px;
  }

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

  .w-\[218\.1px\] {
    width: 218.1px;
  }

  .w-\[228\.8px\] {
    width: 228.8px;
  }

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

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

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

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

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

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

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

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

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

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

  .w-\[384\.9px\] {
    width: 384.9px;
  }

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

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

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

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

  .w-\[530\.6px\] {
    width: 530.6px;
  }

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

  .w-\[548\.1px\] {
    width: 548.1px;
  }

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

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

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

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

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

  .w-\[651\.9px\] {
    width: 651.9px;
  }

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

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

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

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

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

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

  .w-\[705\.6px\] {
    width: 705.6px;
  }

  .w-\[722\.9px\] {
    width: 722.9px;
  }

  .w-\[727\.6px\] {
    width: 727.6px;
  }

  .w-\[748\.9px\] {
    width: 748.9px;
  }

  .w-\[760\.8px\] {
    width: 760.8px;
  }

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

  .w-\[780\.7px\] {
    width: 780.7px;
  }

  .w-\[996\.3px\] {
    width: 996.3px;
  }

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

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

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

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

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

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  :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-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .rounded-sm {
    border-radius: calc(var(--radius)  - 4px);
  }

  .rounded-xl {
    border-radius: calc(var(--radius)  + 4px);
  }

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

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

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

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

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

  .border-\[\#d2b87d\]\/20 {
    border-color: oklab(79.1352% .00467867 .0821788 / .2);
  }

  .border-\[\#d2b87d\]\/30 {
    border-color: oklab(79.1352% .00467867 .0821788 / .3);
  }

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

  .bg-\[\#72685e\]\/90 {
    background-color: oklab(52.358% .00766063 .0183764 / .9);
  }

  .bg-\[\#72685e\]\/95 {
    background-color: oklab(52.358% .00766063 .0183764 / .95);
  }

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

  .bg-\[\#d2b87d\]\/20 {
    background-color: oklab(79.1352% .00467867 .0821788 / .2);
  }

  .bg-\[\#d2b87d\]\/30 {
    background-color: oklab(79.1352% .00467867 .0821788 / .3);
  }

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

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

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

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

  .bg-black\/40 {
    background-color: #0006;
  }

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

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

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

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

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

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

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

  .from-\[\#d2b87d\] {
    --tw-gradient-from: #d2b87d;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

  .via-\[\#d2b87d\] {
    --tw-gradient-via: #d2b87d;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .to-\[\#c9a769\] {
    --tw-gradient-to: #c9a769;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

  .bg-repeat {
    background-repeat: repeat;
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[599px_40px\] {
    mask-size: 599px 40px;
  }

  .mask-size-\[776px_50px\] {
    mask-size: 776px 50px;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[0px\] {
    mask-position: 0;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[29\.927px\] {
    --tw-leading: 29.927px;
    line-height: 29.927px;
  }

  .leading-\[31\.111px\] {
    --tw-leading: 31.111px;
    line-height: 31.111px;
  }

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

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

  .leading-\[47\.2px\] {
    --tw-leading: 47.2px;
    line-height: 47.2px;
  }

  .leading-\[52\.4px\] {
    --tw-leading: 52.4px;
    line-height: 52.4px;
  }

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

  .leading-\[79\.6px\] {
    --tw-leading: 79.6px;
    line-height: 79.6px;
  }

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

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[2\.643px\] {
    --tw-tracking: 2.643px;
    letter-spacing: 2.643px;
  }

  .tracking-\[2\.7607px\] {
    --tw-tracking: 2.7607px;
    letter-spacing: 2.7607px;
  }

  .tracking-\[2\.7626px\] {
    --tw-tracking: 2.7626px;
    letter-spacing: 2.7626px;
  }

  .tracking-\[2\.7627px\] {
    --tw-tracking: 2.7627px;
    letter-spacing: 2.7627px;
  }

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

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

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

  .text-\[\#71675d\]\/70 {
    color: oklab(52.0087% .00767441 .0184058 / .7);
  }

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

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

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

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

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

  .text-\[\#f8f7f2\]\/70 {
    color: oklab(97.5522% -.000856847 .00664163 / .7);
  }

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

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

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

  .opacity-5 {
    opacity: .05;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-90 {
    opacity: .9;
  }

  .opacity-\[0\.541\] {
    opacity: .541;
  }

  .mix-blend-darken {
    mix-blend-mode: darken;
  }

  .mix-blend-screen {
    mix-blend-mode: screen;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px 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);
  }

  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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 {
    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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  @media (hover: hover) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

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

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

  @media (hover: hover) {
    .hover\:bg-\[\#d2b87d\]\/20:hover {
      background-color: oklab(79.1352% .00467867 .0821788 / .2);
    }
  }

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

  @media (hover: hover) {
    .hover\:from-\[\#e5c890\]:hover {
      --tw-gradient-from: #e5c890;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  @media (hover: hover) {
    .hover\:to-\[\#d2b87d\]:hover {
      --tw-gradient-to: #d2b87d;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#d2b87d\]:hover {
      color: #d2b87d;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px 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);
    }
  }

  .focus\:border-\[\#72685e\]:focus {
    border-color: #72685e;
  }

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

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

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

: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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

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

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

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