/*! 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-border-style: solid;
      --tw-leading: 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;
    }
  }
}

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

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

  .relative {
    position: relative;
  }

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

  .inset-\[-0\.74\%_0\.29\%_-4\.3\%_0\.29\%\] {
    inset: -.74% .29% -4.3%;
  }

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

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

  .inset-\[-9\.09\%_-0\.74\%\] {
    inset: -9.09% -.74%;
  }

  .inset-\[-14\.14\%_-12\.26\%\] {
    inset: -14.14% -12.26%;
  }

  .inset-\[5\.46\%_7\.37\%_12\.95\%_7\.37\%\] {
    inset: 5.46% 7.37% 12.95%;
  }

  .inset-\[9\.76\%_11\.47\%_16\.42\%_11\.47\%\] {
    inset: 9.76% 11.47% 16.42%;
  }

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

  .inset-\[12\.5\%_10\.53\%\] {
    inset: 12.5% 10.53%;
  }

  .inset-\[14\.91\%_10\.53\%\] {
    inset: 14.91% 10.53%;
  }

  .inset-\[14\.91\%_10\.53\%_37\.72\%_10\.53\%\] {
    inset: 14.91% 10.53% 37.72%;
  }

  .inset-\[64\.04\%_36\.84\%_13\.16\%_36\.84\%\] {
    inset: 64.04% 36.84% 13.16%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-px {
    top: 1px;
  }

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

  .right-\[6\.7\%\] {
    right: 6.7%;
  }

  .right-\[21\.05\%\] {
    right: 21.05%;
  }

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

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

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

  .bottom-\[14\.91\%\] {
    bottom: 14.91%;
  }

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

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

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

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

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

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

  .left-\[6\.7\%\] {
    left: 6.7%;
  }

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

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

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

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

  .left-\[21\.05\%\] {
    left: 21.05%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-start-1 {
    grid-column-start: 1;
  }

  .col-end-auto {
    grid-column-end: auto;
  }

  .row-start-1 {
    grid-row-start: 1;
  }

  .row-end-auto {
    grid-row-end: auto;
  }

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

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

  .aspect-\[24\/24\] {
    aspect-ratio: 24 / 24;
  }

  .aspect-\[255\/255\] {
    aspect-ratio: 255 / 255;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[271\.659px\] {
    width: 271.659px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

  .flex-none {
    flex: none;
  }

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

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

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

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

  .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-center {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mask-size-\[59px_59px\] {
    mask-size: 59px 59px;
  }

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

  .mask-position-\[14px_35px\] {
    mask-position: 14px 35px;
  }

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

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

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

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

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

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

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

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

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

  .pr-px {
    padding-right: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[3\.7px\] {
    --tw-tracking: 3.7px;
    letter-spacing: 3.7px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .opacity-80 {
    opacity: .8;
  }

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

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

  @media (hover: hover) {
    .hover\:scale-95:hover {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

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

  .active\:scale-90:active {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}

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

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