:root,
[data-theme] {
  background-color: var(--fallback-b1,oklch(var(--b1)/1));
  color: var(--fallback-bc,oklch(var(--bc)/1))
}

@supports not (color: oklch(0% 0 0)) {
  :root {
    color-scheme: light;
    --fallback-p: #491eff;
    --fallback-pc: #d4dbff;
    --fallback-s: #ff41c7;
    --fallback-sc: #fff9fc;
    --fallback-a: #00cfbd;
    --fallback-ac: #00100d;
    --fallback-n: #2b3440;
    --fallback-nc: #d7dde4;
    --fallback-b1: #ffffff;
    --fallback-b2: #e5e6e6;
    --fallback-b3: #e5e6e6;
    --fallback-bc: #1f2937;
    --fallback-in: #00b3f0;
    --fallback-inc: #000000;
    --fallback-su: #00ca92;
    --fallback-suc: #000000;
    --fallback-wa: #ffc22d;
    --fallback-wac: #000000;
    --fallback-er: #ff6f70;
    --fallback-erc: #000000
  }

  @media (prefers-color-scheme: dark) {
    :root {
      color-scheme: dark;
      --fallback-p: #7582ff;
      --fallback-pc: #050617;
      --fallback-s: #ff71cf;
      --fallback-sc: #190211;
      --fallback-a: #00c7b5;
      --fallback-ac: #000e0c;
      --fallback-n: #2a323c;
      --fallback-nc: #a6adbb;
      --fallback-b1: #1d232a;
      --fallback-b2: #191e24;
      --fallback-b3: #15191e;
      --fallback-bc: #a6adbb;
      --fallback-in: #00b3f0;
      --fallback-inc: #000000;
      --fallback-su: #00ca92;
      --fallback-suc: #000000;
      --fallback-wa: #ffc22d;
      --fallback-wac: #000000;
      --fallback-er: #ff6f70;
      --fallback-erc: #000000
    }
  }
}

html {
  -webkit-tap-highlight-color: transparent
}

* {
  scrollbar-color: color-mix(in oklch, currentColor 35%, transparent) transparent
}

*:hover {
  scrollbar-color: color-mix(in oklch, currentColor 60%, transparent) transparent
}

:root {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 13.138% 0.0392 275.75;
    --sc: 14.96% 0.052 342.55;
    --ac: 14.902% 0.0334 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 65.69% 0.196 275.75;
    --s: 74.8% 0.26 342.55;
    --a: 74.51% 0.167 183.61;
    --n: 31.3815% 0.021108 254.139175;
    --nc: 74.6477% 0.0216 264.435964;
    --b1: 25.3267% 0.015896 252.417568;
    --b2: 23.2607% 0.013807 253.100675;
    --b3: 21.1484% 0.01165 254.087939;
    --bc: 74.6477% 0.0216 264.435964
  }
}

[data-theme=light] {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952
}

[data-theme=dark] {
  color-scheme: dark;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 13.138% 0.0392 275.75;
  --sc: 14.96% 0.052 342.55;
  --ac: 14.902% 0.0334 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 65.69% 0.196 275.75;
  --s: 74.8% 0.26 342.55;
  --a: 74.51% 0.167 183.61;
  --n: 31.3815% 0.021108 254.139175;
  --nc: 74.6477% 0.0216 264.435964;
  --b1: 25.3267% 0.015896 252.417568;
  --b2: 23.2607% 0.013807 253.100675;
  --b3: 21.1484% 0.01165 254.087939;
  --bc: 74.6477% 0.0216 264.435964
}

[data-theme=synthwave] {
  color-scheme: dark;
  --b2: 20.2941% 0.076211 287.835609;
  --b3: 18.7665% 0.070475 287.835609;
  --pc: 14.4421% 0.031903 342.009383;
  --sc: 15.6543% 0.02362 227.382405;
  --ac: 17.608% 0.0412 93.72;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 72.2105% 0.159514 342.009383;
  --s: 78.2714% 0.118101 227.382405;
  --a: 88.04% 0.206 93.72;
  --n: 25.5554% 0.103537 286.507967;
  --nc: 97.9365% 0.00819 301.358346;
  --b1: 21.8216% 0.081948 287.835609;
  --bc: 97.9365% 0.00819 301.358346;
  --in: 76.5197% 0.12273 231.831603;
  --inc: 23.5017% 0.096418 290.329844;
  --su: 86.0572% 0.115038 178.624677;
  --suc: 23.5017% 0.096418 290.329844;
  --wa: 85.531% 0.122117 93.722227;
  --wac: 23.5017% 0.096418 290.329844;
  --er: 73.7005% 0.121339 32.639257;
  --erc: 23.5017% 0.096418 290.329844
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

.tw-btn {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--rounded-btn, 0.5rem);
  border-color: transparent;
  border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-width: var(--border-btn, 1px);
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1
}

.tw-btn-disabled,
  .tw-btn[disabled],
  .tw-btn:disabled {
  pointer-events: none
}

.tw-btn-square {
  height: 3rem;
  width: 3rem;
  padding: 0px
}

.tw-btn-circle {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px
}

:where(.tw-btn:is(input[type="checkbox"])),
:where(.tw-btn:is(input[type="radio"])) {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none
}

.tw-btn:is(input[type="checkbox"]):after,
.tw-btn:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content)
}

.tw-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem)
}

.tw-card:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.tw-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: var(--padding-card, 2rem);
  gap: 0.5rem
}

.tw-card-body :where(p) {
  flex-grow: 1
}

.tw-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem
}

.tw-card figure {
  display: flex;
  align-items: center;
  justify-content: center
}

.tw-card.tw-image-full {
  display: grid
}

.tw-card.tw-image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  opacity: 0.75
}

.tw-card.tw-image-full:before,
    .tw-card.tw-image-full > * {
  grid-column-start: 1;
  grid-row-start: 1
}

.tw-card.tw-image-full > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.tw-card.tw-image-full > .tw-card-body {
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))
}

.tw-dropdown {
  position: relative;
  display: inline-block
}

.tw-dropdown > *:not(summary):focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.tw-dropdown .tw-dropdown-content {
  position: absolute
}

.tw-dropdown:is(:not(details)) .tw-dropdown-content {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms
}

.tw-dropdown-end .tw-dropdown-content {
  inset-inline-end: 0px
}

.tw-dropdown-left .tw-dropdown-content {
  bottom: auto;
  inset-inline-end: 100%;
  top: 0px;
  transform-origin: right
}

.tw-dropdown-right .tw-dropdown-content {
  bottom: auto;
  inset-inline-start: 100%;
  top: 0px;
  transform-origin: left
}

.tw-dropdown-bottom .tw-dropdown-content {
  bottom: auto;
  top: 100%;
  transform-origin: top
}

.tw-dropdown-top .tw-dropdown-content {
  bottom: 100%;
  top: auto;
  transform-origin: bottom
}

.tw-dropdown-end.tw-dropdown-right .tw-dropdown-content {
  bottom: 0px;
  top: auto
}

.tw-dropdown-end.tw-dropdown-left .tw-dropdown-content {
  bottom: 0px;
  top: auto
}

.tw-dropdown.tw-dropdown-open .tw-dropdown-content,
.tw-dropdown:not(.tw-dropdown-hover):focus .tw-dropdown-content,
.tw-dropdown:focus-within .tw-dropdown-content {
  visibility: visible;
  opacity: 1
}

@media (hover: hover) {
  .tw-dropdown.tw-dropdown-hover:hover .tw-dropdown-content {
    visibility: visible;
    opacity: 1
  }

  .tw-btn:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          )
    }
  }

  @supports not (color: oklch(0% 0 0)) {
    .tw-btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2))
    }
  }

  .tw-btn:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          )
    }
  }

  @supports not (color: oklch(0% 0 0)) {
    .tw-btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2))
    }
  }

  .tw-btn:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          )
    }
  }

  @supports not (color: oklch(0% 0 0)) {
    .tw-btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2))
    }
  }

  .tw-btn.tw-glass:hover {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%
  }

  .tw-btn-ghost:hover {
    border-color: transparent
  }

  @supports (color: oklch(0% 0 0)) {
    .tw-btn-ghost:hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.2))
    }
  }

  .tw-btn-ghost:hover {
    border-color: transparent
  }

  @supports (color: oklch(0% 0 0)) {
    .tw-btn-ghost:hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.2))
    }
  }

  .tw-btn-link:hover {
    border-color: transparent;
    background-color: transparent;
    text-decoration-line: underline
  }

  .tw-btn-outline:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)))
  }

  .tw-btn-outline.tw-btn-primary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-primary:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-primary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-primary:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-primary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-primary:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-primary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-primary:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-secondary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-secondary:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-secondary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-secondary:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-secondary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-secondary:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-secondary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-secondary:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-accent:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-accent:hover {
      background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-accent:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-accent:hover {
      background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-accent:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-accent:hover {
      background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-accent:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-accent:hover {
      background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-success:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-success:hover {
      background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-success:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-success:hover {
      background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-success:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-success:hover {
      background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-success:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-success:hover {
      background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-info:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-info:hover {
      background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-info:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-info:hover {
      background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-info:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-info:hover {
      background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-info:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-info:hover {
      background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-warning:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-warning:hover {
      background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-warning:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-warning:hover {
      background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-warning:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-warning:hover {
      background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-warning:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-warning:hover {
      background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-error:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-error:hover {
      background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-error:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-error:hover {
      background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-error:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-error:hover {
      background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black)
    }
  }

  .tw-btn-outline.tw-btn-error:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn-outline.tw-btn-error:hover {
      background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black)
    }
  }

  .tw-btn-disabled:hover,
    .tw-btn[disabled]:hover,
    .tw-btn:disabled:hover {
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2
  }

  @supports (color: color-mix(in oklab, black, black)) {
    .tw-btn:is(input[type="checkbox"]:checked):hover, .tw-btn:is(input[type="radio"]:checked):hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black)
    }
  }

  .tw-dropdown.tw-dropdown-hover:hover .tw-dropdown-content {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }
}

.tw-dropdown:is(details) summary::-webkit-details-marker {
  display: none
}

.tw-input {
  flex-shrink: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}

.tw-input[type="number"]::-webkit-inner-spin-button,
.tw-input-md[type="number"]::-webkit-inner-spin-button {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-inline-end: -1rem
}

.tw-join .tw-dropdown .tw-join-item:first-child:not(:last-child),
  .tw-join *:first-child:not(:last-child) .tw-dropdown .tw-join-item {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit
}

.tw-menu :where(li > .tw-menu-dropdown:not(.tw-menu-dropdown-show)) {
  display: none
}

.tw-progress {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  height: 0.5rem;
  border-radius: var(--rounded-box, 1rem);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2))
}

.tw-alert-info {
  border-color: var(--fallback-in,oklch(var(--in)/0.2));
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-in,oklch(var(--in)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1))
}

.tw-alert-success {
  border-color: var(--fallback-su,oklch(var(--su)/0.2));
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-su,oklch(var(--su)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1))
}

.tw-alert-warning {
  border-color: var(--fallback-wa,oklch(var(--wa)/0.2));
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-wa,oklch(var(--wa)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1))
}

.tw-alert-error {
  border-color: var(--fallback-er,oklch(var(--er)/0.2));
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-er,oklch(var(--er)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1))
}

.tw-badge-neutral {
  --tw-border-opacity: 1;
  border-color: var(--fallback-n,oklch(var(--n)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))
}

.tw-badge-primary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
}

.tw-badge-secondary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))
}

.tw-badge-accent {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))
}

.tw-badge-info {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))
}

.tw-badge-success {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))
}

.tw-badge-warning {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))
}

.tw-badge-error {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))
}

.tw-badge-ghost {
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))
}

.tw-badge-outline {
  border-color: currentColor;
  --tw-border-opacity: 0.5;
  background-color: transparent;
  color: currentColor
}

.tw-badge-outline.tw-badge-neutral {
  --tw-text-opacity: 1;
  color: var(--fallback-n,oklch(var(--n)/var(--tw-text-opacity)))
}

.tw-badge-outline.tw-badge-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)))
}

.tw-badge-outline.tw-badge-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)))
}

.tw-badge-outline.tw-badge-accent {
  --tw-text-opacity: 1;
  color: var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity)))
}

.tw-badge-outline.tw-badge-info {
  --tw-text-opacity: 1;
  color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)))
}

.tw-badge-outline.tw-badge-success {
  --tw-text-opacity: 1;
  color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)))
}

.tw-badge-outline.tw-badge-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)))
}

.tw-badge-outline.tw-badge-error {
  --tw-text-opacity: 1;
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)))
}

@media (prefers-reduced-motion: no-preference) {
  .tw-btn {
    animation: button-pop var(--animation-btn, 0.25s) ease-out
  }
}

.tw-btn:active:hover,
  .tw-btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97))
}

@supports not (color: oklch(0% 0 0)) {
  .tw-btn {
    background-color: var(--btn-color, var(--fallback-b2));
    border-color: var(--btn-color, var(--fallback-b2))
  }

  .tw-btn-primary {
    --btn-color: var(--fallback-p)
  }

  .tw-btn-secondary {
    --btn-color: var(--fallback-s)
  }

  .tw-btn-accent {
    --btn-color: var(--fallback-a)
  }

  .tw-btn-neutral {
    --btn-color: var(--fallback-n)
  }

  .tw-btn-info {
    --btn-color: var(--fallback-in)
  }

  .tw-btn-success {
    --btn-color: var(--fallback-su)
  }

  .tw-btn-warning {
    --btn-color: var(--fallback-wa)
  }

  .tw-btn-error {
    --btn-color: var(--fallback-er)
  }
}

@supports (color: color-mix(in oklab, black, black)) {
  .tw-btn-active {
    background-color: color-mix(
          in oklab,
          oklch(var(--btn-color, var(--b3)) / var(--tw-bg-opacity, 1)) 90%,
          black
        );
    border-color: color-mix(
          in oklab,
          oklch(var(--btn-color, var(--b3)) / var(--tw-border-opacity, 1)) 90%,
          black
        )
  }

  .tw-btn-outline.tw-btn-primary.tw-btn-active {
    background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black)
  }

  .tw-btn-outline.tw-btn-secondary.tw-btn-active {
    background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black)
  }

  .tw-btn-outline.tw-btn-accent.tw-btn-active {
    background-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-a,oklch(var(--a)/1)) 90%, black)
  }

  .tw-btn-outline.tw-btn-success.tw-btn-active {
    background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black)
  }

  .tw-btn-outline.tw-btn-info.tw-btn-active {
    background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black)
  }

  .tw-btn-outline.tw-btn-warning.tw-btn-active {
    background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black)
  }

  .tw-btn-outline.tw-btn-error.tw-btn-active {
    background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black)
  }
}

.tw-btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px
}

.tw-btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1))
}

@supports (color: oklch(0% 0 0)) {
  .tw-btn-primary {
    --btn-color: var(--p)
  }

  .tw-btn-secondary {
    --btn-color: var(--s)
  }

  .tw-btn-accent {
    --btn-color: var(--a)
  }

  .tw-btn-neutral {
    --btn-color: var(--n)
  }

  .tw-btn-info {
    --btn-color: var(--in)
  }

  .tw-btn-success {
    --btn-color: var(--su)
  }

  .tw-btn-warning {
    --btn-color: var(--wa)
  }

  .tw-btn-error {
    --btn-color: var(--er)
  }
}

.tw-btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-s,oklch(var(--s)/1))
}

.tw-btn-accent {
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
  outline-color: var(--fallback-a,oklch(var(--a)/1))
}

.tw-btn-neutral {
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-n,oklch(var(--n)/1))
}

.tw-btn-info {
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-in,oklch(var(--in)/1))
}

.tw-btn-success {
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-su,oklch(var(--su)/1))
}

.tw-btn-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  outline-color: var(--fallback-wa,oklch(var(--wa)/1))
}

.tw-btn-error {
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-er,oklch(var(--er)/1))
}

.tw-btn.tw-glass {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor
}

.tw-btn.tw-glass.tw-btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%
}

.tw-btn-ghost {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor
}

.tw-btn-ghost.tw-btn-active {
  border-color: transparent;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2))
}

.tw-btn-link {
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
  text-decoration-line: underline;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor
}

.tw-btn-link.tw-btn-active {
  border-color: transparent;
  background-color: transparent;
  text-decoration-line: underline
}

.tw-btn-outline {
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-btn-outline.tw-btn-active {
  --tw-border-opacity: 1;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-primary.tw-btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-secondary.tw-btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-accent {
  --tw-text-opacity: 1;
  color: var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-accent.tw-btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-success {
  --tw-text-opacity: 1;
  color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-success.tw-btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-info {
  --tw-text-opacity: 1;
  color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-info.tw-btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-warning.tw-btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-error {
  --tw-text-opacity: 1;
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)))
}

.tw-btn-outline.tw-btn-error.tw-btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))
}

.tw-btn.tw-btn-disabled,
  .tw-btn[disabled],
  .tw-btn:disabled {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.2;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2
}

.tw-btn:is(input[type="checkbox"]:checked),
.tw-btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
}

.tw-btn:is(input[type="checkbox"]:checked):focus-visible, .tw-btn:is(input[type="radio"]:checked):focus-visible {
  outline-color: var(--fallback-p,oklch(var(--p)/1))
}

@keyframes button-pop {
  0% {
    transform: scale(var(--btn-focus-scale, 0.98))
  }

  40% {
    transform: scale(1.02)
  }

  100% {
    transform: scale(1)
  }
}

.tw-card :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset
}

.tw-card :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit
}

.tw-card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px
}

.tw-card.tw-bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))
}

.tw-card.tw-compact .tw-card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem
}

.tw-card.tw-image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit
}

@keyframes checkmark {
  0% {
    background-position-y: 5px
  }

  50% {
    background-position-y: -2px
  }

  100% {
    background-position-y: 0
  }
}

.tw-dropdown.tw-dropdown-open .tw-dropdown-content,
.tw-dropdown:focus .tw-dropdown-content,
.tw-dropdown:focus-within .tw-dropdown-content {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-label-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))
}

.tw-label-text-alt {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))
}

.tw-input input {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  background-color: transparent
}

.tw-input input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.tw-input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em
}

.tw-input:focus,
  .tw-input:focus-within {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2))
}

.tw-input:has(> input[disabled]),
  .tw-input-disabled,
  .tw-input:disabled,
  .tw-input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4))
}

.tw-input:has(> input[disabled])::-moz-placeholder, .tw-input-disabled::-moz-placeholder, .tw-input:disabled::-moz-placeholder, .tw-input[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2
}

.tw-input:has(> input[disabled])::placeholder,
  .tw-input-disabled::placeholder,
  .tw-input:disabled::placeholder,
  .tw-input[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2
}

.tw-input:has(> input[disabled]) > input[disabled] {
  cursor: not-allowed
}

.tw-input::-webkit-date-and-time-value {
  text-align: inherit
}

.tw-join > :where(*:not(:first-child)):is(.tw-btn) {
  margin-inline-start: calc(var(--border-btn) * -1)
}

.tw-menu :where(li > details > summary):after,
.tw-menu :where(li > .tw-menu-dropdown-toggle):after {
  justify-self: end;
  display: block;
  margin-top: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  transition-property: transform, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none
}

.tw-menu :where(li > details[open] > summary):after,
.tw-menu :where(li > .tw-menu-dropdown-toggle.tw-menu-dropdown-show):after {
  transform: rotate(225deg);
  margin-top: 0
}

.tw-mockup-browser .tw-mockup-browser-toolbar .tw-input {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding-left: 2rem;
  direction: ltr
}

.tw-mockup-browser .tw-mockup-browser-toolbar .tw-input:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  opacity: 0.6
}

.tw-mockup-browser .tw-mockup-browser-toolbar .tw-input:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6
}

@keyframes modal-pop {
  0% {
    opacity: 0
  }
}

.tw-progress::-moz-progress-bar {
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)))
}

.tw-progress-success::-moz-progress-bar {
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)))
}

.tw-progress:indeterminate {
  --progress-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-image: repeating-linear-gradient(
    90deg,
    var(--progress-color) -1%,
    var(--progress-color) 10%,
    transparent 10%,
    transparent 90%
  );
  background-size: 200%;
  background-position-x: 15%;
  animation: progress-loading 5s ease-in-out infinite
}

.tw-progress-success:indeterminate {
  --progress-color: var(--fallback-su,oklch(var(--su)/1))
}

.tw-progress::-webkit-progress-bar {
  border-radius: var(--rounded-box, 1rem);
  background-color: transparent
}

.tw-progress::-webkit-progress-value {
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)))
}

.tw-progress-success::-webkit-progress-value {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)))
}

.tw-progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
  background-image: repeating-linear-gradient(
    90deg,
    var(--progress-color) -1%,
    var(--progress-color) 10%,
    transparent 10%,
    transparent 90%
  );
  background-size: 200%;
  background-position-x: 15%;
  animation: progress-loading 5s ease-in-out infinite
}

@keyframes progress-loading {
  50% {
    background-position-x: -115%
  }
}

@keyframes radiomark {
  0% {
    box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset
  }

  50% {
    box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset
  }

  100% {
    box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset
  }
}

@keyframes rating-pop {
  0% {
    transform: translateY(-0.125em)
  }

  40% {
    transform: translateY(-0.125em)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes skeleton {
  from {
    background-position: 150%
  }

  to {
    background-position: -50%
  }
}

@keyframes toast-pop {
  0% {
    transform: scale(0.9);
    opacity: 0
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

.tw-glass,
  .tw-glass.tw-btn-active {
  border: none;
  -webkit-backdrop-filter: blur(var(--glass-blur, 40px));
          backdrop-filter: blur(var(--glass-blur, 40px));
  background-color: transparent;
  background-image: linear-gradient(
        135deg,
        rgb(255 255 255 / var(--glass-opacity, 30%)) 0%,
        rgb(0 0 0 / 0%) 100%
      ),
      linear-gradient(
        var(--glass-reflex-degree, 100deg),
        rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%,
        rgb(0 0 0 / 0%) 25%
      );
  box-shadow: 0 0 0 1px rgb(255 255 255 / var(--glass-border-opacity, 10%)) inset,
      0 0 0 2px rgb(0 0 0 / 5%);
  text-shadow: 0 1px rgb(0 0 0 / var(--glass-text-shadow-opacity, 5%))
}

@media (hover: hover) {
  .tw-glass.tw-btn-active {
    border: none;
    -webkit-backdrop-filter: blur(var(--glass-blur, 40px));
            backdrop-filter: blur(var(--glass-blur, 40px));
    background-color: transparent;
    background-image: linear-gradient(
          135deg,
          rgb(255 255 255 / var(--glass-opacity, 30%)) 0%,
          rgb(0 0 0 / 0%) 100%
        ),
        linear-gradient(
          var(--glass-reflex-degree, 100deg),
          rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%,
          rgb(0 0 0 / 0%) 25%
        );
    box-shadow: 0 0 0 1px rgb(255 255 255 / var(--glass-border-opacity, 10%)) inset,
        0 0 0 2px rgb(0 0 0 / 5%);
    text-shadow: 0 1px rgb(0 0 0 / var(--glass-text-shadow-opacity, 5%))
  }
}

.tw-badge-xs {
  height: 0.75rem;
  font-size: 0.75rem;
  line-height: .75rem;
  padding-left: 0.313rem;
  padding-right: 0.313rem
}

.tw-badge-sm {
  height: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 0.438rem;
  padding-right: 0.438rem
}

.tw-badge-md {
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 0.563rem;
  padding-right: 0.563rem
}

.tw-badge-lg {
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 0.688rem;
  padding-right: 0.688rem
}

.tw-btm-nav-xs {
  height: 2.5rem
}

.tw-btm-nav-xs > *:where(.tw-active) {
  border-top-width: 1px
}

.tw-btm-nav-xs .tw-btm-nav-label {
  font-size: 0.75rem;
  line-height: 1rem
}

.tw-btm-nav-sm {
  height: 3rem
}

.tw-btm-nav-sm > *:where(.tw-active) {
  border-top-width: 2px
}

.tw-btm-nav-sm .tw-btm-nav-label {
  font-size: 0.75rem;
  line-height: 1rem
}

.tw-btm-nav-md {
  height: 4rem
}

.tw-btm-nav-md > *:where(.tw-active) {
  border-top-width: 2px
}

.tw-btm-nav-md .tw-btm-nav-label {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.tw-btm-nav-lg {
  height: 5rem
}

.tw-btm-nav-lg > *:where(.tw-active) {
  border-top-width: 4px
}

.tw-btm-nav-lg .tw-btm-nav-label {
  font-size: 1rem;
  line-height: 1.5rem
}

.tw-btn-xs {
  height: 1.5rem;
  min-height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem
}

.tw-btn-sm {
  height: 2rem;
  min-height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem
}

.tw-btn-md {
  height: 3rem;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem
}

.tw-btn-lg {
  height: 4rem;
  min-height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem
}

.tw-btn-wide {
  width: 16rem
}

.tw-btn-block {
  width: 100%
}

.tw-btn-square:where(.tw-btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0px
}

.tw-btn-square:where(.tw-btn-sm) {
  height: 2rem;
  width: 2rem;
  padding: 0px
}

.tw-btn-square:where(.tw-btn-md) {
  height: 3rem;
  width: 3rem;
  padding: 0px
}

.tw-btn-square:where(.tw-btn-lg) {
  height: 4rem;
  width: 4rem;
  padding: 0px
}

.tw-btn-circle:where(.tw-btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  padding: 0px
}

.tw-btn-circle:where(.tw-btn-sm) {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0px
}

.tw-btn-circle:where(.tw-btn-md) {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px
}

.tw-btn-circle:where(.tw-btn-lg) {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0px
}

.tw-card-compact .tw-card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem
}

.tw-card-normal .tw-card-body {
  padding: var(--padding-card, 2rem);
  font-size: 1rem;
  line-height: 1.5rem
}

.tw-join.tw-join-vertical > :where(*:not(:first-child)):is(.tw-btn) {
  margin-top: calc(var(--border-btn) * -1)
}

.tw-join.tw-join-horizontal > :where(*:not(:first-child)):is(.tw-btn) {
  margin-inline-start: calc(var(--border-btn) * -1)
}

.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.tw-pointer-events-none {
  pointer-events: none
}

.tw-absolute {
  position: absolute
}

.tw-relative {
  position: relative
}

.tw-inset-0 {
  inset: 0px
}

.-tw-right-1 {
  right: -0.25rem
}

.-tw-right-1\.5 {
  right: -0.375rem
}

.-tw-right-3 {
  right: -0.75rem
}

.-tw-top-2 {
  top: -0.5rem
}

.tw-right-1 {
  right: 0.25rem
}

.tw-right-10 {
  right: 2.5rem
}

.tw-top-1 {
  top: 0.25rem
}

.tw-top-1\.5 {
  top: 0.375rem
}

.tw-top-2 {
  top: 0.5rem
}

.tw-top-2\.5 {
  top: 0.625rem
}

.tw-top-9 {
  top: 2.25rem
}

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

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

.tw-m-0 {
  margin: 0px
}

.tw-m-4 {
  margin: 1rem
}

.\!tw-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important
}

.\!tw-my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.-tw-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem
}

.-tw-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem
}

.-tw-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem
}

.-tw-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem
}

.-tw-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem
}

.-tw-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem
}

.-tw-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem
}

.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem
}

.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto
}

.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px
}

.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}

.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}

.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.\!tw-mb-3 {
  margin-bottom: 0.75rem !important
}

.\!tw-mt-0 {
  margin-top: 0px !important
}

.-tw-mb-0 {
  margin-bottom: -0px
}

.-tw-mb-0\.5 {
  margin-bottom: -0.125rem
}

.-tw-mb-1 {
  margin-bottom: -0.25rem
}

.-tw-mb-6 {
  margin-bottom: -1.5rem
}

.-tw-mt-1 {
  margin-top: -0.25rem
}

.-tw-mt-1\.5 {
  margin-top: -0.375rem
}

.-tw-mt-2 {
  margin-top: -0.5rem
}

.-tw-mt-5 {
  margin-top: -1.25rem
}

.-tw-mt-8 {
  margin-top: -2rem
}

.-tw-mt-px {
  margin-top: -1px
}

.tw-mb-0 {
  margin-bottom: 0px
}

.tw-mb-0\.5 {
  margin-bottom: 0.125rem
}

.tw-mb-1 {
  margin-bottom: 0.25rem
}

.tw-mb-1\.5 {
  margin-bottom: 0.375rem
}

.tw-mb-10 {
  margin-bottom: 2.5rem
}

.tw-mb-2 {
  margin-bottom: 0.5rem
}

.tw-mb-2\.5 {
  margin-bottom: 0.625rem
}

.tw-mb-3 {
  margin-bottom: 0.75rem
}

.tw-mb-4 {
  margin-bottom: 1rem
}

.tw-mb-5 {
  margin-bottom: 1.25rem
}

.tw-mb-6 {
  margin-bottom: 1.5rem
}

.tw-mb-8 {
  margin-bottom: 2rem
}

.tw-ml-1 {
  margin-left: 0.25rem
}

.tw-ml-1\.5 {
  margin-left: 0.375rem
}

.tw-ml-2 {
  margin-left: 0.5rem
}

.tw-ml-2\.5 {
  margin-left: 0.625rem
}

.tw-ml-3 {
  margin-left: 0.75rem
}

.tw-ml-4 {
  margin-left: 1rem
}

.tw-ml-5 {
  margin-left: 1.25rem
}

.tw-ml-7 {
  margin-left: 1.75rem
}

.tw-ml-9 {
  margin-left: 2.25rem
}

.tw-mr-1 {
  margin-right: 0.25rem
}

.tw-mr-1\.5 {
  margin-right: 0.375rem
}

.tw-mr-2 {
  margin-right: 0.5rem
}

.tw-mr-2\.5 {
  margin-right: 0.625rem
}

.tw-mr-3 {
  margin-right: 0.75rem
}

.tw-mr-4 {
  margin-right: 1rem
}

.tw-mt-0 {
  margin-top: 0px
}

.tw-mt-0\.5 {
  margin-top: 0.125rem
}

.tw-mt-1 {
  margin-top: 0.25rem
}

.tw-mt-1\.5 {
  margin-top: 0.375rem
}

.tw-mt-10 {
  margin-top: 2.5rem
}

.tw-mt-12 {
  margin-top: 3rem
}

.tw-mt-2 {
  margin-top: 0.5rem
}

.tw-mt-2\.5 {
  margin-top: 0.625rem
}

.tw-mt-3 {
  margin-top: 0.75rem
}

.tw-mt-4 {
  margin-top: 1rem
}

.tw-mt-5 {
  margin-top: 1.25rem
}

.tw-mt-6 {
  margin-top: 1.5rem
}

.tw-mt-7 {
  margin-top: 1.75rem
}

.tw-mt-8 {
  margin-top: 2rem
}

.tw-mt-9 {
  margin-top: 2.25rem
}

.tw-mt-\[63px\] {
  margin-top: 63px
}

.tw-mt-\[64px\] {
  margin-top: 64px
}

.tw-mt-px {
  margin-top: 1px
}

.tw-block {
  display: block
}

.tw-inline-block {
  display: inline-block
}

.tw-inline {
  display: inline
}

.tw-flex {
  display: flex
}

.tw-inline-flex {
  display: inline-flex
}

.tw-grid {
  display: grid
}

.tw-hidden {
  display: none
}

.tw-h-10 {
  height: 2.5rem
}

.tw-h-4 {
  height: 1rem
}

.tw-h-5 {
  height: 1.25rem
}

.tw-h-6 {
  height: 1.5rem
}

.tw-h-7 {
  height: 1.75rem
}

.tw-h-8 {
  height: 2rem
}

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

.tw-h-\[420px\] {
  height: 420px
}

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

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

.tw-h-screen {
  height: 100vh
}

.tw-min-h-0 {
  min-height: 0px
}

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

.\!tw-w-28 {
  width: 7rem !important
}

.tw-w-10 {
  width: 2.5rem
}

.tw-w-4 {
  width: 1rem
}

.tw-w-48 {
  width: 12rem
}

.tw-w-5 {
  width: 1.25rem
}

.tw-w-56 {
  width: 14rem
}

.tw-w-6 {
  width: 1.5rem
}

.tw-w-7 {
  width: 1.75rem
}

.tw-w-8 {
  width: 2rem
}

.tw-w-9 {
  width: 2.25rem
}

.tw-w-96 {
  width: 24rem
}

.tw-w-\[128px\] {
  width: 128px
}

.tw-w-full {
  width: 100%
}

.tw-w-screen {
  width: 100vw
}

.tw-min-w-\[18px\] {
  min-width: 18px
}

.\!tw-max-w-xs {
  max-width: 20rem !important
}

.tw-max-w-3xl {
  max-width: 48rem
}

.tw-max-w-md {
  max-width: 28rem
}

.tw-max-w-screen-md {
  max-width: 768px
}

.tw-max-w-sm {
  max-width: 24rem
}

.tw-max-w-xl {
  max-width: 36rem
}

.tw-max-w-screen-lg {
  max-width: 1024px
}

.tw-flex-1 {
  flex: 1 1 0%
}

.tw-flex-auto {
  flex: 1 1 auto
}

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

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

.tw-grow {
  flex-grow: 1
}

@keyframes tw-spin {
  to {
    transform: rotate(360deg)
  }
}

.tw-animate-spin {
  animation: tw-spin 1s linear infinite
}

@keyframes tw-spin {
  to {
    transform: rotate(360deg)
  }
}

.tw-animate-spin-slow {
  animation: tw-spin 3s linear infinite
}

.tw-cursor-context-menu {
  cursor: context-menu
}

.tw-cursor-pointer {
  cursor: pointer
}

.tw-cursor-text {
  cursor: text
}

.tw-select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all
}

.tw-snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness)
}

.tw-snap-start {
  scroll-snap-align: start
}

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

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

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

.tw-flex-wrap {
  flex-wrap: wrap
}

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

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

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

.tw-items-baseline {
  align-items: baseline
}

.tw-justify-end {
  justify-content: flex-end
}

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

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

.tw-gap-2 {
  gap: 0.5rem
}

.tw-gap-3 {
  gap: 0.75rem
}

.tw-gap-6 {
  gap: 1.5rem
}

.tw-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem
}

.tw-gap-y-5 {
  row-gap: 1.25rem
}

.-tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse))
}

.tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))
}

.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}

.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.tw-divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)))
}

.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid
}

.tw-divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity))
}

.tw-divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity))
}

.tw-divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity))
}

.tw-self-start {
  align-self: flex-start
}

.tw-self-end {
  align-self: flex-end
}

.tw-overflow-hidden {
  overflow: hidden
}

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

.tw-overflow-x-hidden {
  overflow-x: hidden
}

.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.tw-text-ellipsis {
  text-overflow: ellipsis
}

.tw-text-clip {
  text-overflow: clip
}

.tw-text-wrap {
  text-wrap: wrap
}

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

.tw-text-balance {
  text-wrap: balance
}

.tw-text-pretty {
  text-wrap: pretty
}

.tw-break-words {
  overflow-wrap: break-word
}

.tw-rounded-full {
  border-radius: 9999px
}

.tw-rounded-lg {
  border-radius: 0.5rem
}

.tw-rounded-md {
  border-radius: 0.375rem
}

.tw-rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem
}

.tw-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem
}

.\!tw-border-0 {
  border-width: 0px !important
}

.tw-border {
  border-width: 1px
}

.tw-border-0 {
  border-width: 0px
}

.tw-border-b {
  border-bottom-width: 1px
}

.tw-border-b-0 {
  border-bottom-width: 0px
}

.tw-border-l-0 {
  border-left-width: 0px
}

.tw-border-t {
  border-top-width: 1px
}

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

.tw-border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity))
}

.tw-border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity))
}

.tw-border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6)
}

.tw-bg-accent {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)))
}

.tw-bg-accent-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-ac,oklch(var(--ac)/var(--tw-bg-opacity)))
}

.tw-bg-accent-content\/0 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0))
}

.tw-bg-accent-content\/10 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.1))
}

.tw-bg-accent-content\/100 {
  background-color: var(--fallback-ac,oklch(var(--ac)/1))
}

.tw-bg-accent-content\/15 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.15))
}

.tw-bg-accent-content\/20 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.2))
}

.tw-bg-accent-content\/25 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.25))
}

.tw-bg-accent-content\/30 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.3))
}

.tw-bg-accent-content\/35 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.35))
}

.tw-bg-accent-content\/40 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.4))
}

.tw-bg-accent-content\/45 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.45))
}

.tw-bg-accent-content\/5 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.05))
}

.tw-bg-accent-content\/50 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.5))
}

.tw-bg-accent-content\/55 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.55))
}

.tw-bg-accent-content\/60 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.6))
}

.tw-bg-accent-content\/65 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.65))
}

.tw-bg-accent-content\/70 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.7))
}

.tw-bg-accent-content\/75 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.75))
}

.tw-bg-accent-content\/80 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.8))
}

.tw-bg-accent-content\/85 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.85))
}

.tw-bg-accent-content\/90 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.9))
}

.tw-bg-accent-content\/95 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.95))
}

.tw-bg-accent\/0 {
  background-color: var(--fallback-a,oklch(var(--a)/0))
}

.tw-bg-accent\/10 {
  background-color: var(--fallback-a,oklch(var(--a)/0.1))
}

.tw-bg-accent\/100 {
  background-color: var(--fallback-a,oklch(var(--a)/1))
}

.tw-bg-accent\/15 {
  background-color: var(--fallback-a,oklch(var(--a)/0.15))
}

.tw-bg-accent\/20 {
  background-color: var(--fallback-a,oklch(var(--a)/0.2))
}

.tw-bg-accent\/25 {
  background-color: var(--fallback-a,oklch(var(--a)/0.25))
}

.tw-bg-accent\/30 {
  background-color: var(--fallback-a,oklch(var(--a)/0.3))
}

.tw-bg-accent\/35 {
  background-color: var(--fallback-a,oklch(var(--a)/0.35))
}

.tw-bg-accent\/40 {
  background-color: var(--fallback-a,oklch(var(--a)/0.4))
}

.tw-bg-accent\/45 {
  background-color: var(--fallback-a,oklch(var(--a)/0.45))
}

.tw-bg-accent\/5 {
  background-color: var(--fallback-a,oklch(var(--a)/0.05))
}

.tw-bg-accent\/50 {
  background-color: var(--fallback-a,oklch(var(--a)/0.5))
}

.tw-bg-accent\/55 {
  background-color: var(--fallback-a,oklch(var(--a)/0.55))
}

.tw-bg-accent\/60 {
  background-color: var(--fallback-a,oklch(var(--a)/0.6))
}

.tw-bg-accent\/65 {
  background-color: var(--fallback-a,oklch(var(--a)/0.65))
}

.tw-bg-accent\/70 {
  background-color: var(--fallback-a,oklch(var(--a)/0.7))
}

.tw-bg-accent\/75 {
  background-color: var(--fallback-a,oklch(var(--a)/0.75))
}

.tw-bg-accent\/80 {
  background-color: var(--fallback-a,oklch(var(--a)/0.8))
}

.tw-bg-accent\/85 {
  background-color: var(--fallback-a,oklch(var(--a)/0.85))
}

.tw-bg-accent\/90 {
  background-color: var(--fallback-a,oklch(var(--a)/0.9))
}

.tw-bg-accent\/95 {
  background-color: var(--fallback-a,oklch(var(--a)/0.95))
}

.tw-bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity))
}

.tw-bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0)
}

.tw-bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1)
}

.tw-bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1)
}

.tw-bg-amber-100\/15 {
  background-color: rgb(254 243 199 / 0.15)
}

.tw-bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2)
}

.tw-bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25)
}

.tw-bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3)
}

.tw-bg-amber-100\/35 {
  background-color: rgb(254 243 199 / 0.35)
}

.tw-bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4)
}

.tw-bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45)
}

.tw-bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05)
}

.tw-bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5)
}

.tw-bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55)
}

.tw-bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6)
}

.tw-bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65)
}

.tw-bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7)
}

.tw-bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75)
}

.tw-bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8)
}

.tw-bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85)
}

.tw-bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9)
}

.tw-bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95)
}

.tw-bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity))
}

.tw-bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0)
}

.tw-bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1)
}

.tw-bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1)
}

.tw-bg-amber-200\/15 {
  background-color: rgb(253 230 138 / 0.15)
}

.tw-bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2)
}

.tw-bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25)
}

.tw-bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3)
}

.tw-bg-amber-200\/35 {
  background-color: rgb(253 230 138 / 0.35)
}

.tw-bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4)
}

.tw-bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45)
}

.tw-bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05)
}

.tw-bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5)
}

.tw-bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55)
}

.tw-bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6)
}

.tw-bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65)
}

.tw-bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7)
}

.tw-bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75)
}

.tw-bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8)
}

.tw-bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85)
}

.tw-bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9)
}

.tw-bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95)
}

.tw-bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity))
}

.tw-bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0)
}

.tw-bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1)
}

.tw-bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1)
}

.tw-bg-amber-300\/15 {
  background-color: rgb(252 211 77 / 0.15)
}

.tw-bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2)
}

.tw-bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25)
}

.tw-bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3)
}

.tw-bg-amber-300\/35 {
  background-color: rgb(252 211 77 / 0.35)
}

.tw-bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4)
}

.tw-bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45)
}

.tw-bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05)
}

.tw-bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5)
}

.tw-bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55)
}

.tw-bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6)
}

.tw-bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65)
}

.tw-bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7)
}

.tw-bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75)
}

.tw-bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8)
}

.tw-bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85)
}

.tw-bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9)
}

.tw-bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95)
}

.tw-bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity))
}

.tw-bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0)
}

.tw-bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1)
}

.tw-bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1)
}

.tw-bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15)
}

.tw-bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2)
}

.tw-bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25)
}

.tw-bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3)
}

.tw-bg-amber-400\/35 {
  background-color: rgb(251 191 36 / 0.35)
}

.tw-bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4)
}

.tw-bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45)
}

.tw-bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05)
}

.tw-bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5)
}

.tw-bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55)
}

.tw-bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6)
}

.tw-bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65)
}

.tw-bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7)
}

.tw-bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75)
}

.tw-bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8)
}

.tw-bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85)
}

.tw-bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9)
}

.tw-bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95)
}

.tw-bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity))
}

.tw-bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0)
}

.tw-bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1)
}

.tw-bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1)
}

.tw-bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15)
}

.tw-bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2)
}

.tw-bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25)
}

.tw-bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3)
}

.tw-bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35)
}

.tw-bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4)
}

.tw-bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45)
}

.tw-bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05)
}

.tw-bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5)
}

.tw-bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55)
}

.tw-bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6)
}

.tw-bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65)
}

.tw-bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7)
}

.tw-bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75)
}

.tw-bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8)
}

.tw-bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85)
}

.tw-bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9)
}

.tw-bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95)
}

.tw-bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity))
}

.tw-bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0)
}

.tw-bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1)
}

.tw-bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1)
}

.tw-bg-amber-600\/15 {
  background-color: rgb(217 119 6 / 0.15)
}

.tw-bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2)
}

.tw-bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25)
}

.tw-bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3)
}

.tw-bg-amber-600\/35 {
  background-color: rgb(217 119 6 / 0.35)
}

.tw-bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4)
}

.tw-bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45)
}

.tw-bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05)
}

.tw-bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5)
}

.tw-bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55)
}

.tw-bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6)
}

.tw-bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65)
}

.tw-bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7)
}

.tw-bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75)
}

.tw-bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8)
}

.tw-bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85)
}

.tw-bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9)
}

.tw-bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95)
}

.tw-bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity))
}

.tw-bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0)
}

.tw-bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1)
}

.tw-bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1)
}

.tw-bg-amber-700\/15 {
  background-color: rgb(180 83 9 / 0.15)
}

.tw-bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2)
}

.tw-bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25)
}

.tw-bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3)
}

.tw-bg-amber-700\/35 {
  background-color: rgb(180 83 9 / 0.35)
}

.tw-bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4)
}

.tw-bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45)
}

.tw-bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05)
}

.tw-bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5)
}

.tw-bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55)
}

.tw-bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6)
}

.tw-bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65)
}

.tw-bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7)
}

.tw-bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75)
}

.tw-bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8)
}

.tw-bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85)
}

.tw-bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9)
}

.tw-bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95)
}

.tw-bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity))
}

.tw-bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0)
}

.tw-bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1)
}

.tw-bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1)
}

.tw-bg-amber-800\/15 {
  background-color: rgb(146 64 14 / 0.15)
}

.tw-bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2)
}

.tw-bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25)
}

.tw-bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3)
}

.tw-bg-amber-800\/35 {
  background-color: rgb(146 64 14 / 0.35)
}

.tw-bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4)
}

.tw-bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45)
}

.tw-bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05)
}

.tw-bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5)
}

.tw-bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55)
}

.tw-bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6)
}

.tw-bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65)
}

.tw-bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7)
}

.tw-bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75)
}

.tw-bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8)
}

.tw-bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85)
}

.tw-bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9)
}

.tw-bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95)
}

.tw-bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity))
}

.tw-bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0)
}

.tw-bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1)
}

.tw-bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1)
}

.tw-bg-amber-900\/15 {
  background-color: rgb(120 53 15 / 0.15)
}

.tw-bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2)
}

.tw-bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25)
}

.tw-bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3)
}

.tw-bg-amber-900\/35 {
  background-color: rgb(120 53 15 / 0.35)
}

.tw-bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4)
}

.tw-bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45)
}

.tw-bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05)
}

.tw-bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5)
}

.tw-bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55)
}

.tw-bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6)
}

.tw-bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65)
}

.tw-bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7)
}

.tw-bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75)
}

.tw-bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8)
}

.tw-bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85)
}

.tw-bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9)
}

.tw-bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95)
}

.tw-bg-base-100 {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}

.tw-bg-base-100\/0 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0))
}

.tw-bg-base-100\/10 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.1))
}

.tw-bg-base-100\/100 {
  background-color: var(--fallback-b1,oklch(var(--b1)/1))
}

.tw-bg-base-100\/15 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.15))
}

.tw-bg-base-100\/20 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.2))
}

.tw-bg-base-100\/25 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.25))
}

.tw-bg-base-100\/30 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.3))
}

.tw-bg-base-100\/35 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.35))
}

.tw-bg-base-100\/40 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.4))
}

.tw-bg-base-100\/45 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.45))
}

.tw-bg-base-100\/5 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.05))
}

.tw-bg-base-100\/50 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.5))
}

.tw-bg-base-100\/55 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.55))
}

.tw-bg-base-100\/60 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.6))
}

.tw-bg-base-100\/65 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.65))
}

.tw-bg-base-100\/70 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.7))
}

.tw-bg-base-100\/75 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.75))
}

.tw-bg-base-100\/80 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.8))
}

.tw-bg-base-100\/85 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.85))
}

.tw-bg-base-100\/90 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.9))
}

.tw-bg-base-100\/95 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.95))
}

.tw-bg-base-200 {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))
}

.tw-bg-base-200\/0 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0))
}

.tw-bg-base-200\/10 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.1))
}

.tw-bg-base-200\/100 {
  background-color: var(--fallback-b2,oklch(var(--b2)/1))
}

.tw-bg-base-200\/15 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.15))
}

.tw-bg-base-200\/20 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.2))
}

.tw-bg-base-200\/25 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.25))
}

.tw-bg-base-200\/30 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.3))
}

.tw-bg-base-200\/35 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.35))
}

.tw-bg-base-200\/40 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.4))
}

.tw-bg-base-200\/45 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.45))
}

.tw-bg-base-200\/5 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.05))
}

.tw-bg-base-200\/50 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.5))
}

.tw-bg-base-200\/55 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.55))
}

.tw-bg-base-200\/60 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.6))
}

.tw-bg-base-200\/65 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.65))
}

.tw-bg-base-200\/70 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.7))
}

.tw-bg-base-200\/75 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.75))
}

.tw-bg-base-200\/80 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.8))
}

.tw-bg-base-200\/85 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.85))
}

.tw-bg-base-200\/90 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.9))
}

.tw-bg-base-200\/95 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.95))
}

.tw-bg-base-300 {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))
}

.tw-bg-base-300\/0 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0))
}

.tw-bg-base-300\/10 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.1))
}

.tw-bg-base-300\/100 {
  background-color: var(--fallback-b3,oklch(var(--b3)/1))
}

.tw-bg-base-300\/15 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.15))
}

.tw-bg-base-300\/20 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.2))
}

.tw-bg-base-300\/25 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.25))
}

.tw-bg-base-300\/30 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.3))
}

.tw-bg-base-300\/35 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.35))
}

.tw-bg-base-300\/40 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.4))
}

.tw-bg-base-300\/45 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.45))
}

.tw-bg-base-300\/5 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.05))
}

.tw-bg-base-300\/50 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.5))
}

.tw-bg-base-300\/55 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.55))
}

.tw-bg-base-300\/60 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.6))
}

.tw-bg-base-300\/65 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.65))
}

.tw-bg-base-300\/70 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.7))
}

.tw-bg-base-300\/75 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.75))
}

.tw-bg-base-300\/80 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.8))
}

.tw-bg-base-300\/85 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.85))
}

.tw-bg-base-300\/90 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.9))
}

.tw-bg-base-300\/95 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.95))
}

.tw-bg-base-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)))
}

.tw-bg-base-content\/0 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0))
}

.tw-bg-base-content\/10 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1))
}

.tw-bg-base-content\/100 {
  background-color: var(--fallback-bc,oklch(var(--bc)/1))
}

.tw-bg-base-content\/15 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.15))
}

.tw-bg-base-content\/20 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2))
}

.tw-bg-base-content\/25 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.25))
}

.tw-bg-base-content\/30 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.3))
}

.tw-bg-base-content\/35 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.35))
}

.tw-bg-base-content\/40 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.4))
}

.tw-bg-base-content\/45 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.45))
}

.tw-bg-base-content\/5 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.05))
}

.tw-bg-base-content\/50 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.5))
}

.tw-bg-base-content\/55 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.55))
}

.tw-bg-base-content\/60 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.6))
}

.tw-bg-base-content\/65 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.65))
}

.tw-bg-base-content\/70 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.7))
}

.tw-bg-base-content\/75 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.75))
}

.tw-bg-base-content\/80 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.8))
}

.tw-bg-base-content\/85 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.85))
}

.tw-bg-base-content\/90 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.9))
}

.tw-bg-base-content\/95 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.95))
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.tw-bg-black\/0 {
  background-color: rgb(0 0 0 / 0)
}

.tw-bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1)
}

.tw-bg-black\/100 {
  background-color: rgb(0 0 0 / 1)
}

.tw-bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15)
}

.tw-bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2)
}

.tw-bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25)
}

.tw-bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3)
}

.tw-bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35)
}

.tw-bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4)
}

.tw-bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45)
}

.tw-bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05)
}

.tw-bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5)
}

.tw-bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55)
}

.tw-bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6)
}

.tw-bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65)
}

.tw-bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7)
}

.tw-bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75)
}

.tw-bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8)
}

.tw-bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85)
}

.tw-bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9)
}

.tw-bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95)
}

.tw-bg-brown-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 204 200 / var(--tw-bg-opacity))
}

.tw-bg-brown-100\/0 {
  background-color: rgb(215 204 200 / 0)
}

.tw-bg-brown-100\/10 {
  background-color: rgb(215 204 200 / 0.1)
}

.tw-bg-brown-100\/100 {
  background-color: rgb(215 204 200 / 1)
}

.tw-bg-brown-100\/15 {
  background-color: rgb(215 204 200 / 0.15)
}

.tw-bg-brown-100\/20 {
  background-color: rgb(215 204 200 / 0.2)
}

.tw-bg-brown-100\/25 {
  background-color: rgb(215 204 200 / 0.25)
}

.tw-bg-brown-100\/30 {
  background-color: rgb(215 204 200 / 0.3)
}

.tw-bg-brown-100\/35 {
  background-color: rgb(215 204 200 / 0.35)
}

.tw-bg-brown-100\/40 {
  background-color: rgb(215 204 200 / 0.4)
}

.tw-bg-brown-100\/45 {
  background-color: rgb(215 204 200 / 0.45)
}

.tw-bg-brown-100\/5 {
  background-color: rgb(215 204 200 / 0.05)
}

.tw-bg-brown-100\/50 {
  background-color: rgb(215 204 200 / 0.5)
}

.tw-bg-brown-100\/55 {
  background-color: rgb(215 204 200 / 0.55)
}

.tw-bg-brown-100\/60 {
  background-color: rgb(215 204 200 / 0.6)
}

.tw-bg-brown-100\/65 {
  background-color: rgb(215 204 200 / 0.65)
}

.tw-bg-brown-100\/70 {
  background-color: rgb(215 204 200 / 0.7)
}

.tw-bg-brown-100\/75 {
  background-color: rgb(215 204 200 / 0.75)
}

.tw-bg-brown-100\/80 {
  background-color: rgb(215 204 200 / 0.8)
}

.tw-bg-brown-100\/85 {
  background-color: rgb(215 204 200 / 0.85)
}

.tw-bg-brown-100\/90 {
  background-color: rgb(215 204 200 / 0.9)
}

.tw-bg-brown-100\/95 {
  background-color: rgb(215 204 200 / 0.95)
}

.tw-bg-brown-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 170 164 / var(--tw-bg-opacity))
}

.tw-bg-brown-200\/0 {
  background-color: rgb(188 170 164 / 0)
}

.tw-bg-brown-200\/10 {
  background-color: rgb(188 170 164 / 0.1)
}

.tw-bg-brown-200\/100 {
  background-color: rgb(188 170 164 / 1)
}

.tw-bg-brown-200\/15 {
  background-color: rgb(188 170 164 / 0.15)
}

.tw-bg-brown-200\/20 {
  background-color: rgb(188 170 164 / 0.2)
}

.tw-bg-brown-200\/25 {
  background-color: rgb(188 170 164 / 0.25)
}

.tw-bg-brown-200\/30 {
  background-color: rgb(188 170 164 / 0.3)
}

.tw-bg-brown-200\/35 {
  background-color: rgb(188 170 164 / 0.35)
}

.tw-bg-brown-200\/40 {
  background-color: rgb(188 170 164 / 0.4)
}

.tw-bg-brown-200\/45 {
  background-color: rgb(188 170 164 / 0.45)
}

.tw-bg-brown-200\/5 {
  background-color: rgb(188 170 164 / 0.05)
}

.tw-bg-brown-200\/50 {
  background-color: rgb(188 170 164 / 0.5)
}

.tw-bg-brown-200\/55 {
  background-color: rgb(188 170 164 / 0.55)
}

.tw-bg-brown-200\/60 {
  background-color: rgb(188 170 164 / 0.6)
}

.tw-bg-brown-200\/65 {
  background-color: rgb(188 170 164 / 0.65)
}

.tw-bg-brown-200\/70 {
  background-color: rgb(188 170 164 / 0.7)
}

.tw-bg-brown-200\/75 {
  background-color: rgb(188 170 164 / 0.75)
}

.tw-bg-brown-200\/80 {
  background-color: rgb(188 170 164 / 0.8)
}

.tw-bg-brown-200\/85 {
  background-color: rgb(188 170 164 / 0.85)
}

.tw-bg-brown-200\/90 {
  background-color: rgb(188 170 164 / 0.9)
}

.tw-bg-brown-200\/95 {
  background-color: rgb(188 170 164 / 0.95)
}

.tw-bg-brown-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 136 127 / var(--tw-bg-opacity))
}

.tw-bg-brown-300\/0 {
  background-color: rgb(161 136 127 / 0)
}

.tw-bg-brown-300\/10 {
  background-color: rgb(161 136 127 / 0.1)
}

.tw-bg-brown-300\/100 {
  background-color: rgb(161 136 127 / 1)
}

.tw-bg-brown-300\/15 {
  background-color: rgb(161 136 127 / 0.15)
}

.tw-bg-brown-300\/20 {
  background-color: rgb(161 136 127 / 0.2)
}

.tw-bg-brown-300\/25 {
  background-color: rgb(161 136 127 / 0.25)
}

.tw-bg-brown-300\/30 {
  background-color: rgb(161 136 127 / 0.3)
}

.tw-bg-brown-300\/35 {
  background-color: rgb(161 136 127 / 0.35)
}

.tw-bg-brown-300\/40 {
  background-color: rgb(161 136 127 / 0.4)
}

.tw-bg-brown-300\/45 {
  background-color: rgb(161 136 127 / 0.45)
}

.tw-bg-brown-300\/5 {
  background-color: rgb(161 136 127 / 0.05)
}

.tw-bg-brown-300\/50 {
  background-color: rgb(161 136 127 / 0.5)
}

.tw-bg-brown-300\/55 {
  background-color: rgb(161 136 127 / 0.55)
}

.tw-bg-brown-300\/60 {
  background-color: rgb(161 136 127 / 0.6)
}

.tw-bg-brown-300\/65 {
  background-color: rgb(161 136 127 / 0.65)
}

.tw-bg-brown-300\/70 {
  background-color: rgb(161 136 127 / 0.7)
}

.tw-bg-brown-300\/75 {
  background-color: rgb(161 136 127 / 0.75)
}

.tw-bg-brown-300\/80 {
  background-color: rgb(161 136 127 / 0.8)
}

.tw-bg-brown-300\/85 {
  background-color: rgb(161 136 127 / 0.85)
}

.tw-bg-brown-300\/90 {
  background-color: rgb(161 136 127 / 0.9)
}

.tw-bg-brown-300\/95 {
  background-color: rgb(161 136 127 / 0.95)
}

.tw-bg-brown-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(141 110 99 / var(--tw-bg-opacity))
}

.tw-bg-brown-400\/0 {
  background-color: rgb(141 110 99 / 0)
}

.tw-bg-brown-400\/10 {
  background-color: rgb(141 110 99 / 0.1)
}

.tw-bg-brown-400\/100 {
  background-color: rgb(141 110 99 / 1)
}

.tw-bg-brown-400\/15 {
  background-color: rgb(141 110 99 / 0.15)
}

.tw-bg-brown-400\/20 {
  background-color: rgb(141 110 99 / 0.2)
}

.tw-bg-brown-400\/25 {
  background-color: rgb(141 110 99 / 0.25)
}

.tw-bg-brown-400\/30 {
  background-color: rgb(141 110 99 / 0.3)
}

.tw-bg-brown-400\/35 {
  background-color: rgb(141 110 99 / 0.35)
}

.tw-bg-brown-400\/40 {
  background-color: rgb(141 110 99 / 0.4)
}

.tw-bg-brown-400\/45 {
  background-color: rgb(141 110 99 / 0.45)
}

.tw-bg-brown-400\/5 {
  background-color: rgb(141 110 99 / 0.05)
}

.tw-bg-brown-400\/50 {
  background-color: rgb(141 110 99 / 0.5)
}

.tw-bg-brown-400\/55 {
  background-color: rgb(141 110 99 / 0.55)
}

.tw-bg-brown-400\/60 {
  background-color: rgb(141 110 99 / 0.6)
}

.tw-bg-brown-400\/65 {
  background-color: rgb(141 110 99 / 0.65)
}

.tw-bg-brown-400\/70 {
  background-color: rgb(141 110 99 / 0.7)
}

.tw-bg-brown-400\/75 {
  background-color: rgb(141 110 99 / 0.75)
}

.tw-bg-brown-400\/80 {
  background-color: rgb(141 110 99 / 0.8)
}

.tw-bg-brown-400\/85 {
  background-color: rgb(141 110 99 / 0.85)
}

.tw-bg-brown-400\/90 {
  background-color: rgb(141 110 99 / 0.9)
}

.tw-bg-brown-400\/95 {
  background-color: rgb(141 110 99 / 0.95)
}

.tw-bg-brown-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(121 85 72 / var(--tw-bg-opacity))
}

.tw-bg-brown-500\/0 {
  background-color: rgb(121 85 72 / 0)
}

.tw-bg-brown-500\/10 {
  background-color: rgb(121 85 72 / 0.1)
}

.tw-bg-brown-500\/100 {
  background-color: rgb(121 85 72 / 1)
}

.tw-bg-brown-500\/15 {
  background-color: rgb(121 85 72 / 0.15)
}

.tw-bg-brown-500\/20 {
  background-color: rgb(121 85 72 / 0.2)
}

.tw-bg-brown-500\/25 {
  background-color: rgb(121 85 72 / 0.25)
}

.tw-bg-brown-500\/30 {
  background-color: rgb(121 85 72 / 0.3)
}

.tw-bg-brown-500\/35 {
  background-color: rgb(121 85 72 / 0.35)
}

.tw-bg-brown-500\/40 {
  background-color: rgb(121 85 72 / 0.4)
}

.tw-bg-brown-500\/45 {
  background-color: rgb(121 85 72 / 0.45)
}

.tw-bg-brown-500\/5 {
  background-color: rgb(121 85 72 / 0.05)
}

.tw-bg-brown-500\/50 {
  background-color: rgb(121 85 72 / 0.5)
}

.tw-bg-brown-500\/55 {
  background-color: rgb(121 85 72 / 0.55)
}

.tw-bg-brown-500\/60 {
  background-color: rgb(121 85 72 / 0.6)
}

.tw-bg-brown-500\/65 {
  background-color: rgb(121 85 72 / 0.65)
}

.tw-bg-brown-500\/70 {
  background-color: rgb(121 85 72 / 0.7)
}

.tw-bg-brown-500\/75 {
  background-color: rgb(121 85 72 / 0.75)
}

.tw-bg-brown-500\/80 {
  background-color: rgb(121 85 72 / 0.8)
}

.tw-bg-brown-500\/85 {
  background-color: rgb(121 85 72 / 0.85)
}

.tw-bg-brown-500\/90 {
  background-color: rgb(121 85 72 / 0.9)
}

.tw-bg-brown-500\/95 {
  background-color: rgb(121 85 72 / 0.95)
}

.tw-bg-brown-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 76 65 / var(--tw-bg-opacity))
}

.tw-bg-brown-600\/0 {
  background-color: rgb(109 76 65 / 0)
}

.tw-bg-brown-600\/10 {
  background-color: rgb(109 76 65 / 0.1)
}

.tw-bg-brown-600\/100 {
  background-color: rgb(109 76 65 / 1)
}

.tw-bg-brown-600\/15 {
  background-color: rgb(109 76 65 / 0.15)
}

.tw-bg-brown-600\/20 {
  background-color: rgb(109 76 65 / 0.2)
}

.tw-bg-brown-600\/25 {
  background-color: rgb(109 76 65 / 0.25)
}

.tw-bg-brown-600\/30 {
  background-color: rgb(109 76 65 / 0.3)
}

.tw-bg-brown-600\/35 {
  background-color: rgb(109 76 65 / 0.35)
}

.tw-bg-brown-600\/40 {
  background-color: rgb(109 76 65 / 0.4)
}

.tw-bg-brown-600\/45 {
  background-color: rgb(109 76 65 / 0.45)
}

.tw-bg-brown-600\/5 {
  background-color: rgb(109 76 65 / 0.05)
}

.tw-bg-brown-600\/50 {
  background-color: rgb(109 76 65 / 0.5)
}

.tw-bg-brown-600\/55 {
  background-color: rgb(109 76 65 / 0.55)
}

.tw-bg-brown-600\/60 {
  background-color: rgb(109 76 65 / 0.6)
}

.tw-bg-brown-600\/65 {
  background-color: rgb(109 76 65 / 0.65)
}

.tw-bg-brown-600\/70 {
  background-color: rgb(109 76 65 / 0.7)
}

.tw-bg-brown-600\/75 {
  background-color: rgb(109 76 65 / 0.75)
}

.tw-bg-brown-600\/80 {
  background-color: rgb(109 76 65 / 0.8)
}

.tw-bg-brown-600\/85 {
  background-color: rgb(109 76 65 / 0.85)
}

.tw-bg-brown-600\/90 {
  background-color: rgb(109 76 65 / 0.9)
}

.tw-bg-brown-600\/95 {
  background-color: rgb(109 76 65 / 0.95)
}

.tw-bg-brown-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(93 64 55 / var(--tw-bg-opacity))
}

.tw-bg-brown-700\/0 {
  background-color: rgb(93 64 55 / 0)
}

.tw-bg-brown-700\/10 {
  background-color: rgb(93 64 55 / 0.1)
}

.tw-bg-brown-700\/100 {
  background-color: rgb(93 64 55 / 1)
}

.tw-bg-brown-700\/15 {
  background-color: rgb(93 64 55 / 0.15)
}

.tw-bg-brown-700\/20 {
  background-color: rgb(93 64 55 / 0.2)
}

.tw-bg-brown-700\/25 {
  background-color: rgb(93 64 55 / 0.25)
}

.tw-bg-brown-700\/30 {
  background-color: rgb(93 64 55 / 0.3)
}

.tw-bg-brown-700\/35 {
  background-color: rgb(93 64 55 / 0.35)
}

.tw-bg-brown-700\/40 {
  background-color: rgb(93 64 55 / 0.4)
}

.tw-bg-brown-700\/45 {
  background-color: rgb(93 64 55 / 0.45)
}

.tw-bg-brown-700\/5 {
  background-color: rgb(93 64 55 / 0.05)
}

.tw-bg-brown-700\/50 {
  background-color: rgb(93 64 55 / 0.5)
}

.tw-bg-brown-700\/55 {
  background-color: rgb(93 64 55 / 0.55)
}

.tw-bg-brown-700\/60 {
  background-color: rgb(93 64 55 / 0.6)
}

.tw-bg-brown-700\/65 {
  background-color: rgb(93 64 55 / 0.65)
}

.tw-bg-brown-700\/70 {
  background-color: rgb(93 64 55 / 0.7)
}

.tw-bg-brown-700\/75 {
  background-color: rgb(93 64 55 / 0.75)
}

.tw-bg-brown-700\/80 {
  background-color: rgb(93 64 55 / 0.8)
}

.tw-bg-brown-700\/85 {
  background-color: rgb(93 64 55 / 0.85)
}

.tw-bg-brown-700\/90 {
  background-color: rgb(93 64 55 / 0.9)
}

.tw-bg-brown-700\/95 {
  background-color: rgb(93 64 55 / 0.95)
}

.tw-bg-brown-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 52 46 / var(--tw-bg-opacity))
}

.tw-bg-brown-800\/0 {
  background-color: rgb(78 52 46 / 0)
}

.tw-bg-brown-800\/10 {
  background-color: rgb(78 52 46 / 0.1)
}

.tw-bg-brown-800\/100 {
  background-color: rgb(78 52 46 / 1)
}

.tw-bg-brown-800\/15 {
  background-color: rgb(78 52 46 / 0.15)
}

.tw-bg-brown-800\/20 {
  background-color: rgb(78 52 46 / 0.2)
}

.tw-bg-brown-800\/25 {
  background-color: rgb(78 52 46 / 0.25)
}

.tw-bg-brown-800\/30 {
  background-color: rgb(78 52 46 / 0.3)
}

.tw-bg-brown-800\/35 {
  background-color: rgb(78 52 46 / 0.35)
}

.tw-bg-brown-800\/40 {
  background-color: rgb(78 52 46 / 0.4)
}

.tw-bg-brown-800\/45 {
  background-color: rgb(78 52 46 / 0.45)
}

.tw-bg-brown-800\/5 {
  background-color: rgb(78 52 46 / 0.05)
}

.tw-bg-brown-800\/50 {
  background-color: rgb(78 52 46 / 0.5)
}

.tw-bg-brown-800\/55 {
  background-color: rgb(78 52 46 / 0.55)
}

.tw-bg-brown-800\/60 {
  background-color: rgb(78 52 46 / 0.6)
}

.tw-bg-brown-800\/65 {
  background-color: rgb(78 52 46 / 0.65)
}

.tw-bg-brown-800\/70 {
  background-color: rgb(78 52 46 / 0.7)
}

.tw-bg-brown-800\/75 {
  background-color: rgb(78 52 46 / 0.75)
}

.tw-bg-brown-800\/80 {
  background-color: rgb(78 52 46 / 0.8)
}

.tw-bg-brown-800\/85 {
  background-color: rgb(78 52 46 / 0.85)
}

.tw-bg-brown-800\/90 {
  background-color: rgb(78 52 46 / 0.9)
}

.tw-bg-brown-800\/95 {
  background-color: rgb(78 52 46 / 0.95)
}

.tw-bg-brown-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 39 35 / var(--tw-bg-opacity))
}

.tw-bg-brown-900\/0 {
  background-color: rgb(62 39 35 / 0)
}

.tw-bg-brown-900\/10 {
  background-color: rgb(62 39 35 / 0.1)
}

.tw-bg-brown-900\/100 {
  background-color: rgb(62 39 35 / 1)
}

.tw-bg-brown-900\/15 {
  background-color: rgb(62 39 35 / 0.15)
}

.tw-bg-brown-900\/20 {
  background-color: rgb(62 39 35 / 0.2)
}

.tw-bg-brown-900\/25 {
  background-color: rgb(62 39 35 / 0.25)
}

.tw-bg-brown-900\/30 {
  background-color: rgb(62 39 35 / 0.3)
}

.tw-bg-brown-900\/35 {
  background-color: rgb(62 39 35 / 0.35)
}

.tw-bg-brown-900\/40 {
  background-color: rgb(62 39 35 / 0.4)
}

.tw-bg-brown-900\/45 {
  background-color: rgb(62 39 35 / 0.45)
}

.tw-bg-brown-900\/5 {
  background-color: rgb(62 39 35 / 0.05)
}

.tw-bg-brown-900\/50 {
  background-color: rgb(62 39 35 / 0.5)
}

.tw-bg-brown-900\/55 {
  background-color: rgb(62 39 35 / 0.55)
}

.tw-bg-brown-900\/60 {
  background-color: rgb(62 39 35 / 0.6)
}

.tw-bg-brown-900\/65 {
  background-color: rgb(62 39 35 / 0.65)
}

.tw-bg-brown-900\/70 {
  background-color: rgb(62 39 35 / 0.7)
}

.tw-bg-brown-900\/75 {
  background-color: rgb(62 39 35 / 0.75)
}

.tw-bg-brown-900\/80 {
  background-color: rgb(62 39 35 / 0.8)
}

.tw-bg-brown-900\/85 {
  background-color: rgb(62 39 35 / 0.85)
}

.tw-bg-brown-900\/90 {
  background-color: rgb(62 39 35 / 0.9)
}

.tw-bg-brown-900\/95 {
  background-color: rgb(62 39 35 / 0.95)
}

.tw-bg-current {
  background-color: currentColor
}

.tw-bg-danger-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity))
}

.tw-bg-danger-100\/0 {
  background-color: rgb(254 226 226 / 0)
}

.tw-bg-danger-100\/10 {
  background-color: rgb(254 226 226 / 0.1)
}

.tw-bg-danger-100\/100 {
  background-color: rgb(254 226 226 / 1)
}

.tw-bg-danger-100\/15 {
  background-color: rgb(254 226 226 / 0.15)
}

.tw-bg-danger-100\/20 {
  background-color: rgb(254 226 226 / 0.2)
}

.tw-bg-danger-100\/25 {
  background-color: rgb(254 226 226 / 0.25)
}

.tw-bg-danger-100\/30 {
  background-color: rgb(254 226 226 / 0.3)
}

.tw-bg-danger-100\/35 {
  background-color: rgb(254 226 226 / 0.35)
}

.tw-bg-danger-100\/40 {
  background-color: rgb(254 226 226 / 0.4)
}

.tw-bg-danger-100\/45 {
  background-color: rgb(254 226 226 / 0.45)
}

.tw-bg-danger-100\/5 {
  background-color: rgb(254 226 226 / 0.05)
}

.tw-bg-danger-100\/50 {
  background-color: rgb(254 226 226 / 0.5)
}

.tw-bg-danger-100\/55 {
  background-color: rgb(254 226 226 / 0.55)
}

.tw-bg-danger-100\/60 {
  background-color: rgb(254 226 226 / 0.6)
}

.tw-bg-danger-100\/65 {
  background-color: rgb(254 226 226 / 0.65)
}

.tw-bg-danger-100\/70 {
  background-color: rgb(254 226 226 / 0.7)
}

.tw-bg-danger-100\/75 {
  background-color: rgb(254 226 226 / 0.75)
}

.tw-bg-danger-100\/80 {
  background-color: rgb(254 226 226 / 0.8)
}

.tw-bg-danger-100\/85 {
  background-color: rgb(254 226 226 / 0.85)
}

.tw-bg-danger-100\/90 {
  background-color: rgb(254 226 226 / 0.9)
}

.tw-bg-danger-100\/95 {
  background-color: rgb(254 226 226 / 0.95)
}

.tw-bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity))
}

.tw-bg-danger-200\/0 {
  background-color: rgb(254 202 202 / 0)
}

.tw-bg-danger-200\/10 {
  background-color: rgb(254 202 202 / 0.1)
}

.tw-bg-danger-200\/100 {
  background-color: rgb(254 202 202 / 1)
}

.tw-bg-danger-200\/15 {
  background-color: rgb(254 202 202 / 0.15)
}

.tw-bg-danger-200\/20 {
  background-color: rgb(254 202 202 / 0.2)
}

.tw-bg-danger-200\/25 {
  background-color: rgb(254 202 202 / 0.25)
}

.tw-bg-danger-200\/30 {
  background-color: rgb(254 202 202 / 0.3)
}

.tw-bg-danger-200\/35 {
  background-color: rgb(254 202 202 / 0.35)
}

.tw-bg-danger-200\/40 {
  background-color: rgb(254 202 202 / 0.4)
}

.tw-bg-danger-200\/45 {
  background-color: rgb(254 202 202 / 0.45)
}

.tw-bg-danger-200\/5 {
  background-color: rgb(254 202 202 / 0.05)
}

.tw-bg-danger-200\/50 {
  background-color: rgb(254 202 202 / 0.5)
}

.tw-bg-danger-200\/55 {
  background-color: rgb(254 202 202 / 0.55)
}

.tw-bg-danger-200\/60 {
  background-color: rgb(254 202 202 / 0.6)
}

.tw-bg-danger-200\/65 {
  background-color: rgb(254 202 202 / 0.65)
}

.tw-bg-danger-200\/70 {
  background-color: rgb(254 202 202 / 0.7)
}

.tw-bg-danger-200\/75 {
  background-color: rgb(254 202 202 / 0.75)
}

.tw-bg-danger-200\/80 {
  background-color: rgb(254 202 202 / 0.8)
}

.tw-bg-danger-200\/85 {
  background-color: rgb(254 202 202 / 0.85)
}

.tw-bg-danger-200\/90 {
  background-color: rgb(254 202 202 / 0.9)
}

.tw-bg-danger-200\/95 {
  background-color: rgb(254 202 202 / 0.95)
}

.tw-bg-danger-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity))
}

.tw-bg-danger-300\/0 {
  background-color: rgb(252 165 165 / 0)
}

.tw-bg-danger-300\/10 {
  background-color: rgb(252 165 165 / 0.1)
}

.tw-bg-danger-300\/100 {
  background-color: rgb(252 165 165 / 1)
}

.tw-bg-danger-300\/15 {
  background-color: rgb(252 165 165 / 0.15)
}

.tw-bg-danger-300\/20 {
  background-color: rgb(252 165 165 / 0.2)
}

.tw-bg-danger-300\/25 {
  background-color: rgb(252 165 165 / 0.25)
}

.tw-bg-danger-300\/30 {
  background-color: rgb(252 165 165 / 0.3)
}

.tw-bg-danger-300\/35 {
  background-color: rgb(252 165 165 / 0.35)
}

.tw-bg-danger-300\/40 {
  background-color: rgb(252 165 165 / 0.4)
}

.tw-bg-danger-300\/45 {
  background-color: rgb(252 165 165 / 0.45)
}

.tw-bg-danger-300\/5 {
  background-color: rgb(252 165 165 / 0.05)
}

.tw-bg-danger-300\/50 {
  background-color: rgb(252 165 165 / 0.5)
}

.tw-bg-danger-300\/55 {
  background-color: rgb(252 165 165 / 0.55)
}

.tw-bg-danger-300\/60 {
  background-color: rgb(252 165 165 / 0.6)
}

.tw-bg-danger-300\/65 {
  background-color: rgb(252 165 165 / 0.65)
}

.tw-bg-danger-300\/70 {
  background-color: rgb(252 165 165 / 0.7)
}

.tw-bg-danger-300\/75 {
  background-color: rgb(252 165 165 / 0.75)
}

.tw-bg-danger-300\/80 {
  background-color: rgb(252 165 165 / 0.8)
}

.tw-bg-danger-300\/85 {
  background-color: rgb(252 165 165 / 0.85)
}

.tw-bg-danger-300\/90 {
  background-color: rgb(252 165 165 / 0.9)
}

.tw-bg-danger-300\/95 {
  background-color: rgb(252 165 165 / 0.95)
}

.tw-bg-danger-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity))
}

.tw-bg-danger-400\/0 {
  background-color: rgb(248 113 113 / 0)
}

.tw-bg-danger-400\/10 {
  background-color: rgb(248 113 113 / 0.1)
}

.tw-bg-danger-400\/100 {
  background-color: rgb(248 113 113 / 1)
}

.tw-bg-danger-400\/15 {
  background-color: rgb(248 113 113 / 0.15)
}

.tw-bg-danger-400\/20 {
  background-color: rgb(248 113 113 / 0.2)
}

.tw-bg-danger-400\/25 {
  background-color: rgb(248 113 113 / 0.25)
}

.tw-bg-danger-400\/30 {
  background-color: rgb(248 113 113 / 0.3)
}

.tw-bg-danger-400\/35 {
  background-color: rgb(248 113 113 / 0.35)
}

.tw-bg-danger-400\/40 {
  background-color: rgb(248 113 113 / 0.4)
}

.tw-bg-danger-400\/45 {
  background-color: rgb(248 113 113 / 0.45)
}

.tw-bg-danger-400\/5 {
  background-color: rgb(248 113 113 / 0.05)
}

.tw-bg-danger-400\/50 {
  background-color: rgb(248 113 113 / 0.5)
}

.tw-bg-danger-400\/55 {
  background-color: rgb(248 113 113 / 0.55)
}

.tw-bg-danger-400\/60 {
  background-color: rgb(248 113 113 / 0.6)
}

.tw-bg-danger-400\/65 {
  background-color: rgb(248 113 113 / 0.65)
}

.tw-bg-danger-400\/70 {
  background-color: rgb(248 113 113 / 0.7)
}

.tw-bg-danger-400\/75 {
  background-color: rgb(248 113 113 / 0.75)
}

.tw-bg-danger-400\/80 {
  background-color: rgb(248 113 113 / 0.8)
}

.tw-bg-danger-400\/85 {
  background-color: rgb(248 113 113 / 0.85)
}

.tw-bg-danger-400\/90 {
  background-color: rgb(248 113 113 / 0.9)
}

.tw-bg-danger-400\/95 {
  background-color: rgb(248 113 113 / 0.95)
}

.tw-bg-danger-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity))
}

.tw-bg-danger-50\/0 {
  background-color: rgb(254 242 242 / 0)
}

.tw-bg-danger-50\/10 {
  background-color: rgb(254 242 242 / 0.1)
}

.tw-bg-danger-50\/100 {
  background-color: rgb(254 242 242 / 1)
}

.tw-bg-danger-50\/15 {
  background-color: rgb(254 242 242 / 0.15)
}

.tw-bg-danger-50\/20 {
  background-color: rgb(254 242 242 / 0.2)
}

.tw-bg-danger-50\/25 {
  background-color: rgb(254 242 242 / 0.25)
}

.tw-bg-danger-50\/30 {
  background-color: rgb(254 242 242 / 0.3)
}

.tw-bg-danger-50\/35 {
  background-color: rgb(254 242 242 / 0.35)
}

.tw-bg-danger-50\/40 {
  background-color: rgb(254 242 242 / 0.4)
}

.tw-bg-danger-50\/45 {
  background-color: rgb(254 242 242 / 0.45)
}

.tw-bg-danger-50\/5 {
  background-color: rgb(254 242 242 / 0.05)
}

.tw-bg-danger-50\/50 {
  background-color: rgb(254 242 242 / 0.5)
}

.tw-bg-danger-50\/55 {
  background-color: rgb(254 242 242 / 0.55)
}

.tw-bg-danger-50\/60 {
  background-color: rgb(254 242 242 / 0.6)
}

.tw-bg-danger-50\/65 {
  background-color: rgb(254 242 242 / 0.65)
}

.tw-bg-danger-50\/70 {
  background-color: rgb(254 242 242 / 0.7)
}

.tw-bg-danger-50\/75 {
  background-color: rgb(254 242 242 / 0.75)
}

.tw-bg-danger-50\/80 {
  background-color: rgb(254 242 242 / 0.8)
}

.tw-bg-danger-50\/85 {
  background-color: rgb(254 242 242 / 0.85)
}

.tw-bg-danger-50\/90 {
  background-color: rgb(254 242 242 / 0.9)
}

.tw-bg-danger-50\/95 {
  background-color: rgb(254 242 242 / 0.95)
}

.tw-bg-danger-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity))
}

.tw-bg-danger-500\/0 {
  background-color: rgb(239 68 68 / 0)
}

.tw-bg-danger-500\/10 {
  background-color: rgb(239 68 68 / 0.1)
}

.tw-bg-danger-500\/100 {
  background-color: rgb(239 68 68 / 1)
}

.tw-bg-danger-500\/15 {
  background-color: rgb(239 68 68 / 0.15)
}

.tw-bg-danger-500\/20 {
  background-color: rgb(239 68 68 / 0.2)
}

.tw-bg-danger-500\/25 {
  background-color: rgb(239 68 68 / 0.25)
}

.tw-bg-danger-500\/30 {
  background-color: rgb(239 68 68 / 0.3)
}

.tw-bg-danger-500\/35 {
  background-color: rgb(239 68 68 / 0.35)
}

.tw-bg-danger-500\/40 {
  background-color: rgb(239 68 68 / 0.4)
}

.tw-bg-danger-500\/45 {
  background-color: rgb(239 68 68 / 0.45)
}

.tw-bg-danger-500\/5 {
  background-color: rgb(239 68 68 / 0.05)
}

.tw-bg-danger-500\/50 {
  background-color: rgb(239 68 68 / 0.5)
}

.tw-bg-danger-500\/55 {
  background-color: rgb(239 68 68 / 0.55)
}

.tw-bg-danger-500\/60 {
  background-color: rgb(239 68 68 / 0.6)
}

.tw-bg-danger-500\/65 {
  background-color: rgb(239 68 68 / 0.65)
}

.tw-bg-danger-500\/70 {
  background-color: rgb(239 68 68 / 0.7)
}

.tw-bg-danger-500\/75 {
  background-color: rgb(239 68 68 / 0.75)
}

.tw-bg-danger-500\/80 {
  background-color: rgb(239 68 68 / 0.8)
}

.tw-bg-danger-500\/85 {
  background-color: rgb(239 68 68 / 0.85)
}

.tw-bg-danger-500\/90 {
  background-color: rgb(239 68 68 / 0.9)
}

.tw-bg-danger-500\/95 {
  background-color: rgb(239 68 68 / 0.95)
}

.tw-bg-danger-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity))
}

.tw-bg-danger-600\/0 {
  background-color: rgb(220 38 38 / 0)
}

.tw-bg-danger-600\/10 {
  background-color: rgb(220 38 38 / 0.1)
}

.tw-bg-danger-600\/100 {
  background-color: rgb(220 38 38 / 1)
}

.tw-bg-danger-600\/15 {
  background-color: rgb(220 38 38 / 0.15)
}

.tw-bg-danger-600\/20 {
  background-color: rgb(220 38 38 / 0.2)
}

.tw-bg-danger-600\/25 {
  background-color: rgb(220 38 38 / 0.25)
}

.tw-bg-danger-600\/30 {
  background-color: rgb(220 38 38 / 0.3)
}

.tw-bg-danger-600\/35 {
  background-color: rgb(220 38 38 / 0.35)
}

.tw-bg-danger-600\/40 {
  background-color: rgb(220 38 38 / 0.4)
}

.tw-bg-danger-600\/45 {
  background-color: rgb(220 38 38 / 0.45)
}

.tw-bg-danger-600\/5 {
  background-color: rgb(220 38 38 / 0.05)
}

.tw-bg-danger-600\/50 {
  background-color: rgb(220 38 38 / 0.5)
}

.tw-bg-danger-600\/55 {
  background-color: rgb(220 38 38 / 0.55)
}

.tw-bg-danger-600\/60 {
  background-color: rgb(220 38 38 / 0.6)
}

.tw-bg-danger-600\/65 {
  background-color: rgb(220 38 38 / 0.65)
}

.tw-bg-danger-600\/70 {
  background-color: rgb(220 38 38 / 0.7)
}

.tw-bg-danger-600\/75 {
  background-color: rgb(220 38 38 / 0.75)
}

.tw-bg-danger-600\/80 {
  background-color: rgb(220 38 38 / 0.8)
}

.tw-bg-danger-600\/85 {
  background-color: rgb(220 38 38 / 0.85)
}

.tw-bg-danger-600\/90 {
  background-color: rgb(220 38 38 / 0.9)
}

.tw-bg-danger-600\/95 {
  background-color: rgb(220 38 38 / 0.95)
}

.tw-bg-danger-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity))
}

.tw-bg-danger-700\/0 {
  background-color: rgb(185 28 28 / 0)
}

.tw-bg-danger-700\/10 {
  background-color: rgb(185 28 28 / 0.1)
}

.tw-bg-danger-700\/100 {
  background-color: rgb(185 28 28 / 1)
}

.tw-bg-danger-700\/15 {
  background-color: rgb(185 28 28 / 0.15)
}

.tw-bg-danger-700\/20 {
  background-color: rgb(185 28 28 / 0.2)
}

.tw-bg-danger-700\/25 {
  background-color: rgb(185 28 28 / 0.25)
}

.tw-bg-danger-700\/30 {
  background-color: rgb(185 28 28 / 0.3)
}

.tw-bg-danger-700\/35 {
  background-color: rgb(185 28 28 / 0.35)
}

.tw-bg-danger-700\/40 {
  background-color: rgb(185 28 28 / 0.4)
}

.tw-bg-danger-700\/45 {
  background-color: rgb(185 28 28 / 0.45)
}

.tw-bg-danger-700\/5 {
  background-color: rgb(185 28 28 / 0.05)
}

.tw-bg-danger-700\/50 {
  background-color: rgb(185 28 28 / 0.5)
}

.tw-bg-danger-700\/55 {
  background-color: rgb(185 28 28 / 0.55)
}

.tw-bg-danger-700\/60 {
  background-color: rgb(185 28 28 / 0.6)
}

.tw-bg-danger-700\/65 {
  background-color: rgb(185 28 28 / 0.65)
}

.tw-bg-danger-700\/70 {
  background-color: rgb(185 28 28 / 0.7)
}

.tw-bg-danger-700\/75 {
  background-color: rgb(185 28 28 / 0.75)
}

.tw-bg-danger-700\/80 {
  background-color: rgb(185 28 28 / 0.8)
}

.tw-bg-danger-700\/85 {
  background-color: rgb(185 28 28 / 0.85)
}

.tw-bg-danger-700\/90 {
  background-color: rgb(185 28 28 / 0.9)
}

.tw-bg-danger-700\/95 {
  background-color: rgb(185 28 28 / 0.95)
}

.tw-bg-danger-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity))
}

.tw-bg-danger-800\/0 {
  background-color: rgb(153 27 27 / 0)
}

.tw-bg-danger-800\/10 {
  background-color: rgb(153 27 27 / 0.1)
}

.tw-bg-danger-800\/100 {
  background-color: rgb(153 27 27 / 1)
}

.tw-bg-danger-800\/15 {
  background-color: rgb(153 27 27 / 0.15)
}

.tw-bg-danger-800\/20 {
  background-color: rgb(153 27 27 / 0.2)
}

.tw-bg-danger-800\/25 {
  background-color: rgb(153 27 27 / 0.25)
}

.tw-bg-danger-800\/30 {
  background-color: rgb(153 27 27 / 0.3)
}

.tw-bg-danger-800\/35 {
  background-color: rgb(153 27 27 / 0.35)
}

.tw-bg-danger-800\/40 {
  background-color: rgb(153 27 27 / 0.4)
}

.tw-bg-danger-800\/45 {
  background-color: rgb(153 27 27 / 0.45)
}

.tw-bg-danger-800\/5 {
  background-color: rgb(153 27 27 / 0.05)
}

.tw-bg-danger-800\/50 {
  background-color: rgb(153 27 27 / 0.5)
}

.tw-bg-danger-800\/55 {
  background-color: rgb(153 27 27 / 0.55)
}

.tw-bg-danger-800\/60 {
  background-color: rgb(153 27 27 / 0.6)
}

.tw-bg-danger-800\/65 {
  background-color: rgb(153 27 27 / 0.65)
}

.tw-bg-danger-800\/70 {
  background-color: rgb(153 27 27 / 0.7)
}

.tw-bg-danger-800\/75 {
  background-color: rgb(153 27 27 / 0.75)
}

.tw-bg-danger-800\/80 {
  background-color: rgb(153 27 27 / 0.8)
}

.tw-bg-danger-800\/85 {
  background-color: rgb(153 27 27 / 0.85)
}

.tw-bg-danger-800\/90 {
  background-color: rgb(153 27 27 / 0.9)
}

.tw-bg-danger-800\/95 {
  background-color: rgb(153 27 27 / 0.95)
}

.tw-bg-danger-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity))
}

.tw-bg-danger-900\/0 {
  background-color: rgb(127 29 29 / 0)
}

.tw-bg-danger-900\/10 {
  background-color: rgb(127 29 29 / 0.1)
}

.tw-bg-danger-900\/100 {
  background-color: rgb(127 29 29 / 1)
}

.tw-bg-danger-900\/15 {
  background-color: rgb(127 29 29 / 0.15)
}

.tw-bg-danger-900\/20 {
  background-color: rgb(127 29 29 / 0.2)
}

.tw-bg-danger-900\/25 {
  background-color: rgb(127 29 29 / 0.25)
}

.tw-bg-danger-900\/30 {
  background-color: rgb(127 29 29 / 0.3)
}

.tw-bg-danger-900\/35 {
  background-color: rgb(127 29 29 / 0.35)
}

.tw-bg-danger-900\/40 {
  background-color: rgb(127 29 29 / 0.4)
}

.tw-bg-danger-900\/45 {
  background-color: rgb(127 29 29 / 0.45)
}

.tw-bg-danger-900\/5 {
  background-color: rgb(127 29 29 / 0.05)
}

.tw-bg-danger-900\/50 {
  background-color: rgb(127 29 29 / 0.5)
}

.tw-bg-danger-900\/55 {
  background-color: rgb(127 29 29 / 0.55)
}

.tw-bg-danger-900\/60 {
  background-color: rgb(127 29 29 / 0.6)
}

.tw-bg-danger-900\/65 {
  background-color: rgb(127 29 29 / 0.65)
}

.tw-bg-danger-900\/70 {
  background-color: rgb(127 29 29 / 0.7)
}

.tw-bg-danger-900\/75 {
  background-color: rgb(127 29 29 / 0.75)
}

.tw-bg-danger-900\/80 {
  background-color: rgb(127 29 29 / 0.8)
}

.tw-bg-danger-900\/85 {
  background-color: rgb(127 29 29 / 0.85)
}

.tw-bg-danger-900\/90 {
  background-color: rgb(127 29 29 / 0.9)
}

.tw-bg-danger-900\/95 {
  background-color: rgb(127 29 29 / 0.95)
}

.tw-bg-danger-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity))
}

.tw-bg-danger-950\/0 {
  background-color: rgb(69 10 10 / 0)
}

.tw-bg-danger-950\/10 {
  background-color: rgb(69 10 10 / 0.1)
}

.tw-bg-danger-950\/100 {
  background-color: rgb(69 10 10 / 1)
}

.tw-bg-danger-950\/15 {
  background-color: rgb(69 10 10 / 0.15)
}

.tw-bg-danger-950\/20 {
  background-color: rgb(69 10 10 / 0.2)
}

.tw-bg-danger-950\/25 {
  background-color: rgb(69 10 10 / 0.25)
}

.tw-bg-danger-950\/30 {
  background-color: rgb(69 10 10 / 0.3)
}

.tw-bg-danger-950\/35 {
  background-color: rgb(69 10 10 / 0.35)
}

.tw-bg-danger-950\/40 {
  background-color: rgb(69 10 10 / 0.4)
}

.tw-bg-danger-950\/45 {
  background-color: rgb(69 10 10 / 0.45)
}

.tw-bg-danger-950\/5 {
  background-color: rgb(69 10 10 / 0.05)
}

.tw-bg-danger-950\/50 {
  background-color: rgb(69 10 10 / 0.5)
}

.tw-bg-danger-950\/55 {
  background-color: rgb(69 10 10 / 0.55)
}

.tw-bg-danger-950\/60 {
  background-color: rgb(69 10 10 / 0.6)
}

.tw-bg-danger-950\/65 {
  background-color: rgb(69 10 10 / 0.65)
}

.tw-bg-danger-950\/70 {
  background-color: rgb(69 10 10 / 0.7)
}

.tw-bg-danger-950\/75 {
  background-color: rgb(69 10 10 / 0.75)
}

.tw-bg-danger-950\/80 {
  background-color: rgb(69 10 10 / 0.8)
}

.tw-bg-danger-950\/85 {
  background-color: rgb(69 10 10 / 0.85)
}

.tw-bg-danger-950\/90 {
  background-color: rgb(69 10 10 / 0.9)
}

.tw-bg-danger-950\/95 {
  background-color: rgb(69 10 10 / 0.95)
}

.tw-bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity))
}

.tw-bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0)
}

.tw-bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1)
}

.tw-bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1)
}

.tw-bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / 0.15)
}

.tw-bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2)
}

.tw-bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25)
}

.tw-bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3)
}

.tw-bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / 0.35)
}

.tw-bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4)
}

.tw-bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45)
}

.tw-bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05)
}

.tw-bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5)
}

.tw-bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55)
}

.tw-bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6)
}

.tw-bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65)
}

.tw-bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7)
}

.tw-bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75)
}

.tw-bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8)
}

.tw-bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85)
}

.tw-bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9)
}

.tw-bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95)
}

.tw-bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity))
}

.tw-bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0)
}

.tw-bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1)
}

.tw-bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1)
}

.tw-bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / 0.15)
}

.tw-bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2)
}

.tw-bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25)
}

.tw-bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3)
}

.tw-bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / 0.35)
}

.tw-bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4)
}

.tw-bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45)
}

.tw-bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05)
}

.tw-bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5)
}

.tw-bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55)
}

.tw-bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6)
}

.tw-bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65)
}

.tw-bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7)
}

.tw-bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75)
}

.tw-bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8)
}

.tw-bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85)
}

.tw-bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9)
}

.tw-bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95)
}

.tw-bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity))
}

.tw-bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0)
}

.tw-bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1)
}

.tw-bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1)
}

.tw-bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / 0.15)
}

.tw-bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2)
}

.tw-bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25)
}

.tw-bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3)
}

.tw-bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / 0.35)
}

.tw-bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4)
}

.tw-bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45)
}

.tw-bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05)
}

.tw-bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5)
}

.tw-bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55)
}

.tw-bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6)
}

.tw-bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65)
}

.tw-bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7)
}

.tw-bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75)
}

.tw-bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8)
}

.tw-bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85)
}

.tw-bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9)
}

.tw-bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95)
}

.tw-bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity))
}

.tw-bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0)
}

.tw-bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1)
}

.tw-bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1)
}

.tw-bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15)
}

.tw-bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2)
}

.tw-bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25)
}

.tw-bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3)
}

.tw-bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / 0.35)
}

.tw-bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4)
}

.tw-bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45)
}

.tw-bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05)
}

.tw-bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5)
}

.tw-bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55)
}

.tw-bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6)
}

.tw-bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65)
}

.tw-bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7)
}

.tw-bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75)
}

.tw-bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8)
}

.tw-bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85)
}

.tw-bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9)
}

.tw-bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95)
}

.tw-bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity))
}

.tw-bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0)
}

.tw-bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1)
}

.tw-bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1)
}

.tw-bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15)
}

.tw-bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2)
}

.tw-bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25)
}

.tw-bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3)
}

.tw-bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / 0.35)
}

.tw-bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4)
}

.tw-bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45)
}

.tw-bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05)
}

.tw-bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5)
}

.tw-bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55)
}

.tw-bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6)
}

.tw-bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65)
}

.tw-bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7)
}

.tw-bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75)
}

.tw-bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8)
}

.tw-bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85)
}

.tw-bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9)
}

.tw-bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95)
}

.tw-bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity))
}

.tw-bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0)
}

.tw-bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1)
}

.tw-bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1)
}

.tw-bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / 0.15)
}

.tw-bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2)
}

.tw-bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25)
}

.tw-bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3)
}

.tw-bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / 0.35)
}

.tw-bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4)
}

.tw-bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45)
}

.tw-bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05)
}

.tw-bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5)
}

.tw-bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55)
}

.tw-bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6)
}

.tw-bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65)
}

.tw-bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7)
}

.tw-bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75)
}

.tw-bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8)
}

.tw-bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85)
}

.tw-bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9)
}

.tw-bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95)
}

.tw-bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity))
}

.tw-bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0)
}

.tw-bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1)
}

.tw-bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1)
}

.tw-bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / 0.15)
}

.tw-bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2)
}

.tw-bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25)
}

.tw-bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3)
}

.tw-bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / 0.35)
}

.tw-bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4)
}

.tw-bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45)
}

.tw-bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05)
}

.tw-bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5)
}

.tw-bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55)
}

.tw-bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6)
}

.tw-bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65)
}

.tw-bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7)
}

.tw-bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75)
}

.tw-bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8)
}

.tw-bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85)
}

.tw-bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9)
}

.tw-bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95)
}

.tw-bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity))
}

.tw-bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0)
}

.tw-bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1)
}

.tw-bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1)
}

.tw-bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / 0.15)
}

.tw-bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2)
}

.tw-bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25)
}

.tw-bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3)
}

.tw-bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / 0.35)
}

.tw-bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4)
}

.tw-bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45)
}

.tw-bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05)
}

.tw-bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5)
}

.tw-bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55)
}

.tw-bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6)
}

.tw-bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65)
}

.tw-bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7)
}

.tw-bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75)
}

.tw-bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8)
}

.tw-bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85)
}

.tw-bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9)
}

.tw-bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95)
}

.tw-bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity))
}

.tw-bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0)
}

.tw-bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1)
}

.tw-bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1)
}

.tw-bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / 0.15)
}

.tw-bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2)
}

.tw-bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25)
}

.tw-bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3)
}

.tw-bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / 0.35)
}

.tw-bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4)
}

.tw-bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45)
}

.tw-bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05)
}

.tw-bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5)
}

.tw-bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55)
}

.tw-bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6)
}

.tw-bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65)
}

.tw-bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7)
}

.tw-bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75)
}

.tw-bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8)
}

.tw-bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85)
}

.tw-bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9)
}

.tw-bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95)
}

.tw-bg-error {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)))
}

.tw-bg-error-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-erc,oklch(var(--erc)/var(--tw-bg-opacity)))
}

.tw-bg-error-content\/0 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0))
}

.tw-bg-error-content\/10 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.1))
}

.tw-bg-error-content\/100 {
  background-color: var(--fallback-erc,oklch(var(--erc)/1))
}

.tw-bg-error-content\/15 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.15))
}

.tw-bg-error-content\/20 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.2))
}

.tw-bg-error-content\/25 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.25))
}

.tw-bg-error-content\/30 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.3))
}

.tw-bg-error-content\/35 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.35))
}

.tw-bg-error-content\/40 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.4))
}

.tw-bg-error-content\/45 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.45))
}

.tw-bg-error-content\/5 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.05))
}

.tw-bg-error-content\/50 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.5))
}

.tw-bg-error-content\/55 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.55))
}

.tw-bg-error-content\/60 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.6))
}

.tw-bg-error-content\/65 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.65))
}

.tw-bg-error-content\/70 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.7))
}

.tw-bg-error-content\/75 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.75))
}

.tw-bg-error-content\/80 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.8))
}

.tw-bg-error-content\/85 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.85))
}

.tw-bg-error-content\/90 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.9))
}

.tw-bg-error-content\/95 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.95))
}

.tw-bg-error\/0 {
  background-color: var(--fallback-er,oklch(var(--er)/0))
}

.tw-bg-error\/10 {
  background-color: var(--fallback-er,oklch(var(--er)/0.1))
}

.tw-bg-error\/100 {
  background-color: var(--fallback-er,oklch(var(--er)/1))
}

.tw-bg-error\/15 {
  background-color: var(--fallback-er,oklch(var(--er)/0.15))
}

.tw-bg-error\/20 {
  background-color: var(--fallback-er,oklch(var(--er)/0.2))
}

.tw-bg-error\/25 {
  background-color: var(--fallback-er,oklch(var(--er)/0.25))
}

.tw-bg-error\/30 {
  background-color: var(--fallback-er,oklch(var(--er)/0.3))
}

.tw-bg-error\/35 {
  background-color: var(--fallback-er,oklch(var(--er)/0.35))
}

.tw-bg-error\/40 {
  background-color: var(--fallback-er,oklch(var(--er)/0.4))
}

.tw-bg-error\/45 {
  background-color: var(--fallback-er,oklch(var(--er)/0.45))
}

.tw-bg-error\/5 {
  background-color: var(--fallback-er,oklch(var(--er)/0.05))
}

.tw-bg-error\/50 {
  background-color: var(--fallback-er,oklch(var(--er)/0.5))
}

.tw-bg-error\/55 {
  background-color: var(--fallback-er,oklch(var(--er)/0.55))
}

.tw-bg-error\/60 {
  background-color: var(--fallback-er,oklch(var(--er)/0.6))
}

.tw-bg-error\/65 {
  background-color: var(--fallback-er,oklch(var(--er)/0.65))
}

.tw-bg-error\/70 {
  background-color: var(--fallback-er,oklch(var(--er)/0.7))
}

.tw-bg-error\/75 {
  background-color: var(--fallback-er,oklch(var(--er)/0.75))
}

.tw-bg-error\/80 {
  background-color: var(--fallback-er,oklch(var(--er)/0.8))
}

.tw-bg-error\/85 {
  background-color: var(--fallback-er,oklch(var(--er)/0.85))
}

.tw-bg-error\/90 {
  background-color: var(--fallback-er,oklch(var(--er)/0.9))
}

.tw-bg-error\/95 {
  background-color: var(--fallback-er,oklch(var(--er)/0.95))
}

.tw-bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(197 202 233 / var(--tw-bg-opacity))
}

.tw-bg-indigo-100\/0 {
  background-color: rgb(197 202 233 / 0)
}

.tw-bg-indigo-100\/10 {
  background-color: rgb(197 202 233 / 0.1)
}

.tw-bg-indigo-100\/100 {
  background-color: rgb(197 202 233 / 1)
}

.tw-bg-indigo-100\/15 {
  background-color: rgb(197 202 233 / 0.15)
}

.tw-bg-indigo-100\/20 {
  background-color: rgb(197 202 233 / 0.2)
}

.tw-bg-indigo-100\/25 {
  background-color: rgb(197 202 233 / 0.25)
}

.tw-bg-indigo-100\/30 {
  background-color: rgb(197 202 233 / 0.3)
}

.tw-bg-indigo-100\/35 {
  background-color: rgb(197 202 233 / 0.35)
}

.tw-bg-indigo-100\/40 {
  background-color: rgb(197 202 233 / 0.4)
}

.tw-bg-indigo-100\/45 {
  background-color: rgb(197 202 233 / 0.45)
}

.tw-bg-indigo-100\/5 {
  background-color: rgb(197 202 233 / 0.05)
}

.tw-bg-indigo-100\/50 {
  background-color: rgb(197 202 233 / 0.5)
}

.tw-bg-indigo-100\/55 {
  background-color: rgb(197 202 233 / 0.55)
}

.tw-bg-indigo-100\/60 {
  background-color: rgb(197 202 233 / 0.6)
}

.tw-bg-indigo-100\/65 {
  background-color: rgb(197 202 233 / 0.65)
}

.tw-bg-indigo-100\/70 {
  background-color: rgb(197 202 233 / 0.7)
}

.tw-bg-indigo-100\/75 {
  background-color: rgb(197 202 233 / 0.75)
}

.tw-bg-indigo-100\/80 {
  background-color: rgb(197 202 233 / 0.8)
}

.tw-bg-indigo-100\/85 {
  background-color: rgb(197 202 233 / 0.85)
}

.tw-bg-indigo-100\/90 {
  background-color: rgb(197 202 233 / 0.9)
}

.tw-bg-indigo-100\/95 {
  background-color: rgb(197 202 233 / 0.95)
}

.tw-bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 168 218 / var(--tw-bg-opacity))
}

.tw-bg-indigo-200\/0 {
  background-color: rgb(159 168 218 / 0)
}

.tw-bg-indigo-200\/10 {
  background-color: rgb(159 168 218 / 0.1)
}

.tw-bg-indigo-200\/100 {
  background-color: rgb(159 168 218 / 1)
}

.tw-bg-indigo-200\/15 {
  background-color: rgb(159 168 218 / 0.15)
}

.tw-bg-indigo-200\/20 {
  background-color: rgb(159 168 218 / 0.2)
}

.tw-bg-indigo-200\/25 {
  background-color: rgb(159 168 218 / 0.25)
}

.tw-bg-indigo-200\/30 {
  background-color: rgb(159 168 218 / 0.3)
}

.tw-bg-indigo-200\/35 {
  background-color: rgb(159 168 218 / 0.35)
}

.tw-bg-indigo-200\/40 {
  background-color: rgb(159 168 218 / 0.4)
}

.tw-bg-indigo-200\/45 {
  background-color: rgb(159 168 218 / 0.45)
}

.tw-bg-indigo-200\/5 {
  background-color: rgb(159 168 218 / 0.05)
}

.tw-bg-indigo-200\/50 {
  background-color: rgb(159 168 218 / 0.5)
}

.tw-bg-indigo-200\/55 {
  background-color: rgb(159 168 218 / 0.55)
}

.tw-bg-indigo-200\/60 {
  background-color: rgb(159 168 218 / 0.6)
}

.tw-bg-indigo-200\/65 {
  background-color: rgb(159 168 218 / 0.65)
}

.tw-bg-indigo-200\/70 {
  background-color: rgb(159 168 218 / 0.7)
}

.tw-bg-indigo-200\/75 {
  background-color: rgb(159 168 218 / 0.75)
}

.tw-bg-indigo-200\/80 {
  background-color: rgb(159 168 218 / 0.8)
}

.tw-bg-indigo-200\/85 {
  background-color: rgb(159 168 218 / 0.85)
}

.tw-bg-indigo-200\/90 {
  background-color: rgb(159 168 218 / 0.9)
}

.tw-bg-indigo-200\/95 {
  background-color: rgb(159 168 218 / 0.95)
}

.tw-bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(121 134 203 / var(--tw-bg-opacity))
}

.tw-bg-indigo-300\/0 {
  background-color: rgb(121 134 203 / 0)
}

.tw-bg-indigo-300\/10 {
  background-color: rgb(121 134 203 / 0.1)
}

.tw-bg-indigo-300\/100 {
  background-color: rgb(121 134 203 / 1)
}

.tw-bg-indigo-300\/15 {
  background-color: rgb(121 134 203 / 0.15)
}

.tw-bg-indigo-300\/20 {
  background-color: rgb(121 134 203 / 0.2)
}

.tw-bg-indigo-300\/25 {
  background-color: rgb(121 134 203 / 0.25)
}

.tw-bg-indigo-300\/30 {
  background-color: rgb(121 134 203 / 0.3)
}

.tw-bg-indigo-300\/35 {
  background-color: rgb(121 134 203 / 0.35)
}

.tw-bg-indigo-300\/40 {
  background-color: rgb(121 134 203 / 0.4)
}

.tw-bg-indigo-300\/45 {
  background-color: rgb(121 134 203 / 0.45)
}

.tw-bg-indigo-300\/5 {
  background-color: rgb(121 134 203 / 0.05)
}

.tw-bg-indigo-300\/50 {
  background-color: rgb(121 134 203 / 0.5)
}

.tw-bg-indigo-300\/55 {
  background-color: rgb(121 134 203 / 0.55)
}

.tw-bg-indigo-300\/60 {
  background-color: rgb(121 134 203 / 0.6)
}

.tw-bg-indigo-300\/65 {
  background-color: rgb(121 134 203 / 0.65)
}

.tw-bg-indigo-300\/70 {
  background-color: rgb(121 134 203 / 0.7)
}

.tw-bg-indigo-300\/75 {
  background-color: rgb(121 134 203 / 0.75)
}

.tw-bg-indigo-300\/80 {
  background-color: rgb(121 134 203 / 0.8)
}

.tw-bg-indigo-300\/85 {
  background-color: rgb(121 134 203 / 0.85)
}

.tw-bg-indigo-300\/90 {
  background-color: rgb(121 134 203 / 0.9)
}

.tw-bg-indigo-300\/95 {
  background-color: rgb(121 134 203 / 0.95)
}

.tw-bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 107 192 / var(--tw-bg-opacity))
}

.tw-bg-indigo-400\/0 {
  background-color: rgb(92 107 192 / 0)
}

.tw-bg-indigo-400\/10 {
  background-color: rgb(92 107 192 / 0.1)
}

.tw-bg-indigo-400\/100 {
  background-color: rgb(92 107 192 / 1)
}

.tw-bg-indigo-400\/15 {
  background-color: rgb(92 107 192 / 0.15)
}

.tw-bg-indigo-400\/20 {
  background-color: rgb(92 107 192 / 0.2)
}

.tw-bg-indigo-400\/25 {
  background-color: rgb(92 107 192 / 0.25)
}

.tw-bg-indigo-400\/30 {
  background-color: rgb(92 107 192 / 0.3)
}

.tw-bg-indigo-400\/35 {
  background-color: rgb(92 107 192 / 0.35)
}

.tw-bg-indigo-400\/40 {
  background-color: rgb(92 107 192 / 0.4)
}

.tw-bg-indigo-400\/45 {
  background-color: rgb(92 107 192 / 0.45)
}

.tw-bg-indigo-400\/5 {
  background-color: rgb(92 107 192 / 0.05)
}

.tw-bg-indigo-400\/50 {
  background-color: rgb(92 107 192 / 0.5)
}

.tw-bg-indigo-400\/55 {
  background-color: rgb(92 107 192 / 0.55)
}

.tw-bg-indigo-400\/60 {
  background-color: rgb(92 107 192 / 0.6)
}

.tw-bg-indigo-400\/65 {
  background-color: rgb(92 107 192 / 0.65)
}

.tw-bg-indigo-400\/70 {
  background-color: rgb(92 107 192 / 0.7)
}

.tw-bg-indigo-400\/75 {
  background-color: rgb(92 107 192 / 0.75)
}

.tw-bg-indigo-400\/80 {
  background-color: rgb(92 107 192 / 0.8)
}

.tw-bg-indigo-400\/85 {
  background-color: rgb(92 107 192 / 0.85)
}

.tw-bg-indigo-400\/90 {
  background-color: rgb(92 107 192 / 0.9)
}

.tw-bg-indigo-400\/95 {
  background-color: rgb(92 107 192 / 0.95)
}

.tw-bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 81 181 / var(--tw-bg-opacity))
}

.tw-bg-indigo-500\/0 {
  background-color: rgb(63 81 181 / 0)
}

.tw-bg-indigo-500\/10 {
  background-color: rgb(63 81 181 / 0.1)
}

.tw-bg-indigo-500\/100 {
  background-color: rgb(63 81 181 / 1)
}

.tw-bg-indigo-500\/15 {
  background-color: rgb(63 81 181 / 0.15)
}

.tw-bg-indigo-500\/20 {
  background-color: rgb(63 81 181 / 0.2)
}

.tw-bg-indigo-500\/25 {
  background-color: rgb(63 81 181 / 0.25)
}

.tw-bg-indigo-500\/30 {
  background-color: rgb(63 81 181 / 0.3)
}

.tw-bg-indigo-500\/35 {
  background-color: rgb(63 81 181 / 0.35)
}

.tw-bg-indigo-500\/40 {
  background-color: rgb(63 81 181 / 0.4)
}

.tw-bg-indigo-500\/45 {
  background-color: rgb(63 81 181 / 0.45)
}

.tw-bg-indigo-500\/5 {
  background-color: rgb(63 81 181 / 0.05)
}

.tw-bg-indigo-500\/50 {
  background-color: rgb(63 81 181 / 0.5)
}

.tw-bg-indigo-500\/55 {
  background-color: rgb(63 81 181 / 0.55)
}

.tw-bg-indigo-500\/60 {
  background-color: rgb(63 81 181 / 0.6)
}

.tw-bg-indigo-500\/65 {
  background-color: rgb(63 81 181 / 0.65)
}

.tw-bg-indigo-500\/70 {
  background-color: rgb(63 81 181 / 0.7)
}

.tw-bg-indigo-500\/75 {
  background-color: rgb(63 81 181 / 0.75)
}

.tw-bg-indigo-500\/80 {
  background-color: rgb(63 81 181 / 0.8)
}

.tw-bg-indigo-500\/85 {
  background-color: rgb(63 81 181 / 0.85)
}

.tw-bg-indigo-500\/90 {
  background-color: rgb(63 81 181 / 0.9)
}

.tw-bg-indigo-500\/95 {
  background-color: rgb(63 81 181 / 0.95)
}

.tw-bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(57 73 171 / var(--tw-bg-opacity))
}

.tw-bg-indigo-600\/0 {
  background-color: rgb(57 73 171 / 0)
}

.tw-bg-indigo-600\/10 {
  background-color: rgb(57 73 171 / 0.1)
}

.tw-bg-indigo-600\/100 {
  background-color: rgb(57 73 171 / 1)
}

.tw-bg-indigo-600\/15 {
  background-color: rgb(57 73 171 / 0.15)
}

.tw-bg-indigo-600\/20 {
  background-color: rgb(57 73 171 / 0.2)
}

.tw-bg-indigo-600\/25 {
  background-color: rgb(57 73 171 / 0.25)
}

.tw-bg-indigo-600\/30 {
  background-color: rgb(57 73 171 / 0.3)
}

.tw-bg-indigo-600\/35 {
  background-color: rgb(57 73 171 / 0.35)
}

.tw-bg-indigo-600\/40 {
  background-color: rgb(57 73 171 / 0.4)
}

.tw-bg-indigo-600\/45 {
  background-color: rgb(57 73 171 / 0.45)
}

.tw-bg-indigo-600\/5 {
  background-color: rgb(57 73 171 / 0.05)
}

.tw-bg-indigo-600\/50 {
  background-color: rgb(57 73 171 / 0.5)
}

.tw-bg-indigo-600\/55 {
  background-color: rgb(57 73 171 / 0.55)
}

.tw-bg-indigo-600\/60 {
  background-color: rgb(57 73 171 / 0.6)
}

.tw-bg-indigo-600\/65 {
  background-color: rgb(57 73 171 / 0.65)
}

.tw-bg-indigo-600\/70 {
  background-color: rgb(57 73 171 / 0.7)
}

.tw-bg-indigo-600\/75 {
  background-color: rgb(57 73 171 / 0.75)
}

.tw-bg-indigo-600\/80 {
  background-color: rgb(57 73 171 / 0.8)
}

.tw-bg-indigo-600\/85 {
  background-color: rgb(57 73 171 / 0.85)
}

.tw-bg-indigo-600\/90 {
  background-color: rgb(57 73 171 / 0.9)
}

.tw-bg-indigo-600\/95 {
  background-color: rgb(57 73 171 / 0.95)
}

.tw-bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 63 159 / var(--tw-bg-opacity))
}

.tw-bg-indigo-700\/0 {
  background-color: rgb(48 63 159 / 0)
}

.tw-bg-indigo-700\/10 {
  background-color: rgb(48 63 159 / 0.1)
}

.tw-bg-indigo-700\/100 {
  background-color: rgb(48 63 159 / 1)
}

.tw-bg-indigo-700\/15 {
  background-color: rgb(48 63 159 / 0.15)
}

.tw-bg-indigo-700\/20 {
  background-color: rgb(48 63 159 / 0.2)
}

.tw-bg-indigo-700\/25 {
  background-color: rgb(48 63 159 / 0.25)
}

.tw-bg-indigo-700\/30 {
  background-color: rgb(48 63 159 / 0.3)
}

.tw-bg-indigo-700\/35 {
  background-color: rgb(48 63 159 / 0.35)
}

.tw-bg-indigo-700\/40 {
  background-color: rgb(48 63 159 / 0.4)
}

.tw-bg-indigo-700\/45 {
  background-color: rgb(48 63 159 / 0.45)
}

.tw-bg-indigo-700\/5 {
  background-color: rgb(48 63 159 / 0.05)
}

.tw-bg-indigo-700\/50 {
  background-color: rgb(48 63 159 / 0.5)
}

.tw-bg-indigo-700\/55 {
  background-color: rgb(48 63 159 / 0.55)
}

.tw-bg-indigo-700\/60 {
  background-color: rgb(48 63 159 / 0.6)
}

.tw-bg-indigo-700\/65 {
  background-color: rgb(48 63 159 / 0.65)
}

.tw-bg-indigo-700\/70 {
  background-color: rgb(48 63 159 / 0.7)
}

.tw-bg-indigo-700\/75 {
  background-color: rgb(48 63 159 / 0.75)
}

.tw-bg-indigo-700\/80 {
  background-color: rgb(48 63 159 / 0.8)
}

.tw-bg-indigo-700\/85 {
  background-color: rgb(48 63 159 / 0.85)
}

.tw-bg-indigo-700\/90 {
  background-color: rgb(48 63 159 / 0.9)
}

.tw-bg-indigo-700\/95 {
  background-color: rgb(48 63 159 / 0.95)
}

.tw-bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 53 147 / var(--tw-bg-opacity))
}

.tw-bg-indigo-800\/0 {
  background-color: rgb(40 53 147 / 0)
}

.tw-bg-indigo-800\/10 {
  background-color: rgb(40 53 147 / 0.1)
}

.tw-bg-indigo-800\/100 {
  background-color: rgb(40 53 147 / 1)
}

.tw-bg-indigo-800\/15 {
  background-color: rgb(40 53 147 / 0.15)
}

.tw-bg-indigo-800\/20 {
  background-color: rgb(40 53 147 / 0.2)
}

.tw-bg-indigo-800\/25 {
  background-color: rgb(40 53 147 / 0.25)
}

.tw-bg-indigo-800\/30 {
  background-color: rgb(40 53 147 / 0.3)
}

.tw-bg-indigo-800\/35 {
  background-color: rgb(40 53 147 / 0.35)
}

.tw-bg-indigo-800\/40 {
  background-color: rgb(40 53 147 / 0.4)
}

.tw-bg-indigo-800\/45 {
  background-color: rgb(40 53 147 / 0.45)
}

.tw-bg-indigo-800\/5 {
  background-color: rgb(40 53 147 / 0.05)
}

.tw-bg-indigo-800\/50 {
  background-color: rgb(40 53 147 / 0.5)
}

.tw-bg-indigo-800\/55 {
  background-color: rgb(40 53 147 / 0.55)
}

.tw-bg-indigo-800\/60 {
  background-color: rgb(40 53 147 / 0.6)
}

.tw-bg-indigo-800\/65 {
  background-color: rgb(40 53 147 / 0.65)
}

.tw-bg-indigo-800\/70 {
  background-color: rgb(40 53 147 / 0.7)
}

.tw-bg-indigo-800\/75 {
  background-color: rgb(40 53 147 / 0.75)
}

.tw-bg-indigo-800\/80 {
  background-color: rgb(40 53 147 / 0.8)
}

.tw-bg-indigo-800\/85 {
  background-color: rgb(40 53 147 / 0.85)
}

.tw-bg-indigo-800\/90 {
  background-color: rgb(40 53 147 / 0.9)
}

.tw-bg-indigo-800\/95 {
  background-color: rgb(40 53 147 / 0.95)
}

.tw-bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 35 126 / var(--tw-bg-opacity))
}

.tw-bg-indigo-900\/0 {
  background-color: rgb(26 35 126 / 0)
}

.tw-bg-indigo-900\/10 {
  background-color: rgb(26 35 126 / 0.1)
}

.tw-bg-indigo-900\/100 {
  background-color: rgb(26 35 126 / 1)
}

.tw-bg-indigo-900\/15 {
  background-color: rgb(26 35 126 / 0.15)
}

.tw-bg-indigo-900\/20 {
  background-color: rgb(26 35 126 / 0.2)
}

.tw-bg-indigo-900\/25 {
  background-color: rgb(26 35 126 / 0.25)
}

.tw-bg-indigo-900\/30 {
  background-color: rgb(26 35 126 / 0.3)
}

.tw-bg-indigo-900\/35 {
  background-color: rgb(26 35 126 / 0.35)
}

.tw-bg-indigo-900\/40 {
  background-color: rgb(26 35 126 / 0.4)
}

.tw-bg-indigo-900\/45 {
  background-color: rgb(26 35 126 / 0.45)
}

.tw-bg-indigo-900\/5 {
  background-color: rgb(26 35 126 / 0.05)
}

.tw-bg-indigo-900\/50 {
  background-color: rgb(26 35 126 / 0.5)
}

.tw-bg-indigo-900\/55 {
  background-color: rgb(26 35 126 / 0.55)
}

.tw-bg-indigo-900\/60 {
  background-color: rgb(26 35 126 / 0.6)
}

.tw-bg-indigo-900\/65 {
  background-color: rgb(26 35 126 / 0.65)
}

.tw-bg-indigo-900\/70 {
  background-color: rgb(26 35 126 / 0.7)
}

.tw-bg-indigo-900\/75 {
  background-color: rgb(26 35 126 / 0.75)
}

.tw-bg-indigo-900\/80 {
  background-color: rgb(26 35 126 / 0.8)
}

.tw-bg-indigo-900\/85 {
  background-color: rgb(26 35 126 / 0.85)
}

.tw-bg-indigo-900\/90 {
  background-color: rgb(26 35 126 / 0.9)
}

.tw-bg-indigo-900\/95 {
  background-color: rgb(26 35 126 / 0.95)
}

.tw-bg-info {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)))
}

.tw-bg-info-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-inc,oklch(var(--inc)/var(--tw-bg-opacity)))
}

.tw-bg-info-content\/0 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0))
}

.tw-bg-info-content\/10 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.1))
}

.tw-bg-info-content\/100 {
  background-color: var(--fallback-inc,oklch(var(--inc)/1))
}

.tw-bg-info-content\/15 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.15))
}

.tw-bg-info-content\/20 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.2))
}

.tw-bg-info-content\/25 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.25))
}

.tw-bg-info-content\/30 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.3))
}

.tw-bg-info-content\/35 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.35))
}

.tw-bg-info-content\/40 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.4))
}

.tw-bg-info-content\/45 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.45))
}

.tw-bg-info-content\/5 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.05))
}

.tw-bg-info-content\/50 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.5))
}

.tw-bg-info-content\/55 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.55))
}

.tw-bg-info-content\/60 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.6))
}

.tw-bg-info-content\/65 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.65))
}

.tw-bg-info-content\/70 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.7))
}

.tw-bg-info-content\/75 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.75))
}

.tw-bg-info-content\/80 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.8))
}

.tw-bg-info-content\/85 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.85))
}

.tw-bg-info-content\/90 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.9))
}

.tw-bg-info-content\/95 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.95))
}

.tw-bg-info\/0 {
  background-color: var(--fallback-in,oklch(var(--in)/0))
}

.tw-bg-info\/10 {
  background-color: var(--fallback-in,oklch(var(--in)/0.1))
}

.tw-bg-info\/100 {
  background-color: var(--fallback-in,oklch(var(--in)/1))
}

.tw-bg-info\/15 {
  background-color: var(--fallback-in,oklch(var(--in)/0.15))
}

.tw-bg-info\/20 {
  background-color: var(--fallback-in,oklch(var(--in)/0.2))
}

.tw-bg-info\/25 {
  background-color: var(--fallback-in,oklch(var(--in)/0.25))
}

.tw-bg-info\/30 {
  background-color: var(--fallback-in,oklch(var(--in)/0.3))
}

.tw-bg-info\/35 {
  background-color: var(--fallback-in,oklch(var(--in)/0.35))
}

.tw-bg-info\/40 {
  background-color: var(--fallback-in,oklch(var(--in)/0.4))
}

.tw-bg-info\/45 {
  background-color: var(--fallback-in,oklch(var(--in)/0.45))
}

.tw-bg-info\/5 {
  background-color: var(--fallback-in,oklch(var(--in)/0.05))
}

.tw-bg-info\/50 {
  background-color: var(--fallback-in,oklch(var(--in)/0.5))
}

.tw-bg-info\/55 {
  background-color: var(--fallback-in,oklch(var(--in)/0.55))
}

.tw-bg-info\/60 {
  background-color: var(--fallback-in,oklch(var(--in)/0.6))
}

.tw-bg-info\/65 {
  background-color: var(--fallback-in,oklch(var(--in)/0.65))
}

.tw-bg-info\/70 {
  background-color: var(--fallback-in,oklch(var(--in)/0.7))
}

.tw-bg-info\/75 {
  background-color: var(--fallback-in,oklch(var(--in)/0.75))
}

.tw-bg-info\/80 {
  background-color: var(--fallback-in,oklch(var(--in)/0.8))
}

.tw-bg-info\/85 {
  background-color: var(--fallback-in,oklch(var(--in)/0.85))
}

.tw-bg-info\/90 {
  background-color: var(--fallback-in,oklch(var(--in)/0.9))
}

.tw-bg-info\/95 {
  background-color: var(--fallback-in,oklch(var(--in)/0.95))
}

.tw-bg-inherit {
  background-color: inherit
}

.tw-bg-lightgreen-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 230 201 / var(--tw-bg-opacity))
}

.tw-bg-lightgreen-100\/0 {
  background-color: rgb(200 230 201 / 0)
}

.tw-bg-lightgreen-100\/10 {
  background-color: rgb(200 230 201 / 0.1)
}

.tw-bg-lightgreen-100\/100 {
  background-color: rgb(200 230 201 / 1)
}

.tw-bg-lightgreen-100\/15 {
  background-color: rgb(200 230 201 / 0.15)
}

.tw-bg-lightgreen-100\/20 {
  background-color: rgb(200 230 201 / 0.2)
}

.tw-bg-lightgreen-100\/25 {
  background-color: rgb(200 230 201 / 0.25)
}

.tw-bg-lightgreen-100\/30 {
  background-color: rgb(200 230 201 / 0.3)
}

.tw-bg-lightgreen-100\/35 {
  background-color: rgb(200 230 201 / 0.35)
}

.tw-bg-lightgreen-100\/40 {
  background-color: rgb(200 230 201 / 0.4)
}

.tw-bg-lightgreen-100\/45 {
  background-color: rgb(200 230 201 / 0.45)
}

.tw-bg-lightgreen-100\/5 {
  background-color: rgb(200 230 201 / 0.05)
}

.tw-bg-lightgreen-100\/50 {
  background-color: rgb(200 230 201 / 0.5)
}

.tw-bg-lightgreen-100\/55 {
  background-color: rgb(200 230 201 / 0.55)
}

.tw-bg-lightgreen-100\/60 {
  background-color: rgb(200 230 201 / 0.6)
}

.tw-bg-lightgreen-100\/65 {
  background-color: rgb(200 230 201 / 0.65)
}

.tw-bg-lightgreen-100\/70 {
  background-color: rgb(200 230 201 / 0.7)
}

.tw-bg-lightgreen-100\/75 {
  background-color: rgb(200 230 201 / 0.75)
}

.tw-bg-lightgreen-100\/80 {
  background-color: rgb(200 230 201 / 0.8)
}

.tw-bg-lightgreen-100\/85 {
  background-color: rgb(200 230 201 / 0.85)
}

.tw-bg-lightgreen-100\/90 {
  background-color: rgb(200 230 201 / 0.9)
}

.tw-bg-lightgreen-100\/95 {
  background-color: rgb(200 230 201 / 0.95)
}

.tw-bg-lightgreen-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 214 167 / var(--tw-bg-opacity))
}

.tw-bg-lightgreen-200\/0 {
  background-color: rgb(165 214 167 / 0)
}

.tw-bg-lightgreen-200\/10 {
  background-color: rgb(165 214 167 / 0.1)
}

.tw-bg-lightgreen-200\/100 {
  background-color: rgb(165 214 167 / 1)
}

.tw-bg-lightgreen-200\/15 {
  background-color: rgb(165 214 167 / 0.15)
}

.tw-bg-lightgreen-200\/20 {
  background-color: rgb(165 214 167 / 0.2)
}

.tw-bg-lightgreen-200\/25 {
  background-color: rgb(165 214 167 / 0.25)
}

.tw-bg-lightgreen-200\/30 {
  background-color: rgb(165 214 167 / 0.3)
}

.tw-bg-lightgreen-200\/35 {
  background-color: rgb(165 214 167 / 0.35)
}

.tw-bg-lightgreen-200\/40 {
  background-color: rgb(165 214 167 / 0.4)
}

.tw-bg-lightgreen-200\/45 {
  background-color: rgb(165 214 167 / 0.45)
}

.tw-bg-lightgreen-200\/5 {
  background-color: rgb(165 214 167 / 0.05)
}

.tw-bg-lightgreen-200\/50 {
  background-color: rgb(165 214 167 / 0.5)
}

.tw-bg-lightgreen-200\/55 {
  background-color: rgb(165 214 167 / 0.55)
}

.tw-bg-lightgreen-200\/60 {
  background-color: rgb(165 214 167 / 0.6)
}

.tw-bg-lightgreen-200\/65 {
  background-color: rgb(165 214 167 / 0.65)
}

.tw-bg-lightgreen-200\/70 {
  background-color: rgb(165 214 167 / 0.7)
}

.tw-bg-lightgreen-200\/75 {
  background-color: rgb(165 214 167 / 0.75)
}

.tw-bg-lightgreen-200\/80 {
  background-color: rgb(165 214 167 / 0.8)
}

.tw-bg-lightgreen-200\/85 {
  background-color: rgb(165 214 167 / 0.85)
}

.tw-bg-lightgreen-200\/90 {
  background-color: rgb(165 214 167 / 0.9)
}

.tw-bg-lightgreen-200\/95 {
  background-color: rgb(165 214 167 / 0.95)
}

.tw-bg-lightgreen-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 199 132 / var(--tw-bg-opacity))
}

.tw-bg-lightgreen-300\/0 {
  background-color: rgb(129 199 132 / 0)
}

.tw-bg-lightgreen-300\/10 {
  background-color: rgb(129 199 132 / 0.1)
}

.tw-bg-lightgreen-300\/100 {
  background-color: rgb(129 199 132 / 1)
}

.tw-bg-lightgreen-300\/15 {
  background-color: rgb(129 199 132 / 0.15)
}

.tw-bg-lightgreen-300\/20 {
  background-color: rgb(129 199 132 / 0.2)
}

.tw-bg-lightgreen-300\/25 {
  background-color: rgb(129 199 132 / 0.25)
}

.tw-bg-lightgreen-300\/30 {
  background-color: rgb(129 199 132 / 0.3)
}

.tw-bg-lightgreen-300\/35 {
  background-color: rgb(129 199 132 / 0.35)
}

.tw-bg-lightgreen-300\/40 {
  background-color: rgb(129 199 132 / 0.4)
}

.tw-bg-lightgreen-300\/45 {
  background-color: rgb(129 199 132 / 0.45)
}

.tw-bg-lightgreen-300\/5 {
  background-color: rgb(129 199 132 / 0.05)
}

.tw-bg-lightgreen-300\/50 {
  background-color: rgb(129 199 132 / 0.5)
}

.tw-bg-lightgreen-300\/55 {
  background-color: rgb(129 199 132 / 0.55)
}

.tw-bg-lightgreen-300\/60 {
  background-color: rgb(129 199 132 / 0.6)
}

.tw-bg-lightgreen-300\/65 {
  background-color: rgb(129 199 132 / 0.65)
}

.tw-bg-lightgreen-300\/70 {
  background-color: rgb(129 199 132 / 0.7)
}

.tw-bg-lightgreen-300\/75 {
  background-color: rgb(129 199 132 / 0.75)
}

.tw-bg-lightgreen-300\/80 {
  background-color: rgb(129 199 132 / 0.8)
}

.tw-bg-lightgreen-300\/85 {
  background-color: rgb(129 199 132 / 0.85)
}

.tw-bg-lightgreen-300\/90 {
  background-color: rgb(129 199 132 / 0.9)
}

.tw-bg-lightgreen-300\/95 {
  background-color: rgb(129 199 132 / 0.95)
}

.tw-bg-lightgreen-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 187 106 / var(--tw-bg-opacity))
}

.tw-bg-lightgreen-400\/0 {
  background-color: rgb(102 187 106 / 0)
}

.tw-bg-lightgreen-400\/10 {
  background-color: rgb(102 187 106 / 0.1)
}

.tw-bg-lightgreen-400\/100 {
  background-color: rgb(102 187 106 / 1)
}

.tw-bg-lightgreen-400\/15 {
  background-color: rgb(102 187 106 / 0.15)
}

.tw-bg-lightgreen-400\/20 {
  background-color: rgb(102 187 106 / 0.2)
}

.tw-bg-lightgreen-400\/25 {
  background-color: rgb(102 187 106 / 0.25)
}

.tw-bg-lightgreen-400\/30 {
  background-color: rgb(102 187 106 / 0.3)
}

.tw-bg-lightgreen-400\/35 {
  background-color: rgb(102 187 106 / 0.35)
}

.tw-bg-lightgreen-400\/40 {
  background-color: rgb(102 187 106 / 0.4)
}

.tw-bg-lightgreen-400\/45 {
  background-color: rgb(102 187 106 / 0.45)
}

.tw-bg-lightgreen-400\/5 {
  background-color: rgb(102 187 106 / 0.05)
}

.tw-bg-lightgreen-400\/50 {
  background-color: rgb(102 187 106 / 0.5)
}

.tw-bg-lightgreen-400\/55 {
  background-color: rgb(102 187 106 / 0.55)
}

.tw-bg-lightgreen-400\/60 {
  background-color: rgb(102 187 106 / 0.6)
}

.tw-bg-lightgreen-400\/65 {
  background-color: rgb(102 187 106 / 0.65)
}

.tw-bg-lightgreen-400\/70 {
  background-color: rgb(102 187 106 / 0.7)
}

.tw-bg-lightgreen-400\/75 {
  background-color: rgb(102 187 106 / 0.75)
}

.tw-bg-lightgreen-400\/80 {
  background-color: rgb(102 187 106 / 0.8)
}

.tw-bg-lightgreen-400\/85 {
  background-color: rgb(102 187 106 / 0.85)
}

.tw-bg-lightgreen-400\/90 {
  background-color: rgb(102 187 106 / 0.9)
}

.tw-bg-lightgreen-400\/95 {
  background-color: rgb(102 187 106 / 0.95)
}

.tw-bg-lightgreen-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 175 80 / var(--tw-bg-opacity))
}

.tw-bg-lightgreen-500\/0 {
  background-color: rgb(76 175 80 / 0)
}

.tw-bg-lightgreen-500\/10 {
  background-color: rgb(76 175 80 / 0.1)
}

.tw-bg-lightgreen-500\/100 {
  background-color: rgb(76 175 80 / 1)
}

.tw-bg-lightgreen-500\/15 {
  background-color: rgb(76 175 80 / 0.15)
}

.tw-bg-lightgreen-500\/20 {
  background-color: rgb(76 175 80 / 0.2)
}

.tw-bg-lightgreen-500\/25 {
  background-color: rgb(76 175 80 / 0.25)
}

.tw-bg-lightgreen-500\/30 {
  background-color: rgb(76 175 80 / 0.3)
}

.tw-bg-lightgreen-500\/35 {
  background-color: rgb(76 175 80 / 0.35)
}

.tw-bg-lightgreen-500\/40 {
  background-color: rgb(76 175 80 / 0.4)
}

.tw-bg-lightgreen-500\/45 {
  background-color: rgb(76 175 80 / 0.45)
}

.tw-bg-lightgreen-500\/5 {
  background-color: rgb(76 175 80 / 0.05)
}

.tw-bg-lightgreen-500\/50 {
  background-color: rgb(76 175 80 / 0.5)
}

.tw-bg-lightgreen-500\/55 {
  background-color: rgb(76 175 80 / 0.55)
}

.tw-bg-lightgreen-500\/60 {
  background-color: rgb(76 175 80 / 0.6)
}

.tw-bg-lightgreen-500\/65 {
  background-color: rgb(76 175 80 / 0.65)
}

.tw-bg-lightgreen-500\/70 {
  background-color: rgb(76 175 80 / 0.7)
}

.tw-bg-lightgreen-500\/75 {
  background-color: rgb(76 175 80 / 0.75)
}

.tw-bg-lightgreen-500\/80 {
  background-color: rgb(76 175 80 / 0.8)
}

.tw-bg-lightgreen-500\/85 {
  background-color: rgb(76 175 80 / 0.85)
}

.tw-bg-lightgreen-500\/90 {
  background-color: rgb(76 175 80 / 0.9)
}

.tw-bg-lightgreen-500\/95 {
  background-color: rgb(76 175 80 / 0.95)
}

.tw-bg-lightgreen-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 160 71 / var(--tw-bg-opacity))
}

.tw-bg-lightgreen-600\/0 {
  background-color: rgb(67 160 71 / 0)
}

.tw-bg-lightgreen-600\/10 {
  background-color: rgb(67 160 71 / 0.1)
}

.tw-bg-lightgreen-600\/100 {
  background-color: rgb(67 160 71 / 1)
}

.tw-bg-lightgreen-600\/15 {
  background-color: rgb(67 160 71 / 0.15)
}

.tw-bg-lightgreen-600\/20 {
  background-color: rgb(67 160 71 / 0.2)
}

.tw-bg-lightgreen-600\/25 {
  background-color: rgb(67 160 71 / 0.25)
}

.tw-bg-lightgreen-600\/30 {
  background-color: rgb(67 160 71 / 0.3)
}

.tw-bg-lightgreen-600\/35 {
  background-color: rgb(67 160 71 / 0.35)
}

.tw-bg-lightgreen-600\/40 {
  background-color: rgb(67 160 71 / 0.4)
}

.tw-bg-lightgreen-600\/45 {
  background-color: rgb(67 160 71 / 0.45)
}

.tw-bg-lightgreen-600\/5 {
  background-color: rgb(67 160 71 / 0.05)
}

.tw-bg-lightgreen-600\/50 {
  background-color: rgb(67 160 71 / 0.5)
}

.tw-bg-lightgreen-600\/55 {
  background-color: rgb(67 160 71 / 0.55)
}

.tw-bg-lightgreen-600\/60 {
  background-color: rgb(67 160 71 / 0.6)
}

.tw-bg-lightgreen-600\/65 {
  background-color: rgb(67 160 71 / 0.65)
}

.tw-bg-lightgreen-600\/70 {
  background-color: rgb(67 160 71 / 0.7)
}

.tw-bg-lightgreen-600\/75 {
  background-color: rgb(67 160 71 / 0.75)
}

.tw-bg-lightgreen-600\/80 {
  background-color: rgb(67 160 71 / 0.8)
}

.tw-bg-lightgreen-600\/85 {
  background-color: rgb(67 160 71 / 0.85)
}

.tw-bg-lightgreen-600\/90 {
  background-color: rgb(67 160 71 / 0.9)
}

.tw-bg-lightgreen-600\/95 {
  background-color: rgb(67 160 71 / 0.95)
}

.tw-bg-lightgreen-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 142 60 / var(--tw-bg-opacity))
}

.tw-bg-lightgreen-700\/0 {
  background-color: rgb(56 142 60 / 0)
}

.tw-bg-lightgreen-700\/10 {
  background-color: rgb(56 142 60 / 0.1)
}

.tw-bg-lightgreen-700\/100 {
  background-color: rgb(56 142 60 / 1)
}

.tw-bg-lightgreen-700\/15 {
  background-color: rgb(56 142 60 / 0.15)
}

.tw-bg-lightgreen-700\/20 {
  background-color: rgb(56 142 60 / 0.2)
}

.tw-bg-lightgreen-700\/25 {
  background-color: rgb(56 142 60 / 0.25)
}

.tw-bg-lightgreen-700\/30 {
  background-color: rgb(56 142 60 / 0.3)
}

.tw-bg-lightgreen-700\/35 {
  background-color: rgb(56 142 60 / 0.35)
}

.tw-bg-lightgreen-700\/40 {
  background-color: rgb(56 142 60 / 0.4)
}

.tw-bg-lightgreen-700\/45 {
  background-color: rgb(56 142 60 / 0.45)
}

.tw-bg-lightgreen-700\/5 {
  background-color: rgb(56 142 60 / 0.05)
}

.tw-bg-lightgreen-700\/50 {
  background-color: rgb(56 142 60 / 0.5)
}

.tw-bg-lightgreen-700\/55 {
  background-color: rgb(56 142 60 / 0.55)
}

.tw-bg-lightgreen-700\/60 {
  background-color: rgb(56 142 60 / 0.6)
}

.tw-bg-lightgreen-700\/65 {
  background-color: rgb(56 142 60 / 0.65)
}

.tw-bg-lightgreen-700\/70 {
  background-color: rgb(56 142 60 / 0.7)
}

.tw-bg-lightgreen-700\/75 {
  background-color: rgb(56 142 60 / 0.75)
}

.tw-bg-lightgreen-700\/80 {
  background-color: rgb(56 142 60 / 0.8)
}

.tw-bg-lightgreen-700\/85 {
  background-color: rgb(56 142 60 / 0.85)
}

.tw-bg-lightgreen-700\/90 {
  background-color: rgb(56 142 60 / 0.9)
}

.tw-bg-lightgreen-700\/95 {
  background-color: rgb(56 142 60 / 0.95)
}

.tw-bg-lightgreen-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 125 50 / var(--tw-bg-opacity))
}

.tw-bg-lightgreen-800\/0 {
  background-color: rgb(46 125 50 / 0)
}

.tw-bg-lightgreen-800\/10 {
  background-color: rgb(46 125 50 / 0.1)
}

.tw-bg-lightgreen-800\/100 {
  background-color: rgb(46 125 50 / 1)
}

.tw-bg-lightgreen-800\/15 {
  background-color: rgb(46 125 50 / 0.15)
}

.tw-bg-lightgreen-800\/20 {
  background-color: rgb(46 125 50 / 0.2)
}

.tw-bg-lightgreen-800\/25 {
  background-color: rgb(46 125 50 / 0.25)
}

.tw-bg-lightgreen-800\/30 {
  background-color: rgb(46 125 50 / 0.3)
}

.tw-bg-lightgreen-800\/35 {
  background-color: rgb(46 125 50 / 0.35)
}

.tw-bg-lightgreen-800\/40 {
  background-color: rgb(46 125 50 / 0.4)
}

.tw-bg-lightgreen-800\/45 {
  background-color: rgb(46 125 50 / 0.45)
}

.tw-bg-lightgreen-800\/5 {
  background-color: rgb(46 125 50 / 0.05)
}

.tw-bg-lightgreen-800\/50 {
  background-color: rgb(46 125 50 / 0.5)
}

.tw-bg-lightgreen-800\/55 {
  background-color: rgb(46 125 50 / 0.55)
}

.tw-bg-lightgreen-800\/60 {
  background-color: rgb(46 125 50 / 0.6)
}

.tw-bg-lightgreen-800\/65 {
  background-color: rgb(46 125 50 / 0.65)
}

.tw-bg-lightgreen-800\/70 {
  background-color: rgb(46 125 50 / 0.7)
}

.tw-bg-lightgreen-800\/75 {
  background-color: rgb(46 125 50 / 0.75)
}

.tw-bg-lightgreen-800\/80 {
  background-color: rgb(46 125 50 / 0.8)
}

.tw-bg-lightgreen-800\/85 {
  background-color: rgb(46 125 50 / 0.85)
}

.tw-bg-lightgreen-800\/90 {
  background-color: rgb(46 125 50 / 0.9)
}

.tw-bg-lightgreen-800\/95 {
  background-color: rgb(46 125 50 / 0.95)
}

.tw-bg-lightgreen-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 94 32 / var(--tw-bg-opacity))
}

.tw-bg-lightgreen-900\/0 {
  background-color: rgb(27 94 32 / 0)
}

.tw-bg-lightgreen-900\/10 {
  background-color: rgb(27 94 32 / 0.1)
}

.tw-bg-lightgreen-900\/100 {
  background-color: rgb(27 94 32 / 1)
}

.tw-bg-lightgreen-900\/15 {
  background-color: rgb(27 94 32 / 0.15)
}

.tw-bg-lightgreen-900\/20 {
  background-color: rgb(27 94 32 / 0.2)
}

.tw-bg-lightgreen-900\/25 {
  background-color: rgb(27 94 32 / 0.25)
}

.tw-bg-lightgreen-900\/30 {
  background-color: rgb(27 94 32 / 0.3)
}

.tw-bg-lightgreen-900\/35 {
  background-color: rgb(27 94 32 / 0.35)
}

.tw-bg-lightgreen-900\/40 {
  background-color: rgb(27 94 32 / 0.4)
}

.tw-bg-lightgreen-900\/45 {
  background-color: rgb(27 94 32 / 0.45)
}

.tw-bg-lightgreen-900\/5 {
  background-color: rgb(27 94 32 / 0.05)
}

.tw-bg-lightgreen-900\/50 {
  background-color: rgb(27 94 32 / 0.5)
}

.tw-bg-lightgreen-900\/55 {
  background-color: rgb(27 94 32 / 0.55)
}

.tw-bg-lightgreen-900\/60 {
  background-color: rgb(27 94 32 / 0.6)
}

.tw-bg-lightgreen-900\/65 {
  background-color: rgb(27 94 32 / 0.65)
}

.tw-bg-lightgreen-900\/70 {
  background-color: rgb(27 94 32 / 0.7)
}

.tw-bg-lightgreen-900\/75 {
  background-color: rgb(27 94 32 / 0.75)
}

.tw-bg-lightgreen-900\/80 {
  background-color: rgb(27 94 32 / 0.8)
}

.tw-bg-lightgreen-900\/85 {
  background-color: rgb(27 94 32 / 0.85)
}

.tw-bg-lightgreen-900\/90 {
  background-color: rgb(27 94 32 / 0.9)
}

.tw-bg-lightgreen-900\/95 {
  background-color: rgb(27 94 32 / 0.95)
}

.tw-bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity))
}

.tw-bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0)
}

.tw-bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1)
}

.tw-bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1)
}

.tw-bg-lime-100\/15 {
  background-color: rgb(236 252 203 / 0.15)
}

.tw-bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2)
}

.tw-bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25)
}

.tw-bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3)
}

.tw-bg-lime-100\/35 {
  background-color: rgb(236 252 203 / 0.35)
}

.tw-bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4)
}

.tw-bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45)
}

.tw-bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05)
}

.tw-bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5)
}

.tw-bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55)
}

.tw-bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6)
}

.tw-bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65)
}

.tw-bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7)
}

.tw-bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75)
}

.tw-bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8)
}

.tw-bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85)
}

.tw-bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9)
}

.tw-bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95)
}

.tw-bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity))
}

.tw-bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0)
}

.tw-bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1)
}

.tw-bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1)
}

.tw-bg-lime-200\/15 {
  background-color: rgb(217 249 157 / 0.15)
}

.tw-bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2)
}

.tw-bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25)
}

.tw-bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3)
}

.tw-bg-lime-200\/35 {
  background-color: rgb(217 249 157 / 0.35)
}

.tw-bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4)
}

.tw-bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45)
}

.tw-bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05)
}

.tw-bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5)
}

.tw-bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55)
}

.tw-bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6)
}

.tw-bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65)
}

.tw-bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7)
}

.tw-bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75)
}

.tw-bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8)
}

.tw-bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85)
}

.tw-bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9)
}

.tw-bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95)
}

.tw-bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity))
}

.tw-bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0)
}

.tw-bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1)
}

.tw-bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1)
}

.tw-bg-lime-300\/15 {
  background-color: rgb(190 242 100 / 0.15)
}

.tw-bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2)
}

.tw-bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25)
}

.tw-bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3)
}

.tw-bg-lime-300\/35 {
  background-color: rgb(190 242 100 / 0.35)
}

.tw-bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4)
}

.tw-bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45)
}

.tw-bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05)
}

.tw-bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5)
}

.tw-bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55)
}

.tw-bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6)
}

.tw-bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65)
}

.tw-bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7)
}

.tw-bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75)
}

.tw-bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8)
}

.tw-bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85)
}

.tw-bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9)
}

.tw-bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95)
}

.tw-bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity))
}

.tw-bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0)
}

.tw-bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1)
}

.tw-bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1)
}

.tw-bg-lime-400\/15 {
  background-color: rgb(163 230 53 / 0.15)
}

.tw-bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2)
}

.tw-bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25)
}

.tw-bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3)
}

.tw-bg-lime-400\/35 {
  background-color: rgb(163 230 53 / 0.35)
}

.tw-bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4)
}

.tw-bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45)
}

.tw-bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05)
}

.tw-bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5)
}

.tw-bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55)
}

.tw-bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6)
}

.tw-bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65)
}

.tw-bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7)
}

.tw-bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75)
}

.tw-bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8)
}

.tw-bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85)
}

.tw-bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9)
}

.tw-bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95)
}

.tw-bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity))
}

.tw-bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0)
}

.tw-bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1)
}

.tw-bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1)
}

.tw-bg-lime-500\/15 {
  background-color: rgb(132 204 22 / 0.15)
}

.tw-bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2)
}

.tw-bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25)
}

.tw-bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3)
}

.tw-bg-lime-500\/35 {
  background-color: rgb(132 204 22 / 0.35)
}

.tw-bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4)
}

.tw-bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45)
}

.tw-bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05)
}

.tw-bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5)
}

.tw-bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55)
}

.tw-bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6)
}

.tw-bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65)
}

.tw-bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7)
}

.tw-bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75)
}

.tw-bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8)
}

.tw-bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85)
}

.tw-bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9)
}

.tw-bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95)
}

.tw-bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity))
}

.tw-bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0)
}

.tw-bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1)
}

.tw-bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1)
}

.tw-bg-lime-600\/15 {
  background-color: rgb(101 163 13 / 0.15)
}

.tw-bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2)
}

.tw-bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25)
}

.tw-bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3)
}

.tw-bg-lime-600\/35 {
  background-color: rgb(101 163 13 / 0.35)
}

.tw-bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4)
}

.tw-bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45)
}

.tw-bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05)
}

.tw-bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5)
}

.tw-bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55)
}

.tw-bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6)
}

.tw-bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65)
}

.tw-bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7)
}

.tw-bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75)
}

.tw-bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8)
}

.tw-bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85)
}

.tw-bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9)
}

.tw-bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95)
}

.tw-bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity))
}

.tw-bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0)
}

.tw-bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1)
}

.tw-bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1)
}

.tw-bg-lime-700\/15 {
  background-color: rgb(77 124 15 / 0.15)
}

.tw-bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2)
}

.tw-bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25)
}

.tw-bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3)
}

.tw-bg-lime-700\/35 {
  background-color: rgb(77 124 15 / 0.35)
}

.tw-bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4)
}

.tw-bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45)
}

.tw-bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05)
}

.tw-bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5)
}

.tw-bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55)
}

.tw-bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6)
}

.tw-bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65)
}

.tw-bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7)
}

.tw-bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75)
}

.tw-bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8)
}

.tw-bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85)
}

.tw-bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9)
}

.tw-bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95)
}

.tw-bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity))
}

.tw-bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0)
}

.tw-bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1)
}

.tw-bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1)
}

.tw-bg-lime-800\/15 {
  background-color: rgb(63 98 18 / 0.15)
}

.tw-bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2)
}

.tw-bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25)
}

.tw-bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3)
}

.tw-bg-lime-800\/35 {
  background-color: rgb(63 98 18 / 0.35)
}

.tw-bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4)
}

.tw-bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45)
}

.tw-bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05)
}

.tw-bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5)
}

.tw-bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55)
}

.tw-bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6)
}

.tw-bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65)
}

.tw-bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7)
}

.tw-bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75)
}

.tw-bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8)
}

.tw-bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85)
}

.tw-bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9)
}

.tw-bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95)
}

.tw-bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity))
}

.tw-bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0)
}

.tw-bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1)
}

.tw-bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1)
}

.tw-bg-lime-900\/15 {
  background-color: rgb(54 83 20 / 0.15)
}

.tw-bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2)
}

.tw-bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25)
}

.tw-bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3)
}

.tw-bg-lime-900\/35 {
  background-color: rgb(54 83 20 / 0.35)
}

.tw-bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4)
}

.tw-bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45)
}

.tw-bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05)
}

.tw-bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5)
}

.tw-bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55)
}

.tw-bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6)
}

.tw-bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65)
}

.tw-bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7)
}

.tw-bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75)
}

.tw-bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8)
}

.tw-bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85)
}

.tw-bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9)
}

.tw-bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95)
}

.tw-bg-neutral {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)))
}

.tw-bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity))
}

.tw-bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0)
}

.tw-bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1)
}

.tw-bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1)
}

.tw-bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / 0.15)
}

.tw-bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2)
}

.tw-bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25)
}

.tw-bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3)
}

.tw-bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / 0.35)
}

.tw-bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4)
}

.tw-bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45)
}

.tw-bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05)
}

.tw-bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5)
}

.tw-bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55)
}

.tw-bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6)
}

.tw-bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65)
}

.tw-bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7)
}

.tw-bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75)
}

.tw-bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8)
}

.tw-bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85)
}

.tw-bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9)
}

.tw-bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95)
}

.tw-bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity))
}

.tw-bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0)
}

.tw-bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1)
}

.tw-bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1)
}

.tw-bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / 0.15)
}

.tw-bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2)
}

.tw-bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25)
}

.tw-bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3)
}

.tw-bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / 0.35)
}

.tw-bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4)
}

.tw-bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45)
}

.tw-bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05)
}

.tw-bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5)
}

.tw-bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55)
}

.tw-bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6)
}

.tw-bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65)
}

.tw-bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7)
}

.tw-bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75)
}

.tw-bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8)
}

.tw-bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85)
}

.tw-bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9)
}

.tw-bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95)
}

.tw-bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity))
}

.tw-bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0)
}

.tw-bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1)
}

.tw-bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1)
}

.tw-bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / 0.15)
}

.tw-bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2)
}

.tw-bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25)
}

.tw-bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3)
}

.tw-bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / 0.35)
}

.tw-bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4)
}

.tw-bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45)
}

.tw-bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05)
}

.tw-bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5)
}

.tw-bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55)
}

.tw-bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6)
}

.tw-bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65)
}

.tw-bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7)
}

.tw-bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75)
}

.tw-bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8)
}

.tw-bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85)
}

.tw-bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9)
}

.tw-bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95)
}

.tw-bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity))
}

.tw-bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0)
}

.tw-bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1)
}

.tw-bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1)
}

.tw-bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15)
}

.tw-bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2)
}

.tw-bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25)
}

.tw-bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3)
}

.tw-bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / 0.35)
}

.tw-bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4)
}

.tw-bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45)
}

.tw-bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05)
}

.tw-bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5)
}

.tw-bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55)
}

.tw-bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6)
}

.tw-bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65)
}

.tw-bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7)
}

.tw-bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75)
}

.tw-bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8)
}

.tw-bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85)
}

.tw-bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9)
}

.tw-bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95)
}

.tw-bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity))
}

.tw-bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0)
}

.tw-bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1)
}

.tw-bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1)
}

.tw-bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / 0.15)
}

.tw-bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2)
}

.tw-bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25)
}

.tw-bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3)
}

.tw-bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / 0.35)
}

.tw-bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4)
}

.tw-bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45)
}

.tw-bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05)
}

.tw-bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5)
}

.tw-bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55)
}

.tw-bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6)
}

.tw-bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65)
}

.tw-bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7)
}

.tw-bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75)
}

.tw-bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8)
}

.tw-bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85)
}

.tw-bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9)
}

.tw-bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95)
}

.tw-bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity))
}

.tw-bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0)
}

.tw-bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1)
}

.tw-bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1)
}

.tw-bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / 0.15)
}

.tw-bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2)
}

.tw-bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25)
}

.tw-bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3)
}

.tw-bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / 0.35)
}

.tw-bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4)
}

.tw-bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45)
}

.tw-bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05)
}

.tw-bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5)
}

.tw-bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55)
}

.tw-bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6)
}

.tw-bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65)
}

.tw-bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7)
}

.tw-bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75)
}

.tw-bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8)
}

.tw-bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85)
}

.tw-bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9)
}

.tw-bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95)
}

.tw-bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity))
}

.tw-bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0)
}

.tw-bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1)
}

.tw-bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1)
}

.tw-bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / 0.15)
}

.tw-bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2)
}

.tw-bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25)
}

.tw-bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3)
}

.tw-bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / 0.35)
}

.tw-bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4)
}

.tw-bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45)
}

.tw-bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05)
}

.tw-bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5)
}

.tw-bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55)
}

.tw-bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6)
}

.tw-bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65)
}

.tw-bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7)
}

.tw-bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75)
}

.tw-bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8)
}

.tw-bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85)
}

.tw-bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9)
}

.tw-bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95)
}

.tw-bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity))
}

.tw-bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0)
}

.tw-bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1)
}

.tw-bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1)
}

.tw-bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / 0.15)
}

.tw-bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2)
}

.tw-bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25)
}

.tw-bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3)
}

.tw-bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / 0.35)
}

.tw-bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4)
}

.tw-bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45)
}

.tw-bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05)
}

.tw-bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5)
}

.tw-bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55)
}

.tw-bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6)
}

.tw-bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65)
}

.tw-bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7)
}

.tw-bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75)
}

.tw-bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8)
}

.tw-bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85)
}

.tw-bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9)
}

.tw-bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95)
}

.tw-bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity))
}

.tw-bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0)
}

.tw-bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1)
}

.tw-bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1)
}

.tw-bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / 0.15)
}

.tw-bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2)
}

.tw-bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25)
}

.tw-bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3)
}

.tw-bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / 0.35)
}

.tw-bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4)
}

.tw-bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45)
}

.tw-bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05)
}

.tw-bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5)
}

.tw-bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55)
}

.tw-bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6)
}

.tw-bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65)
}

.tw-bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7)
}

.tw-bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75)
}

.tw-bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8)
}

.tw-bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85)
}

.tw-bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9)
}

.tw-bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95)
}

.tw-bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity))
}

.tw-bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0)
}

.tw-bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1)
}

.tw-bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1)
}

.tw-bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / 0.15)
}

.tw-bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2)
}

.tw-bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25)
}

.tw-bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3)
}

.tw-bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / 0.35)
}

.tw-bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4)
}

.tw-bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45)
}

.tw-bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05)
}

.tw-bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5)
}

.tw-bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55)
}

.tw-bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6)
}

.tw-bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65)
}

.tw-bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7)
}

.tw-bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75)
}

.tw-bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8)
}

.tw-bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85)
}

.tw-bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9)
}

.tw-bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95)
}

.tw-bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity))
}

.tw-bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0)
}

.tw-bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1)
}

.tw-bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1)
}

.tw-bg-neutral-950\/15 {
  background-color: rgb(10 10 10 / 0.15)
}

.tw-bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2)
}

.tw-bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25)
}

.tw-bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3)
}

.tw-bg-neutral-950\/35 {
  background-color: rgb(10 10 10 / 0.35)
}

.tw-bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4)
}

.tw-bg-neutral-950\/45 {
  background-color: rgb(10 10 10 / 0.45)
}

.tw-bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05)
}

.tw-bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5)
}

.tw-bg-neutral-950\/55 {
  background-color: rgb(10 10 10 / 0.55)
}

.tw-bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6)
}

.tw-bg-neutral-950\/65 {
  background-color: rgb(10 10 10 / 0.65)
}

.tw-bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7)
}

.tw-bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75)
}

.tw-bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8)
}

.tw-bg-neutral-950\/85 {
  background-color: rgb(10 10 10 / 0.85)
}

.tw-bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9)
}

.tw-bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95)
}

.tw-bg-neutral-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-nc,oklch(var(--nc)/var(--tw-bg-opacity)))
}

.tw-bg-neutral-content\/0 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0))
}

.tw-bg-neutral-content\/10 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.1))
}

.tw-bg-neutral-content\/100 {
  background-color: var(--fallback-nc,oklch(var(--nc)/1))
}

.tw-bg-neutral-content\/15 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.15))
}

.tw-bg-neutral-content\/20 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.2))
}

.tw-bg-neutral-content\/25 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.25))
}

.tw-bg-neutral-content\/30 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.3))
}

.tw-bg-neutral-content\/35 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.35))
}

.tw-bg-neutral-content\/40 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.4))
}

.tw-bg-neutral-content\/45 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.45))
}

.tw-bg-neutral-content\/5 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.05))
}

.tw-bg-neutral-content\/50 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.5))
}

.tw-bg-neutral-content\/55 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.55))
}

.tw-bg-neutral-content\/60 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.6))
}

.tw-bg-neutral-content\/65 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.65))
}

.tw-bg-neutral-content\/70 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.7))
}

.tw-bg-neutral-content\/75 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.75))
}

.tw-bg-neutral-content\/80 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.8))
}

.tw-bg-neutral-content\/85 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.85))
}

.tw-bg-neutral-content\/90 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.9))
}

.tw-bg-neutral-content\/95 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.95))
}

.tw-bg-neutral\/0 {
  background-color: var(--fallback-n,oklch(var(--n)/0))
}

.tw-bg-neutral\/10 {
  background-color: var(--fallback-n,oklch(var(--n)/0.1))
}

.tw-bg-neutral\/100 {
  background-color: var(--fallback-n,oklch(var(--n)/1))
}

.tw-bg-neutral\/15 {
  background-color: var(--fallback-n,oklch(var(--n)/0.15))
}

.tw-bg-neutral\/20 {
  background-color: var(--fallback-n,oklch(var(--n)/0.2))
}

.tw-bg-neutral\/25 {
  background-color: var(--fallback-n,oklch(var(--n)/0.25))
}

.tw-bg-neutral\/30 {
  background-color: var(--fallback-n,oklch(var(--n)/0.3))
}

.tw-bg-neutral\/35 {
  background-color: var(--fallback-n,oklch(var(--n)/0.35))
}

.tw-bg-neutral\/40 {
  background-color: var(--fallback-n,oklch(var(--n)/0.4))
}

.tw-bg-neutral\/45 {
  background-color: var(--fallback-n,oklch(var(--n)/0.45))
}

.tw-bg-neutral\/5 {
  background-color: var(--fallback-n,oklch(var(--n)/0.05))
}

.tw-bg-neutral\/50 {
  background-color: var(--fallback-n,oklch(var(--n)/0.5))
}

.tw-bg-neutral\/55 {
  background-color: var(--fallback-n,oklch(var(--n)/0.55))
}

.tw-bg-neutral\/60 {
  background-color: var(--fallback-n,oklch(var(--n)/0.6))
}

.tw-bg-neutral\/65 {
  background-color: var(--fallback-n,oklch(var(--n)/0.65))
}

.tw-bg-neutral\/70 {
  background-color: var(--fallback-n,oklch(var(--n)/0.7))
}

.tw-bg-neutral\/75 {
  background-color: var(--fallback-n,oklch(var(--n)/0.75))
}

.tw-bg-neutral\/80 {
  background-color: var(--fallback-n,oklch(var(--n)/0.8))
}

.tw-bg-neutral\/85 {
  background-color: var(--fallback-n,oklch(var(--n)/0.85))
}

.tw-bg-neutral\/90 {
  background-color: var(--fallback-n,oklch(var(--n)/0.9))
}

.tw-bg-neutral\/95 {
  background-color: var(--fallback-n,oklch(var(--n)/0.95))
}

.tw-bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity))
}

.tw-bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0)
}

.tw-bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1)
}

.tw-bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1)
}

.tw-bg-orange-100\/15 {
  background-color: rgb(255 237 213 / 0.15)
}

.tw-bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2)
}

.tw-bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25)
}

.tw-bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3)
}

.tw-bg-orange-100\/35 {
  background-color: rgb(255 237 213 / 0.35)
}

.tw-bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4)
}

.tw-bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45)
}

.tw-bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05)
}

.tw-bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5)
}

.tw-bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55)
}

.tw-bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6)
}

.tw-bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65)
}

.tw-bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7)
}

.tw-bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75)
}

.tw-bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8)
}

.tw-bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85)
}

.tw-bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9)
}

.tw-bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95)
}

.tw-bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity))
}

.tw-bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0)
}

.tw-bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1)
}

.tw-bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1)
}

.tw-bg-orange-200\/15 {
  background-color: rgb(254 215 170 / 0.15)
}

.tw-bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2)
}

.tw-bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25)
}

.tw-bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3)
}

.tw-bg-orange-200\/35 {
  background-color: rgb(254 215 170 / 0.35)
}

.tw-bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4)
}

.tw-bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45)
}

.tw-bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05)
}

.tw-bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5)
}

.tw-bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55)
}

.tw-bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6)
}

.tw-bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65)
}

.tw-bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7)
}

.tw-bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75)
}

.tw-bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8)
}

.tw-bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85)
}

.tw-bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9)
}

.tw-bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95)
}

.tw-bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity))
}

.tw-bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0)
}

.tw-bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1)
}

.tw-bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1)
}

.tw-bg-orange-300\/15 {
  background-color: rgb(253 186 116 / 0.15)
}

.tw-bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2)
}

.tw-bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25)
}

.tw-bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3)
}

.tw-bg-orange-300\/35 {
  background-color: rgb(253 186 116 / 0.35)
}

.tw-bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4)
}

.tw-bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45)
}

.tw-bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05)
}

.tw-bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5)
}

.tw-bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55)
}

.tw-bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6)
}

.tw-bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65)
}

.tw-bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7)
}

.tw-bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75)
}

.tw-bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8)
}

.tw-bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85)
}

.tw-bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9)
}

.tw-bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95)
}

.tw-bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity))
}

.tw-bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0)
}

.tw-bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1)
}

.tw-bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1)
}

.tw-bg-orange-400\/15 {
  background-color: rgb(251 146 60 / 0.15)
}

.tw-bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2)
}

.tw-bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25)
}

.tw-bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3)
}

.tw-bg-orange-400\/35 {
  background-color: rgb(251 146 60 / 0.35)
}

.tw-bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4)
}

.tw-bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45)
}

.tw-bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05)
}

.tw-bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5)
}

.tw-bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55)
}

.tw-bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6)
}

.tw-bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65)
}

.tw-bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7)
}

.tw-bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75)
}

.tw-bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8)
}

.tw-bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85)
}

.tw-bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9)
}

.tw-bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95)
}

.tw-bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity))
}

.tw-bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0)
}

.tw-bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1)
}

.tw-bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1)
}

.tw-bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15)
}

.tw-bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2)
}

.tw-bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25)
}

.tw-bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3)
}

.tw-bg-orange-500\/35 {
  background-color: rgb(249 115 22 / 0.35)
}

.tw-bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4)
}

.tw-bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45)
}

.tw-bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05)
}

.tw-bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5)
}

.tw-bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55)
}

.tw-bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6)
}

.tw-bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65)
}

.tw-bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7)
}

.tw-bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75)
}

.tw-bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8)
}

.tw-bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85)
}

.tw-bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9)
}

.tw-bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95)
}

.tw-bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity))
}

.tw-bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0)
}

.tw-bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1)
}

.tw-bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1)
}

.tw-bg-orange-600\/15 {
  background-color: rgb(234 88 12 / 0.15)
}

.tw-bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2)
}

.tw-bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25)
}

.tw-bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3)
}

.tw-bg-orange-600\/35 {
  background-color: rgb(234 88 12 / 0.35)
}

.tw-bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4)
}

.tw-bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45)
}

.tw-bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05)
}

.tw-bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5)
}

.tw-bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55)
}

.tw-bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6)
}

.tw-bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65)
}

.tw-bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7)
}

.tw-bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75)
}

.tw-bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8)
}

.tw-bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85)
}

.tw-bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9)
}

.tw-bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95)
}

.tw-bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity))
}

.tw-bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0)
}

.tw-bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1)
}

.tw-bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1)
}

.tw-bg-orange-700\/15 {
  background-color: rgb(194 65 12 / 0.15)
}

.tw-bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2)
}

.tw-bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25)
}

.tw-bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3)
}

.tw-bg-orange-700\/35 {
  background-color: rgb(194 65 12 / 0.35)
}

.tw-bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4)
}

.tw-bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45)
}

.tw-bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05)
}

.tw-bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5)
}

.tw-bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55)
}

.tw-bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6)
}

.tw-bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65)
}

.tw-bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7)
}

.tw-bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75)
}

.tw-bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8)
}

.tw-bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85)
}

.tw-bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9)
}

.tw-bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95)
}

.tw-bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity))
}

.tw-bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0)
}

.tw-bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1)
}

.tw-bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1)
}

.tw-bg-orange-800\/15 {
  background-color: rgb(154 52 18 / 0.15)
}

.tw-bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2)
}

.tw-bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25)
}

.tw-bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3)
}

.tw-bg-orange-800\/35 {
  background-color: rgb(154 52 18 / 0.35)
}

.tw-bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4)
}

.tw-bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45)
}

.tw-bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05)
}

.tw-bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5)
}

.tw-bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55)
}

.tw-bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6)
}

.tw-bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65)
}

.tw-bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7)
}

.tw-bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75)
}

.tw-bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8)
}

.tw-bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85)
}

.tw-bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9)
}

.tw-bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95)
}

.tw-bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity))
}

.tw-bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0)
}

.tw-bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1)
}

.tw-bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1)
}

.tw-bg-orange-900\/15 {
  background-color: rgb(124 45 18 / 0.15)
}

.tw-bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2)
}

.tw-bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25)
}

.tw-bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3)
}

.tw-bg-orange-900\/35 {
  background-color: rgb(124 45 18 / 0.35)
}

.tw-bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4)
}

.tw-bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45)
}

.tw-bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05)
}

.tw-bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5)
}

.tw-bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55)
}

.tw-bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6)
}

.tw-bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65)
}

.tw-bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7)
}

.tw-bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75)
}

.tw-bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8)
}

.tw-bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85)
}

.tw-bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9)
}

.tw-bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95)
}

.tw-bg-primary {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)))
}

.tw-bg-primary-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-pc,oklch(var(--pc)/var(--tw-bg-opacity)))
}

.tw-bg-primary-content\/0 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0))
}

.tw-bg-primary-content\/10 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.1))
}

.tw-bg-primary-content\/100 {
  background-color: var(--fallback-pc,oklch(var(--pc)/1))
}

.tw-bg-primary-content\/15 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.15))
}

.tw-bg-primary-content\/20 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.2))
}

.tw-bg-primary-content\/25 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.25))
}

.tw-bg-primary-content\/30 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.3))
}

.tw-bg-primary-content\/35 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.35))
}

.tw-bg-primary-content\/40 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.4))
}

.tw-bg-primary-content\/45 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.45))
}

.tw-bg-primary-content\/5 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.05))
}

.tw-bg-primary-content\/50 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.5))
}

.tw-bg-primary-content\/55 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.55))
}

.tw-bg-primary-content\/60 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.6))
}

.tw-bg-primary-content\/65 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.65))
}

.tw-bg-primary-content\/70 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.7))
}

.tw-bg-primary-content\/75 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.75))
}

.tw-bg-primary-content\/80 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.8))
}

.tw-bg-primary-content\/85 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.85))
}

.tw-bg-primary-content\/90 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.9))
}

.tw-bg-primary-content\/95 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.95))
}

.tw-bg-primary\/0 {
  background-color: var(--fallback-p,oklch(var(--p)/0))
}

.tw-bg-primary\/10 {
  background-color: var(--fallback-p,oklch(var(--p)/0.1))
}

.tw-bg-primary\/100 {
  background-color: var(--fallback-p,oklch(var(--p)/1))
}

.tw-bg-primary\/15 {
  background-color: var(--fallback-p,oklch(var(--p)/0.15))
}

.tw-bg-primary\/20 {
  background-color: var(--fallback-p,oklch(var(--p)/0.2))
}

.tw-bg-primary\/25 {
  background-color: var(--fallback-p,oklch(var(--p)/0.25))
}

.tw-bg-primary\/30 {
  background-color: var(--fallback-p,oklch(var(--p)/0.3))
}

.tw-bg-primary\/35 {
  background-color: var(--fallback-p,oklch(var(--p)/0.35))
}

.tw-bg-primary\/40 {
  background-color: var(--fallback-p,oklch(var(--p)/0.4))
}

.tw-bg-primary\/45 {
  background-color: var(--fallback-p,oklch(var(--p)/0.45))
}

.tw-bg-primary\/5 {
  background-color: var(--fallback-p,oklch(var(--p)/0.05))
}

.tw-bg-primary\/50 {
  background-color: var(--fallback-p,oklch(var(--p)/0.5))
}

.tw-bg-primary\/55 {
  background-color: var(--fallback-p,oklch(var(--p)/0.55))
}

.tw-bg-primary\/60 {
  background-color: var(--fallback-p,oklch(var(--p)/0.6))
}

.tw-bg-primary\/65 {
  background-color: var(--fallback-p,oklch(var(--p)/0.65))
}

.tw-bg-primary\/70 {
  background-color: var(--fallback-p,oklch(var(--p)/0.7))
}

.tw-bg-primary\/75 {
  background-color: var(--fallback-p,oklch(var(--p)/0.75))
}

.tw-bg-primary\/80 {
  background-color: var(--fallback-p,oklch(var(--p)/0.8))
}

.tw-bg-primary\/85 {
  background-color: var(--fallback-p,oklch(var(--p)/0.85))
}

.tw-bg-primary\/90 {
  background-color: var(--fallback-p,oklch(var(--p)/0.9))
}

.tw-bg-primary\/95 {
  background-color: var(--fallback-p,oklch(var(--p)/0.95))
}

.tw-bg-secondary {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)))
}

.tw-bg-secondary-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-sc,oklch(var(--sc)/var(--tw-bg-opacity)))
}

.tw-bg-secondary-content\/0 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0))
}

.tw-bg-secondary-content\/10 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.1))
}

.tw-bg-secondary-content\/100 {
  background-color: var(--fallback-sc,oklch(var(--sc)/1))
}

.tw-bg-secondary-content\/15 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.15))
}

.tw-bg-secondary-content\/20 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.2))
}

.tw-bg-secondary-content\/25 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.25))
}

.tw-bg-secondary-content\/30 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.3))
}

.tw-bg-secondary-content\/35 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.35))
}

.tw-bg-secondary-content\/40 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.4))
}

.tw-bg-secondary-content\/45 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.45))
}

.tw-bg-secondary-content\/5 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.05))
}

.tw-bg-secondary-content\/50 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.5))
}

.tw-bg-secondary-content\/55 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.55))
}

.tw-bg-secondary-content\/60 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.6))
}

.tw-bg-secondary-content\/65 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.65))
}

.tw-bg-secondary-content\/70 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.7))
}

.tw-bg-secondary-content\/75 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.75))
}

.tw-bg-secondary-content\/80 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.8))
}

.tw-bg-secondary-content\/85 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.85))
}

.tw-bg-secondary-content\/90 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.9))
}

.tw-bg-secondary-content\/95 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.95))
}

.tw-bg-secondary\/0 {
  background-color: var(--fallback-s,oklch(var(--s)/0))
}

.tw-bg-secondary\/10 {
  background-color: var(--fallback-s,oklch(var(--s)/0.1))
}

.tw-bg-secondary\/100 {
  background-color: var(--fallback-s,oklch(var(--s)/1))
}

.tw-bg-secondary\/15 {
  background-color: var(--fallback-s,oklch(var(--s)/0.15))
}

.tw-bg-secondary\/20 {
  background-color: var(--fallback-s,oklch(var(--s)/0.2))
}

.tw-bg-secondary\/25 {
  background-color: var(--fallback-s,oklch(var(--s)/0.25))
}

.tw-bg-secondary\/30 {
  background-color: var(--fallback-s,oklch(var(--s)/0.3))
}

.tw-bg-secondary\/35 {
  background-color: var(--fallback-s,oklch(var(--s)/0.35))
}

.tw-bg-secondary\/40 {
  background-color: var(--fallback-s,oklch(var(--s)/0.4))
}

.tw-bg-secondary\/45 {
  background-color: var(--fallback-s,oklch(var(--s)/0.45))
}

.tw-bg-secondary\/5 {
  background-color: var(--fallback-s,oklch(var(--s)/0.05))
}

.tw-bg-secondary\/50 {
  background-color: var(--fallback-s,oklch(var(--s)/0.5))
}

.tw-bg-secondary\/55 {
  background-color: var(--fallback-s,oklch(var(--s)/0.55))
}

.tw-bg-secondary\/60 {
  background-color: var(--fallback-s,oklch(var(--s)/0.6))
}

.tw-bg-secondary\/65 {
  background-color: var(--fallback-s,oklch(var(--s)/0.65))
}

.tw-bg-secondary\/70 {
  background-color: var(--fallback-s,oklch(var(--s)/0.7))
}

.tw-bg-secondary\/75 {
  background-color: var(--fallback-s,oklch(var(--s)/0.75))
}

.tw-bg-secondary\/80 {
  background-color: var(--fallback-s,oklch(var(--s)/0.8))
}

.tw-bg-secondary\/85 {
  background-color: var(--fallback-s,oklch(var(--s)/0.85))
}

.tw-bg-secondary\/90 {
  background-color: var(--fallback-s,oklch(var(--s)/0.9))
}

.tw-bg-secondary\/95 {
  background-color: var(--fallback-s,oklch(var(--s)/0.95))
}

.tw-bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity))
}

.tw-bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0)
}

.tw-bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1)
}

.tw-bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1)
}

.tw-bg-sky-100\/15 {
  background-color: rgb(224 242 254 / 0.15)
}

.tw-bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2)
}

.tw-bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25)
}

.tw-bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3)
}

.tw-bg-sky-100\/35 {
  background-color: rgb(224 242 254 / 0.35)
}

.tw-bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4)
}

.tw-bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45)
}

.tw-bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05)
}

.tw-bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5)
}

.tw-bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55)
}

.tw-bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6)
}

.tw-bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65)
}

.tw-bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7)
}

.tw-bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75)
}

.tw-bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8)
}

.tw-bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85)
}

.tw-bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9)
}

.tw-bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95)
}

.tw-bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity))
}

.tw-bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0)
}

.tw-bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1)
}

.tw-bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1)
}

.tw-bg-sky-200\/15 {
  background-color: rgb(186 230 253 / 0.15)
}

.tw-bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2)
}

.tw-bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25)
}

.tw-bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3)
}

.tw-bg-sky-200\/35 {
  background-color: rgb(186 230 253 / 0.35)
}

.tw-bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4)
}

.tw-bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45)
}

.tw-bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05)
}

.tw-bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5)
}

.tw-bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55)
}

.tw-bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6)
}

.tw-bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65)
}

.tw-bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7)
}

.tw-bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75)
}

.tw-bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8)
}

.tw-bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85)
}

.tw-bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9)
}

.tw-bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95)
}

.tw-bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity))
}

.tw-bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0)
}

.tw-bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1)
}

.tw-bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1)
}

.tw-bg-sky-300\/15 {
  background-color: rgb(125 211 252 / 0.15)
}

.tw-bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2)
}

.tw-bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25)
}

.tw-bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3)
}

.tw-bg-sky-300\/35 {
  background-color: rgb(125 211 252 / 0.35)
}

.tw-bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4)
}

.tw-bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45)
}

.tw-bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05)
}

.tw-bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5)
}

.tw-bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55)
}

.tw-bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6)
}

.tw-bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65)
}

.tw-bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7)
}

.tw-bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75)
}

.tw-bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8)
}

.tw-bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85)
}

.tw-bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9)
}

.tw-bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95)
}

.tw-bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity))
}

.tw-bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0)
}

.tw-bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1)
}

.tw-bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1)
}

.tw-bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15)
}

.tw-bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2)
}

.tw-bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25)
}

.tw-bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3)
}

.tw-bg-sky-400\/35 {
  background-color: rgb(56 189 248 / 0.35)
}

.tw-bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4)
}

.tw-bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45)
}

.tw-bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05)
}

.tw-bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5)
}

.tw-bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55)
}

.tw-bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6)
}

.tw-bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65)
}

.tw-bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7)
}

.tw-bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75)
}

.tw-bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8)
}

.tw-bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85)
}

.tw-bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9)
}

.tw-bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95)
}

.tw-bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity))
}

.tw-bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0)
}

.tw-bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1)
}

.tw-bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1)
}

.tw-bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15)
}

.tw-bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2)
}

.tw-bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25)
}

.tw-bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3)
}

.tw-bg-sky-500\/35 {
  background-color: rgb(14 165 233 / 0.35)
}

.tw-bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4)
}

.tw-bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45)
}

.tw-bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05)
}

.tw-bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5)
}

.tw-bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55)
}

.tw-bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6)
}

.tw-bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65)
}

.tw-bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7)
}

.tw-bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75)
}

.tw-bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8)
}

.tw-bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85)
}

.tw-bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9)
}

.tw-bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95)
}

.tw-bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity))
}

.tw-bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0)
}

.tw-bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1)
}

.tw-bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1)
}

.tw-bg-sky-600\/15 {
  background-color: rgb(2 132 199 / 0.15)
}

.tw-bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2)
}

.tw-bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25)
}

.tw-bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3)
}

.tw-bg-sky-600\/35 {
  background-color: rgb(2 132 199 / 0.35)
}

.tw-bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4)
}

.tw-bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45)
}

.tw-bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05)
}

.tw-bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5)
}

.tw-bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55)
}

.tw-bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6)
}

.tw-bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65)
}

.tw-bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7)
}

.tw-bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75)
}

.tw-bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8)
}

.tw-bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85)
}

.tw-bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9)
}

.tw-bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95)
}

.tw-bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity))
}

.tw-bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0)
}

.tw-bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1)
}

.tw-bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1)
}

.tw-bg-sky-700\/15 {
  background-color: rgb(3 105 161 / 0.15)
}

.tw-bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2)
}

.tw-bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25)
}

.tw-bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3)
}

.tw-bg-sky-700\/35 {
  background-color: rgb(3 105 161 / 0.35)
}

.tw-bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4)
}

.tw-bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45)
}

.tw-bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05)
}

.tw-bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5)
}

.tw-bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55)
}

.tw-bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6)
}

.tw-bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65)
}

.tw-bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7)
}

.tw-bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75)
}

.tw-bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8)
}

.tw-bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85)
}

.tw-bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9)
}

.tw-bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95)
}

.tw-bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity))
}

.tw-bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0)
}

.tw-bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1)
}

.tw-bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1)
}

.tw-bg-sky-800\/15 {
  background-color: rgb(7 89 133 / 0.15)
}

.tw-bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2)
}

.tw-bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25)
}

.tw-bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3)
}

.tw-bg-sky-800\/35 {
  background-color: rgb(7 89 133 / 0.35)
}

.tw-bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4)
}

.tw-bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45)
}

.tw-bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05)
}

.tw-bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5)
}

.tw-bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55)
}

.tw-bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6)
}

.tw-bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65)
}

.tw-bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7)
}

.tw-bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75)
}

.tw-bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8)
}

.tw-bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85)
}

.tw-bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9)
}

.tw-bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95)
}

.tw-bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity))
}

.tw-bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0)
}

.tw-bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1)
}

.tw-bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1)
}

.tw-bg-sky-900\/15 {
  background-color: rgb(12 74 110 / 0.15)
}

.tw-bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2)
}

.tw-bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25)
}

.tw-bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3)
}

.tw-bg-sky-900\/35 {
  background-color: rgb(12 74 110 / 0.35)
}

.tw-bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4)
}

.tw-bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45)
}

.tw-bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05)
}

.tw-bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5)
}

.tw-bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55)
}

.tw-bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6)
}

.tw-bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65)
}

.tw-bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7)
}

.tw-bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75)
}

.tw-bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8)
}

.tw-bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85)
}

.tw-bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9)
}

.tw-bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95)
}

.tw-bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity))
}

.tw-bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0)
}

.tw-bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1)
}

.tw-bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1)
}

.tw-bg-slate-100\/15 {
  background-color: rgb(241 245 249 / 0.15)
}

.tw-bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2)
}

.tw-bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25)
}

.tw-bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3)
}

.tw-bg-slate-100\/35 {
  background-color: rgb(241 245 249 / 0.35)
}

.tw-bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4)
}

.tw-bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45)
}

.tw-bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05)
}

.tw-bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5)
}

.tw-bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55)
}

.tw-bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6)
}

.tw-bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65)
}

.tw-bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7)
}

.tw-bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75)
}

.tw-bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8)
}

.tw-bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85)
}

.tw-bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9)
}

.tw-bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95)
}

.tw-bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.tw-bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0)
}

.tw-bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1)
}

.tw-bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1)
}

.tw-bg-slate-200\/15 {
  background-color: rgb(226 232 240 / 0.15)
}

.tw-bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2)
}

.tw-bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25)
}

.tw-bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3)
}

.tw-bg-slate-200\/35 {
  background-color: rgb(226 232 240 / 0.35)
}

.tw-bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4)
}

.tw-bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45)
}

.tw-bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05)
}

.tw-bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5)
}

.tw-bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55)
}

.tw-bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6)
}

.tw-bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65)
}

.tw-bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7)
}

.tw-bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75)
}

.tw-bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8)
}

.tw-bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85)
}

.tw-bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9)
}

.tw-bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95)
}

.tw-bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity))
}

.tw-bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0)
}

.tw-bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1)
}

.tw-bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1)
}

.tw-bg-slate-300\/15 {
  background-color: rgb(203 213 225 / 0.15)
}

.tw-bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2)
}

.tw-bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25)
}

.tw-bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3)
}

.tw-bg-slate-300\/35 {
  background-color: rgb(203 213 225 / 0.35)
}

.tw-bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4)
}

.tw-bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45)
}

.tw-bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05)
}

.tw-bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5)
}

.tw-bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55)
}

.tw-bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6)
}

.tw-bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65)
}

.tw-bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7)
}

.tw-bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75)
}

.tw-bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8)
}

.tw-bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85)
}

.tw-bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9)
}

.tw-bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95)
}

.tw-bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity))
}

.tw-bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0)
}

.tw-bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1)
}

.tw-bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1)
}

.tw-bg-slate-400\/15 {
  background-color: rgb(148 163 184 / 0.15)
}

.tw-bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2)
}

.tw-bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25)
}

.tw-bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3)
}

.tw-bg-slate-400\/35 {
  background-color: rgb(148 163 184 / 0.35)
}

.tw-bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4)
}

.tw-bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45)
}

.tw-bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05)
}

.tw-bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5)
}

.tw-bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55)
}

.tw-bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6)
}

.tw-bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65)
}

.tw-bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7)
}

.tw-bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75)
}

.tw-bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8)
}

.tw-bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85)
}

.tw-bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9)
}

.tw-bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95)
}

.tw-bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity))
}

.tw-bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0)
}

.tw-bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1)
}

.tw-bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1)
}

.tw-bg-slate-500\/15 {
  background-color: rgb(100 116 139 / 0.15)
}

.tw-bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2)
}

.tw-bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25)
}

.tw-bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3)
}

.tw-bg-slate-500\/35 {
  background-color: rgb(100 116 139 / 0.35)
}

.tw-bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4)
}

.tw-bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45)
}

.tw-bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05)
}

.tw-bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5)
}

.tw-bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55)
}

.tw-bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6)
}

.tw-bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65)
}

.tw-bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7)
}

.tw-bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75)
}

.tw-bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8)
}

.tw-bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85)
}

.tw-bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9)
}

.tw-bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95)
}

.tw-bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity))
}

.tw-bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0)
}

.tw-bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1)
}

.tw-bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1)
}

.tw-bg-slate-600\/15 {
  background-color: rgb(71 85 105 / 0.15)
}

.tw-bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2)
}

.tw-bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25)
}

.tw-bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3)
}

.tw-bg-slate-600\/35 {
  background-color: rgb(71 85 105 / 0.35)
}

.tw-bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4)
}

.tw-bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45)
}

.tw-bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05)
}

.tw-bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5)
}

.tw-bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55)
}

.tw-bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6)
}

.tw-bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65)
}

.tw-bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7)
}

.tw-bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75)
}

.tw-bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8)
}

.tw-bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85)
}

.tw-bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9)
}

.tw-bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95)
}

.tw-bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity))
}

.tw-bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0)
}

.tw-bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1)
}

.tw-bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1)
}

.tw-bg-slate-700\/15 {
  background-color: rgb(51 65 85 / 0.15)
}

.tw-bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2)
}

.tw-bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25)
}

.tw-bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3)
}

.tw-bg-slate-700\/35 {
  background-color: rgb(51 65 85 / 0.35)
}

.tw-bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4)
}

.tw-bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45)
}

.tw-bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05)
}

.tw-bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5)
}

.tw-bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55)
}

.tw-bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6)
}

.tw-bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65)
}

.tw-bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7)
}

.tw-bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75)
}

.tw-bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8)
}

.tw-bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85)
}

.tw-bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9)
}

.tw-bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95)
}

.tw-bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

.tw-bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0)
}

.tw-bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1)
}

.tw-bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1)
}

.tw-bg-slate-800\/15 {
  background-color: rgb(30 41 59 / 0.15)
}

.tw-bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2)
}

.tw-bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25)
}

.tw-bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3)
}

.tw-bg-slate-800\/35 {
  background-color: rgb(30 41 59 / 0.35)
}

.tw-bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4)
}

.tw-bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45)
}

.tw-bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05)
}

.tw-bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5)
}

.tw-bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55)
}

.tw-bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6)
}

.tw-bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65)
}

.tw-bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7)
}

.tw-bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75)
}

.tw-bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8)
}

.tw-bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85)
}

.tw-bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9)
}

.tw-bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95)
}

.tw-bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

.tw-bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0)
}

.tw-bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1)
}

.tw-bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1)
}

.tw-bg-slate-900\/15 {
  background-color: rgb(15 23 42 / 0.15)
}

.tw-bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2)
}

.tw-bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25)
}

.tw-bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3)
}

.tw-bg-slate-900\/35 {
  background-color: rgb(15 23 42 / 0.35)
}

.tw-bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4)
}

.tw-bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45)
}

.tw-bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05)
}

.tw-bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5)
}

.tw-bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55)
}

.tw-bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6)
}

.tw-bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65)
}

.tw-bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7)
}

.tw-bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75)
}

.tw-bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8)
}

.tw-bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85)
}

.tw-bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9)
}

.tw-bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95)
}

.tw-bg-success {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)))
}

.tw-bg-success-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-suc,oklch(var(--suc)/var(--tw-bg-opacity)))
}

.tw-bg-success-content\/0 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0))
}

.tw-bg-success-content\/10 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.1))
}

.tw-bg-success-content\/100 {
  background-color: var(--fallback-suc,oklch(var(--suc)/1))
}

.tw-bg-success-content\/15 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.15))
}

.tw-bg-success-content\/20 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.2))
}

.tw-bg-success-content\/25 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.25))
}

.tw-bg-success-content\/30 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.3))
}

.tw-bg-success-content\/35 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.35))
}

.tw-bg-success-content\/40 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.4))
}

.tw-bg-success-content\/45 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.45))
}

.tw-bg-success-content\/5 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.05))
}

.tw-bg-success-content\/50 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.5))
}

.tw-bg-success-content\/55 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.55))
}

.tw-bg-success-content\/60 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.6))
}

.tw-bg-success-content\/65 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.65))
}

.tw-bg-success-content\/70 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.7))
}

.tw-bg-success-content\/75 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.75))
}

.tw-bg-success-content\/80 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.8))
}

.tw-bg-success-content\/85 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.85))
}

.tw-bg-success-content\/90 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.9))
}

.tw-bg-success-content\/95 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.95))
}

.tw-bg-success\/0 {
  background-color: var(--fallback-su,oklch(var(--su)/0))
}

.tw-bg-success\/10 {
  background-color: var(--fallback-su,oklch(var(--su)/0.1))
}

.tw-bg-success\/100 {
  background-color: var(--fallback-su,oklch(var(--su)/1))
}

.tw-bg-success\/15 {
  background-color: var(--fallback-su,oklch(var(--su)/0.15))
}

.tw-bg-success\/20 {
  background-color: var(--fallback-su,oklch(var(--su)/0.2))
}

.tw-bg-success\/25 {
  background-color: var(--fallback-su,oklch(var(--su)/0.25))
}

.tw-bg-success\/30 {
  background-color: var(--fallback-su,oklch(var(--su)/0.3))
}

.tw-bg-success\/35 {
  background-color: var(--fallback-su,oklch(var(--su)/0.35))
}

.tw-bg-success\/40 {
  background-color: var(--fallback-su,oklch(var(--su)/0.4))
}

.tw-bg-success\/45 {
  background-color: var(--fallback-su,oklch(var(--su)/0.45))
}

.tw-bg-success\/5 {
  background-color: var(--fallback-su,oklch(var(--su)/0.05))
}

.tw-bg-success\/50 {
  background-color: var(--fallback-su,oklch(var(--su)/0.5))
}

.tw-bg-success\/55 {
  background-color: var(--fallback-su,oklch(var(--su)/0.55))
}

.tw-bg-success\/60 {
  background-color: var(--fallback-su,oklch(var(--su)/0.6))
}

.tw-bg-success\/65 {
  background-color: var(--fallback-su,oklch(var(--su)/0.65))
}

.tw-bg-success\/70 {
  background-color: var(--fallback-su,oklch(var(--su)/0.7))
}

.tw-bg-success\/75 {
  background-color: var(--fallback-su,oklch(var(--su)/0.75))
}

.tw-bg-success\/80 {
  background-color: var(--fallback-su,oklch(var(--su)/0.8))
}

.tw-bg-success\/85 {
  background-color: var(--fallback-su,oklch(var(--su)/0.85))
}

.tw-bg-success\/90 {
  background-color: var(--fallback-su,oklch(var(--su)/0.9))
}

.tw-bg-success\/95 {
  background-color: var(--fallback-su,oklch(var(--su)/0.95))
}

.tw-bg-transparent {
  background-color: transparent
}

.tw-bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0)
}

.tw-bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1)
}

.tw-bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1)
}

.tw-bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15)
}

.tw-bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2)
}

.tw-bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25)
}

.tw-bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3)
}

.tw-bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35)
}

.tw-bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4)
}

.tw-bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45)
}

.tw-bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05)
}

.tw-bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5)
}

.tw-bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55)
}

.tw-bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6)
}

.tw-bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65)
}

.tw-bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7)
}

.tw-bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75)
}

.tw-bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8)
}

.tw-bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85)
}

.tw-bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9)
}

.tw-bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95)
}

.tw-bg-warning {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)))
}

.tw-bg-warning-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-wac,oklch(var(--wac)/var(--tw-bg-opacity)))
}

.tw-bg-warning-content\/0 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0))
}

.tw-bg-warning-content\/10 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.1))
}

.tw-bg-warning-content\/100 {
  background-color: var(--fallback-wac,oklch(var(--wac)/1))
}

.tw-bg-warning-content\/15 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.15))
}

.tw-bg-warning-content\/20 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.2))
}

.tw-bg-warning-content\/25 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.25))
}

.tw-bg-warning-content\/30 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.3))
}

.tw-bg-warning-content\/35 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.35))
}

.tw-bg-warning-content\/40 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.4))
}

.tw-bg-warning-content\/45 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.45))
}

.tw-bg-warning-content\/5 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.05))
}

.tw-bg-warning-content\/50 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.5))
}

.tw-bg-warning-content\/55 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.55))
}

.tw-bg-warning-content\/60 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.6))
}

.tw-bg-warning-content\/65 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.65))
}

.tw-bg-warning-content\/70 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.7))
}

.tw-bg-warning-content\/75 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.75))
}

.tw-bg-warning-content\/80 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.8))
}

.tw-bg-warning-content\/85 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.85))
}

.tw-bg-warning-content\/90 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.9))
}

.tw-bg-warning-content\/95 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.95))
}

.tw-bg-warning\/0 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0))
}

.tw-bg-warning\/10 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.1))
}

.tw-bg-warning\/100 {
  background-color: var(--fallback-wa,oklch(var(--wa)/1))
}

.tw-bg-warning\/15 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.15))
}

.tw-bg-warning\/20 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.2))
}

.tw-bg-warning\/25 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.25))
}

.tw-bg-warning\/30 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.3))
}

.tw-bg-warning\/35 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.35))
}

.tw-bg-warning\/40 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.4))
}

.tw-bg-warning\/45 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.45))
}

.tw-bg-warning\/5 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.05))
}

.tw-bg-warning\/50 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.5))
}

.tw-bg-warning\/55 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.55))
}

.tw-bg-warning\/60 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.6))
}

.tw-bg-warning\/65 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.65))
}

.tw-bg-warning\/70 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.7))
}

.tw-bg-warning\/75 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.75))
}

.tw-bg-warning\/80 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.8))
}

.tw-bg-warning\/85 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.85))
}

.tw-bg-warning\/90 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.9))
}

.tw-bg-warning\/95 {
  background-color: var(--fallback-wa,oklch(var(--wa)/0.95))
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.tw-bg-white\/0 {
  background-color: rgb(255 255 255 / 0)
}

.tw-bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1)
}

.tw-bg-white\/100 {
  background-color: rgb(255 255 255 / 1)
}

.tw-bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15)
}

.tw-bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2)
}

.tw-bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25)
}

.tw-bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3)
}

.tw-bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35)
}

.tw-bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4)
}

.tw-bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45)
}

.tw-bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05)
}

.tw-bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5)
}

.tw-bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55)
}

.tw-bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6)
}

.tw-bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65)
}

.tw-bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7)
}

.tw-bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75)
}

.tw-bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8)
}

.tw-bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85)
}

.tw-bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9)
}

.tw-bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95)
}

.tw-bg-opacity-0 {
  --tw-bg-opacity: 0
}

.tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1
}

.tw-bg-opacity-100 {
  --tw-bg-opacity: 1
}

.tw-bg-opacity-15 {
  --tw-bg-opacity: 0.15
}

.tw-bg-opacity-20 {
  --tw-bg-opacity: 0.2
}

.tw-bg-opacity-25 {
  --tw-bg-opacity: 0.25
}

.tw-bg-opacity-30 {
  --tw-bg-opacity: 0.3
}

.tw-bg-opacity-35 {
  --tw-bg-opacity: 0.35
}

.tw-bg-opacity-40 {
  --tw-bg-opacity: 0.4
}

.tw-bg-opacity-45 {
  --tw-bg-opacity: 0.45
}

.tw-bg-opacity-5 {
  --tw-bg-opacity: 0.05
}

.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5
}

.tw-bg-opacity-55 {
  --tw-bg-opacity: 0.55
}

.tw-bg-opacity-60 {
  --tw-bg-opacity: 0.6
}

.tw-bg-opacity-65 {
  --tw-bg-opacity: 0.65
}

.tw-bg-opacity-70 {
  --tw-bg-opacity: 0.7
}

.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75
}

.tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8
}

.tw-bg-opacity-85 {
  --tw-bg-opacity: 0.85
}

.tw-bg-opacity-90 {
  --tw-bg-opacity: 0.9
}

.tw-bg-opacity-95 {
  --tw-bg-opacity: 0.95
}

.tw-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops))
}

.tw-bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}

.tw-bg-none {
  background-image: none
}

.tw-bg-auto {
  background-size: auto
}

.tw-bg-contain {
  background-size: contain
}

.tw-bg-cover {
  background-size: cover
}

.tw-bg-fixed {
  background-attachment: fixed
}

.tw-bg-local {
  background-attachment: local
}

.tw-bg-scroll {
  background-attachment: scroll
}

.tw-bg-clip-border {
  background-clip: border-box
}

.tw-bg-clip-padding {
  background-clip: padding-box
}

.tw-bg-clip-content {
  background-clip: content-box
}

.tw-bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text
}

.tw-bg-bottom {
  background-position: bottom
}

.tw-bg-center {
  background-position: center
}

.tw-bg-left {
  background-position: left
}

.tw-bg-left-bottom {
  background-position: left bottom
}

.tw-bg-left-top {
  background-position: left top
}

.tw-bg-right {
  background-position: right
}

.tw-bg-right-bottom {
  background-position: right bottom
}

.tw-bg-right-top {
  background-position: right top
}

.tw-bg-top {
  background-position: top
}

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

.tw-bg-no-repeat {
  background-repeat: no-repeat
}

.tw-bg-repeat-x {
  background-repeat: repeat-x
}

.tw-bg-repeat-y {
  background-repeat: repeat-y
}

.tw-bg-repeat-round {
  background-repeat: round
}

.tw-bg-repeat-space {
  background-repeat: space
}

.tw-bg-origin-border {
  background-origin: border-box
}

.tw-bg-origin-padding {
  background-origin: padding-box
}

.tw-bg-origin-content {
  background-origin: content-box
}

.\!tw-p-0 {
  padding: 0px !important
}

.tw-p-0 {
  padding: 0px
}

.tw-p-1 {
  padding: 0.25rem
}

.tw-p-1\.5 {
  padding: 0.375rem
}

.tw-p-2 {
  padding: 0.5rem
}

.tw-p-3 {
  padding: 0.75rem
}

.tw-p-4 {
  padding: 1rem
}

.tw-p-6 {
  padding: 1.5rem
}

.\!tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important
}

.\!tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important
}

.\!tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important
}

.\!tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.\!tw-py-\[18px\] {
  padding-top: 18px !important;
  padding-bottom: 18px !important
}

.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem
}

.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px
}

.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem
}

.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.tw-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.tw-pb-0 {
  padding-bottom: 0px
}

.tw-pb-1 {
  padding-bottom: 0.25rem
}

.tw-pl-2 {
  padding-left: 0.5rem
}

.tw-pr-10 {
  padding-right: 2.5rem
}

.tw-pr-2 {
  padding-right: 0.5rem
}

.tw-pt-2 {
  padding-top: 0.5rem
}

.tw-pt-24 {
  padding-top: 6rem
}

.tw-pt-3 {
  padding-top: 0.75rem
}

.tw-pt-5 {
  padding-top: 1.25rem
}

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

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

.tw-text-right {
  text-align: right
}

.tw-text-justify {
  text-align: justify
}

.tw-text-start {
  text-align: start
}

.tw-text-end {
  text-align: end
}

.tw-align-text-top {
  vertical-align: text-top
}

.tw-align-text-bottom {
  vertical-align: text-bottom
}

.tw-font-ubuntu {
  font-family: Ubuntu
}

.\!tw-text-base {
  font-size: 0.9rem !important
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.tw-text-5xl {
  font-size: 3rem;
  line-height: 1
}

.tw-text-6xl {
  font-size: 3.75rem;
  line-height: 1
}

.tw-text-7xl {
  font-size: 4.5rem;
  line-height: 1
}

.tw-text-8xl {
  font-size: 6rem;
  line-height: 1
}

.tw-text-9xl {
  font-size: 8rem;
  line-height: 1
}

.tw-text-base {
  font-size: 0.9rem
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.tw-text-normal {
  font-size: 0.84375rem
}

.tw-text-sm {
  font-size: 0.8rem
}

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.tw-font-bold {
  font-weight: 700
}

.tw-font-medium {
  font-weight: 500
}

.tw-font-normal {
  font-weight: 400
}

.tw-font-semibold {
  font-weight: 600
}

.tw-uppercase {
  text-transform: uppercase
}

.tw-capitalize {
  text-transform: capitalize
}

.tw-leading-6 {
  line-height: 1.5rem
}

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

.tw-tracking-tight {
  letter-spacing: -0.025em
}

.\!tw-text-neutral-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(64 64 64 / var(--tw-text-opacity)) !important
}

.\!tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.tw-text-accent {
  --tw-text-opacity: 1;
  color: var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity)))
}

.tw-text-accent-content {
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))
}

.tw-text-accent-content\/0 {
  color: var(--fallback-ac,oklch(var(--ac)/0))
}

.tw-text-accent-content\/10 {
  color: var(--fallback-ac,oklch(var(--ac)/0.1))
}

.tw-text-accent-content\/100 {
  color: var(--fallback-ac,oklch(var(--ac)/1))
}

.tw-text-accent-content\/15 {
  color: var(--fallback-ac,oklch(var(--ac)/0.15))
}

.tw-text-accent-content\/20 {
  color: var(--fallback-ac,oklch(var(--ac)/0.2))
}

.tw-text-accent-content\/25 {
  color: var(--fallback-ac,oklch(var(--ac)/0.25))
}

.tw-text-accent-content\/30 {
  color: var(--fallback-ac,oklch(var(--ac)/0.3))
}

.tw-text-accent-content\/35 {
  color: var(--fallback-ac,oklch(var(--ac)/0.35))
}

.tw-text-accent-content\/40 {
  color: var(--fallback-ac,oklch(var(--ac)/0.4))
}

.tw-text-accent-content\/45 {
  color: var(--fallback-ac,oklch(var(--ac)/0.45))
}

.tw-text-accent-content\/5 {
  color: var(--fallback-ac,oklch(var(--ac)/0.05))
}

.tw-text-accent-content\/50 {
  color: var(--fallback-ac,oklch(var(--ac)/0.5))
}

.tw-text-accent-content\/55 {
  color: var(--fallback-ac,oklch(var(--ac)/0.55))
}

.tw-text-accent-content\/60 {
  color: var(--fallback-ac,oklch(var(--ac)/0.6))
}

.tw-text-accent-content\/65 {
  color: var(--fallback-ac,oklch(var(--ac)/0.65))
}

.tw-text-accent-content\/70 {
  color: var(--fallback-ac,oklch(var(--ac)/0.7))
}

.tw-text-accent-content\/75 {
  color: var(--fallback-ac,oklch(var(--ac)/0.75))
}

.tw-text-accent-content\/80 {
  color: var(--fallback-ac,oklch(var(--ac)/0.8))
}

.tw-text-accent-content\/85 {
  color: var(--fallback-ac,oklch(var(--ac)/0.85))
}

.tw-text-accent-content\/90 {
  color: var(--fallback-ac,oklch(var(--ac)/0.9))
}

.tw-text-accent-content\/95 {
  color: var(--fallback-ac,oklch(var(--ac)/0.95))
}

.tw-text-accent\/0 {
  color: var(--fallback-a,oklch(var(--a)/0))
}

.tw-text-accent\/10 {
  color: var(--fallback-a,oklch(var(--a)/0.1))
}

.tw-text-accent\/100 {
  color: var(--fallback-a,oklch(var(--a)/1))
}

.tw-text-accent\/15 {
  color: var(--fallback-a,oklch(var(--a)/0.15))
}

.tw-text-accent\/20 {
  color: var(--fallback-a,oklch(var(--a)/0.2))
}

.tw-text-accent\/25 {
  color: var(--fallback-a,oklch(var(--a)/0.25))
}

.tw-text-accent\/30 {
  color: var(--fallback-a,oklch(var(--a)/0.3))
}

.tw-text-accent\/35 {
  color: var(--fallback-a,oklch(var(--a)/0.35))
}

.tw-text-accent\/40 {
  color: var(--fallback-a,oklch(var(--a)/0.4))
}

.tw-text-accent\/45 {
  color: var(--fallback-a,oklch(var(--a)/0.45))
}

.tw-text-accent\/5 {
  color: var(--fallback-a,oklch(var(--a)/0.05))
}

.tw-text-accent\/50 {
  color: var(--fallback-a,oklch(var(--a)/0.5))
}

.tw-text-accent\/55 {
  color: var(--fallback-a,oklch(var(--a)/0.55))
}

.tw-text-accent\/60 {
  color: var(--fallback-a,oklch(var(--a)/0.6))
}

.tw-text-accent\/65 {
  color: var(--fallback-a,oklch(var(--a)/0.65))
}

.tw-text-accent\/70 {
  color: var(--fallback-a,oklch(var(--a)/0.7))
}

.tw-text-accent\/75 {
  color: var(--fallback-a,oklch(var(--a)/0.75))
}

.tw-text-accent\/80 {
  color: var(--fallback-a,oklch(var(--a)/0.8))
}

.tw-text-accent\/85 {
  color: var(--fallback-a,oklch(var(--a)/0.85))
}

.tw-text-accent\/90 {
  color: var(--fallback-a,oklch(var(--a)/0.9))
}

.tw-text-accent\/95 {
  color: var(--fallback-a,oklch(var(--a)/0.95))
}

.tw-text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity))
}

.tw-text-amber-100\/0 {
  color: rgb(254 243 199 / 0)
}

.tw-text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1)
}

.tw-text-amber-100\/100 {
  color: rgb(254 243 199 / 1)
}

.tw-text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15)
}

.tw-text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2)
}

.tw-text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25)
}

.tw-text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3)
}

.tw-text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35)
}

.tw-text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4)
}

.tw-text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45)
}

.tw-text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05)
}

.tw-text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5)
}

.tw-text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55)
}

.tw-text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6)
}

.tw-text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65)
}

.tw-text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7)
}

.tw-text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75)
}

.tw-text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8)
}

.tw-text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85)
}

.tw-text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9)
}

.tw-text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95)
}

.tw-text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity))
}

.tw-text-amber-200\/0 {
  color: rgb(253 230 138 / 0)
}

.tw-text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1)
}

.tw-text-amber-200\/100 {
  color: rgb(253 230 138 / 1)
}

.tw-text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15)
}

.tw-text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2)
}

.tw-text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25)
}

.tw-text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3)
}

.tw-text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35)
}

.tw-text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4)
}

.tw-text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45)
}

.tw-text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05)
}

.tw-text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5)
}

.tw-text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55)
}

.tw-text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6)
}

.tw-text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65)
}

.tw-text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7)
}

.tw-text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75)
}

.tw-text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8)
}

.tw-text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85)
}

.tw-text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9)
}

.tw-text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95)
}

.tw-text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity))
}

.tw-text-amber-300\/0 {
  color: rgb(252 211 77 / 0)
}

.tw-text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1)
}

.tw-text-amber-300\/100 {
  color: rgb(252 211 77 / 1)
}

.tw-text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15)
}

.tw-text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2)
}

.tw-text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25)
}

.tw-text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3)
}

.tw-text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35)
}

.tw-text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4)
}

.tw-text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45)
}

.tw-text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05)
}

.tw-text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5)
}

.tw-text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55)
}

.tw-text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6)
}

.tw-text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65)
}

.tw-text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7)
}

.tw-text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75)
}

.tw-text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8)
}

.tw-text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85)
}

.tw-text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9)
}

.tw-text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95)
}

.tw-text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity))
}

.tw-text-amber-400\/0 {
  color: rgb(251 191 36 / 0)
}

.tw-text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1)
}

.tw-text-amber-400\/100 {
  color: rgb(251 191 36 / 1)
}

.tw-text-amber-400\/15 {
  color: rgb(251 191 36 / 0.15)
}

.tw-text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2)
}

.tw-text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25)
}

.tw-text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3)
}

.tw-text-amber-400\/35 {
  color: rgb(251 191 36 / 0.35)
}

.tw-text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4)
}

.tw-text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45)
}

.tw-text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05)
}

.tw-text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5)
}

.tw-text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55)
}

.tw-text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6)
}

.tw-text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65)
}

.tw-text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7)
}

.tw-text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75)
}

.tw-text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8)
}

.tw-text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85)
}

.tw-text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9)
}

.tw-text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95)
}

.tw-text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity))
}

.tw-text-amber-500\/0 {
  color: rgb(245 158 11 / 0)
}

.tw-text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1)
}

.tw-text-amber-500\/100 {
  color: rgb(245 158 11 / 1)
}

.tw-text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15)
}

.tw-text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2)
}

.tw-text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25)
}

.tw-text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3)
}

.tw-text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35)
}

.tw-text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4)
}

.tw-text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45)
}

.tw-text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05)
}

.tw-text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5)
}

.tw-text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55)
}

.tw-text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6)
}

.tw-text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65)
}

.tw-text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7)
}

.tw-text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75)
}

.tw-text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8)
}

.tw-text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85)
}

.tw-text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9)
}

.tw-text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95)
}

.tw-text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity))
}

.tw-text-amber-600\/0 {
  color: rgb(217 119 6 / 0)
}

.tw-text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1)
}

.tw-text-amber-600\/100 {
  color: rgb(217 119 6 / 1)
}

.tw-text-amber-600\/15 {
  color: rgb(217 119 6 / 0.15)
}

.tw-text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2)
}

.tw-text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25)
}

.tw-text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3)
}

.tw-text-amber-600\/35 {
  color: rgb(217 119 6 / 0.35)
}

.tw-text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4)
}

.tw-text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45)
}

.tw-text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05)
}

.tw-text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5)
}

.tw-text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55)
}

.tw-text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6)
}

.tw-text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65)
}

.tw-text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7)
}

.tw-text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75)
}

.tw-text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8)
}

.tw-text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85)
}

.tw-text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9)
}

.tw-text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95)
}

.tw-text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity))
}

.tw-text-amber-700\/0 {
  color: rgb(180 83 9 / 0)
}

.tw-text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1)
}

.tw-text-amber-700\/100 {
  color: rgb(180 83 9 / 1)
}

.tw-text-amber-700\/15 {
  color: rgb(180 83 9 / 0.15)
}

.tw-text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2)
}

.tw-text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25)
}

.tw-text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3)
}

.tw-text-amber-700\/35 {
  color: rgb(180 83 9 / 0.35)
}

.tw-text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4)
}

.tw-text-amber-700\/45 {
  color: rgb(180 83 9 / 0.45)
}

.tw-text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05)
}

.tw-text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5)
}

.tw-text-amber-700\/55 {
  color: rgb(180 83 9 / 0.55)
}

.tw-text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6)
}

.tw-text-amber-700\/65 {
  color: rgb(180 83 9 / 0.65)
}

.tw-text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7)
}

.tw-text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75)
}

.tw-text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8)
}

.tw-text-amber-700\/85 {
  color: rgb(180 83 9 / 0.85)
}

.tw-text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9)
}

.tw-text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95)
}

.tw-text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity))
}

.tw-text-amber-800\/0 {
  color: rgb(146 64 14 / 0)
}

.tw-text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1)
}

.tw-text-amber-800\/100 {
  color: rgb(146 64 14 / 1)
}

.tw-text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15)
}

.tw-text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2)
}

.tw-text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25)
}

.tw-text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3)
}

.tw-text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35)
}

.tw-text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4)
}

.tw-text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45)
}

.tw-text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05)
}

.tw-text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5)
}

.tw-text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55)
}

.tw-text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6)
}

.tw-text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65)
}

.tw-text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7)
}

.tw-text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75)
}

.tw-text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8)
}

.tw-text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85)
}

.tw-text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9)
}

.tw-text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95)
}

.tw-text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity))
}

.tw-text-amber-900\/0 {
  color: rgb(120 53 15 / 0)
}

.tw-text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1)
}

.tw-text-amber-900\/100 {
  color: rgb(120 53 15 / 1)
}

.tw-text-amber-900\/15 {
  color: rgb(120 53 15 / 0.15)
}

.tw-text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2)
}

.tw-text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25)
}

.tw-text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3)
}

.tw-text-amber-900\/35 {
  color: rgb(120 53 15 / 0.35)
}

.tw-text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4)
}

.tw-text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45)
}

.tw-text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05)
}

.tw-text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5)
}

.tw-text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55)
}

.tw-text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6)
}

.tw-text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65)
}

.tw-text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7)
}

.tw-text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75)
}

.tw-text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8)
}

.tw-text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85)
}

.tw-text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9)
}

.tw-text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95)
}

.tw-text-base-100 {
  --tw-text-opacity: 1;
  color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)))
}

.tw-text-base-100\/0 {
  color: var(--fallback-b1,oklch(var(--b1)/0))
}

.tw-text-base-100\/10 {
  color: var(--fallback-b1,oklch(var(--b1)/0.1))
}

.tw-text-base-100\/100 {
  color: var(--fallback-b1,oklch(var(--b1)/1))
}

.tw-text-base-100\/15 {
  color: var(--fallback-b1,oklch(var(--b1)/0.15))
}

.tw-text-base-100\/20 {
  color: var(--fallback-b1,oklch(var(--b1)/0.2))
}

.tw-text-base-100\/25 {
  color: var(--fallback-b1,oklch(var(--b1)/0.25))
}

.tw-text-base-100\/30 {
  color: var(--fallback-b1,oklch(var(--b1)/0.3))
}

.tw-text-base-100\/35 {
  color: var(--fallback-b1,oklch(var(--b1)/0.35))
}

.tw-text-base-100\/40 {
  color: var(--fallback-b1,oklch(var(--b1)/0.4))
}

.tw-text-base-100\/45 {
  color: var(--fallback-b1,oklch(var(--b1)/0.45))
}

.tw-text-base-100\/5 {
  color: var(--fallback-b1,oklch(var(--b1)/0.05))
}

.tw-text-base-100\/50 {
  color: var(--fallback-b1,oklch(var(--b1)/0.5))
}

.tw-text-base-100\/55 {
  color: var(--fallback-b1,oklch(var(--b1)/0.55))
}

.tw-text-base-100\/60 {
  color: var(--fallback-b1,oklch(var(--b1)/0.6))
}

.tw-text-base-100\/65 {
  color: var(--fallback-b1,oklch(var(--b1)/0.65))
}

.tw-text-base-100\/70 {
  color: var(--fallback-b1,oklch(var(--b1)/0.7))
}

.tw-text-base-100\/75 {
  color: var(--fallback-b1,oklch(var(--b1)/0.75))
}

.tw-text-base-100\/80 {
  color: var(--fallback-b1,oklch(var(--b1)/0.8))
}

.tw-text-base-100\/85 {
  color: var(--fallback-b1,oklch(var(--b1)/0.85))
}

.tw-text-base-100\/90 {
  color: var(--fallback-b1,oklch(var(--b1)/0.9))
}

.tw-text-base-100\/95 {
  color: var(--fallback-b1,oklch(var(--b1)/0.95))
}

.tw-text-base-200 {
  --tw-text-opacity: 1;
  color: var(--fallback-b2,oklch(var(--b2)/var(--tw-text-opacity)))
}

.tw-text-base-200\/0 {
  color: var(--fallback-b2,oklch(var(--b2)/0))
}

.tw-text-base-200\/10 {
  color: var(--fallback-b2,oklch(var(--b2)/0.1))
}

.tw-text-base-200\/100 {
  color: var(--fallback-b2,oklch(var(--b2)/1))
}

.tw-text-base-200\/15 {
  color: var(--fallback-b2,oklch(var(--b2)/0.15))
}

.tw-text-base-200\/20 {
  color: var(--fallback-b2,oklch(var(--b2)/0.2))
}

.tw-text-base-200\/25 {
  color: var(--fallback-b2,oklch(var(--b2)/0.25))
}

.tw-text-base-200\/30 {
  color: var(--fallback-b2,oklch(var(--b2)/0.3))
}

.tw-text-base-200\/35 {
  color: var(--fallback-b2,oklch(var(--b2)/0.35))
}

.tw-text-base-200\/40 {
  color: var(--fallback-b2,oklch(var(--b2)/0.4))
}

.tw-text-base-200\/45 {
  color: var(--fallback-b2,oklch(var(--b2)/0.45))
}

.tw-text-base-200\/5 {
  color: var(--fallback-b2,oklch(var(--b2)/0.05))
}

.tw-text-base-200\/50 {
  color: var(--fallback-b2,oklch(var(--b2)/0.5))
}

.tw-text-base-200\/55 {
  color: var(--fallback-b2,oklch(var(--b2)/0.55))
}

.tw-text-base-200\/60 {
  color: var(--fallback-b2,oklch(var(--b2)/0.6))
}

.tw-text-base-200\/65 {
  color: var(--fallback-b2,oklch(var(--b2)/0.65))
}

.tw-text-base-200\/70 {
  color: var(--fallback-b2,oklch(var(--b2)/0.7))
}

.tw-text-base-200\/75 {
  color: var(--fallback-b2,oklch(var(--b2)/0.75))
}

.tw-text-base-200\/80 {
  color: var(--fallback-b2,oklch(var(--b2)/0.8))
}

.tw-text-base-200\/85 {
  color: var(--fallback-b2,oklch(var(--b2)/0.85))
}

.tw-text-base-200\/90 {
  color: var(--fallback-b2,oklch(var(--b2)/0.9))
}

.tw-text-base-200\/95 {
  color: var(--fallback-b2,oklch(var(--b2)/0.95))
}

.tw-text-base-300 {
  --tw-text-opacity: 1;
  color: var(--fallback-b3,oklch(var(--b3)/var(--tw-text-opacity)))
}

.tw-text-base-300\/0 {
  color: var(--fallback-b3,oklch(var(--b3)/0))
}

.tw-text-base-300\/10 {
  color: var(--fallback-b3,oklch(var(--b3)/0.1))
}

.tw-text-base-300\/100 {
  color: var(--fallback-b3,oklch(var(--b3)/1))
}

.tw-text-base-300\/15 {
  color: var(--fallback-b3,oklch(var(--b3)/0.15))
}

.tw-text-base-300\/20 {
  color: var(--fallback-b3,oklch(var(--b3)/0.2))
}

.tw-text-base-300\/25 {
  color: var(--fallback-b3,oklch(var(--b3)/0.25))
}

.tw-text-base-300\/30 {
  color: var(--fallback-b3,oklch(var(--b3)/0.3))
}

.tw-text-base-300\/35 {
  color: var(--fallback-b3,oklch(var(--b3)/0.35))
}

.tw-text-base-300\/40 {
  color: var(--fallback-b3,oklch(var(--b3)/0.4))
}

.tw-text-base-300\/45 {
  color: var(--fallback-b3,oklch(var(--b3)/0.45))
}

.tw-text-base-300\/5 {
  color: var(--fallback-b3,oklch(var(--b3)/0.05))
}

.tw-text-base-300\/50 {
  color: var(--fallback-b3,oklch(var(--b3)/0.5))
}

.tw-text-base-300\/55 {
  color: var(--fallback-b3,oklch(var(--b3)/0.55))
}

.tw-text-base-300\/60 {
  color: var(--fallback-b3,oklch(var(--b3)/0.6))
}

.tw-text-base-300\/65 {
  color: var(--fallback-b3,oklch(var(--b3)/0.65))
}

.tw-text-base-300\/70 {
  color: var(--fallback-b3,oklch(var(--b3)/0.7))
}

.tw-text-base-300\/75 {
  color: var(--fallback-b3,oklch(var(--b3)/0.75))
}

.tw-text-base-300\/80 {
  color: var(--fallback-b3,oklch(var(--b3)/0.8))
}

.tw-text-base-300\/85 {
  color: var(--fallback-b3,oklch(var(--b3)/0.85))
}

.tw-text-base-300\/90 {
  color: var(--fallback-b3,oklch(var(--b3)/0.9))
}

.tw-text-base-300\/95 {
  color: var(--fallback-b3,oklch(var(--b3)/0.95))
}

.tw-text-base-content {
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))
}

.tw-text-base-content\/0 {
  color: var(--fallback-bc,oklch(var(--bc)/0))
}

.tw-text-base-content\/10 {
  color: var(--fallback-bc,oklch(var(--bc)/0.1))
}

.tw-text-base-content\/100 {
  color: var(--fallback-bc,oklch(var(--bc)/1))
}

.tw-text-base-content\/15 {
  color: var(--fallback-bc,oklch(var(--bc)/0.15))
}

.tw-text-base-content\/20 {
  color: var(--fallback-bc,oklch(var(--bc)/0.2))
}

.tw-text-base-content\/25 {
  color: var(--fallback-bc,oklch(var(--bc)/0.25))
}

.tw-text-base-content\/30 {
  color: var(--fallback-bc,oklch(var(--bc)/0.3))
}

.tw-text-base-content\/35 {
  color: var(--fallback-bc,oklch(var(--bc)/0.35))
}

.tw-text-base-content\/40 {
  color: var(--fallback-bc,oklch(var(--bc)/0.4))
}

.tw-text-base-content\/45 {
  color: var(--fallback-bc,oklch(var(--bc)/0.45))
}

.tw-text-base-content\/5 {
  color: var(--fallback-bc,oklch(var(--bc)/0.05))
}

.tw-text-base-content\/50 {
  color: var(--fallback-bc,oklch(var(--bc)/0.5))
}

.tw-text-base-content\/55 {
  color: var(--fallback-bc,oklch(var(--bc)/0.55))
}

.tw-text-base-content\/60 {
  color: var(--fallback-bc,oklch(var(--bc)/0.6))
}

.tw-text-base-content\/65 {
  color: var(--fallback-bc,oklch(var(--bc)/0.65))
}

.tw-text-base-content\/70 {
  color: var(--fallback-bc,oklch(var(--bc)/0.7))
}

.tw-text-base-content\/75 {
  color: var(--fallback-bc,oklch(var(--bc)/0.75))
}

.tw-text-base-content\/80 {
  color: var(--fallback-bc,oklch(var(--bc)/0.8))
}

.tw-text-base-content\/85 {
  color: var(--fallback-bc,oklch(var(--bc)/0.85))
}

.tw-text-base-content\/90 {
  color: var(--fallback-bc,oklch(var(--bc)/0.9))
}

.tw-text-base-content\/95 {
  color: var(--fallback-bc,oklch(var(--bc)/0.95))
}

.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))
}

.tw-text-black\/0 {
  color: rgb(0 0 0 / 0)
}

.tw-text-black\/10 {
  color: rgb(0 0 0 / 0.1)
}

.tw-text-black\/100 {
  color: rgb(0 0 0 / 1)
}

.tw-text-black\/15 {
  color: rgb(0 0 0 / 0.15)
}

.tw-text-black\/20 {
  color: rgb(0 0 0 / 0.2)
}

.tw-text-black\/25 {
  color: rgb(0 0 0 / 0.25)
}

.tw-text-black\/30 {
  color: rgb(0 0 0 / 0.3)
}

.tw-text-black\/35 {
  color: rgb(0 0 0 / 0.35)
}

.tw-text-black\/40 {
  color: rgb(0 0 0 / 0.4)
}

.tw-text-black\/45 {
  color: rgb(0 0 0 / 0.45)
}

.tw-text-black\/5 {
  color: rgb(0 0 0 / 0.05)
}

.tw-text-black\/50 {
  color: rgb(0 0 0 / 0.5)
}

.tw-text-black\/55 {
  color: rgb(0 0 0 / 0.55)
}

.tw-text-black\/60 {
  color: rgb(0 0 0 / 0.6)
}

.tw-text-black\/65 {
  color: rgb(0 0 0 / 0.65)
}

.tw-text-black\/70 {
  color: rgb(0 0 0 / 0.7)
}

.tw-text-black\/75 {
  color: rgb(0 0 0 / 0.75)
}

.tw-text-black\/80 {
  color: rgb(0 0 0 / 0.8)
}

.tw-text-black\/85 {
  color: rgb(0 0 0 / 0.85)
}

.tw-text-black\/90 {
  color: rgb(0 0 0 / 0.9)
}

.tw-text-black\/95 {
  color: rgb(0 0 0 / 0.95)
}

.tw-text-brown-100 {
  --tw-text-opacity: 1;
  color: rgb(215 204 200 / var(--tw-text-opacity))
}

.tw-text-brown-100\/0 {
  color: rgb(215 204 200 / 0)
}

.tw-text-brown-100\/10 {
  color: rgb(215 204 200 / 0.1)
}

.tw-text-brown-100\/100 {
  color: rgb(215 204 200 / 1)
}

.tw-text-brown-100\/15 {
  color: rgb(215 204 200 / 0.15)
}

.tw-text-brown-100\/20 {
  color: rgb(215 204 200 / 0.2)
}

.tw-text-brown-100\/25 {
  color: rgb(215 204 200 / 0.25)
}

.tw-text-brown-100\/30 {
  color: rgb(215 204 200 / 0.3)
}

.tw-text-brown-100\/35 {
  color: rgb(215 204 200 / 0.35)
}

.tw-text-brown-100\/40 {
  color: rgb(215 204 200 / 0.4)
}

.tw-text-brown-100\/45 {
  color: rgb(215 204 200 / 0.45)
}

.tw-text-brown-100\/5 {
  color: rgb(215 204 200 / 0.05)
}

.tw-text-brown-100\/50 {
  color: rgb(215 204 200 / 0.5)
}

.tw-text-brown-100\/55 {
  color: rgb(215 204 200 / 0.55)
}

.tw-text-brown-100\/60 {
  color: rgb(215 204 200 / 0.6)
}

.tw-text-brown-100\/65 {
  color: rgb(215 204 200 / 0.65)
}

.tw-text-brown-100\/70 {
  color: rgb(215 204 200 / 0.7)
}

.tw-text-brown-100\/75 {
  color: rgb(215 204 200 / 0.75)
}

.tw-text-brown-100\/80 {
  color: rgb(215 204 200 / 0.8)
}

.tw-text-brown-100\/85 {
  color: rgb(215 204 200 / 0.85)
}

.tw-text-brown-100\/90 {
  color: rgb(215 204 200 / 0.9)
}

.tw-text-brown-100\/95 {
  color: rgb(215 204 200 / 0.95)
}

.tw-text-brown-200 {
  --tw-text-opacity: 1;
  color: rgb(188 170 164 / var(--tw-text-opacity))
}

.tw-text-brown-200\/0 {
  color: rgb(188 170 164 / 0)
}

.tw-text-brown-200\/10 {
  color: rgb(188 170 164 / 0.1)
}

.tw-text-brown-200\/100 {
  color: rgb(188 170 164 / 1)
}

.tw-text-brown-200\/15 {
  color: rgb(188 170 164 / 0.15)
}

.tw-text-brown-200\/20 {
  color: rgb(188 170 164 / 0.2)
}

.tw-text-brown-200\/25 {
  color: rgb(188 170 164 / 0.25)
}

.tw-text-brown-200\/30 {
  color: rgb(188 170 164 / 0.3)
}

.tw-text-brown-200\/35 {
  color: rgb(188 170 164 / 0.35)
}

.tw-text-brown-200\/40 {
  color: rgb(188 170 164 / 0.4)
}

.tw-text-brown-200\/45 {
  color: rgb(188 170 164 / 0.45)
}

.tw-text-brown-200\/5 {
  color: rgb(188 170 164 / 0.05)
}

.tw-text-brown-200\/50 {
  color: rgb(188 170 164 / 0.5)
}

.tw-text-brown-200\/55 {
  color: rgb(188 170 164 / 0.55)
}

.tw-text-brown-200\/60 {
  color: rgb(188 170 164 / 0.6)
}

.tw-text-brown-200\/65 {
  color: rgb(188 170 164 / 0.65)
}

.tw-text-brown-200\/70 {
  color: rgb(188 170 164 / 0.7)
}

.tw-text-brown-200\/75 {
  color: rgb(188 170 164 / 0.75)
}

.tw-text-brown-200\/80 {
  color: rgb(188 170 164 / 0.8)
}

.tw-text-brown-200\/85 {
  color: rgb(188 170 164 / 0.85)
}

.tw-text-brown-200\/90 {
  color: rgb(188 170 164 / 0.9)
}

.tw-text-brown-200\/95 {
  color: rgb(188 170 164 / 0.95)
}

.tw-text-brown-300 {
  --tw-text-opacity: 1;
  color: rgb(161 136 127 / var(--tw-text-opacity))
}

.tw-text-brown-300\/0 {
  color: rgb(161 136 127 / 0)
}

.tw-text-brown-300\/10 {
  color: rgb(161 136 127 / 0.1)
}

.tw-text-brown-300\/100 {
  color: rgb(161 136 127 / 1)
}

.tw-text-brown-300\/15 {
  color: rgb(161 136 127 / 0.15)
}

.tw-text-brown-300\/20 {
  color: rgb(161 136 127 / 0.2)
}

.tw-text-brown-300\/25 {
  color: rgb(161 136 127 / 0.25)
}

.tw-text-brown-300\/30 {
  color: rgb(161 136 127 / 0.3)
}

.tw-text-brown-300\/35 {
  color: rgb(161 136 127 / 0.35)
}

.tw-text-brown-300\/40 {
  color: rgb(161 136 127 / 0.4)
}

.tw-text-brown-300\/45 {
  color: rgb(161 136 127 / 0.45)
}

.tw-text-brown-300\/5 {
  color: rgb(161 136 127 / 0.05)
}

.tw-text-brown-300\/50 {
  color: rgb(161 136 127 / 0.5)
}

.tw-text-brown-300\/55 {
  color: rgb(161 136 127 / 0.55)
}

.tw-text-brown-300\/60 {
  color: rgb(161 136 127 / 0.6)
}

.tw-text-brown-300\/65 {
  color: rgb(161 136 127 / 0.65)
}

.tw-text-brown-300\/70 {
  color: rgb(161 136 127 / 0.7)
}

.tw-text-brown-300\/75 {
  color: rgb(161 136 127 / 0.75)
}

.tw-text-brown-300\/80 {
  color: rgb(161 136 127 / 0.8)
}

.tw-text-brown-300\/85 {
  color: rgb(161 136 127 / 0.85)
}

.tw-text-brown-300\/90 {
  color: rgb(161 136 127 / 0.9)
}

.tw-text-brown-300\/95 {
  color: rgb(161 136 127 / 0.95)
}

.tw-text-brown-400 {
  --tw-text-opacity: 1;
  color: rgb(141 110 99 / var(--tw-text-opacity))
}

.tw-text-brown-400\/0 {
  color: rgb(141 110 99 / 0)
}

.tw-text-brown-400\/10 {
  color: rgb(141 110 99 / 0.1)
}

.tw-text-brown-400\/100 {
  color: rgb(141 110 99 / 1)
}

.tw-text-brown-400\/15 {
  color: rgb(141 110 99 / 0.15)
}

.tw-text-brown-400\/20 {
  color: rgb(141 110 99 / 0.2)
}

.tw-text-brown-400\/25 {
  color: rgb(141 110 99 / 0.25)
}

.tw-text-brown-400\/30 {
  color: rgb(141 110 99 / 0.3)
}

.tw-text-brown-400\/35 {
  color: rgb(141 110 99 / 0.35)
}

.tw-text-brown-400\/40 {
  color: rgb(141 110 99 / 0.4)
}

.tw-text-brown-400\/45 {
  color: rgb(141 110 99 / 0.45)
}

.tw-text-brown-400\/5 {
  color: rgb(141 110 99 / 0.05)
}

.tw-text-brown-400\/50 {
  color: rgb(141 110 99 / 0.5)
}

.tw-text-brown-400\/55 {
  color: rgb(141 110 99 / 0.55)
}

.tw-text-brown-400\/60 {
  color: rgb(141 110 99 / 0.6)
}

.tw-text-brown-400\/65 {
  color: rgb(141 110 99 / 0.65)
}

.tw-text-brown-400\/70 {
  color: rgb(141 110 99 / 0.7)
}

.tw-text-brown-400\/75 {
  color: rgb(141 110 99 / 0.75)
}

.tw-text-brown-400\/80 {
  color: rgb(141 110 99 / 0.8)
}

.tw-text-brown-400\/85 {
  color: rgb(141 110 99 / 0.85)
}

.tw-text-brown-400\/90 {
  color: rgb(141 110 99 / 0.9)
}

.tw-text-brown-400\/95 {
  color: rgb(141 110 99 / 0.95)
}

.tw-text-brown-500 {
  --tw-text-opacity: 1;
  color: rgb(121 85 72 / var(--tw-text-opacity))
}

.tw-text-brown-500\/0 {
  color: rgb(121 85 72 / 0)
}

.tw-text-brown-500\/10 {
  color: rgb(121 85 72 / 0.1)
}

.tw-text-brown-500\/100 {
  color: rgb(121 85 72 / 1)
}

.tw-text-brown-500\/15 {
  color: rgb(121 85 72 / 0.15)
}

.tw-text-brown-500\/20 {
  color: rgb(121 85 72 / 0.2)
}

.tw-text-brown-500\/25 {
  color: rgb(121 85 72 / 0.25)
}

.tw-text-brown-500\/30 {
  color: rgb(121 85 72 / 0.3)
}

.tw-text-brown-500\/35 {
  color: rgb(121 85 72 / 0.35)
}

.tw-text-brown-500\/40 {
  color: rgb(121 85 72 / 0.4)
}

.tw-text-brown-500\/45 {
  color: rgb(121 85 72 / 0.45)
}

.tw-text-brown-500\/5 {
  color: rgb(121 85 72 / 0.05)
}

.tw-text-brown-500\/50 {
  color: rgb(121 85 72 / 0.5)
}

.tw-text-brown-500\/55 {
  color: rgb(121 85 72 / 0.55)
}

.tw-text-brown-500\/60 {
  color: rgb(121 85 72 / 0.6)
}

.tw-text-brown-500\/65 {
  color: rgb(121 85 72 / 0.65)
}

.tw-text-brown-500\/70 {
  color: rgb(121 85 72 / 0.7)
}

.tw-text-brown-500\/75 {
  color: rgb(121 85 72 / 0.75)
}

.tw-text-brown-500\/80 {
  color: rgb(121 85 72 / 0.8)
}

.tw-text-brown-500\/85 {
  color: rgb(121 85 72 / 0.85)
}

.tw-text-brown-500\/90 {
  color: rgb(121 85 72 / 0.9)
}

.tw-text-brown-500\/95 {
  color: rgb(121 85 72 / 0.95)
}

.tw-text-brown-600 {
  --tw-text-opacity: 1;
  color: rgb(109 76 65 / var(--tw-text-opacity))
}

.tw-text-brown-600\/0 {
  color: rgb(109 76 65 / 0)
}

.tw-text-brown-600\/10 {
  color: rgb(109 76 65 / 0.1)
}

.tw-text-brown-600\/100 {
  color: rgb(109 76 65 / 1)
}

.tw-text-brown-600\/15 {
  color: rgb(109 76 65 / 0.15)
}

.tw-text-brown-600\/20 {
  color: rgb(109 76 65 / 0.2)
}

.tw-text-brown-600\/25 {
  color: rgb(109 76 65 / 0.25)
}

.tw-text-brown-600\/30 {
  color: rgb(109 76 65 / 0.3)
}

.tw-text-brown-600\/35 {
  color: rgb(109 76 65 / 0.35)
}

.tw-text-brown-600\/40 {
  color: rgb(109 76 65 / 0.4)
}

.tw-text-brown-600\/45 {
  color: rgb(109 76 65 / 0.45)
}

.tw-text-brown-600\/5 {
  color: rgb(109 76 65 / 0.05)
}

.tw-text-brown-600\/50 {
  color: rgb(109 76 65 / 0.5)
}

.tw-text-brown-600\/55 {
  color: rgb(109 76 65 / 0.55)
}

.tw-text-brown-600\/60 {
  color: rgb(109 76 65 / 0.6)
}

.tw-text-brown-600\/65 {
  color: rgb(109 76 65 / 0.65)
}

.tw-text-brown-600\/70 {
  color: rgb(109 76 65 / 0.7)
}

.tw-text-brown-600\/75 {
  color: rgb(109 76 65 / 0.75)
}

.tw-text-brown-600\/80 {
  color: rgb(109 76 65 / 0.8)
}

.tw-text-brown-600\/85 {
  color: rgb(109 76 65 / 0.85)
}

.tw-text-brown-600\/90 {
  color: rgb(109 76 65 / 0.9)
}

.tw-text-brown-600\/95 {
  color: rgb(109 76 65 / 0.95)
}

.tw-text-brown-700 {
  --tw-text-opacity: 1;
  color: rgb(93 64 55 / var(--tw-text-opacity))
}

.tw-text-brown-700\/0 {
  color: rgb(93 64 55 / 0)
}

.tw-text-brown-700\/10 {
  color: rgb(93 64 55 / 0.1)
}

.tw-text-brown-700\/100 {
  color: rgb(93 64 55 / 1)
}

.tw-text-brown-700\/15 {
  color: rgb(93 64 55 / 0.15)
}

.tw-text-brown-700\/20 {
  color: rgb(93 64 55 / 0.2)
}

.tw-text-brown-700\/25 {
  color: rgb(93 64 55 / 0.25)
}

.tw-text-brown-700\/30 {
  color: rgb(93 64 55 / 0.3)
}

.tw-text-brown-700\/35 {
  color: rgb(93 64 55 / 0.35)
}

.tw-text-brown-700\/40 {
  color: rgb(93 64 55 / 0.4)
}

.tw-text-brown-700\/45 {
  color: rgb(93 64 55 / 0.45)
}

.tw-text-brown-700\/5 {
  color: rgb(93 64 55 / 0.05)
}

.tw-text-brown-700\/50 {
  color: rgb(93 64 55 / 0.5)
}

.tw-text-brown-700\/55 {
  color: rgb(93 64 55 / 0.55)
}

.tw-text-brown-700\/60 {
  color: rgb(93 64 55 / 0.6)
}

.tw-text-brown-700\/65 {
  color: rgb(93 64 55 / 0.65)
}

.tw-text-brown-700\/70 {
  color: rgb(93 64 55 / 0.7)
}

.tw-text-brown-700\/75 {
  color: rgb(93 64 55 / 0.75)
}

.tw-text-brown-700\/80 {
  color: rgb(93 64 55 / 0.8)
}

.tw-text-brown-700\/85 {
  color: rgb(93 64 55 / 0.85)
}

.tw-text-brown-700\/90 {
  color: rgb(93 64 55 / 0.9)
}

.tw-text-brown-700\/95 {
  color: rgb(93 64 55 / 0.95)
}

.tw-text-brown-800 {
  --tw-text-opacity: 1;
  color: rgb(78 52 46 / var(--tw-text-opacity))
}

.tw-text-brown-800\/0 {
  color: rgb(78 52 46 / 0)
}

.tw-text-brown-800\/10 {
  color: rgb(78 52 46 / 0.1)
}

.tw-text-brown-800\/100 {
  color: rgb(78 52 46 / 1)
}

.tw-text-brown-800\/15 {
  color: rgb(78 52 46 / 0.15)
}

.tw-text-brown-800\/20 {
  color: rgb(78 52 46 / 0.2)
}

.tw-text-brown-800\/25 {
  color: rgb(78 52 46 / 0.25)
}

.tw-text-brown-800\/30 {
  color: rgb(78 52 46 / 0.3)
}

.tw-text-brown-800\/35 {
  color: rgb(78 52 46 / 0.35)
}

.tw-text-brown-800\/40 {
  color: rgb(78 52 46 / 0.4)
}

.tw-text-brown-800\/45 {
  color: rgb(78 52 46 / 0.45)
}

.tw-text-brown-800\/5 {
  color: rgb(78 52 46 / 0.05)
}

.tw-text-brown-800\/50 {
  color: rgb(78 52 46 / 0.5)
}

.tw-text-brown-800\/55 {
  color: rgb(78 52 46 / 0.55)
}

.tw-text-brown-800\/60 {
  color: rgb(78 52 46 / 0.6)
}

.tw-text-brown-800\/65 {
  color: rgb(78 52 46 / 0.65)
}

.tw-text-brown-800\/70 {
  color: rgb(78 52 46 / 0.7)
}

.tw-text-brown-800\/75 {
  color: rgb(78 52 46 / 0.75)
}

.tw-text-brown-800\/80 {
  color: rgb(78 52 46 / 0.8)
}

.tw-text-brown-800\/85 {
  color: rgb(78 52 46 / 0.85)
}

.tw-text-brown-800\/90 {
  color: rgb(78 52 46 / 0.9)
}

.tw-text-brown-800\/95 {
  color: rgb(78 52 46 / 0.95)
}

.tw-text-brown-900 {
  --tw-text-opacity: 1;
  color: rgb(62 39 35 / var(--tw-text-opacity))
}

.tw-text-brown-900\/0 {
  color: rgb(62 39 35 / 0)
}

.tw-text-brown-900\/10 {
  color: rgb(62 39 35 / 0.1)
}

.tw-text-brown-900\/100 {
  color: rgb(62 39 35 / 1)
}

.tw-text-brown-900\/15 {
  color: rgb(62 39 35 / 0.15)
}

.tw-text-brown-900\/20 {
  color: rgb(62 39 35 / 0.2)
}

.tw-text-brown-900\/25 {
  color: rgb(62 39 35 / 0.25)
}

.tw-text-brown-900\/30 {
  color: rgb(62 39 35 / 0.3)
}

.tw-text-brown-900\/35 {
  color: rgb(62 39 35 / 0.35)
}

.tw-text-brown-900\/40 {
  color: rgb(62 39 35 / 0.4)
}

.tw-text-brown-900\/45 {
  color: rgb(62 39 35 / 0.45)
}

.tw-text-brown-900\/5 {
  color: rgb(62 39 35 / 0.05)
}

.tw-text-brown-900\/50 {
  color: rgb(62 39 35 / 0.5)
}

.tw-text-brown-900\/55 {
  color: rgb(62 39 35 / 0.55)
}

.tw-text-brown-900\/60 {
  color: rgb(62 39 35 / 0.6)
}

.tw-text-brown-900\/65 {
  color: rgb(62 39 35 / 0.65)
}

.tw-text-brown-900\/70 {
  color: rgb(62 39 35 / 0.7)
}

.tw-text-brown-900\/75 {
  color: rgb(62 39 35 / 0.75)
}

.tw-text-brown-900\/80 {
  color: rgb(62 39 35 / 0.8)
}

.tw-text-brown-900\/85 {
  color: rgb(62 39 35 / 0.85)
}

.tw-text-brown-900\/90 {
  color: rgb(62 39 35 / 0.9)
}

.tw-text-brown-900\/95 {
  color: rgb(62 39 35 / 0.95)
}

.tw-text-current {
  color: currentColor
}

.tw-text-danger-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity))
}

.tw-text-danger-100\/0 {
  color: rgb(254 226 226 / 0)
}

.tw-text-danger-100\/10 {
  color: rgb(254 226 226 / 0.1)
}

.tw-text-danger-100\/100 {
  color: rgb(254 226 226 / 1)
}

.tw-text-danger-100\/15 {
  color: rgb(254 226 226 / 0.15)
}

.tw-text-danger-100\/20 {
  color: rgb(254 226 226 / 0.2)
}

.tw-text-danger-100\/25 {
  color: rgb(254 226 226 / 0.25)
}

.tw-text-danger-100\/30 {
  color: rgb(254 226 226 / 0.3)
}

.tw-text-danger-100\/35 {
  color: rgb(254 226 226 / 0.35)
}

.tw-text-danger-100\/40 {
  color: rgb(254 226 226 / 0.4)
}

.tw-text-danger-100\/45 {
  color: rgb(254 226 226 / 0.45)
}

.tw-text-danger-100\/5 {
  color: rgb(254 226 226 / 0.05)
}

.tw-text-danger-100\/50 {
  color: rgb(254 226 226 / 0.5)
}

.tw-text-danger-100\/55 {
  color: rgb(254 226 226 / 0.55)
}

.tw-text-danger-100\/60 {
  color: rgb(254 226 226 / 0.6)
}

.tw-text-danger-100\/65 {
  color: rgb(254 226 226 / 0.65)
}

.tw-text-danger-100\/70 {
  color: rgb(254 226 226 / 0.7)
}

.tw-text-danger-100\/75 {
  color: rgb(254 226 226 / 0.75)
}

.tw-text-danger-100\/80 {
  color: rgb(254 226 226 / 0.8)
}

.tw-text-danger-100\/85 {
  color: rgb(254 226 226 / 0.85)
}

.tw-text-danger-100\/90 {
  color: rgb(254 226 226 / 0.9)
}

.tw-text-danger-100\/95 {
  color: rgb(254 226 226 / 0.95)
}

.tw-text-danger-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity))
}

.tw-text-danger-200\/0 {
  color: rgb(254 202 202 / 0)
}

.tw-text-danger-200\/10 {
  color: rgb(254 202 202 / 0.1)
}

.tw-text-danger-200\/100 {
  color: rgb(254 202 202 / 1)
}

.tw-text-danger-200\/15 {
  color: rgb(254 202 202 / 0.15)
}

.tw-text-danger-200\/20 {
  color: rgb(254 202 202 / 0.2)
}

.tw-text-danger-200\/25 {
  color: rgb(254 202 202 / 0.25)
}

.tw-text-danger-200\/30 {
  color: rgb(254 202 202 / 0.3)
}

.tw-text-danger-200\/35 {
  color: rgb(254 202 202 / 0.35)
}

.tw-text-danger-200\/40 {
  color: rgb(254 202 202 / 0.4)
}

.tw-text-danger-200\/45 {
  color: rgb(254 202 202 / 0.45)
}

.tw-text-danger-200\/5 {
  color: rgb(254 202 202 / 0.05)
}

.tw-text-danger-200\/50 {
  color: rgb(254 202 202 / 0.5)
}

.tw-text-danger-200\/55 {
  color: rgb(254 202 202 / 0.55)
}

.tw-text-danger-200\/60 {
  color: rgb(254 202 202 / 0.6)
}

.tw-text-danger-200\/65 {
  color: rgb(254 202 202 / 0.65)
}

.tw-text-danger-200\/70 {
  color: rgb(254 202 202 / 0.7)
}

.tw-text-danger-200\/75 {
  color: rgb(254 202 202 / 0.75)
}

.tw-text-danger-200\/80 {
  color: rgb(254 202 202 / 0.8)
}

.tw-text-danger-200\/85 {
  color: rgb(254 202 202 / 0.85)
}

.tw-text-danger-200\/90 {
  color: rgb(254 202 202 / 0.9)
}

.tw-text-danger-200\/95 {
  color: rgb(254 202 202 / 0.95)
}

.tw-text-danger-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity))
}

.tw-text-danger-300\/0 {
  color: rgb(252 165 165 / 0)
}

.tw-text-danger-300\/10 {
  color: rgb(252 165 165 / 0.1)
}

.tw-text-danger-300\/100 {
  color: rgb(252 165 165 / 1)
}

.tw-text-danger-300\/15 {
  color: rgb(252 165 165 / 0.15)
}

.tw-text-danger-300\/20 {
  color: rgb(252 165 165 / 0.2)
}

.tw-text-danger-300\/25 {
  color: rgb(252 165 165 / 0.25)
}

.tw-text-danger-300\/30 {
  color: rgb(252 165 165 / 0.3)
}

.tw-text-danger-300\/35 {
  color: rgb(252 165 165 / 0.35)
}

.tw-text-danger-300\/40 {
  color: rgb(252 165 165 / 0.4)
}

.tw-text-danger-300\/45 {
  color: rgb(252 165 165 / 0.45)
}

.tw-text-danger-300\/5 {
  color: rgb(252 165 165 / 0.05)
}

.tw-text-danger-300\/50 {
  color: rgb(252 165 165 / 0.5)
}

.tw-text-danger-300\/55 {
  color: rgb(252 165 165 / 0.55)
}

.tw-text-danger-300\/60 {
  color: rgb(252 165 165 / 0.6)
}

.tw-text-danger-300\/65 {
  color: rgb(252 165 165 / 0.65)
}

.tw-text-danger-300\/70 {
  color: rgb(252 165 165 / 0.7)
}

.tw-text-danger-300\/75 {
  color: rgb(252 165 165 / 0.75)
}

.tw-text-danger-300\/80 {
  color: rgb(252 165 165 / 0.8)
}

.tw-text-danger-300\/85 {
  color: rgb(252 165 165 / 0.85)
}

.tw-text-danger-300\/90 {
  color: rgb(252 165 165 / 0.9)
}

.tw-text-danger-300\/95 {
  color: rgb(252 165 165 / 0.95)
}

.tw-text-danger-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity))
}

.tw-text-danger-400\/0 {
  color: rgb(248 113 113 / 0)
}

.tw-text-danger-400\/10 {
  color: rgb(248 113 113 / 0.1)
}

.tw-text-danger-400\/100 {
  color: rgb(248 113 113 / 1)
}

.tw-text-danger-400\/15 {
  color: rgb(248 113 113 / 0.15)
}

.tw-text-danger-400\/20 {
  color: rgb(248 113 113 / 0.2)
}

.tw-text-danger-400\/25 {
  color: rgb(248 113 113 / 0.25)
}

.tw-text-danger-400\/30 {
  color: rgb(248 113 113 / 0.3)
}

.tw-text-danger-400\/35 {
  color: rgb(248 113 113 / 0.35)
}

.tw-text-danger-400\/40 {
  color: rgb(248 113 113 / 0.4)
}

.tw-text-danger-400\/45 {
  color: rgb(248 113 113 / 0.45)
}

.tw-text-danger-400\/5 {
  color: rgb(248 113 113 / 0.05)
}

.tw-text-danger-400\/50 {
  color: rgb(248 113 113 / 0.5)
}

.tw-text-danger-400\/55 {
  color: rgb(248 113 113 / 0.55)
}

.tw-text-danger-400\/60 {
  color: rgb(248 113 113 / 0.6)
}

.tw-text-danger-400\/65 {
  color: rgb(248 113 113 / 0.65)
}

.tw-text-danger-400\/70 {
  color: rgb(248 113 113 / 0.7)
}

.tw-text-danger-400\/75 {
  color: rgb(248 113 113 / 0.75)
}

.tw-text-danger-400\/80 {
  color: rgb(248 113 113 / 0.8)
}

.tw-text-danger-400\/85 {
  color: rgb(248 113 113 / 0.85)
}

.tw-text-danger-400\/90 {
  color: rgb(248 113 113 / 0.9)
}

.tw-text-danger-400\/95 {
  color: rgb(248 113 113 / 0.95)
}

.tw-text-danger-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity))
}

.tw-text-danger-50\/0 {
  color: rgb(254 242 242 / 0)
}

.tw-text-danger-50\/10 {
  color: rgb(254 242 242 / 0.1)
}

.tw-text-danger-50\/100 {
  color: rgb(254 242 242 / 1)
}

.tw-text-danger-50\/15 {
  color: rgb(254 242 242 / 0.15)
}

.tw-text-danger-50\/20 {
  color: rgb(254 242 242 / 0.2)
}

.tw-text-danger-50\/25 {
  color: rgb(254 242 242 / 0.25)
}

.tw-text-danger-50\/30 {
  color: rgb(254 242 242 / 0.3)
}

.tw-text-danger-50\/35 {
  color: rgb(254 242 242 / 0.35)
}

.tw-text-danger-50\/40 {
  color: rgb(254 242 242 / 0.4)
}

.tw-text-danger-50\/45 {
  color: rgb(254 242 242 / 0.45)
}

.tw-text-danger-50\/5 {
  color: rgb(254 242 242 / 0.05)
}

.tw-text-danger-50\/50 {
  color: rgb(254 242 242 / 0.5)
}

.tw-text-danger-50\/55 {
  color: rgb(254 242 242 / 0.55)
}

.tw-text-danger-50\/60 {
  color: rgb(254 242 242 / 0.6)
}

.tw-text-danger-50\/65 {
  color: rgb(254 242 242 / 0.65)
}

.tw-text-danger-50\/70 {
  color: rgb(254 242 242 / 0.7)
}

.tw-text-danger-50\/75 {
  color: rgb(254 242 242 / 0.75)
}

.tw-text-danger-50\/80 {
  color: rgb(254 242 242 / 0.8)
}

.tw-text-danger-50\/85 {
  color: rgb(254 242 242 / 0.85)
}

.tw-text-danger-50\/90 {
  color: rgb(254 242 242 / 0.9)
}

.tw-text-danger-50\/95 {
  color: rgb(254 242 242 / 0.95)
}

.tw-text-danger-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity))
}

.tw-text-danger-500\/0 {
  color: rgb(239 68 68 / 0)
}

.tw-text-danger-500\/10 {
  color: rgb(239 68 68 / 0.1)
}

.tw-text-danger-500\/100 {
  color: rgb(239 68 68 / 1)
}

.tw-text-danger-500\/15 {
  color: rgb(239 68 68 / 0.15)
}

.tw-text-danger-500\/20 {
  color: rgb(239 68 68 / 0.2)
}

.tw-text-danger-500\/25 {
  color: rgb(239 68 68 / 0.25)
}

.tw-text-danger-500\/30 {
  color: rgb(239 68 68 / 0.3)
}

.tw-text-danger-500\/35 {
  color: rgb(239 68 68 / 0.35)
}

.tw-text-danger-500\/40 {
  color: rgb(239 68 68 / 0.4)
}

.tw-text-danger-500\/45 {
  color: rgb(239 68 68 / 0.45)
}

.tw-text-danger-500\/5 {
  color: rgb(239 68 68 / 0.05)
}

.tw-text-danger-500\/50 {
  color: rgb(239 68 68 / 0.5)
}

.tw-text-danger-500\/55 {
  color: rgb(239 68 68 / 0.55)
}

.tw-text-danger-500\/60 {
  color: rgb(239 68 68 / 0.6)
}

.tw-text-danger-500\/65 {
  color: rgb(239 68 68 / 0.65)
}

.tw-text-danger-500\/70 {
  color: rgb(239 68 68 / 0.7)
}

.tw-text-danger-500\/75 {
  color: rgb(239 68 68 / 0.75)
}

.tw-text-danger-500\/80 {
  color: rgb(239 68 68 / 0.8)
}

.tw-text-danger-500\/85 {
  color: rgb(239 68 68 / 0.85)
}

.tw-text-danger-500\/90 {
  color: rgb(239 68 68 / 0.9)
}

.tw-text-danger-500\/95 {
  color: rgb(239 68 68 / 0.95)
}

.tw-text-danger-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity))
}

.tw-text-danger-600\/0 {
  color: rgb(220 38 38 / 0)
}

.tw-text-danger-600\/10 {
  color: rgb(220 38 38 / 0.1)
}

.tw-text-danger-600\/100 {
  color: rgb(220 38 38 / 1)
}

.tw-text-danger-600\/15 {
  color: rgb(220 38 38 / 0.15)
}

.tw-text-danger-600\/20 {
  color: rgb(220 38 38 / 0.2)
}

.tw-text-danger-600\/25 {
  color: rgb(220 38 38 / 0.25)
}

.tw-text-danger-600\/30 {
  color: rgb(220 38 38 / 0.3)
}

.tw-text-danger-600\/35 {
  color: rgb(220 38 38 / 0.35)
}

.tw-text-danger-600\/40 {
  color: rgb(220 38 38 / 0.4)
}

.tw-text-danger-600\/45 {
  color: rgb(220 38 38 / 0.45)
}

.tw-text-danger-600\/5 {
  color: rgb(220 38 38 / 0.05)
}

.tw-text-danger-600\/50 {
  color: rgb(220 38 38 / 0.5)
}

.tw-text-danger-600\/55 {
  color: rgb(220 38 38 / 0.55)
}

.tw-text-danger-600\/60 {
  color: rgb(220 38 38 / 0.6)
}

.tw-text-danger-600\/65 {
  color: rgb(220 38 38 / 0.65)
}

.tw-text-danger-600\/70 {
  color: rgb(220 38 38 / 0.7)
}

.tw-text-danger-600\/75 {
  color: rgb(220 38 38 / 0.75)
}

.tw-text-danger-600\/80 {
  color: rgb(220 38 38 / 0.8)
}

.tw-text-danger-600\/85 {
  color: rgb(220 38 38 / 0.85)
}

.tw-text-danger-600\/90 {
  color: rgb(220 38 38 / 0.9)
}

.tw-text-danger-600\/95 {
  color: rgb(220 38 38 / 0.95)
}

.tw-text-danger-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity))
}

.tw-text-danger-700\/0 {
  color: rgb(185 28 28 / 0)
}

.tw-text-danger-700\/10 {
  color: rgb(185 28 28 / 0.1)
}

.tw-text-danger-700\/100 {
  color: rgb(185 28 28 / 1)
}

.tw-text-danger-700\/15 {
  color: rgb(185 28 28 / 0.15)
}

.tw-text-danger-700\/20 {
  color: rgb(185 28 28 / 0.2)
}

.tw-text-danger-700\/25 {
  color: rgb(185 28 28 / 0.25)
}

.tw-text-danger-700\/30 {
  color: rgb(185 28 28 / 0.3)
}

.tw-text-danger-700\/35 {
  color: rgb(185 28 28 / 0.35)
}

.tw-text-danger-700\/40 {
  color: rgb(185 28 28 / 0.4)
}

.tw-text-danger-700\/45 {
  color: rgb(185 28 28 / 0.45)
}

.tw-text-danger-700\/5 {
  color: rgb(185 28 28 / 0.05)
}

.tw-text-danger-700\/50 {
  color: rgb(185 28 28 / 0.5)
}

.tw-text-danger-700\/55 {
  color: rgb(185 28 28 / 0.55)
}

.tw-text-danger-700\/60 {
  color: rgb(185 28 28 / 0.6)
}

.tw-text-danger-700\/65 {
  color: rgb(185 28 28 / 0.65)
}

.tw-text-danger-700\/70 {
  color: rgb(185 28 28 / 0.7)
}

.tw-text-danger-700\/75 {
  color: rgb(185 28 28 / 0.75)
}

.tw-text-danger-700\/80 {
  color: rgb(185 28 28 / 0.8)
}

.tw-text-danger-700\/85 {
  color: rgb(185 28 28 / 0.85)
}

.tw-text-danger-700\/90 {
  color: rgb(185 28 28 / 0.9)
}

.tw-text-danger-700\/95 {
  color: rgb(185 28 28 / 0.95)
}

.tw-text-danger-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity))
}

.tw-text-danger-800\/0 {
  color: rgb(153 27 27 / 0)
}

.tw-text-danger-800\/10 {
  color: rgb(153 27 27 / 0.1)
}

.tw-text-danger-800\/100 {
  color: rgb(153 27 27 / 1)
}

.tw-text-danger-800\/15 {
  color: rgb(153 27 27 / 0.15)
}

.tw-text-danger-800\/20 {
  color: rgb(153 27 27 / 0.2)
}

.tw-text-danger-800\/25 {
  color: rgb(153 27 27 / 0.25)
}

.tw-text-danger-800\/30 {
  color: rgb(153 27 27 / 0.3)
}

.tw-text-danger-800\/35 {
  color: rgb(153 27 27 / 0.35)
}

.tw-text-danger-800\/40 {
  color: rgb(153 27 27 / 0.4)
}

.tw-text-danger-800\/45 {
  color: rgb(153 27 27 / 0.45)
}

.tw-text-danger-800\/5 {
  color: rgb(153 27 27 / 0.05)
}

.tw-text-danger-800\/50 {
  color: rgb(153 27 27 / 0.5)
}

.tw-text-danger-800\/55 {
  color: rgb(153 27 27 / 0.55)
}

.tw-text-danger-800\/60 {
  color: rgb(153 27 27 / 0.6)
}

.tw-text-danger-800\/65 {
  color: rgb(153 27 27 / 0.65)
}

.tw-text-danger-800\/70 {
  color: rgb(153 27 27 / 0.7)
}

.tw-text-danger-800\/75 {
  color: rgb(153 27 27 / 0.75)
}

.tw-text-danger-800\/80 {
  color: rgb(153 27 27 / 0.8)
}

.tw-text-danger-800\/85 {
  color: rgb(153 27 27 / 0.85)
}

.tw-text-danger-800\/90 {
  color: rgb(153 27 27 / 0.9)
}

.tw-text-danger-800\/95 {
  color: rgb(153 27 27 / 0.95)
}

.tw-text-danger-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity))
}

.tw-text-danger-900\/0 {
  color: rgb(127 29 29 / 0)
}

.tw-text-danger-900\/10 {
  color: rgb(127 29 29 / 0.1)
}

.tw-text-danger-900\/100 {
  color: rgb(127 29 29 / 1)
}

.tw-text-danger-900\/15 {
  color: rgb(127 29 29 / 0.15)
}

.tw-text-danger-900\/20 {
  color: rgb(127 29 29 / 0.2)
}

.tw-text-danger-900\/25 {
  color: rgb(127 29 29 / 0.25)
}

.tw-text-danger-900\/30 {
  color: rgb(127 29 29 / 0.3)
}

.tw-text-danger-900\/35 {
  color: rgb(127 29 29 / 0.35)
}

.tw-text-danger-900\/40 {
  color: rgb(127 29 29 / 0.4)
}

.tw-text-danger-900\/45 {
  color: rgb(127 29 29 / 0.45)
}

.tw-text-danger-900\/5 {
  color: rgb(127 29 29 / 0.05)
}

.tw-text-danger-900\/50 {
  color: rgb(127 29 29 / 0.5)
}

.tw-text-danger-900\/55 {
  color: rgb(127 29 29 / 0.55)
}

.tw-text-danger-900\/60 {
  color: rgb(127 29 29 / 0.6)
}

.tw-text-danger-900\/65 {
  color: rgb(127 29 29 / 0.65)
}

.tw-text-danger-900\/70 {
  color: rgb(127 29 29 / 0.7)
}

.tw-text-danger-900\/75 {
  color: rgb(127 29 29 / 0.75)
}

.tw-text-danger-900\/80 {
  color: rgb(127 29 29 / 0.8)
}

.tw-text-danger-900\/85 {
  color: rgb(127 29 29 / 0.85)
}

.tw-text-danger-900\/90 {
  color: rgb(127 29 29 / 0.9)
}

.tw-text-danger-900\/95 {
  color: rgb(127 29 29 / 0.95)
}

.tw-text-danger-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity))
}

.tw-text-danger-950\/0 {
  color: rgb(69 10 10 / 0)
}

.tw-text-danger-950\/10 {
  color: rgb(69 10 10 / 0.1)
}

.tw-text-danger-950\/100 {
  color: rgb(69 10 10 / 1)
}

.tw-text-danger-950\/15 {
  color: rgb(69 10 10 / 0.15)
}

.tw-text-danger-950\/20 {
  color: rgb(69 10 10 / 0.2)
}

.tw-text-danger-950\/25 {
  color: rgb(69 10 10 / 0.25)
}

.tw-text-danger-950\/30 {
  color: rgb(69 10 10 / 0.3)
}

.tw-text-danger-950\/35 {
  color: rgb(69 10 10 / 0.35)
}

.tw-text-danger-950\/40 {
  color: rgb(69 10 10 / 0.4)
}

.tw-text-danger-950\/45 {
  color: rgb(69 10 10 / 0.45)
}

.tw-text-danger-950\/5 {
  color: rgb(69 10 10 / 0.05)
}

.tw-text-danger-950\/50 {
  color: rgb(69 10 10 / 0.5)
}

.tw-text-danger-950\/55 {
  color: rgb(69 10 10 / 0.55)
}

.tw-text-danger-950\/60 {
  color: rgb(69 10 10 / 0.6)
}

.tw-text-danger-950\/65 {
  color: rgb(69 10 10 / 0.65)
}

.tw-text-danger-950\/70 {
  color: rgb(69 10 10 / 0.7)
}

.tw-text-danger-950\/75 {
  color: rgb(69 10 10 / 0.75)
}

.tw-text-danger-950\/80 {
  color: rgb(69 10 10 / 0.8)
}

.tw-text-danger-950\/85 {
  color: rgb(69 10 10 / 0.85)
}

.tw-text-danger-950\/90 {
  color: rgb(69 10 10 / 0.9)
}

.tw-text-danger-950\/95 {
  color: rgb(69 10 10 / 0.95)
}

.tw-text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity))
}

.tw-text-emerald-100\/0 {
  color: rgb(209 250 229 / 0)
}

.tw-text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1)
}

.tw-text-emerald-100\/100 {
  color: rgb(209 250 229 / 1)
}

.tw-text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15)
}

.tw-text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2)
}

.tw-text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25)
}

.tw-text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3)
}

.tw-text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35)
}

.tw-text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4)
}

.tw-text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45)
}

.tw-text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05)
}

.tw-text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5)
}

.tw-text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55)
}

.tw-text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6)
}

.tw-text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65)
}

.tw-text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7)
}

.tw-text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75)
}

.tw-text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8)
}

.tw-text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85)
}

.tw-text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9)
}

.tw-text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95)
}

.tw-text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity))
}

.tw-text-emerald-200\/0 {
  color: rgb(167 243 208 / 0)
}

.tw-text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1)
}

.tw-text-emerald-200\/100 {
  color: rgb(167 243 208 / 1)
}

.tw-text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15)
}

.tw-text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2)
}

.tw-text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25)
}

.tw-text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3)
}

.tw-text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35)
}

.tw-text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4)
}

.tw-text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45)
}

.tw-text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05)
}

.tw-text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5)
}

.tw-text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55)
}

.tw-text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6)
}

.tw-text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65)
}

.tw-text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7)
}

.tw-text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75)
}

.tw-text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8)
}

.tw-text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85)
}

.tw-text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9)
}

.tw-text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95)
}

.tw-text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity))
}

.tw-text-emerald-300\/0 {
  color: rgb(110 231 183 / 0)
}

.tw-text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1)
}

.tw-text-emerald-300\/100 {
  color: rgb(110 231 183 / 1)
}

.tw-text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15)
}

.tw-text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2)
}

.tw-text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25)
}

.tw-text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3)
}

.tw-text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35)
}

.tw-text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4)
}

.tw-text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45)
}

.tw-text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05)
}

.tw-text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5)
}

.tw-text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55)
}

.tw-text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6)
}

.tw-text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65)
}

.tw-text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7)
}

.tw-text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75)
}

.tw-text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8)
}

.tw-text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85)
}

.tw-text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9)
}

.tw-text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95)
}

.tw-text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity))
}

.tw-text-emerald-400\/0 {
  color: rgb(52 211 153 / 0)
}

.tw-text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1)
}

.tw-text-emerald-400\/100 {
  color: rgb(52 211 153 / 1)
}

.tw-text-emerald-400\/15 {
  color: rgb(52 211 153 / 0.15)
}

.tw-text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2)
}

.tw-text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25)
}

.tw-text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3)
}

.tw-text-emerald-400\/35 {
  color: rgb(52 211 153 / 0.35)
}

.tw-text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4)
}

.tw-text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45)
}

.tw-text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05)
}

.tw-text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5)
}

.tw-text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55)
}

.tw-text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6)
}

.tw-text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65)
}

.tw-text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7)
}

.tw-text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75)
}

.tw-text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8)
}

.tw-text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85)
}

.tw-text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9)
}

.tw-text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95)
}

.tw-text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity))
}

.tw-text-emerald-500\/0 {
  color: rgb(16 185 129 / 0)
}

.tw-text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1)
}

.tw-text-emerald-500\/100 {
  color: rgb(16 185 129 / 1)
}

.tw-text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15)
}

.tw-text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2)
}

.tw-text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25)
}

.tw-text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3)
}

.tw-text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35)
}

.tw-text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4)
}

.tw-text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45)
}

.tw-text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05)
}

.tw-text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5)
}

.tw-text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55)
}

.tw-text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6)
}

.tw-text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65)
}

.tw-text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7)
}

.tw-text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75)
}

.tw-text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8)
}

.tw-text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85)
}

.tw-text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9)
}

.tw-text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95)
}

.tw-text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity))
}

.tw-text-emerald-600\/0 {
  color: rgb(5 150 105 / 0)
}

.tw-text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1)
}

.tw-text-emerald-600\/100 {
  color: rgb(5 150 105 / 1)
}

.tw-text-emerald-600\/15 {
  color: rgb(5 150 105 / 0.15)
}

.tw-text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2)
}

.tw-text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25)
}

.tw-text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3)
}

.tw-text-emerald-600\/35 {
  color: rgb(5 150 105 / 0.35)
}

.tw-text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4)
}

.tw-text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45)
}

.tw-text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05)
}

.tw-text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5)
}

.tw-text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55)
}

.tw-text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6)
}

.tw-text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65)
}

.tw-text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7)
}

.tw-text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75)
}

.tw-text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8)
}

.tw-text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85)
}

.tw-text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9)
}

.tw-text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95)
}

.tw-text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity))
}

.tw-text-emerald-700\/0 {
  color: rgb(4 120 87 / 0)
}

.tw-text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1)
}

.tw-text-emerald-700\/100 {
  color: rgb(4 120 87 / 1)
}

.tw-text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15)
}

.tw-text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2)
}

.tw-text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25)
}

.tw-text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3)
}

.tw-text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35)
}

.tw-text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4)
}

.tw-text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45)
}

.tw-text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05)
}

.tw-text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5)
}

.tw-text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55)
}

.tw-text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6)
}

.tw-text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65)
}

.tw-text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7)
}

.tw-text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75)
}

.tw-text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8)
}

.tw-text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85)
}

.tw-text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9)
}

.tw-text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95)
}

.tw-text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity))
}

.tw-text-emerald-800\/0 {
  color: rgb(6 95 70 / 0)
}

.tw-text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1)
}

.tw-text-emerald-800\/100 {
  color: rgb(6 95 70 / 1)
}

.tw-text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15)
}

.tw-text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2)
}

.tw-text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25)
}

.tw-text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3)
}

.tw-text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35)
}

.tw-text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4)
}

.tw-text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45)
}

.tw-text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05)
}

.tw-text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5)
}

.tw-text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55)
}

.tw-text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6)
}

.tw-text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65)
}

.tw-text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7)
}

.tw-text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75)
}

.tw-text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8)
}

.tw-text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85)
}

.tw-text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9)
}

.tw-text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95)
}

.tw-text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity))
}

.tw-text-emerald-900\/0 {
  color: rgb(6 78 59 / 0)
}

.tw-text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1)
}

.tw-text-emerald-900\/100 {
  color: rgb(6 78 59 / 1)
}

.tw-text-emerald-900\/15 {
  color: rgb(6 78 59 / 0.15)
}

.tw-text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2)
}

.tw-text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25)
}

.tw-text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3)
}

.tw-text-emerald-900\/35 {
  color: rgb(6 78 59 / 0.35)
}

.tw-text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4)
}

.tw-text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45)
}

.tw-text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05)
}

.tw-text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5)
}

.tw-text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55)
}

.tw-text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6)
}

.tw-text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65)
}

.tw-text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7)
}

.tw-text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75)
}

.tw-text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8)
}

.tw-text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85)
}

.tw-text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9)
}

.tw-text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95)
}

.tw-text-error {
  --tw-text-opacity: 1;
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)))
}

.tw-text-error-content {
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))
}

.tw-text-error-content\/0 {
  color: var(--fallback-erc,oklch(var(--erc)/0))
}

.tw-text-error-content\/10 {
  color: var(--fallback-erc,oklch(var(--erc)/0.1))
}

.tw-text-error-content\/100 {
  color: var(--fallback-erc,oklch(var(--erc)/1))
}

.tw-text-error-content\/15 {
  color: var(--fallback-erc,oklch(var(--erc)/0.15))
}

.tw-text-error-content\/20 {
  color: var(--fallback-erc,oklch(var(--erc)/0.2))
}

.tw-text-error-content\/25 {
  color: var(--fallback-erc,oklch(var(--erc)/0.25))
}

.tw-text-error-content\/30 {
  color: var(--fallback-erc,oklch(var(--erc)/0.3))
}

.tw-text-error-content\/35 {
  color: var(--fallback-erc,oklch(var(--erc)/0.35))
}

.tw-text-error-content\/40 {
  color: var(--fallback-erc,oklch(var(--erc)/0.4))
}

.tw-text-error-content\/45 {
  color: var(--fallback-erc,oklch(var(--erc)/0.45))
}

.tw-text-error-content\/5 {
  color: var(--fallback-erc,oklch(var(--erc)/0.05))
}

.tw-text-error-content\/50 {
  color: var(--fallback-erc,oklch(var(--erc)/0.5))
}

.tw-text-error-content\/55 {
  color: var(--fallback-erc,oklch(var(--erc)/0.55))
}

.tw-text-error-content\/60 {
  color: var(--fallback-erc,oklch(var(--erc)/0.6))
}

.tw-text-error-content\/65 {
  color: var(--fallback-erc,oklch(var(--erc)/0.65))
}

.tw-text-error-content\/70 {
  color: var(--fallback-erc,oklch(var(--erc)/0.7))
}

.tw-text-error-content\/75 {
  color: var(--fallback-erc,oklch(var(--erc)/0.75))
}

.tw-text-error-content\/80 {
  color: var(--fallback-erc,oklch(var(--erc)/0.8))
}

.tw-text-error-content\/85 {
  color: var(--fallback-erc,oklch(var(--erc)/0.85))
}

.tw-text-error-content\/90 {
  color: var(--fallback-erc,oklch(var(--erc)/0.9))
}

.tw-text-error-content\/95 {
  color: var(--fallback-erc,oklch(var(--erc)/0.95))
}

.tw-text-error\/0 {
  color: var(--fallback-er,oklch(var(--er)/0))
}

.tw-text-error\/10 {
  color: var(--fallback-er,oklch(var(--er)/0.1))
}

.tw-text-error\/100 {
  color: var(--fallback-er,oklch(var(--er)/1))
}

.tw-text-error\/15 {
  color: var(--fallback-er,oklch(var(--er)/0.15))
}

.tw-text-error\/20 {
  color: var(--fallback-er,oklch(var(--er)/0.2))
}

.tw-text-error\/25 {
  color: var(--fallback-er,oklch(var(--er)/0.25))
}

.tw-text-error\/30 {
  color: var(--fallback-er,oklch(var(--er)/0.3))
}

.tw-text-error\/35 {
  color: var(--fallback-er,oklch(var(--er)/0.35))
}

.tw-text-error\/40 {
  color: var(--fallback-er,oklch(var(--er)/0.4))
}

.tw-text-error\/45 {
  color: var(--fallback-er,oklch(var(--er)/0.45))
}

.tw-text-error\/5 {
  color: var(--fallback-er,oklch(var(--er)/0.05))
}

.tw-text-error\/50 {
  color: var(--fallback-er,oklch(var(--er)/0.5))
}

.tw-text-error\/55 {
  color: var(--fallback-er,oklch(var(--er)/0.55))
}

.tw-text-error\/60 {
  color: var(--fallback-er,oklch(var(--er)/0.6))
}

.tw-text-error\/65 {
  color: var(--fallback-er,oklch(var(--er)/0.65))
}

.tw-text-error\/70 {
  color: var(--fallback-er,oklch(var(--er)/0.7))
}

.tw-text-error\/75 {
  color: var(--fallback-er,oklch(var(--er)/0.75))
}

.tw-text-error\/80 {
  color: var(--fallback-er,oklch(var(--er)/0.8))
}

.tw-text-error\/85 {
  color: var(--fallback-er,oklch(var(--er)/0.85))
}

.tw-text-error\/90 {
  color: var(--fallback-er,oklch(var(--er)/0.9))
}

.tw-text-error\/95 {
  color: var(--fallback-er,oklch(var(--er)/0.95))
}

.tw-text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(197 202 233 / var(--tw-text-opacity))
}

.tw-text-indigo-100\/0 {
  color: rgb(197 202 233 / 0)
}

.tw-text-indigo-100\/10 {
  color: rgb(197 202 233 / 0.1)
}

.tw-text-indigo-100\/100 {
  color: rgb(197 202 233 / 1)
}

.tw-text-indigo-100\/15 {
  color: rgb(197 202 233 / 0.15)
}

.tw-text-indigo-100\/20 {
  color: rgb(197 202 233 / 0.2)
}

.tw-text-indigo-100\/25 {
  color: rgb(197 202 233 / 0.25)
}

.tw-text-indigo-100\/30 {
  color: rgb(197 202 233 / 0.3)
}

.tw-text-indigo-100\/35 {
  color: rgb(197 202 233 / 0.35)
}

.tw-text-indigo-100\/40 {
  color: rgb(197 202 233 / 0.4)
}

.tw-text-indigo-100\/45 {
  color: rgb(197 202 233 / 0.45)
}

.tw-text-indigo-100\/5 {
  color: rgb(197 202 233 / 0.05)
}

.tw-text-indigo-100\/50 {
  color: rgb(197 202 233 / 0.5)
}

.tw-text-indigo-100\/55 {
  color: rgb(197 202 233 / 0.55)
}

.tw-text-indigo-100\/60 {
  color: rgb(197 202 233 / 0.6)
}

.tw-text-indigo-100\/65 {
  color: rgb(197 202 233 / 0.65)
}

.tw-text-indigo-100\/70 {
  color: rgb(197 202 233 / 0.7)
}

.tw-text-indigo-100\/75 {
  color: rgb(197 202 233 / 0.75)
}

.tw-text-indigo-100\/80 {
  color: rgb(197 202 233 / 0.8)
}

.tw-text-indigo-100\/85 {
  color: rgb(197 202 233 / 0.85)
}

.tw-text-indigo-100\/90 {
  color: rgb(197 202 233 / 0.9)
}

.tw-text-indigo-100\/95 {
  color: rgb(197 202 233 / 0.95)
}

.tw-text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(159 168 218 / var(--tw-text-opacity))
}

.tw-text-indigo-200\/0 {
  color: rgb(159 168 218 / 0)
}

.tw-text-indigo-200\/10 {
  color: rgb(159 168 218 / 0.1)
}

.tw-text-indigo-200\/100 {
  color: rgb(159 168 218 / 1)
}

.tw-text-indigo-200\/15 {
  color: rgb(159 168 218 / 0.15)
}

.tw-text-indigo-200\/20 {
  color: rgb(159 168 218 / 0.2)
}

.tw-text-indigo-200\/25 {
  color: rgb(159 168 218 / 0.25)
}

.tw-text-indigo-200\/30 {
  color: rgb(159 168 218 / 0.3)
}

.tw-text-indigo-200\/35 {
  color: rgb(159 168 218 / 0.35)
}

.tw-text-indigo-200\/40 {
  color: rgb(159 168 218 / 0.4)
}

.tw-text-indigo-200\/45 {
  color: rgb(159 168 218 / 0.45)
}

.tw-text-indigo-200\/5 {
  color: rgb(159 168 218 / 0.05)
}

.tw-text-indigo-200\/50 {
  color: rgb(159 168 218 / 0.5)
}

.tw-text-indigo-200\/55 {
  color: rgb(159 168 218 / 0.55)
}

.tw-text-indigo-200\/60 {
  color: rgb(159 168 218 / 0.6)
}

.tw-text-indigo-200\/65 {
  color: rgb(159 168 218 / 0.65)
}

.tw-text-indigo-200\/70 {
  color: rgb(159 168 218 / 0.7)
}

.tw-text-indigo-200\/75 {
  color: rgb(159 168 218 / 0.75)
}

.tw-text-indigo-200\/80 {
  color: rgb(159 168 218 / 0.8)
}

.tw-text-indigo-200\/85 {
  color: rgb(159 168 218 / 0.85)
}

.tw-text-indigo-200\/90 {
  color: rgb(159 168 218 / 0.9)
}

.tw-text-indigo-200\/95 {
  color: rgb(159 168 218 / 0.95)
}

.tw-text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(121 134 203 / var(--tw-text-opacity))
}

.tw-text-indigo-300\/0 {
  color: rgb(121 134 203 / 0)
}

.tw-text-indigo-300\/10 {
  color: rgb(121 134 203 / 0.1)
}

.tw-text-indigo-300\/100 {
  color: rgb(121 134 203 / 1)
}

.tw-text-indigo-300\/15 {
  color: rgb(121 134 203 / 0.15)
}

.tw-text-indigo-300\/20 {
  color: rgb(121 134 203 / 0.2)
}

.tw-text-indigo-300\/25 {
  color: rgb(121 134 203 / 0.25)
}

.tw-text-indigo-300\/30 {
  color: rgb(121 134 203 / 0.3)
}

.tw-text-indigo-300\/35 {
  color: rgb(121 134 203 / 0.35)
}

.tw-text-indigo-300\/40 {
  color: rgb(121 134 203 / 0.4)
}

.tw-text-indigo-300\/45 {
  color: rgb(121 134 203 / 0.45)
}

.tw-text-indigo-300\/5 {
  color: rgb(121 134 203 / 0.05)
}

.tw-text-indigo-300\/50 {
  color: rgb(121 134 203 / 0.5)
}

.tw-text-indigo-300\/55 {
  color: rgb(121 134 203 / 0.55)
}

.tw-text-indigo-300\/60 {
  color: rgb(121 134 203 / 0.6)
}

.tw-text-indigo-300\/65 {
  color: rgb(121 134 203 / 0.65)
}

.tw-text-indigo-300\/70 {
  color: rgb(121 134 203 / 0.7)
}

.tw-text-indigo-300\/75 {
  color: rgb(121 134 203 / 0.75)
}

.tw-text-indigo-300\/80 {
  color: rgb(121 134 203 / 0.8)
}

.tw-text-indigo-300\/85 {
  color: rgb(121 134 203 / 0.85)
}

.tw-text-indigo-300\/90 {
  color: rgb(121 134 203 / 0.9)
}

.tw-text-indigo-300\/95 {
  color: rgb(121 134 203 / 0.95)
}

.tw-text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(92 107 192 / var(--tw-text-opacity))
}

.tw-text-indigo-400\/0 {
  color: rgb(92 107 192 / 0)
}

.tw-text-indigo-400\/10 {
  color: rgb(92 107 192 / 0.1)
}

.tw-text-indigo-400\/100 {
  color: rgb(92 107 192 / 1)
}

.tw-text-indigo-400\/15 {
  color: rgb(92 107 192 / 0.15)
}

.tw-text-indigo-400\/20 {
  color: rgb(92 107 192 / 0.2)
}

.tw-text-indigo-400\/25 {
  color: rgb(92 107 192 / 0.25)
}

.tw-text-indigo-400\/30 {
  color: rgb(92 107 192 / 0.3)
}

.tw-text-indigo-400\/35 {
  color: rgb(92 107 192 / 0.35)
}

.tw-text-indigo-400\/40 {
  color: rgb(92 107 192 / 0.4)
}

.tw-text-indigo-400\/45 {
  color: rgb(92 107 192 / 0.45)
}

.tw-text-indigo-400\/5 {
  color: rgb(92 107 192 / 0.05)
}

.tw-text-indigo-400\/50 {
  color: rgb(92 107 192 / 0.5)
}

.tw-text-indigo-400\/55 {
  color: rgb(92 107 192 / 0.55)
}

.tw-text-indigo-400\/60 {
  color: rgb(92 107 192 / 0.6)
}

.tw-text-indigo-400\/65 {
  color: rgb(92 107 192 / 0.65)
}

.tw-text-indigo-400\/70 {
  color: rgb(92 107 192 / 0.7)
}

.tw-text-indigo-400\/75 {
  color: rgb(92 107 192 / 0.75)
}

.tw-text-indigo-400\/80 {
  color: rgb(92 107 192 / 0.8)
}

.tw-text-indigo-400\/85 {
  color: rgb(92 107 192 / 0.85)
}

.tw-text-indigo-400\/90 {
  color: rgb(92 107 192 / 0.9)
}

.tw-text-indigo-400\/95 {
  color: rgb(92 107 192 / 0.95)
}

.tw-text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(63 81 181 / var(--tw-text-opacity))
}

.tw-text-indigo-500\/0 {
  color: rgb(63 81 181 / 0)
}

.tw-text-indigo-500\/10 {
  color: rgb(63 81 181 / 0.1)
}

.tw-text-indigo-500\/100 {
  color: rgb(63 81 181 / 1)
}

.tw-text-indigo-500\/15 {
  color: rgb(63 81 181 / 0.15)
}

.tw-text-indigo-500\/20 {
  color: rgb(63 81 181 / 0.2)
}

.tw-text-indigo-500\/25 {
  color: rgb(63 81 181 / 0.25)
}

.tw-text-indigo-500\/30 {
  color: rgb(63 81 181 / 0.3)
}

.tw-text-indigo-500\/35 {
  color: rgb(63 81 181 / 0.35)
}

.tw-text-indigo-500\/40 {
  color: rgb(63 81 181 / 0.4)
}

.tw-text-indigo-500\/45 {
  color: rgb(63 81 181 / 0.45)
}

.tw-text-indigo-500\/5 {
  color: rgb(63 81 181 / 0.05)
}

.tw-text-indigo-500\/50 {
  color: rgb(63 81 181 / 0.5)
}

.tw-text-indigo-500\/55 {
  color: rgb(63 81 181 / 0.55)
}

.tw-text-indigo-500\/60 {
  color: rgb(63 81 181 / 0.6)
}

.tw-text-indigo-500\/65 {
  color: rgb(63 81 181 / 0.65)
}

.tw-text-indigo-500\/70 {
  color: rgb(63 81 181 / 0.7)
}

.tw-text-indigo-500\/75 {
  color: rgb(63 81 181 / 0.75)
}

.tw-text-indigo-500\/80 {
  color: rgb(63 81 181 / 0.8)
}

.tw-text-indigo-500\/85 {
  color: rgb(63 81 181 / 0.85)
}

.tw-text-indigo-500\/90 {
  color: rgb(63 81 181 / 0.9)
}

.tw-text-indigo-500\/95 {
  color: rgb(63 81 181 / 0.95)
}

.tw-text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(57 73 171 / var(--tw-text-opacity))
}

.tw-text-indigo-600\/0 {
  color: rgb(57 73 171 / 0)
}

.tw-text-indigo-600\/10 {
  color: rgb(57 73 171 / 0.1)
}

.tw-text-indigo-600\/100 {
  color: rgb(57 73 171 / 1)
}

.tw-text-indigo-600\/15 {
  color: rgb(57 73 171 / 0.15)
}

.tw-text-indigo-600\/20 {
  color: rgb(57 73 171 / 0.2)
}

.tw-text-indigo-600\/25 {
  color: rgb(57 73 171 / 0.25)
}

.tw-text-indigo-600\/30 {
  color: rgb(57 73 171 / 0.3)
}

.tw-text-indigo-600\/35 {
  color: rgb(57 73 171 / 0.35)
}

.tw-text-indigo-600\/40 {
  color: rgb(57 73 171 / 0.4)
}

.tw-text-indigo-600\/45 {
  color: rgb(57 73 171 / 0.45)
}

.tw-text-indigo-600\/5 {
  color: rgb(57 73 171 / 0.05)
}

.tw-text-indigo-600\/50 {
  color: rgb(57 73 171 / 0.5)
}

.tw-text-indigo-600\/55 {
  color: rgb(57 73 171 / 0.55)
}

.tw-text-indigo-600\/60 {
  color: rgb(57 73 171 / 0.6)
}

.tw-text-indigo-600\/65 {
  color: rgb(57 73 171 / 0.65)
}

.tw-text-indigo-600\/70 {
  color: rgb(57 73 171 / 0.7)
}

.tw-text-indigo-600\/75 {
  color: rgb(57 73 171 / 0.75)
}

.tw-text-indigo-600\/80 {
  color: rgb(57 73 171 / 0.8)
}

.tw-text-indigo-600\/85 {
  color: rgb(57 73 171 / 0.85)
}

.tw-text-indigo-600\/90 {
  color: rgb(57 73 171 / 0.9)
}

.tw-text-indigo-600\/95 {
  color: rgb(57 73 171 / 0.95)
}

.tw-text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(48 63 159 / var(--tw-text-opacity))
}

.tw-text-indigo-700\/0 {
  color: rgb(48 63 159 / 0)
}

.tw-text-indigo-700\/10 {
  color: rgb(48 63 159 / 0.1)
}

.tw-text-indigo-700\/100 {
  color: rgb(48 63 159 / 1)
}

.tw-text-indigo-700\/15 {
  color: rgb(48 63 159 / 0.15)
}

.tw-text-indigo-700\/20 {
  color: rgb(48 63 159 / 0.2)
}

.tw-text-indigo-700\/25 {
  color: rgb(48 63 159 / 0.25)
}

.tw-text-indigo-700\/30 {
  color: rgb(48 63 159 / 0.3)
}

.tw-text-indigo-700\/35 {
  color: rgb(48 63 159 / 0.35)
}

.tw-text-indigo-700\/40 {
  color: rgb(48 63 159 / 0.4)
}

.tw-text-indigo-700\/45 {
  color: rgb(48 63 159 / 0.45)
}

.tw-text-indigo-700\/5 {
  color: rgb(48 63 159 / 0.05)
}

.tw-text-indigo-700\/50 {
  color: rgb(48 63 159 / 0.5)
}

.tw-text-indigo-700\/55 {
  color: rgb(48 63 159 / 0.55)
}

.tw-text-indigo-700\/60 {
  color: rgb(48 63 159 / 0.6)
}

.tw-text-indigo-700\/65 {
  color: rgb(48 63 159 / 0.65)
}

.tw-text-indigo-700\/70 {
  color: rgb(48 63 159 / 0.7)
}

.tw-text-indigo-700\/75 {
  color: rgb(48 63 159 / 0.75)
}

.tw-text-indigo-700\/80 {
  color: rgb(48 63 159 / 0.8)
}

.tw-text-indigo-700\/85 {
  color: rgb(48 63 159 / 0.85)
}

.tw-text-indigo-700\/90 {
  color: rgb(48 63 159 / 0.9)
}

.tw-text-indigo-700\/95 {
  color: rgb(48 63 159 / 0.95)
}

.tw-text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(40 53 147 / var(--tw-text-opacity))
}

.tw-text-indigo-800\/0 {
  color: rgb(40 53 147 / 0)
}

.tw-text-indigo-800\/10 {
  color: rgb(40 53 147 / 0.1)
}

.tw-text-indigo-800\/100 {
  color: rgb(40 53 147 / 1)
}

.tw-text-indigo-800\/15 {
  color: rgb(40 53 147 / 0.15)
}

.tw-text-indigo-800\/20 {
  color: rgb(40 53 147 / 0.2)
}

.tw-text-indigo-800\/25 {
  color: rgb(40 53 147 / 0.25)
}

.tw-text-indigo-800\/30 {
  color: rgb(40 53 147 / 0.3)
}

.tw-text-indigo-800\/35 {
  color: rgb(40 53 147 / 0.35)
}

.tw-text-indigo-800\/40 {
  color: rgb(40 53 147 / 0.4)
}

.tw-text-indigo-800\/45 {
  color: rgb(40 53 147 / 0.45)
}

.tw-text-indigo-800\/5 {
  color: rgb(40 53 147 / 0.05)
}

.tw-text-indigo-800\/50 {
  color: rgb(40 53 147 / 0.5)
}

.tw-text-indigo-800\/55 {
  color: rgb(40 53 147 / 0.55)
}

.tw-text-indigo-800\/60 {
  color: rgb(40 53 147 / 0.6)
}

.tw-text-indigo-800\/65 {
  color: rgb(40 53 147 / 0.65)
}

.tw-text-indigo-800\/70 {
  color: rgb(40 53 147 / 0.7)
}

.tw-text-indigo-800\/75 {
  color: rgb(40 53 147 / 0.75)
}

.tw-text-indigo-800\/80 {
  color: rgb(40 53 147 / 0.8)
}

.tw-text-indigo-800\/85 {
  color: rgb(40 53 147 / 0.85)
}

.tw-text-indigo-800\/90 {
  color: rgb(40 53 147 / 0.9)
}

.tw-text-indigo-800\/95 {
  color: rgb(40 53 147 / 0.95)
}

.tw-text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(26 35 126 / var(--tw-text-opacity))
}

.tw-text-indigo-900\/0 {
  color: rgb(26 35 126 / 0)
}

.tw-text-indigo-900\/10 {
  color: rgb(26 35 126 / 0.1)
}

.tw-text-indigo-900\/100 {
  color: rgb(26 35 126 / 1)
}

.tw-text-indigo-900\/15 {
  color: rgb(26 35 126 / 0.15)
}

.tw-text-indigo-900\/20 {
  color: rgb(26 35 126 / 0.2)
}

.tw-text-indigo-900\/25 {
  color: rgb(26 35 126 / 0.25)
}

.tw-text-indigo-900\/30 {
  color: rgb(26 35 126 / 0.3)
}

.tw-text-indigo-900\/35 {
  color: rgb(26 35 126 / 0.35)
}

.tw-text-indigo-900\/40 {
  color: rgb(26 35 126 / 0.4)
}

.tw-text-indigo-900\/45 {
  color: rgb(26 35 126 / 0.45)
}

.tw-text-indigo-900\/5 {
  color: rgb(26 35 126 / 0.05)
}

.tw-text-indigo-900\/50 {
  color: rgb(26 35 126 / 0.5)
}

.tw-text-indigo-900\/55 {
  color: rgb(26 35 126 / 0.55)
}

.tw-text-indigo-900\/60 {
  color: rgb(26 35 126 / 0.6)
}

.tw-text-indigo-900\/65 {
  color: rgb(26 35 126 / 0.65)
}

.tw-text-indigo-900\/70 {
  color: rgb(26 35 126 / 0.7)
}

.tw-text-indigo-900\/75 {
  color: rgb(26 35 126 / 0.75)
}

.tw-text-indigo-900\/80 {
  color: rgb(26 35 126 / 0.8)
}

.tw-text-indigo-900\/85 {
  color: rgb(26 35 126 / 0.85)
}

.tw-text-indigo-900\/90 {
  color: rgb(26 35 126 / 0.9)
}

.tw-text-indigo-900\/95 {
  color: rgb(26 35 126 / 0.95)
}

.tw-text-info {
  --tw-text-opacity: 1;
  color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)))
}

.tw-text-info-content {
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))
}

.tw-text-info-content\/0 {
  color: var(--fallback-inc,oklch(var(--inc)/0))
}

.tw-text-info-content\/10 {
  color: var(--fallback-inc,oklch(var(--inc)/0.1))
}

.tw-text-info-content\/100 {
  color: var(--fallback-inc,oklch(var(--inc)/1))
}

.tw-text-info-content\/15 {
  color: var(--fallback-inc,oklch(var(--inc)/0.15))
}

.tw-text-info-content\/20 {
  color: var(--fallback-inc,oklch(var(--inc)/0.2))
}

.tw-text-info-content\/25 {
  color: var(--fallback-inc,oklch(var(--inc)/0.25))
}

.tw-text-info-content\/30 {
  color: var(--fallback-inc,oklch(var(--inc)/0.3))
}

.tw-text-info-content\/35 {
  color: var(--fallback-inc,oklch(var(--inc)/0.35))
}

.tw-text-info-content\/40 {
  color: var(--fallback-inc,oklch(var(--inc)/0.4))
}

.tw-text-info-content\/45 {
  color: var(--fallback-inc,oklch(var(--inc)/0.45))
}

.tw-text-info-content\/5 {
  color: var(--fallback-inc,oklch(var(--inc)/0.05))
}

.tw-text-info-content\/50 {
  color: var(--fallback-inc,oklch(var(--inc)/0.5))
}

.tw-text-info-content\/55 {
  color: var(--fallback-inc,oklch(var(--inc)/0.55))
}

.tw-text-info-content\/60 {
  color: var(--fallback-inc,oklch(var(--inc)/0.6))
}

.tw-text-info-content\/65 {
  color: var(--fallback-inc,oklch(var(--inc)/0.65))
}

.tw-text-info-content\/70 {
  color: var(--fallback-inc,oklch(var(--inc)/0.7))
}

.tw-text-info-content\/75 {
  color: var(--fallback-inc,oklch(var(--inc)/0.75))
}

.tw-text-info-content\/80 {
  color: var(--fallback-inc,oklch(var(--inc)/0.8))
}

.tw-text-info-content\/85 {
  color: var(--fallback-inc,oklch(var(--inc)/0.85))
}

.tw-text-info-content\/90 {
  color: var(--fallback-inc,oklch(var(--inc)/0.9))
}

.tw-text-info-content\/95 {
  color: var(--fallback-inc,oklch(var(--inc)/0.95))
}

.tw-text-info\/0 {
  color: var(--fallback-in,oklch(var(--in)/0))
}

.tw-text-info\/10 {
  color: var(--fallback-in,oklch(var(--in)/0.1))
}

.tw-text-info\/100 {
  color: var(--fallback-in,oklch(var(--in)/1))
}

.tw-text-info\/15 {
  color: var(--fallback-in,oklch(var(--in)/0.15))
}

.tw-text-info\/20 {
  color: var(--fallback-in,oklch(var(--in)/0.2))
}

.tw-text-info\/25 {
  color: var(--fallback-in,oklch(var(--in)/0.25))
}

.tw-text-info\/30 {
  color: var(--fallback-in,oklch(var(--in)/0.3))
}

.tw-text-info\/35 {
  color: var(--fallback-in,oklch(var(--in)/0.35))
}

.tw-text-info\/40 {
  color: var(--fallback-in,oklch(var(--in)/0.4))
}

.tw-text-info\/45 {
  color: var(--fallback-in,oklch(var(--in)/0.45))
}

.tw-text-info\/5 {
  color: var(--fallback-in,oklch(var(--in)/0.05))
}

.tw-text-info\/50 {
  color: var(--fallback-in,oklch(var(--in)/0.5))
}

.tw-text-info\/55 {
  color: var(--fallback-in,oklch(var(--in)/0.55))
}

.tw-text-info\/60 {
  color: var(--fallback-in,oklch(var(--in)/0.6))
}

.tw-text-info\/65 {
  color: var(--fallback-in,oklch(var(--in)/0.65))
}

.tw-text-info\/70 {
  color: var(--fallback-in,oklch(var(--in)/0.7))
}

.tw-text-info\/75 {
  color: var(--fallback-in,oklch(var(--in)/0.75))
}

.tw-text-info\/80 {
  color: var(--fallback-in,oklch(var(--in)/0.8))
}

.tw-text-info\/85 {
  color: var(--fallback-in,oklch(var(--in)/0.85))
}

.tw-text-info\/90 {
  color: var(--fallback-in,oklch(var(--in)/0.9))
}

.tw-text-info\/95 {
  color: var(--fallback-in,oklch(var(--in)/0.95))
}

.tw-text-inherit {
  color: inherit
}

.tw-text-lightgreen-100 {
  --tw-text-opacity: 1;
  color: rgb(200 230 201 / var(--tw-text-opacity))
}

.tw-text-lightgreen-100\/0 {
  color: rgb(200 230 201 / 0)
}

.tw-text-lightgreen-100\/10 {
  color: rgb(200 230 201 / 0.1)
}

.tw-text-lightgreen-100\/100 {
  color: rgb(200 230 201 / 1)
}

.tw-text-lightgreen-100\/15 {
  color: rgb(200 230 201 / 0.15)
}

.tw-text-lightgreen-100\/20 {
  color: rgb(200 230 201 / 0.2)
}

.tw-text-lightgreen-100\/25 {
  color: rgb(200 230 201 / 0.25)
}

.tw-text-lightgreen-100\/30 {
  color: rgb(200 230 201 / 0.3)
}

.tw-text-lightgreen-100\/35 {
  color: rgb(200 230 201 / 0.35)
}

.tw-text-lightgreen-100\/40 {
  color: rgb(200 230 201 / 0.4)
}

.tw-text-lightgreen-100\/45 {
  color: rgb(200 230 201 / 0.45)
}

.tw-text-lightgreen-100\/5 {
  color: rgb(200 230 201 / 0.05)
}

.tw-text-lightgreen-100\/50 {
  color: rgb(200 230 201 / 0.5)
}

.tw-text-lightgreen-100\/55 {
  color: rgb(200 230 201 / 0.55)
}

.tw-text-lightgreen-100\/60 {
  color: rgb(200 230 201 / 0.6)
}

.tw-text-lightgreen-100\/65 {
  color: rgb(200 230 201 / 0.65)
}

.tw-text-lightgreen-100\/70 {
  color: rgb(200 230 201 / 0.7)
}

.tw-text-lightgreen-100\/75 {
  color: rgb(200 230 201 / 0.75)
}

.tw-text-lightgreen-100\/80 {
  color: rgb(200 230 201 / 0.8)
}

.tw-text-lightgreen-100\/85 {
  color: rgb(200 230 201 / 0.85)
}

.tw-text-lightgreen-100\/90 {
  color: rgb(200 230 201 / 0.9)
}

.tw-text-lightgreen-100\/95 {
  color: rgb(200 230 201 / 0.95)
}

.tw-text-lightgreen-200 {
  --tw-text-opacity: 1;
  color: rgb(165 214 167 / var(--tw-text-opacity))
}

.tw-text-lightgreen-200\/0 {
  color: rgb(165 214 167 / 0)
}

.tw-text-lightgreen-200\/10 {
  color: rgb(165 214 167 / 0.1)
}

.tw-text-lightgreen-200\/100 {
  color: rgb(165 214 167 / 1)
}

.tw-text-lightgreen-200\/15 {
  color: rgb(165 214 167 / 0.15)
}

.tw-text-lightgreen-200\/20 {
  color: rgb(165 214 167 / 0.2)
}

.tw-text-lightgreen-200\/25 {
  color: rgb(165 214 167 / 0.25)
}

.tw-text-lightgreen-200\/30 {
  color: rgb(165 214 167 / 0.3)
}

.tw-text-lightgreen-200\/35 {
  color: rgb(165 214 167 / 0.35)
}

.tw-text-lightgreen-200\/40 {
  color: rgb(165 214 167 / 0.4)
}

.tw-text-lightgreen-200\/45 {
  color: rgb(165 214 167 / 0.45)
}

.tw-text-lightgreen-200\/5 {
  color: rgb(165 214 167 / 0.05)
}

.tw-text-lightgreen-200\/50 {
  color: rgb(165 214 167 / 0.5)
}

.tw-text-lightgreen-200\/55 {
  color: rgb(165 214 167 / 0.55)
}

.tw-text-lightgreen-200\/60 {
  color: rgb(165 214 167 / 0.6)
}

.tw-text-lightgreen-200\/65 {
  color: rgb(165 214 167 / 0.65)
}

.tw-text-lightgreen-200\/70 {
  color: rgb(165 214 167 / 0.7)
}

.tw-text-lightgreen-200\/75 {
  color: rgb(165 214 167 / 0.75)
}

.tw-text-lightgreen-200\/80 {
  color: rgb(165 214 167 / 0.8)
}

.tw-text-lightgreen-200\/85 {
  color: rgb(165 214 167 / 0.85)
}

.tw-text-lightgreen-200\/90 {
  color: rgb(165 214 167 / 0.9)
}

.tw-text-lightgreen-200\/95 {
  color: rgb(165 214 167 / 0.95)
}

.tw-text-lightgreen-300 {
  --tw-text-opacity: 1;
  color: rgb(129 199 132 / var(--tw-text-opacity))
}

.tw-text-lightgreen-300\/0 {
  color: rgb(129 199 132 / 0)
}

.tw-text-lightgreen-300\/10 {
  color: rgb(129 199 132 / 0.1)
}

.tw-text-lightgreen-300\/100 {
  color: rgb(129 199 132 / 1)
}

.tw-text-lightgreen-300\/15 {
  color: rgb(129 199 132 / 0.15)
}

.tw-text-lightgreen-300\/20 {
  color: rgb(129 199 132 / 0.2)
}

.tw-text-lightgreen-300\/25 {
  color: rgb(129 199 132 / 0.25)
}

.tw-text-lightgreen-300\/30 {
  color: rgb(129 199 132 / 0.3)
}

.tw-text-lightgreen-300\/35 {
  color: rgb(129 199 132 / 0.35)
}

.tw-text-lightgreen-300\/40 {
  color: rgb(129 199 132 / 0.4)
}

.tw-text-lightgreen-300\/45 {
  color: rgb(129 199 132 / 0.45)
}

.tw-text-lightgreen-300\/5 {
  color: rgb(129 199 132 / 0.05)
}

.tw-text-lightgreen-300\/50 {
  color: rgb(129 199 132 / 0.5)
}

.tw-text-lightgreen-300\/55 {
  color: rgb(129 199 132 / 0.55)
}

.tw-text-lightgreen-300\/60 {
  color: rgb(129 199 132 / 0.6)
}

.tw-text-lightgreen-300\/65 {
  color: rgb(129 199 132 / 0.65)
}

.tw-text-lightgreen-300\/70 {
  color: rgb(129 199 132 / 0.7)
}

.tw-text-lightgreen-300\/75 {
  color: rgb(129 199 132 / 0.75)
}

.tw-text-lightgreen-300\/80 {
  color: rgb(129 199 132 / 0.8)
}

.tw-text-lightgreen-300\/85 {
  color: rgb(129 199 132 / 0.85)
}

.tw-text-lightgreen-300\/90 {
  color: rgb(129 199 132 / 0.9)
}

.tw-text-lightgreen-300\/95 {
  color: rgb(129 199 132 / 0.95)
}

.tw-text-lightgreen-400 {
  --tw-text-opacity: 1;
  color: rgb(102 187 106 / var(--tw-text-opacity))
}

.tw-text-lightgreen-400\/0 {
  color: rgb(102 187 106 / 0)
}

.tw-text-lightgreen-400\/10 {
  color: rgb(102 187 106 / 0.1)
}

.tw-text-lightgreen-400\/100 {
  color: rgb(102 187 106 / 1)
}

.tw-text-lightgreen-400\/15 {
  color: rgb(102 187 106 / 0.15)
}

.tw-text-lightgreen-400\/20 {
  color: rgb(102 187 106 / 0.2)
}

.tw-text-lightgreen-400\/25 {
  color: rgb(102 187 106 / 0.25)
}

.tw-text-lightgreen-400\/30 {
  color: rgb(102 187 106 / 0.3)
}

.tw-text-lightgreen-400\/35 {
  color: rgb(102 187 106 / 0.35)
}

.tw-text-lightgreen-400\/40 {
  color: rgb(102 187 106 / 0.4)
}

.tw-text-lightgreen-400\/45 {
  color: rgb(102 187 106 / 0.45)
}

.tw-text-lightgreen-400\/5 {
  color: rgb(102 187 106 / 0.05)
}

.tw-text-lightgreen-400\/50 {
  color: rgb(102 187 106 / 0.5)
}

.tw-text-lightgreen-400\/55 {
  color: rgb(102 187 106 / 0.55)
}

.tw-text-lightgreen-400\/60 {
  color: rgb(102 187 106 / 0.6)
}

.tw-text-lightgreen-400\/65 {
  color: rgb(102 187 106 / 0.65)
}

.tw-text-lightgreen-400\/70 {
  color: rgb(102 187 106 / 0.7)
}

.tw-text-lightgreen-400\/75 {
  color: rgb(102 187 106 / 0.75)
}

.tw-text-lightgreen-400\/80 {
  color: rgb(102 187 106 / 0.8)
}

.tw-text-lightgreen-400\/85 {
  color: rgb(102 187 106 / 0.85)
}

.tw-text-lightgreen-400\/90 {
  color: rgb(102 187 106 / 0.9)
}

.tw-text-lightgreen-400\/95 {
  color: rgb(102 187 106 / 0.95)
}

.tw-text-lightgreen-500 {
  --tw-text-opacity: 1;
  color: rgb(76 175 80 / var(--tw-text-opacity))
}

.tw-text-lightgreen-500\/0 {
  color: rgb(76 175 80 / 0)
}

.tw-text-lightgreen-500\/10 {
  color: rgb(76 175 80 / 0.1)
}

.tw-text-lightgreen-500\/100 {
  color: rgb(76 175 80 / 1)
}

.tw-text-lightgreen-500\/15 {
  color: rgb(76 175 80 / 0.15)
}

.tw-text-lightgreen-500\/20 {
  color: rgb(76 175 80 / 0.2)
}

.tw-text-lightgreen-500\/25 {
  color: rgb(76 175 80 / 0.25)
}

.tw-text-lightgreen-500\/30 {
  color: rgb(76 175 80 / 0.3)
}

.tw-text-lightgreen-500\/35 {
  color: rgb(76 175 80 / 0.35)
}

.tw-text-lightgreen-500\/40 {
  color: rgb(76 175 80 / 0.4)
}

.tw-text-lightgreen-500\/45 {
  color: rgb(76 175 80 / 0.45)
}

.tw-text-lightgreen-500\/5 {
  color: rgb(76 175 80 / 0.05)
}

.tw-text-lightgreen-500\/50 {
  color: rgb(76 175 80 / 0.5)
}

.tw-text-lightgreen-500\/55 {
  color: rgb(76 175 80 / 0.55)
}

.tw-text-lightgreen-500\/60 {
  color: rgb(76 175 80 / 0.6)
}

.tw-text-lightgreen-500\/65 {
  color: rgb(76 175 80 / 0.65)
}

.tw-text-lightgreen-500\/70 {
  color: rgb(76 175 80 / 0.7)
}

.tw-text-lightgreen-500\/75 {
  color: rgb(76 175 80 / 0.75)
}

.tw-text-lightgreen-500\/80 {
  color: rgb(76 175 80 / 0.8)
}

.tw-text-lightgreen-500\/85 {
  color: rgb(76 175 80 / 0.85)
}

.tw-text-lightgreen-500\/90 {
  color: rgb(76 175 80 / 0.9)
}

.tw-text-lightgreen-500\/95 {
  color: rgb(76 175 80 / 0.95)
}

.tw-text-lightgreen-600 {
  --tw-text-opacity: 1;
  color: rgb(67 160 71 / var(--tw-text-opacity))
}

.tw-text-lightgreen-600\/0 {
  color: rgb(67 160 71 / 0)
}

.tw-text-lightgreen-600\/10 {
  color: rgb(67 160 71 / 0.1)
}

.tw-text-lightgreen-600\/100 {
  color: rgb(67 160 71 / 1)
}

.tw-text-lightgreen-600\/15 {
  color: rgb(67 160 71 / 0.15)
}

.tw-text-lightgreen-600\/20 {
  color: rgb(67 160 71 / 0.2)
}

.tw-text-lightgreen-600\/25 {
  color: rgb(67 160 71 / 0.25)
}

.tw-text-lightgreen-600\/30 {
  color: rgb(67 160 71 / 0.3)
}

.tw-text-lightgreen-600\/35 {
  color: rgb(67 160 71 / 0.35)
}

.tw-text-lightgreen-600\/40 {
  color: rgb(67 160 71 / 0.4)
}

.tw-text-lightgreen-600\/45 {
  color: rgb(67 160 71 / 0.45)
}

.tw-text-lightgreen-600\/5 {
  color: rgb(67 160 71 / 0.05)
}

.tw-text-lightgreen-600\/50 {
  color: rgb(67 160 71 / 0.5)
}

.tw-text-lightgreen-600\/55 {
  color: rgb(67 160 71 / 0.55)
}

.tw-text-lightgreen-600\/60 {
  color: rgb(67 160 71 / 0.6)
}

.tw-text-lightgreen-600\/65 {
  color: rgb(67 160 71 / 0.65)
}

.tw-text-lightgreen-600\/70 {
  color: rgb(67 160 71 / 0.7)
}

.tw-text-lightgreen-600\/75 {
  color: rgb(67 160 71 / 0.75)
}

.tw-text-lightgreen-600\/80 {
  color: rgb(67 160 71 / 0.8)
}

.tw-text-lightgreen-600\/85 {
  color: rgb(67 160 71 / 0.85)
}

.tw-text-lightgreen-600\/90 {
  color: rgb(67 160 71 / 0.9)
}

.tw-text-lightgreen-600\/95 {
  color: rgb(67 160 71 / 0.95)
}

.tw-text-lightgreen-700 {
  --tw-text-opacity: 1;
  color: rgb(56 142 60 / var(--tw-text-opacity))
}

.tw-text-lightgreen-700\/0 {
  color: rgb(56 142 60 / 0)
}

.tw-text-lightgreen-700\/10 {
  color: rgb(56 142 60 / 0.1)
}

.tw-text-lightgreen-700\/100 {
  color: rgb(56 142 60 / 1)
}

.tw-text-lightgreen-700\/15 {
  color: rgb(56 142 60 / 0.15)
}

.tw-text-lightgreen-700\/20 {
  color: rgb(56 142 60 / 0.2)
}

.tw-text-lightgreen-700\/25 {
  color: rgb(56 142 60 / 0.25)
}

.tw-text-lightgreen-700\/30 {
  color: rgb(56 142 60 / 0.3)
}

.tw-text-lightgreen-700\/35 {
  color: rgb(56 142 60 / 0.35)
}

.tw-text-lightgreen-700\/40 {
  color: rgb(56 142 60 / 0.4)
}

.tw-text-lightgreen-700\/45 {
  color: rgb(56 142 60 / 0.45)
}

.tw-text-lightgreen-700\/5 {
  color: rgb(56 142 60 / 0.05)
}

.tw-text-lightgreen-700\/50 {
  color: rgb(56 142 60 / 0.5)
}

.tw-text-lightgreen-700\/55 {
  color: rgb(56 142 60 / 0.55)
}

.tw-text-lightgreen-700\/60 {
  color: rgb(56 142 60 / 0.6)
}

.tw-text-lightgreen-700\/65 {
  color: rgb(56 142 60 / 0.65)
}

.tw-text-lightgreen-700\/70 {
  color: rgb(56 142 60 / 0.7)
}

.tw-text-lightgreen-700\/75 {
  color: rgb(56 142 60 / 0.75)
}

.tw-text-lightgreen-700\/80 {
  color: rgb(56 142 60 / 0.8)
}

.tw-text-lightgreen-700\/85 {
  color: rgb(56 142 60 / 0.85)
}

.tw-text-lightgreen-700\/90 {
  color: rgb(56 142 60 / 0.9)
}

.tw-text-lightgreen-700\/95 {
  color: rgb(56 142 60 / 0.95)
}

.tw-text-lightgreen-800 {
  --tw-text-opacity: 1;
  color: rgb(46 125 50 / var(--tw-text-opacity))
}

.tw-text-lightgreen-800\/0 {
  color: rgb(46 125 50 / 0)
}

.tw-text-lightgreen-800\/10 {
  color: rgb(46 125 50 / 0.1)
}

.tw-text-lightgreen-800\/100 {
  color: rgb(46 125 50 / 1)
}

.tw-text-lightgreen-800\/15 {
  color: rgb(46 125 50 / 0.15)
}

.tw-text-lightgreen-800\/20 {
  color: rgb(46 125 50 / 0.2)
}

.tw-text-lightgreen-800\/25 {
  color: rgb(46 125 50 / 0.25)
}

.tw-text-lightgreen-800\/30 {
  color: rgb(46 125 50 / 0.3)
}

.tw-text-lightgreen-800\/35 {
  color: rgb(46 125 50 / 0.35)
}

.tw-text-lightgreen-800\/40 {
  color: rgb(46 125 50 / 0.4)
}

.tw-text-lightgreen-800\/45 {
  color: rgb(46 125 50 / 0.45)
}

.tw-text-lightgreen-800\/5 {
  color: rgb(46 125 50 / 0.05)
}

.tw-text-lightgreen-800\/50 {
  color: rgb(46 125 50 / 0.5)
}

.tw-text-lightgreen-800\/55 {
  color: rgb(46 125 50 / 0.55)
}

.tw-text-lightgreen-800\/60 {
  color: rgb(46 125 50 / 0.6)
}

.tw-text-lightgreen-800\/65 {
  color: rgb(46 125 50 / 0.65)
}

.tw-text-lightgreen-800\/70 {
  color: rgb(46 125 50 / 0.7)
}

.tw-text-lightgreen-800\/75 {
  color: rgb(46 125 50 / 0.75)
}

.tw-text-lightgreen-800\/80 {
  color: rgb(46 125 50 / 0.8)
}

.tw-text-lightgreen-800\/85 {
  color: rgb(46 125 50 / 0.85)
}

.tw-text-lightgreen-800\/90 {
  color: rgb(46 125 50 / 0.9)
}

.tw-text-lightgreen-800\/95 {
  color: rgb(46 125 50 / 0.95)
}

.tw-text-lightgreen-900 {
  --tw-text-opacity: 1;
  color: rgb(27 94 32 / var(--tw-text-opacity))
}

.tw-text-lightgreen-900\/0 {
  color: rgb(27 94 32 / 0)
}

.tw-text-lightgreen-900\/10 {
  color: rgb(27 94 32 / 0.1)
}

.tw-text-lightgreen-900\/100 {
  color: rgb(27 94 32 / 1)
}

.tw-text-lightgreen-900\/15 {
  color: rgb(27 94 32 / 0.15)
}

.tw-text-lightgreen-900\/20 {
  color: rgb(27 94 32 / 0.2)
}

.tw-text-lightgreen-900\/25 {
  color: rgb(27 94 32 / 0.25)
}

.tw-text-lightgreen-900\/30 {
  color: rgb(27 94 32 / 0.3)
}

.tw-text-lightgreen-900\/35 {
  color: rgb(27 94 32 / 0.35)
}

.tw-text-lightgreen-900\/40 {
  color: rgb(27 94 32 / 0.4)
}

.tw-text-lightgreen-900\/45 {
  color: rgb(27 94 32 / 0.45)
}

.tw-text-lightgreen-900\/5 {
  color: rgb(27 94 32 / 0.05)
}

.tw-text-lightgreen-900\/50 {
  color: rgb(27 94 32 / 0.5)
}

.tw-text-lightgreen-900\/55 {
  color: rgb(27 94 32 / 0.55)
}

.tw-text-lightgreen-900\/60 {
  color: rgb(27 94 32 / 0.6)
}

.tw-text-lightgreen-900\/65 {
  color: rgb(27 94 32 / 0.65)
}

.tw-text-lightgreen-900\/70 {
  color: rgb(27 94 32 / 0.7)
}

.tw-text-lightgreen-900\/75 {
  color: rgb(27 94 32 / 0.75)
}

.tw-text-lightgreen-900\/80 {
  color: rgb(27 94 32 / 0.8)
}

.tw-text-lightgreen-900\/85 {
  color: rgb(27 94 32 / 0.85)
}

.tw-text-lightgreen-900\/90 {
  color: rgb(27 94 32 / 0.9)
}

.tw-text-lightgreen-900\/95 {
  color: rgb(27 94 32 / 0.95)
}

.tw-text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity))
}

.tw-text-lime-100\/0 {
  color: rgb(236 252 203 / 0)
}

.tw-text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1)
}

.tw-text-lime-100\/100 {
  color: rgb(236 252 203 / 1)
}

.tw-text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15)
}

.tw-text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2)
}

.tw-text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25)
}

.tw-text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3)
}

.tw-text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35)
}

.tw-text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4)
}

.tw-text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45)
}

.tw-text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05)
}

.tw-text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5)
}

.tw-text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55)
}

.tw-text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6)
}

.tw-text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65)
}

.tw-text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7)
}

.tw-text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75)
}

.tw-text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8)
}

.tw-text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85)
}

.tw-text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9)
}

.tw-text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95)
}

.tw-text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity))
}

.tw-text-lime-200\/0 {
  color: rgb(217 249 157 / 0)
}

.tw-text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1)
}

.tw-text-lime-200\/100 {
  color: rgb(217 249 157 / 1)
}

.tw-text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15)
}

.tw-text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2)
}

.tw-text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25)
}

.tw-text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3)
}

.tw-text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35)
}

.tw-text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4)
}

.tw-text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45)
}

.tw-text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05)
}

.tw-text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5)
}

.tw-text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55)
}

.tw-text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6)
}

.tw-text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65)
}

.tw-text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7)
}

.tw-text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75)
}

.tw-text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8)
}

.tw-text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85)
}

.tw-text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9)
}

.tw-text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95)
}

.tw-text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity))
}

.tw-text-lime-300\/0 {
  color: rgb(190 242 100 / 0)
}

.tw-text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1)
}

.tw-text-lime-300\/100 {
  color: rgb(190 242 100 / 1)
}

.tw-text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15)
}

.tw-text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2)
}

.tw-text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25)
}

.tw-text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3)
}

.tw-text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35)
}

.tw-text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4)
}

.tw-text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45)
}

.tw-text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05)
}

.tw-text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5)
}

.tw-text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55)
}

.tw-text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6)
}

.tw-text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65)
}

.tw-text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7)
}

.tw-text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75)
}

.tw-text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8)
}

.tw-text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85)
}

.tw-text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9)
}

.tw-text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95)
}

.tw-text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity))
}

.tw-text-lime-400\/0 {
  color: rgb(163 230 53 / 0)
}

.tw-text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1)
}

.tw-text-lime-400\/100 {
  color: rgb(163 230 53 / 1)
}

.tw-text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15)
}

.tw-text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2)
}

.tw-text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25)
}

.tw-text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3)
}

.tw-text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35)
}

.tw-text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4)
}

.tw-text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45)
}

.tw-text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05)
}

.tw-text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5)
}

.tw-text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55)
}

.tw-text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6)
}

.tw-text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65)
}

.tw-text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7)
}

.tw-text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75)
}

.tw-text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8)
}

.tw-text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85)
}

.tw-text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9)
}

.tw-text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95)
}

.tw-text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity))
}

.tw-text-lime-500\/0 {
  color: rgb(132 204 22 / 0)
}

.tw-text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1)
}

.tw-text-lime-500\/100 {
  color: rgb(132 204 22 / 1)
}

.tw-text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15)
}

.tw-text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2)
}

.tw-text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25)
}

.tw-text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3)
}

.tw-text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35)
}

.tw-text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4)
}

.tw-text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45)
}

.tw-text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05)
}

.tw-text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5)
}

.tw-text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55)
}

.tw-text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6)
}

.tw-text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65)
}

.tw-text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7)
}

.tw-text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75)
}

.tw-text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8)
}

.tw-text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85)
}

.tw-text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9)
}

.tw-text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95)
}

.tw-text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity))
}

.tw-text-lime-600\/0 {
  color: rgb(101 163 13 / 0)
}

.tw-text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1)
}

.tw-text-lime-600\/100 {
  color: rgb(101 163 13 / 1)
}

.tw-text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15)
}

.tw-text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2)
}

.tw-text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25)
}

.tw-text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3)
}

.tw-text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35)
}

.tw-text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4)
}

.tw-text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45)
}

.tw-text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05)
}

.tw-text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5)
}

.tw-text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55)
}

.tw-text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6)
}

.tw-text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65)
}

.tw-text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7)
}

.tw-text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75)
}

.tw-text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8)
}

.tw-text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85)
}

.tw-text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9)
}

.tw-text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95)
}

.tw-text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity))
}

.tw-text-lime-700\/0 {
  color: rgb(77 124 15 / 0)
}

.tw-text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1)
}

.tw-text-lime-700\/100 {
  color: rgb(77 124 15 / 1)
}

.tw-text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15)
}

.tw-text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2)
}

.tw-text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25)
}

.tw-text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3)
}

.tw-text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35)
}

.tw-text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4)
}

.tw-text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45)
}

.tw-text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05)
}

.tw-text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5)
}

.tw-text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55)
}

.tw-text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6)
}

.tw-text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65)
}

.tw-text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7)
}

.tw-text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75)
}

.tw-text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8)
}

.tw-text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85)
}

.tw-text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9)
}

.tw-text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95)
}

.tw-text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity))
}

.tw-text-lime-800\/0 {
  color: rgb(63 98 18 / 0)
}

.tw-text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1)
}

.tw-text-lime-800\/100 {
  color: rgb(63 98 18 / 1)
}

.tw-text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15)
}

.tw-text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2)
}

.tw-text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25)
}

.tw-text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3)
}

.tw-text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35)
}

.tw-text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4)
}

.tw-text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45)
}

.tw-text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05)
}

.tw-text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5)
}

.tw-text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55)
}

.tw-text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6)
}

.tw-text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65)
}

.tw-text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7)
}

.tw-text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75)
}

.tw-text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8)
}

.tw-text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85)
}

.tw-text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9)
}

.tw-text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95)
}

.tw-text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity))
}

.tw-text-lime-900\/0 {
  color: rgb(54 83 20 / 0)
}

.tw-text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1)
}

.tw-text-lime-900\/100 {
  color: rgb(54 83 20 / 1)
}

.tw-text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15)
}

.tw-text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2)
}

.tw-text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25)
}

.tw-text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3)
}

.tw-text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35)
}

.tw-text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4)
}

.tw-text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45)
}

.tw-text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05)
}

.tw-text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5)
}

.tw-text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55)
}

.tw-text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6)
}

.tw-text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65)
}

.tw-text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7)
}

.tw-text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75)
}

.tw-text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8)
}

.tw-text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85)
}

.tw-text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9)
}

.tw-text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95)
}

.tw-text-neutral {
  --tw-text-opacity: 1;
  color: var(--fallback-n,oklch(var(--n)/var(--tw-text-opacity)))
}

.tw-text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity))
}

.tw-text-neutral-100\/0 {
  color: rgb(245 245 245 / 0)
}

.tw-text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1)
}

.tw-text-neutral-100\/100 {
  color: rgb(245 245 245 / 1)
}

.tw-text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15)
}

.tw-text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2)
}

.tw-text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25)
}

.tw-text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3)
}

.tw-text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35)
}

.tw-text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4)
}

.tw-text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45)
}

.tw-text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05)
}

.tw-text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5)
}

.tw-text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55)
}

.tw-text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6)
}

.tw-text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65)
}

.tw-text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7)
}

.tw-text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75)
}

.tw-text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8)
}

.tw-text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85)
}

.tw-text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9)
}

.tw-text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95)
}

.tw-text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity))
}

.tw-text-neutral-200\/0 {
  color: rgb(229 229 229 / 0)
}

.tw-text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1)
}

.tw-text-neutral-200\/100 {
  color: rgb(229 229 229 / 1)
}

.tw-text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15)
}

.tw-text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2)
}

.tw-text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25)
}

.tw-text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3)
}

.tw-text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35)
}

.tw-text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4)
}

.tw-text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45)
}

.tw-text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05)
}

.tw-text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5)
}

.tw-text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55)
}

.tw-text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6)
}

.tw-text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65)
}

.tw-text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7)
}

.tw-text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75)
}

.tw-text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8)
}

.tw-text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85)
}

.tw-text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9)
}

.tw-text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95)
}

.tw-text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity))
}

.tw-text-neutral-300\/0 {
  color: rgb(212 212 212 / 0)
}

.tw-text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1)
}

.tw-text-neutral-300\/100 {
  color: rgb(212 212 212 / 1)
}

.tw-text-neutral-300\/15 {
  color: rgb(212 212 212 / 0.15)
}

.tw-text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2)
}

.tw-text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25)
}

.tw-text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3)
}

.tw-text-neutral-300\/35 {
  color: rgb(212 212 212 / 0.35)
}

.tw-text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4)
}

.tw-text-neutral-300\/45 {
  color: rgb(212 212 212 / 0.45)
}

.tw-text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05)
}

.tw-text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5)
}

.tw-text-neutral-300\/55 {
  color: rgb(212 212 212 / 0.55)
}

.tw-text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6)
}

.tw-text-neutral-300\/65 {
  color: rgb(212 212 212 / 0.65)
}

.tw-text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7)
}

.tw-text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75)
}

.tw-text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8)
}

.tw-text-neutral-300\/85 {
  color: rgb(212 212 212 / 0.85)
}

.tw-text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9)
}

.tw-text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95)
}

.tw-text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity))
}

.tw-text-neutral-400\/0 {
  color: rgb(163 163 163 / 0)
}

.tw-text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1)
}

.tw-text-neutral-400\/100 {
  color: rgb(163 163 163 / 1)
}

.tw-text-neutral-400\/15 {
  color: rgb(163 163 163 / 0.15)
}

.tw-text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2)
}

.tw-text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25)
}

.tw-text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3)
}

.tw-text-neutral-400\/35 {
  color: rgb(163 163 163 / 0.35)
}

.tw-text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4)
}

.tw-text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45)
}

.tw-text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05)
}

.tw-text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5)
}

.tw-text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55)
}

.tw-text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6)
}

.tw-text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65)
}

.tw-text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7)
}

.tw-text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75)
}

.tw-text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8)
}

.tw-text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85)
}

.tw-text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9)
}

.tw-text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95)
}

.tw-text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity))
}

.tw-text-neutral-50\/0 {
  color: rgb(250 250 250 / 0)
}

.tw-text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1)
}

.tw-text-neutral-50\/100 {
  color: rgb(250 250 250 / 1)
}

.tw-text-neutral-50\/15 {
  color: rgb(250 250 250 / 0.15)
}

.tw-text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2)
}

.tw-text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25)
}

.tw-text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3)
}

.tw-text-neutral-50\/35 {
  color: rgb(250 250 250 / 0.35)
}

.tw-text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4)
}

.tw-text-neutral-50\/45 {
  color: rgb(250 250 250 / 0.45)
}

.tw-text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05)
}

.tw-text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5)
}

.tw-text-neutral-50\/55 {
  color: rgb(250 250 250 / 0.55)
}

.tw-text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6)
}

.tw-text-neutral-50\/65 {
  color: rgb(250 250 250 / 0.65)
}

.tw-text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7)
}

.tw-text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75)
}

.tw-text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8)
}

.tw-text-neutral-50\/85 {
  color: rgb(250 250 250 / 0.85)
}

.tw-text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9)
}

.tw-text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95)
}

.tw-text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity))
}

.tw-text-neutral-500\/0 {
  color: rgb(115 115 115 / 0)
}

.tw-text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1)
}

.tw-text-neutral-500\/100 {
  color: rgb(115 115 115 / 1)
}

.tw-text-neutral-500\/15 {
  color: rgb(115 115 115 / 0.15)
}

.tw-text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2)
}

.tw-text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25)
}

.tw-text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3)
}

.tw-text-neutral-500\/35 {
  color: rgb(115 115 115 / 0.35)
}

.tw-text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4)
}

.tw-text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45)
}

.tw-text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05)
}

.tw-text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5)
}

.tw-text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55)
}

.tw-text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6)
}

.tw-text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65)
}

.tw-text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7)
}

.tw-text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75)
}

.tw-text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8)
}

.tw-text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85)
}

.tw-text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9)
}

.tw-text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95)
}

.tw-text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity))
}

.tw-text-neutral-600\/0 {
  color: rgb(82 82 82 / 0)
}

.tw-text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1)
}

.tw-text-neutral-600\/100 {
  color: rgb(82 82 82 / 1)
}

.tw-text-neutral-600\/15 {
  color: rgb(82 82 82 / 0.15)
}

.tw-text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2)
}

.tw-text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25)
}

.tw-text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3)
}

.tw-text-neutral-600\/35 {
  color: rgb(82 82 82 / 0.35)
}

.tw-text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4)
}

.tw-text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45)
}

.tw-text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05)
}

.tw-text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5)
}

.tw-text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55)
}

.tw-text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6)
}

.tw-text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65)
}

.tw-text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7)
}

.tw-text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75)
}

.tw-text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8)
}

.tw-text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85)
}

.tw-text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9)
}

.tw-text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95)
}

.tw-text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity))
}

.tw-text-neutral-700\/0 {
  color: rgb(64 64 64 / 0)
}

.tw-text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1)
}

.tw-text-neutral-700\/100 {
  color: rgb(64 64 64 / 1)
}

.tw-text-neutral-700\/15 {
  color: rgb(64 64 64 / 0.15)
}

.tw-text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2)
}

.tw-text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25)
}

.tw-text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3)
}

.tw-text-neutral-700\/35 {
  color: rgb(64 64 64 / 0.35)
}

.tw-text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4)
}

.tw-text-neutral-700\/45 {
  color: rgb(64 64 64 / 0.45)
}

.tw-text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05)
}

.tw-text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5)
}

.tw-text-neutral-700\/55 {
  color: rgb(64 64 64 / 0.55)
}

.tw-text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6)
}

.tw-text-neutral-700\/65 {
  color: rgb(64 64 64 / 0.65)
}

.tw-text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7)
}

.tw-text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75)
}

.tw-text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8)
}

.tw-text-neutral-700\/85 {
  color: rgb(64 64 64 / 0.85)
}

.tw-text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9)
}

.tw-text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95)
}

.tw-text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity))
}

.tw-text-neutral-800\/0 {
  color: rgb(38 38 38 / 0)
}

.tw-text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1)
}

.tw-text-neutral-800\/100 {
  color: rgb(38 38 38 / 1)
}

.tw-text-neutral-800\/15 {
  color: rgb(38 38 38 / 0.15)
}

.tw-text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2)
}

.tw-text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25)
}

.tw-text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3)
}

.tw-text-neutral-800\/35 {
  color: rgb(38 38 38 / 0.35)
}

.tw-text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4)
}

.tw-text-neutral-800\/45 {
  color: rgb(38 38 38 / 0.45)
}

.tw-text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05)
}

.tw-text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5)
}

.tw-text-neutral-800\/55 {
  color: rgb(38 38 38 / 0.55)
}

.tw-text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6)
}

.tw-text-neutral-800\/65 {
  color: rgb(38 38 38 / 0.65)
}

.tw-text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7)
}

.tw-text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75)
}

.tw-text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8)
}

.tw-text-neutral-800\/85 {
  color: rgb(38 38 38 / 0.85)
}

.tw-text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9)
}

.tw-text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95)
}

.tw-text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity))
}

.tw-text-neutral-900\/0 {
  color: rgb(23 23 23 / 0)
}

.tw-text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1)
}

.tw-text-neutral-900\/100 {
  color: rgb(23 23 23 / 1)
}

.tw-text-neutral-900\/15 {
  color: rgb(23 23 23 / 0.15)
}

.tw-text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2)
}

.tw-text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25)
}

.tw-text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3)
}

.tw-text-neutral-900\/35 {
  color: rgb(23 23 23 / 0.35)
}

.tw-text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4)
}

.tw-text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45)
}

.tw-text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05)
}

.tw-text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5)
}

.tw-text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55)
}

.tw-text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6)
}

.tw-text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65)
}

.tw-text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7)
}

.tw-text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75)
}

.tw-text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8)
}

.tw-text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85)
}

.tw-text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9)
}

.tw-text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95)
}

.tw-text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity))
}

.tw-text-neutral-950\/0 {
  color: rgb(10 10 10 / 0)
}

.tw-text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1)
}

.tw-text-neutral-950\/100 {
  color: rgb(10 10 10 / 1)
}

.tw-text-neutral-950\/15 {
  color: rgb(10 10 10 / 0.15)
}

.tw-text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2)
}

.tw-text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25)
}

.tw-text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3)
}

.tw-text-neutral-950\/35 {
  color: rgb(10 10 10 / 0.35)
}

.tw-text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4)
}

.tw-text-neutral-950\/45 {
  color: rgb(10 10 10 / 0.45)
}

.tw-text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05)
}

.tw-text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5)
}

.tw-text-neutral-950\/55 {
  color: rgb(10 10 10 / 0.55)
}

.tw-text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6)
}

.tw-text-neutral-950\/65 {
  color: rgb(10 10 10 / 0.65)
}

.tw-text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7)
}

.tw-text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75)
}

.tw-text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8)
}

.tw-text-neutral-950\/85 {
  color: rgb(10 10 10 / 0.85)
}

.tw-text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9)
}

.tw-text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95)
}

.tw-text-neutral-content {
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))
}

.tw-text-neutral-content\/0 {
  color: var(--fallback-nc,oklch(var(--nc)/0))
}

.tw-text-neutral-content\/10 {
  color: var(--fallback-nc,oklch(var(--nc)/0.1))
}

.tw-text-neutral-content\/100 {
  color: var(--fallback-nc,oklch(var(--nc)/1))
}

.tw-text-neutral-content\/15 {
  color: var(--fallback-nc,oklch(var(--nc)/0.15))
}

.tw-text-neutral-content\/20 {
  color: var(--fallback-nc,oklch(var(--nc)/0.2))
}

.tw-text-neutral-content\/25 {
  color: var(--fallback-nc,oklch(var(--nc)/0.25))
}

.tw-text-neutral-content\/30 {
  color: var(--fallback-nc,oklch(var(--nc)/0.3))
}

.tw-text-neutral-content\/35 {
  color: var(--fallback-nc,oklch(var(--nc)/0.35))
}

.tw-text-neutral-content\/40 {
  color: var(--fallback-nc,oklch(var(--nc)/0.4))
}

.tw-text-neutral-content\/45 {
  color: var(--fallback-nc,oklch(var(--nc)/0.45))
}

.tw-text-neutral-content\/5 {
  color: var(--fallback-nc,oklch(var(--nc)/0.05))
}

.tw-text-neutral-content\/50 {
  color: var(--fallback-nc,oklch(var(--nc)/0.5))
}

.tw-text-neutral-content\/55 {
  color: var(--fallback-nc,oklch(var(--nc)/0.55))
}

.tw-text-neutral-content\/60 {
  color: var(--fallback-nc,oklch(var(--nc)/0.6))
}

.tw-text-neutral-content\/65 {
  color: var(--fallback-nc,oklch(var(--nc)/0.65))
}

.tw-text-neutral-content\/70 {
  color: var(--fallback-nc,oklch(var(--nc)/0.7))
}

.tw-text-neutral-content\/75 {
  color: var(--fallback-nc,oklch(var(--nc)/0.75))
}

.tw-text-neutral-content\/80 {
  color: var(--fallback-nc,oklch(var(--nc)/0.8))
}

.tw-text-neutral-content\/85 {
  color: var(--fallback-nc,oklch(var(--nc)/0.85))
}

.tw-text-neutral-content\/90 {
  color: var(--fallback-nc,oklch(var(--nc)/0.9))
}

.tw-text-neutral-content\/95 {
  color: var(--fallback-nc,oklch(var(--nc)/0.95))
}

.tw-text-neutral\/0 {
  color: var(--fallback-n,oklch(var(--n)/0))
}

.tw-text-neutral\/10 {
  color: var(--fallback-n,oklch(var(--n)/0.1))
}

.tw-text-neutral\/100 {
  color: var(--fallback-n,oklch(var(--n)/1))
}

.tw-text-neutral\/15 {
  color: var(--fallback-n,oklch(var(--n)/0.15))
}

.tw-text-neutral\/20 {
  color: var(--fallback-n,oklch(var(--n)/0.2))
}

.tw-text-neutral\/25 {
  color: var(--fallback-n,oklch(var(--n)/0.25))
}

.tw-text-neutral\/30 {
  color: var(--fallback-n,oklch(var(--n)/0.3))
}

.tw-text-neutral\/35 {
  color: var(--fallback-n,oklch(var(--n)/0.35))
}

.tw-text-neutral\/40 {
  color: var(--fallback-n,oklch(var(--n)/0.4))
}

.tw-text-neutral\/45 {
  color: var(--fallback-n,oklch(var(--n)/0.45))
}

.tw-text-neutral\/5 {
  color: var(--fallback-n,oklch(var(--n)/0.05))
}

.tw-text-neutral\/50 {
  color: var(--fallback-n,oklch(var(--n)/0.5))
}

.tw-text-neutral\/55 {
  color: var(--fallback-n,oklch(var(--n)/0.55))
}

.tw-text-neutral\/60 {
  color: var(--fallback-n,oklch(var(--n)/0.6))
}

.tw-text-neutral\/65 {
  color: var(--fallback-n,oklch(var(--n)/0.65))
}

.tw-text-neutral\/70 {
  color: var(--fallback-n,oklch(var(--n)/0.7))
}

.tw-text-neutral\/75 {
  color: var(--fallback-n,oklch(var(--n)/0.75))
}

.tw-text-neutral\/80 {
  color: var(--fallback-n,oklch(var(--n)/0.8))
}

.tw-text-neutral\/85 {
  color: var(--fallback-n,oklch(var(--n)/0.85))
}

.tw-text-neutral\/90 {
  color: var(--fallback-n,oklch(var(--n)/0.9))
}

.tw-text-neutral\/95 {
  color: var(--fallback-n,oklch(var(--n)/0.95))
}

.tw-text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity))
}

.tw-text-orange-100\/0 {
  color: rgb(255 237 213 / 0)
}

.tw-text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1)
}

.tw-text-orange-100\/100 {
  color: rgb(255 237 213 / 1)
}

.tw-text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15)
}

.tw-text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2)
}

.tw-text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25)
}

.tw-text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3)
}

.tw-text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35)
}

.tw-text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4)
}

.tw-text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45)
}

.tw-text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05)
}

.tw-text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5)
}

.tw-text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55)
}

.tw-text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6)
}

.tw-text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65)
}

.tw-text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7)
}

.tw-text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75)
}

.tw-text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8)
}

.tw-text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85)
}

.tw-text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9)
}

.tw-text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95)
}

.tw-text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity))
}

.tw-text-orange-200\/0 {
  color: rgb(254 215 170 / 0)
}

.tw-text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1)
}

.tw-text-orange-200\/100 {
  color: rgb(254 215 170 / 1)
}

.tw-text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15)
}

.tw-text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2)
}

.tw-text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25)
}

.tw-text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3)
}

.tw-text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35)
}

.tw-text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4)
}

.tw-text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45)
}

.tw-text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05)
}

.tw-text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5)
}

.tw-text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55)
}

.tw-text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6)
}

.tw-text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65)
}

.tw-text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7)
}

.tw-text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75)
}

.tw-text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8)
}

.tw-text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85)
}

.tw-text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9)
}

.tw-text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95)
}

.tw-text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity))
}

.tw-text-orange-300\/0 {
  color: rgb(253 186 116 / 0)
}

.tw-text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1)
}

.tw-text-orange-300\/100 {
  color: rgb(253 186 116 / 1)
}

.tw-text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15)
}

.tw-text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2)
}

.tw-text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25)
}

.tw-text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3)
}

.tw-text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35)
}

.tw-text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4)
}

.tw-text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45)
}

.tw-text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05)
}

.tw-text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5)
}

.tw-text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55)
}

.tw-text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6)
}

.tw-text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65)
}

.tw-text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7)
}

.tw-text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75)
}

.tw-text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8)
}

.tw-text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85)
}

.tw-text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9)
}

.tw-text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95)
}

.tw-text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity))
}

.tw-text-orange-400\/0 {
  color: rgb(251 146 60 / 0)
}

.tw-text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1)
}

.tw-text-orange-400\/100 {
  color: rgb(251 146 60 / 1)
}

.tw-text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15)
}

.tw-text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2)
}

.tw-text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25)
}

.tw-text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3)
}

.tw-text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35)
}

.tw-text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4)
}

.tw-text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45)
}

.tw-text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05)
}

.tw-text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5)
}

.tw-text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55)
}

.tw-text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6)
}

.tw-text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65)
}

.tw-text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7)
}

.tw-text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75)
}

.tw-text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8)
}

.tw-text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85)
}

.tw-text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9)
}

.tw-text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95)
}

.tw-text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity))
}

.tw-text-orange-500\/0 {
  color: rgb(249 115 22 / 0)
}

.tw-text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1)
}

.tw-text-orange-500\/100 {
  color: rgb(249 115 22 / 1)
}

.tw-text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15)
}

.tw-text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2)
}

.tw-text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25)
}

.tw-text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3)
}

.tw-text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35)
}

.tw-text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4)
}

.tw-text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45)
}

.tw-text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05)
}

.tw-text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5)
}

.tw-text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55)
}

.tw-text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6)
}

.tw-text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65)
}

.tw-text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7)
}

.tw-text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75)
}

.tw-text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8)
}

.tw-text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85)
}

.tw-text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9)
}

.tw-text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95)
}

.tw-text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity))
}

.tw-text-orange-600\/0 {
  color: rgb(234 88 12 / 0)
}

.tw-text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1)
}

.tw-text-orange-600\/100 {
  color: rgb(234 88 12 / 1)
}

.tw-text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15)
}

.tw-text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2)
}

.tw-text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25)
}

.tw-text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3)
}

.tw-text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35)
}

.tw-text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4)
}

.tw-text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45)
}

.tw-text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05)
}

.tw-text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5)
}

.tw-text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55)
}

.tw-text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6)
}

.tw-text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65)
}

.tw-text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7)
}

.tw-text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75)
}

.tw-text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8)
}

.tw-text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85)
}

.tw-text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9)
}

.tw-text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95)
}

.tw-text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity))
}

.tw-text-orange-700\/0 {
  color: rgb(194 65 12 / 0)
}

.tw-text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1)
}

.tw-text-orange-700\/100 {
  color: rgb(194 65 12 / 1)
}

.tw-text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15)
}

.tw-text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2)
}

.tw-text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25)
}

.tw-text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3)
}

.tw-text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35)
}

.tw-text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4)
}

.tw-text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45)
}

.tw-text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05)
}

.tw-text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5)
}

.tw-text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55)
}

.tw-text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6)
}

.tw-text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65)
}

.tw-text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7)
}

.tw-text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75)
}

.tw-text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8)
}

.tw-text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85)
}

.tw-text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9)
}

.tw-text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95)
}

.tw-text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity))
}

.tw-text-orange-800\/0 {
  color: rgb(154 52 18 / 0)
}

.tw-text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1)
}

.tw-text-orange-800\/100 {
  color: rgb(154 52 18 / 1)
}

.tw-text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15)
}

.tw-text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2)
}

.tw-text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25)
}

.tw-text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3)
}

.tw-text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35)
}

.tw-text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4)
}

.tw-text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45)
}

.tw-text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05)
}

.tw-text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5)
}

.tw-text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55)
}

.tw-text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6)
}

.tw-text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65)
}

.tw-text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7)
}

.tw-text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75)
}

.tw-text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8)
}

.tw-text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85)
}

.tw-text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9)
}

.tw-text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95)
}

.tw-text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity))
}

.tw-text-orange-900\/0 {
  color: rgb(124 45 18 / 0)
}

.tw-text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1)
}

.tw-text-orange-900\/100 {
  color: rgb(124 45 18 / 1)
}

.tw-text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15)
}

.tw-text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2)
}

.tw-text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25)
}

.tw-text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3)
}

.tw-text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35)
}

.tw-text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4)
}

.tw-text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45)
}

.tw-text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05)
}

.tw-text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5)
}

.tw-text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55)
}

.tw-text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6)
}

.tw-text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65)
}

.tw-text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7)
}

.tw-text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75)
}

.tw-text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8)
}

.tw-text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85)
}

.tw-text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9)
}

.tw-text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95)
}

.tw-text-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)))
}

.tw-text-primary-content {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
}

.tw-text-primary-content\/0 {
  color: var(--fallback-pc,oklch(var(--pc)/0))
}

.tw-text-primary-content\/10 {
  color: var(--fallback-pc,oklch(var(--pc)/0.1))
}

.tw-text-primary-content\/100 {
  color: var(--fallback-pc,oklch(var(--pc)/1))
}

.tw-text-primary-content\/15 {
  color: var(--fallback-pc,oklch(var(--pc)/0.15))
}

.tw-text-primary-content\/20 {
  color: var(--fallback-pc,oklch(var(--pc)/0.2))
}

.tw-text-primary-content\/25 {
  color: var(--fallback-pc,oklch(var(--pc)/0.25))
}

.tw-text-primary-content\/30 {
  color: var(--fallback-pc,oklch(var(--pc)/0.3))
}

.tw-text-primary-content\/35 {
  color: var(--fallback-pc,oklch(var(--pc)/0.35))
}

.tw-text-primary-content\/40 {
  color: var(--fallback-pc,oklch(var(--pc)/0.4))
}

.tw-text-primary-content\/45 {
  color: var(--fallback-pc,oklch(var(--pc)/0.45))
}

.tw-text-primary-content\/5 {
  color: var(--fallback-pc,oklch(var(--pc)/0.05))
}

.tw-text-primary-content\/50 {
  color: var(--fallback-pc,oklch(var(--pc)/0.5))
}

.tw-text-primary-content\/55 {
  color: var(--fallback-pc,oklch(var(--pc)/0.55))
}

.tw-text-primary-content\/60 {
  color: var(--fallback-pc,oklch(var(--pc)/0.6))
}

.tw-text-primary-content\/65 {
  color: var(--fallback-pc,oklch(var(--pc)/0.65))
}

.tw-text-primary-content\/70 {
  color: var(--fallback-pc,oklch(var(--pc)/0.7))
}

.tw-text-primary-content\/75 {
  color: var(--fallback-pc,oklch(var(--pc)/0.75))
}

.tw-text-primary-content\/80 {
  color: var(--fallback-pc,oklch(var(--pc)/0.8))
}

.tw-text-primary-content\/85 {
  color: var(--fallback-pc,oklch(var(--pc)/0.85))
}

.tw-text-primary-content\/90 {
  color: var(--fallback-pc,oklch(var(--pc)/0.9))
}

.tw-text-primary-content\/95 {
  color: var(--fallback-pc,oklch(var(--pc)/0.95))
}

.tw-text-primary\/0 {
  color: var(--fallback-p,oklch(var(--p)/0))
}

.tw-text-primary\/10 {
  color: var(--fallback-p,oklch(var(--p)/0.1))
}

.tw-text-primary\/100 {
  color: var(--fallback-p,oklch(var(--p)/1))
}

.tw-text-primary\/15 {
  color: var(--fallback-p,oklch(var(--p)/0.15))
}

.tw-text-primary\/20 {
  color: var(--fallback-p,oklch(var(--p)/0.2))
}

.tw-text-primary\/25 {
  color: var(--fallback-p,oklch(var(--p)/0.25))
}

.tw-text-primary\/30 {
  color: var(--fallback-p,oklch(var(--p)/0.3))
}

.tw-text-primary\/35 {
  color: var(--fallback-p,oklch(var(--p)/0.35))
}

.tw-text-primary\/40 {
  color: var(--fallback-p,oklch(var(--p)/0.4))
}

.tw-text-primary\/45 {
  color: var(--fallback-p,oklch(var(--p)/0.45))
}

.tw-text-primary\/5 {
  color: var(--fallback-p,oklch(var(--p)/0.05))
}

.tw-text-primary\/50 {
  color: var(--fallback-p,oklch(var(--p)/0.5))
}

.tw-text-primary\/55 {
  color: var(--fallback-p,oklch(var(--p)/0.55))
}

.tw-text-primary\/60 {
  color: var(--fallback-p,oklch(var(--p)/0.6))
}

.tw-text-primary\/65 {
  color: var(--fallback-p,oklch(var(--p)/0.65))
}

.tw-text-primary\/70 {
  color: var(--fallback-p,oklch(var(--p)/0.7))
}

.tw-text-primary\/75 {
  color: var(--fallback-p,oklch(var(--p)/0.75))
}

.tw-text-primary\/80 {
  color: var(--fallback-p,oklch(var(--p)/0.8))
}

.tw-text-primary\/85 {
  color: var(--fallback-p,oklch(var(--p)/0.85))
}

.tw-text-primary\/90 {
  color: var(--fallback-p,oklch(var(--p)/0.9))
}

.tw-text-primary\/95 {
  color: var(--fallback-p,oklch(var(--p)/0.95))
}

.tw-text-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)))
}

.tw-text-secondary-content {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))
}

.tw-text-secondary-content\/0 {
  color: var(--fallback-sc,oklch(var(--sc)/0))
}

.tw-text-secondary-content\/10 {
  color: var(--fallback-sc,oklch(var(--sc)/0.1))
}

.tw-text-secondary-content\/100 {
  color: var(--fallback-sc,oklch(var(--sc)/1))
}

.tw-text-secondary-content\/15 {
  color: var(--fallback-sc,oklch(var(--sc)/0.15))
}

.tw-text-secondary-content\/20 {
  color: var(--fallback-sc,oklch(var(--sc)/0.2))
}

.tw-text-secondary-content\/25 {
  color: var(--fallback-sc,oklch(var(--sc)/0.25))
}

.tw-text-secondary-content\/30 {
  color: var(--fallback-sc,oklch(var(--sc)/0.3))
}

.tw-text-secondary-content\/35 {
  color: var(--fallback-sc,oklch(var(--sc)/0.35))
}

.tw-text-secondary-content\/40 {
  color: var(--fallback-sc,oklch(var(--sc)/0.4))
}

.tw-text-secondary-content\/45 {
  color: var(--fallback-sc,oklch(var(--sc)/0.45))
}

.tw-text-secondary-content\/5 {
  color: var(--fallback-sc,oklch(var(--sc)/0.05))
}

.tw-text-secondary-content\/50 {
  color: var(--fallback-sc,oklch(var(--sc)/0.5))
}

.tw-text-secondary-content\/55 {
  color: var(--fallback-sc,oklch(var(--sc)/0.55))
}

.tw-text-secondary-content\/60 {
  color: var(--fallback-sc,oklch(var(--sc)/0.6))
}

.tw-text-secondary-content\/65 {
  color: var(--fallback-sc,oklch(var(--sc)/0.65))
}

.tw-text-secondary-content\/70 {
  color: var(--fallback-sc,oklch(var(--sc)/0.7))
}

.tw-text-secondary-content\/75 {
  color: var(--fallback-sc,oklch(var(--sc)/0.75))
}

.tw-text-secondary-content\/80 {
  color: var(--fallback-sc,oklch(var(--sc)/0.8))
}

.tw-text-secondary-content\/85 {
  color: var(--fallback-sc,oklch(var(--sc)/0.85))
}

.tw-text-secondary-content\/90 {
  color: var(--fallback-sc,oklch(var(--sc)/0.9))
}

.tw-text-secondary-content\/95 {
  color: var(--fallback-sc,oklch(var(--sc)/0.95))
}

.tw-text-secondary\/0 {
  color: var(--fallback-s,oklch(var(--s)/0))
}

.tw-text-secondary\/10 {
  color: var(--fallback-s,oklch(var(--s)/0.1))
}

.tw-text-secondary\/100 {
  color: var(--fallback-s,oklch(var(--s)/1))
}

.tw-text-secondary\/15 {
  color: var(--fallback-s,oklch(var(--s)/0.15))
}

.tw-text-secondary\/20 {
  color: var(--fallback-s,oklch(var(--s)/0.2))
}

.tw-text-secondary\/25 {
  color: var(--fallback-s,oklch(var(--s)/0.25))
}

.tw-text-secondary\/30 {
  color: var(--fallback-s,oklch(var(--s)/0.3))
}

.tw-text-secondary\/35 {
  color: var(--fallback-s,oklch(var(--s)/0.35))
}

.tw-text-secondary\/40 {
  color: var(--fallback-s,oklch(var(--s)/0.4))
}

.tw-text-secondary\/45 {
  color: var(--fallback-s,oklch(var(--s)/0.45))
}

.tw-text-secondary\/5 {
  color: var(--fallback-s,oklch(var(--s)/0.05))
}

.tw-text-secondary\/50 {
  color: var(--fallback-s,oklch(var(--s)/0.5))
}

.tw-text-secondary\/55 {
  color: var(--fallback-s,oklch(var(--s)/0.55))
}

.tw-text-secondary\/60 {
  color: var(--fallback-s,oklch(var(--s)/0.6))
}

.tw-text-secondary\/65 {
  color: var(--fallback-s,oklch(var(--s)/0.65))
}

.tw-text-secondary\/70 {
  color: var(--fallback-s,oklch(var(--s)/0.7))
}

.tw-text-secondary\/75 {
  color: var(--fallback-s,oklch(var(--s)/0.75))
}

.tw-text-secondary\/80 {
  color: var(--fallback-s,oklch(var(--s)/0.8))
}

.tw-text-secondary\/85 {
  color: var(--fallback-s,oklch(var(--s)/0.85))
}

.tw-text-secondary\/90 {
  color: var(--fallback-s,oklch(var(--s)/0.9))
}

.tw-text-secondary\/95 {
  color: var(--fallback-s,oklch(var(--s)/0.95))
}

.tw-text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity))
}

.tw-text-sky-100\/0 {
  color: rgb(224 242 254 / 0)
}

.tw-text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1)
}

.tw-text-sky-100\/100 {
  color: rgb(224 242 254 / 1)
}

.tw-text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15)
}

.tw-text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2)
}

.tw-text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25)
}

.tw-text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3)
}

.tw-text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35)
}

.tw-text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4)
}

.tw-text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45)
}

.tw-text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05)
}

.tw-text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5)
}

.tw-text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55)
}

.tw-text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6)
}

.tw-text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65)
}

.tw-text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7)
}

.tw-text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75)
}

.tw-text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8)
}

.tw-text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85)
}

.tw-text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9)
}

.tw-text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95)
}

.tw-text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity))
}

.tw-text-sky-200\/0 {
  color: rgb(186 230 253 / 0)
}

.tw-text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1)
}

.tw-text-sky-200\/100 {
  color: rgb(186 230 253 / 1)
}

.tw-text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15)
}

.tw-text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2)
}

.tw-text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25)
}

.tw-text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3)
}

.tw-text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35)
}

.tw-text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4)
}

.tw-text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45)
}

.tw-text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05)
}

.tw-text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5)
}

.tw-text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55)
}

.tw-text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6)
}

.tw-text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65)
}

.tw-text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7)
}

.tw-text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75)
}

.tw-text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8)
}

.tw-text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85)
}

.tw-text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9)
}

.tw-text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95)
}

.tw-text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity))
}

.tw-text-sky-300\/0 {
  color: rgb(125 211 252 / 0)
}

.tw-text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1)
}

.tw-text-sky-300\/100 {
  color: rgb(125 211 252 / 1)
}

.tw-text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15)
}

.tw-text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2)
}

.tw-text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25)
}

.tw-text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3)
}

.tw-text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35)
}

.tw-text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4)
}

.tw-text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45)
}

.tw-text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05)
}

.tw-text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5)
}

.tw-text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55)
}

.tw-text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6)
}

.tw-text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65)
}

.tw-text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7)
}

.tw-text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75)
}

.tw-text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8)
}

.tw-text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85)
}

.tw-text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9)
}

.tw-text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95)
}

.tw-text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity))
}

.tw-text-sky-400\/0 {
  color: rgb(56 189 248 / 0)
}

.tw-text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1)
}

.tw-text-sky-400\/100 {
  color: rgb(56 189 248 / 1)
}

.tw-text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15)
}

.tw-text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2)
}

.tw-text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25)
}

.tw-text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3)
}

.tw-text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35)
}

.tw-text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4)
}

.tw-text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45)
}

.tw-text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05)
}

.tw-text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5)
}

.tw-text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55)
}

.tw-text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6)
}

.tw-text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65)
}

.tw-text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7)
}

.tw-text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75)
}

.tw-text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8)
}

.tw-text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85)
}

.tw-text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9)
}

.tw-text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95)
}

.tw-text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity))
}

.tw-text-sky-500\/0 {
  color: rgb(14 165 233 / 0)
}

.tw-text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1)
}

.tw-text-sky-500\/100 {
  color: rgb(14 165 233 / 1)
}

.tw-text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15)
}

.tw-text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2)
}

.tw-text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25)
}

.tw-text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3)
}

.tw-text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35)
}

.tw-text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4)
}

.tw-text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45)
}

.tw-text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05)
}

.tw-text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5)
}

.tw-text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55)
}

.tw-text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6)
}

.tw-text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65)
}

.tw-text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7)
}

.tw-text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75)
}

.tw-text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8)
}

.tw-text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85)
}

.tw-text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9)
}

.tw-text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95)
}

.tw-text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity))
}

.tw-text-sky-600\/0 {
  color: rgb(2 132 199 / 0)
}

.tw-text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1)
}

.tw-text-sky-600\/100 {
  color: rgb(2 132 199 / 1)
}

.tw-text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15)
}

.tw-text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2)
}

.tw-text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25)
}

.tw-text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3)
}

.tw-text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35)
}

.tw-text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4)
}

.tw-text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45)
}

.tw-text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05)
}

.tw-text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5)
}

.tw-text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55)
}

.tw-text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6)
}

.tw-text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65)
}

.tw-text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7)
}

.tw-text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75)
}

.tw-text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8)
}

.tw-text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85)
}

.tw-text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9)
}

.tw-text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95)
}

.tw-text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity))
}

.tw-text-sky-700\/0 {
  color: rgb(3 105 161 / 0)
}

.tw-text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1)
}

.tw-text-sky-700\/100 {
  color: rgb(3 105 161 / 1)
}

.tw-text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15)
}

.tw-text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2)
}

.tw-text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25)
}

.tw-text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3)
}

.tw-text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35)
}

.tw-text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4)
}

.tw-text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45)
}

.tw-text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05)
}

.tw-text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5)
}

.tw-text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55)
}

.tw-text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6)
}

.tw-text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65)
}

.tw-text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7)
}

.tw-text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75)
}

.tw-text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8)
}

.tw-text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85)
}

.tw-text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9)
}

.tw-text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95)
}

.tw-text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity))
}

.tw-text-sky-800\/0 {
  color: rgb(7 89 133 / 0)
}

.tw-text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1)
}

.tw-text-sky-800\/100 {
  color: rgb(7 89 133 / 1)
}

.tw-text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15)
}

.tw-text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2)
}

.tw-text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25)
}

.tw-text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3)
}

.tw-text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35)
}

.tw-text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4)
}

.tw-text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45)
}

.tw-text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05)
}

.tw-text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5)
}

.tw-text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55)
}

.tw-text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6)
}

.tw-text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65)
}

.tw-text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7)
}

.tw-text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75)
}

.tw-text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8)
}

.tw-text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85)
}

.tw-text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9)
}

.tw-text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95)
}

.tw-text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity))
}

.tw-text-sky-900\/0 {
  color: rgb(12 74 110 / 0)
}

.tw-text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1)
}

.tw-text-sky-900\/100 {
  color: rgb(12 74 110 / 1)
}

.tw-text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15)
}

.tw-text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2)
}

.tw-text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25)
}

.tw-text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3)
}

.tw-text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35)
}

.tw-text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4)
}

.tw-text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45)
}

.tw-text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05)
}

.tw-text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5)
}

.tw-text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55)
}

.tw-text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6)
}

.tw-text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65)
}

.tw-text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7)
}

.tw-text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75)
}

.tw-text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8)
}

.tw-text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85)
}

.tw-text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9)
}

.tw-text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95)
}

.tw-text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity))
}

.tw-text-slate-100\/0 {
  color: rgb(241 245 249 / 0)
}

.tw-text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1)
}

.tw-text-slate-100\/100 {
  color: rgb(241 245 249 / 1)
}

.tw-text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15)
}

.tw-text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2)
}

.tw-text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25)
}

.tw-text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3)
}

.tw-text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35)
}

.tw-text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4)
}

.tw-text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45)
}

.tw-text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05)
}

.tw-text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5)
}

.tw-text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55)
}

.tw-text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6)
}

.tw-text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65)
}

.tw-text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7)
}

.tw-text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75)
}

.tw-text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8)
}

.tw-text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85)
}

.tw-text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9)
}

.tw-text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95)
}

.tw-text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity))
}

.tw-text-slate-200\/0 {
  color: rgb(226 232 240 / 0)
}

.tw-text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1)
}

.tw-text-slate-200\/100 {
  color: rgb(226 232 240 / 1)
}

.tw-text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15)
}

.tw-text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2)
}

.tw-text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25)
}

.tw-text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3)
}

.tw-text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35)
}

.tw-text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4)
}

.tw-text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45)
}

.tw-text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05)
}

.tw-text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5)
}

.tw-text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55)
}

.tw-text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6)
}

.tw-text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65)
}

.tw-text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7)
}

.tw-text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75)
}

.tw-text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8)
}

.tw-text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85)
}

.tw-text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9)
}

.tw-text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95)
}

.tw-text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity))
}

.tw-text-slate-300\/0 {
  color: rgb(203 213 225 / 0)
}

.tw-text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1)
}

.tw-text-slate-300\/100 {
  color: rgb(203 213 225 / 1)
}

.tw-text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15)
}

.tw-text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2)
}

.tw-text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25)
}

.tw-text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3)
}

.tw-text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35)
}

.tw-text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4)
}

.tw-text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45)
}

.tw-text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05)
}

.tw-text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5)
}

.tw-text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55)
}

.tw-text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6)
}

.tw-text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65)
}

.tw-text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7)
}

.tw-text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75)
}

.tw-text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8)
}

.tw-text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85)
}

.tw-text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9)
}

.tw-text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95)
}

.tw-text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity))
}

.tw-text-slate-400\/0 {
  color: rgb(148 163 184 / 0)
}

.tw-text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1)
}

.tw-text-slate-400\/100 {
  color: rgb(148 163 184 / 1)
}

.tw-text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15)
}

.tw-text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2)
}

.tw-text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25)
}

.tw-text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3)
}

.tw-text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35)
}

.tw-text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4)
}

.tw-text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45)
}

.tw-text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05)
}

.tw-text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5)
}

.tw-text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55)
}

.tw-text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6)
}

.tw-text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65)
}

.tw-text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7)
}

.tw-text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75)
}

.tw-text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8)
}

.tw-text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85)
}

.tw-text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9)
}

.tw-text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95)
}

.tw-text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity))
}

.tw-text-slate-500\/0 {
  color: rgb(100 116 139 / 0)
}

.tw-text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1)
}

.tw-text-slate-500\/100 {
  color: rgb(100 116 139 / 1)
}

.tw-text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15)
}

.tw-text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2)
}

.tw-text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25)
}

.tw-text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3)
}

.tw-text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35)
}

.tw-text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4)
}

.tw-text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45)
}

.tw-text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05)
}

.tw-text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5)
}

.tw-text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55)
}

.tw-text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6)
}

.tw-text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65)
}

.tw-text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7)
}

.tw-text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75)
}

.tw-text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8)
}

.tw-text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85)
}

.tw-text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9)
}

.tw-text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95)
}

.tw-text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity))
}

.tw-text-slate-600\/0 {
  color: rgb(71 85 105 / 0)
}

.tw-text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1)
}

.tw-text-slate-600\/100 {
  color: rgb(71 85 105 / 1)
}

.tw-text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15)
}

.tw-text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2)
}

.tw-text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25)
}

.tw-text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3)
}

.tw-text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35)
}

.tw-text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4)
}

.tw-text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45)
}

.tw-text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05)
}

.tw-text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5)
}

.tw-text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55)
}

.tw-text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6)
}

.tw-text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65)
}

.tw-text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7)
}

.tw-text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75)
}

.tw-text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8)
}

.tw-text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85)
}

.tw-text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9)
}

.tw-text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95)
}

.tw-text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity))
}

.tw-text-slate-700\/0 {
  color: rgb(51 65 85 / 0)
}

.tw-text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1)
}

.tw-text-slate-700\/100 {
  color: rgb(51 65 85 / 1)
}

.tw-text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15)
}

.tw-text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2)
}

.tw-text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25)
}

.tw-text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3)
}

.tw-text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35)
}

.tw-text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4)
}

.tw-text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45)
}

.tw-text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05)
}

.tw-text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5)
}

.tw-text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55)
}

.tw-text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6)
}

.tw-text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65)
}

.tw-text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7)
}

.tw-text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75)
}

.tw-text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8)
}

.tw-text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85)
}

.tw-text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9)
}

.tw-text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95)
}

.tw-text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity))
}

.tw-text-slate-800\/0 {
  color: rgb(30 41 59 / 0)
}

.tw-text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1)
}

.tw-text-slate-800\/100 {
  color: rgb(30 41 59 / 1)
}

.tw-text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15)
}

.tw-text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2)
}

.tw-text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25)
}

.tw-text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3)
}

.tw-text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35)
}

.tw-text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4)
}

.tw-text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45)
}

.tw-text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05)
}

.tw-text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5)
}

.tw-text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55)
}

.tw-text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6)
}

.tw-text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65)
}

.tw-text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7)
}

.tw-text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75)
}

.tw-text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8)
}

.tw-text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85)
}

.tw-text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9)
}

.tw-text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95)
}

.tw-text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity))
}

.tw-text-slate-900\/0 {
  color: rgb(15 23 42 / 0)
}

.tw-text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1)
}

.tw-text-slate-900\/100 {
  color: rgb(15 23 42 / 1)
}

.tw-text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15)
}

.tw-text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2)
}

.tw-text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25)
}

.tw-text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3)
}

.tw-text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35)
}

.tw-text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4)
}

.tw-text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45)
}

.tw-text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05)
}

.tw-text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5)
}

.tw-text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55)
}

.tw-text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6)
}

.tw-text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65)
}

.tw-text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7)
}

.tw-text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75)
}

.tw-text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8)
}

.tw-text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85)
}

.tw-text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9)
}

.tw-text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95)
}

.tw-text-success {
  --tw-text-opacity: 1;
  color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)))
}

.tw-text-success-content {
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))
}

.tw-text-success-content\/0 {
  color: var(--fallback-suc,oklch(var(--suc)/0))
}

.tw-text-success-content\/10 {
  color: var(--fallback-suc,oklch(var(--suc)/0.1))
}

.tw-text-success-content\/100 {
  color: var(--fallback-suc,oklch(var(--suc)/1))
}

.tw-text-success-content\/15 {
  color: var(--fallback-suc,oklch(var(--suc)/0.15))
}

.tw-text-success-content\/20 {
  color: var(--fallback-suc,oklch(var(--suc)/0.2))
}

.tw-text-success-content\/25 {
  color: var(--fallback-suc,oklch(var(--suc)/0.25))
}

.tw-text-success-content\/30 {
  color: var(--fallback-suc,oklch(var(--suc)/0.3))
}

.tw-text-success-content\/35 {
  color: var(--fallback-suc,oklch(var(--suc)/0.35))
}

.tw-text-success-content\/40 {
  color: var(--fallback-suc,oklch(var(--suc)/0.4))
}

.tw-text-success-content\/45 {
  color: var(--fallback-suc,oklch(var(--suc)/0.45))
}

.tw-text-success-content\/5 {
  color: var(--fallback-suc,oklch(var(--suc)/0.05))
}

.tw-text-success-content\/50 {
  color: var(--fallback-suc,oklch(var(--suc)/0.5))
}

.tw-text-success-content\/55 {
  color: var(--fallback-suc,oklch(var(--suc)/0.55))
}

.tw-text-success-content\/60 {
  color: var(--fallback-suc,oklch(var(--suc)/0.6))
}

.tw-text-success-content\/65 {
  color: var(--fallback-suc,oklch(var(--suc)/0.65))
}

.tw-text-success-content\/70 {
  color: var(--fallback-suc,oklch(var(--suc)/0.7))
}

.tw-text-success-content\/75 {
  color: var(--fallback-suc,oklch(var(--suc)/0.75))
}

.tw-text-success-content\/80 {
  color: var(--fallback-suc,oklch(var(--suc)/0.8))
}

.tw-text-success-content\/85 {
  color: var(--fallback-suc,oklch(var(--suc)/0.85))
}

.tw-text-success-content\/90 {
  color: var(--fallback-suc,oklch(var(--suc)/0.9))
}

.tw-text-success-content\/95 {
  color: var(--fallback-suc,oklch(var(--suc)/0.95))
}

.tw-text-success\/0 {
  color: var(--fallback-su,oklch(var(--su)/0))
}

.tw-text-success\/10 {
  color: var(--fallback-su,oklch(var(--su)/0.1))
}

.tw-text-success\/100 {
  color: var(--fallback-su,oklch(var(--su)/1))
}

.tw-text-success\/15 {
  color: var(--fallback-su,oklch(var(--su)/0.15))
}

.tw-text-success\/20 {
  color: var(--fallback-su,oklch(var(--su)/0.2))
}

.tw-text-success\/25 {
  color: var(--fallback-su,oklch(var(--su)/0.25))
}

.tw-text-success\/30 {
  color: var(--fallback-su,oklch(var(--su)/0.3))
}

.tw-text-success\/35 {
  color: var(--fallback-su,oklch(var(--su)/0.35))
}

.tw-text-success\/40 {
  color: var(--fallback-su,oklch(var(--su)/0.4))
}

.tw-text-success\/45 {
  color: var(--fallback-su,oklch(var(--su)/0.45))
}

.tw-text-success\/5 {
  color: var(--fallback-su,oklch(var(--su)/0.05))
}

.tw-text-success\/50 {
  color: var(--fallback-su,oklch(var(--su)/0.5))
}

.tw-text-success\/55 {
  color: var(--fallback-su,oklch(var(--su)/0.55))
}

.tw-text-success\/60 {
  color: var(--fallback-su,oklch(var(--su)/0.6))
}

.tw-text-success\/65 {
  color: var(--fallback-su,oklch(var(--su)/0.65))
}

.tw-text-success\/70 {
  color: var(--fallback-su,oklch(var(--su)/0.7))
}

.tw-text-success\/75 {
  color: var(--fallback-su,oklch(var(--su)/0.75))
}

.tw-text-success\/80 {
  color: var(--fallback-su,oklch(var(--su)/0.8))
}

.tw-text-success\/85 {
  color: var(--fallback-su,oklch(var(--su)/0.85))
}

.tw-text-success\/90 {
  color: var(--fallback-su,oklch(var(--su)/0.9))
}

.tw-text-success\/95 {
  color: var(--fallback-su,oklch(var(--su)/0.95))
}

.tw-text-transparent {
  color: transparent
}

.tw-text-transparent\/0 {
  color: rgb(0 0 0 / 0)
}

.tw-text-transparent\/10 {
  color: rgb(0 0 0 / 0.1)
}

.tw-text-transparent\/100 {
  color: rgb(0 0 0 / 1)
}

.tw-text-transparent\/15 {
  color: rgb(0 0 0 / 0.15)
}

.tw-text-transparent\/20 {
  color: rgb(0 0 0 / 0.2)
}

.tw-text-transparent\/25 {
  color: rgb(0 0 0 / 0.25)
}

.tw-text-transparent\/30 {
  color: rgb(0 0 0 / 0.3)
}

.tw-text-transparent\/35 {
  color: rgb(0 0 0 / 0.35)
}

.tw-text-transparent\/40 {
  color: rgb(0 0 0 / 0.4)
}

.tw-text-transparent\/45 {
  color: rgb(0 0 0 / 0.45)
}

.tw-text-transparent\/5 {
  color: rgb(0 0 0 / 0.05)
}

.tw-text-transparent\/50 {
  color: rgb(0 0 0 / 0.5)
}

.tw-text-transparent\/55 {
  color: rgb(0 0 0 / 0.55)
}

.tw-text-transparent\/60 {
  color: rgb(0 0 0 / 0.6)
}

.tw-text-transparent\/65 {
  color: rgb(0 0 0 / 0.65)
}

.tw-text-transparent\/70 {
  color: rgb(0 0 0 / 0.7)
}

.tw-text-transparent\/75 {
  color: rgb(0 0 0 / 0.75)
}

.tw-text-transparent\/80 {
  color: rgb(0 0 0 / 0.8)
}

.tw-text-transparent\/85 {
  color: rgb(0 0 0 / 0.85)
}

.tw-text-transparent\/90 {
  color: rgb(0 0 0 / 0.9)
}

.tw-text-transparent\/95 {
  color: rgb(0 0 0 / 0.95)
}

.tw-text-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)))
}

.tw-text-warning-content {
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))
}

.tw-text-warning-content\/0 {
  color: var(--fallback-wac,oklch(var(--wac)/0))
}

.tw-text-warning-content\/10 {
  color: var(--fallback-wac,oklch(var(--wac)/0.1))
}

.tw-text-warning-content\/100 {
  color: var(--fallback-wac,oklch(var(--wac)/1))
}

.tw-text-warning-content\/15 {
  color: var(--fallback-wac,oklch(var(--wac)/0.15))
}

.tw-text-warning-content\/20 {
  color: var(--fallback-wac,oklch(var(--wac)/0.2))
}

.tw-text-warning-content\/25 {
  color: var(--fallback-wac,oklch(var(--wac)/0.25))
}

.tw-text-warning-content\/30 {
  color: var(--fallback-wac,oklch(var(--wac)/0.3))
}

.tw-text-warning-content\/35 {
  color: var(--fallback-wac,oklch(var(--wac)/0.35))
}

.tw-text-warning-content\/40 {
  color: var(--fallback-wac,oklch(var(--wac)/0.4))
}

.tw-text-warning-content\/45 {
  color: var(--fallback-wac,oklch(var(--wac)/0.45))
}

.tw-text-warning-content\/5 {
  color: var(--fallback-wac,oklch(var(--wac)/0.05))
}

.tw-text-warning-content\/50 {
  color: var(--fallback-wac,oklch(var(--wac)/0.5))
}

.tw-text-warning-content\/55 {
  color: var(--fallback-wac,oklch(var(--wac)/0.55))
}

.tw-text-warning-content\/60 {
  color: var(--fallback-wac,oklch(var(--wac)/0.6))
}

.tw-text-warning-content\/65 {
  color: var(--fallback-wac,oklch(var(--wac)/0.65))
}

.tw-text-warning-content\/70 {
  color: var(--fallback-wac,oklch(var(--wac)/0.7))
}

.tw-text-warning-content\/75 {
  color: var(--fallback-wac,oklch(var(--wac)/0.75))
}

.tw-text-warning-content\/80 {
  color: var(--fallback-wac,oklch(var(--wac)/0.8))
}

.tw-text-warning-content\/85 {
  color: var(--fallback-wac,oklch(var(--wac)/0.85))
}

.tw-text-warning-content\/90 {
  color: var(--fallback-wac,oklch(var(--wac)/0.9))
}

.tw-text-warning-content\/95 {
  color: var(--fallback-wac,oklch(var(--wac)/0.95))
}

.tw-text-warning\/0 {
  color: var(--fallback-wa,oklch(var(--wa)/0))
}

.tw-text-warning\/10 {
  color: var(--fallback-wa,oklch(var(--wa)/0.1))
}

.tw-text-warning\/100 {
  color: var(--fallback-wa,oklch(var(--wa)/1))
}

.tw-text-warning\/15 {
  color: var(--fallback-wa,oklch(var(--wa)/0.15))
}

.tw-text-warning\/20 {
  color: var(--fallback-wa,oklch(var(--wa)/0.2))
}

.tw-text-warning\/25 {
  color: var(--fallback-wa,oklch(var(--wa)/0.25))
}

.tw-text-warning\/30 {
  color: var(--fallback-wa,oklch(var(--wa)/0.3))
}

.tw-text-warning\/35 {
  color: var(--fallback-wa,oklch(var(--wa)/0.35))
}

.tw-text-warning\/40 {
  color: var(--fallback-wa,oklch(var(--wa)/0.4))
}

.tw-text-warning\/45 {
  color: var(--fallback-wa,oklch(var(--wa)/0.45))
}

.tw-text-warning\/5 {
  color: var(--fallback-wa,oklch(var(--wa)/0.05))
}

.tw-text-warning\/50 {
  color: var(--fallback-wa,oklch(var(--wa)/0.5))
}

.tw-text-warning\/55 {
  color: var(--fallback-wa,oklch(var(--wa)/0.55))
}

.tw-text-warning\/60 {
  color: var(--fallback-wa,oklch(var(--wa)/0.6))
}

.tw-text-warning\/65 {
  color: var(--fallback-wa,oklch(var(--wa)/0.65))
}

.tw-text-warning\/70 {
  color: var(--fallback-wa,oklch(var(--wa)/0.7))
}

.tw-text-warning\/75 {
  color: var(--fallback-wa,oklch(var(--wa)/0.75))
}

.tw-text-warning\/80 {
  color: var(--fallback-wa,oklch(var(--wa)/0.8))
}

.tw-text-warning\/85 {
  color: var(--fallback-wa,oklch(var(--wa)/0.85))
}

.tw-text-warning\/90 {
  color: var(--fallback-wa,oklch(var(--wa)/0.9))
}

.tw-text-warning\/95 {
  color: var(--fallback-wa,oklch(var(--wa)/0.95))
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.tw-text-white\/0 {
  color: rgb(255 255 255 / 0)
}

.tw-text-white\/10 {
  color: rgb(255 255 255 / 0.1)
}

.tw-text-white\/100 {
  color: rgb(255 255 255 / 1)
}

.tw-text-white\/15 {
  color: rgb(255 255 255 / 0.15)
}

.tw-text-white\/20 {
  color: rgb(255 255 255 / 0.2)
}

.tw-text-white\/25 {
  color: rgb(255 255 255 / 0.25)
}

.tw-text-white\/30 {
  color: rgb(255 255 255 / 0.3)
}

.tw-text-white\/35 {
  color: rgb(255 255 255 / 0.35)
}

.tw-text-white\/40 {
  color: rgb(255 255 255 / 0.4)
}

.tw-text-white\/45 {
  color: rgb(255 255 255 / 0.45)
}

.tw-text-white\/5 {
  color: rgb(255 255 255 / 0.05)
}

.tw-text-white\/50 {
  color: rgb(255 255 255 / 0.5)
}

.tw-text-white\/55 {
  color: rgb(255 255 255 / 0.55)
}

.tw-text-white\/60 {
  color: rgb(255 255 255 / 0.6)
}

.tw-text-white\/65 {
  color: rgb(255 255 255 / 0.65)
}

.tw-text-white\/70 {
  color: rgb(255 255 255 / 0.7)
}

.tw-text-white\/75 {
  color: rgb(255 255 255 / 0.75)
}

.tw-text-white\/80 {
  color: rgb(255 255 255 / 0.8)
}

.tw-text-white\/85 {
  color: rgb(255 255 255 / 0.85)
}

.tw-text-white\/90 {
  color: rgb(255 255 255 / 0.9)
}

.tw-text-white\/95 {
  color: rgb(255 255 255 / 0.95)
}

.tw-text-opacity-0 {
  --tw-text-opacity: 0
}

.tw-text-opacity-10 {
  --tw-text-opacity: 0.1
}

.tw-text-opacity-100 {
  --tw-text-opacity: 1
}

.tw-text-opacity-15 {
  --tw-text-opacity: 0.15
}

.tw-text-opacity-20 {
  --tw-text-opacity: 0.2
}

.tw-text-opacity-25 {
  --tw-text-opacity: 0.25
}

.tw-text-opacity-30 {
  --tw-text-opacity: 0.3
}

.tw-text-opacity-35 {
  --tw-text-opacity: 0.35
}

.tw-text-opacity-40 {
  --tw-text-opacity: 0.4
}

.tw-text-opacity-45 {
  --tw-text-opacity: 0.45
}

.tw-text-opacity-5 {
  --tw-text-opacity: 0.05
}

.tw-text-opacity-50 {
  --tw-text-opacity: 0.5
}

.tw-text-opacity-55 {
  --tw-text-opacity: 0.55
}

.tw-text-opacity-60 {
  --tw-text-opacity: 0.6
}

.tw-text-opacity-65 {
  --tw-text-opacity: 0.65
}

.tw-text-opacity-70 {
  --tw-text-opacity: 0.7
}

.tw-text-opacity-75 {
  --tw-text-opacity: 0.75
}

.tw-text-opacity-80 {
  --tw-text-opacity: 0.8
}

.tw-text-opacity-85 {
  --tw-text-opacity: 0.85
}

.tw-text-opacity-90 {
  --tw-text-opacity: 0.9
}

.tw-text-opacity-95 {
  --tw-text-opacity: 0.95
}

.\!tw-placeholder-neutral-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity)) !important
}

.\!tw-placeholder-neutral-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity)) !important
}

.tw-opacity-60 {
  opacity: 0.6
}

.tw-opacity-70 {
  opacity: 0.7
}

.tw-bg-blend-normal {
  background-blend-mode: normal
}

.tw-bg-blend-multiply {
  background-blend-mode: multiply
}

.tw-bg-blend-screen {
  background-blend-mode: screen
}

.tw-bg-blend-overlay {
  background-blend-mode: overlay
}

.tw-bg-blend-darken {
  background-blend-mode: darken
}

.tw-bg-blend-lighten {
  background-blend-mode: lighten
}

.tw-bg-blend-color-dodge {
  background-blend-mode: color-dodge
}

.tw-bg-blend-color-burn {
  background-blend-mode: color-burn
}

.tw-bg-blend-hard-light {
  background-blend-mode: hard-light
}

.tw-bg-blend-soft-light {
  background-blend-mode: soft-light
}

.tw-bg-blend-difference {
  background-blend-mode: difference
}

.tw-bg-blend-exclusion {
  background-blend-mode: exclusion
}

.tw-bg-blend-hue {
  background-blend-mode: hue
}

.tw-bg-blend-saturation {
  background-blend-mode: saturation
}

.tw-bg-blend-color {
  background-blend-mode: color
}

.tw-bg-blend-luminosity {
  background-blend-mode: luminosity
}

.\!tw-shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.tw-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

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

.tw-ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))
}

.tw-ring-offset-2 {
  --tw-ring-offset-width: 2px
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.first\:tw-pt-0:first-child {
  padding-top: 0px
}

.last\:tw-mb-0:last-child {
  margin-bottom: 0px
}

.last\:tw-border-r-0:last-child {
  border-right-width: 0px
}

.last\:tw-pb-0:last-child {
  padding-bottom: 0px
}

.hover\:tw-bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity))
}

.hover\:tw-bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity))
}

.hover\:tw-bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity))
}

.hover\:tw-bg-neutral-300\/50:hover {
  background-color: rgb(212 212 212 / 0.5)
}

.hover\:tw-bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity))
}

.hover\:tw-text-danger-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity))
}

.hover\:tw-text-neutral-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity))
}

.hover\:tw-text-neutral-500:hover {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity))
}

.hover\:tw-text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity))
}

.hover\:tw-text-neutral-800:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity))
}

.hover\:tw-text-neutral-900:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity))
}

.hover\:\!tw-placeholder-neutral-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity)) !important
}

.hover\:\!tw-placeholder-neutral-600:hover::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity)) !important
}

.hover\:tw-opacity-70:hover {
  opacity: 0.7
}

.focus\:tw-text-danger-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity))
}

.focus\:tw-text-neutral-700:focus {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity))
}

.focus\:tw-text-neutral-800:focus {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity))
}

.focus\:\!tw-placeholder-neutral-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity)) !important
}

.focus\:\!tw-placeholder-neutral-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity)) !important
}

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

.active\:tw-text-neutral-600:active {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity))
}

.active\:tw-text-neutral-700:active {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity))
}

.active\:tw-text-neutral-800:active {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity))
}

.active\:tw-text-neutral-900:active {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-block {
  display: block
}

.tw-group:hover .group-hover\:tw-inline-flex {
  display: inline-flex
}

.tw-group:hover .group-hover\:\!tw-bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6) !important
}

.tw-group:hover .group-hover\:tw-text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity))
}

.data-\[active\=true\]\:tw-bg-neutral-200[data-active=true] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity))
}

.data-\[active\=true\]\:tw-text-neutral-800[data-active=true] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity))
}

@media (min-width: 640px) {
  .sm\:tw-top-2 {
    top: 0.5rem
  }

  .sm\:tw-col-span-1 {
    grid-column: span 1 / span 1
  }

  .sm\:tw-col-span-2 {
    grid-column: span 2 / span 2
  }

  .sm\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .sm\:-tw-mt-1 {
    margin-top: -0.25rem
  }

  .sm\:-tw-mt-1\.5 {
    margin-top: -0.375rem
  }

  .sm\:tw-mb-0 {
    margin-bottom: 0px
  }

  .sm\:tw-mb-4 {
    margin-bottom: 1rem
  }

  .sm\:tw-mb-5 {
    margin-bottom: 1.25rem
  }

  .sm\:tw-ml-1 {
    margin-left: 0.25rem
  }

  .sm\:tw-ml-1\.5 {
    margin-left: 0.375rem
  }

  .sm\:tw-mr-2 {
    margin-right: 0.5rem
  }

  .sm\:tw-mr-3 {
    margin-right: 0.75rem
  }

  .sm\:tw-mt-0 {
    margin-top: 0px
  }

  .sm\:tw-mt-4 {
    margin-top: 1rem
  }

  .sm\:tw-mt-6 {
    margin-top: 1.5rem
  }

  .sm\:tw-mt-8 {
    margin-top: 2rem
  }

  .sm\:tw-block {
    display: block
  }

  .sm\:tw-flex {
    display: flex
  }

  .sm\:tw-inline-flex {
    display: inline-flex
  }

  .sm\:tw-h-8 {
    height: 2rem
  }

  .sm\:tw-w-9 {
    width: 2.25rem
  }

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

  .sm\:tw-w-auto {
    width: auto
  }

  .sm\:tw-flex-initial {
    flex: 0 1 auto
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sm\:tw-flex-row {
    flex-direction: row
  }

  .sm\:tw-items-center {
    align-items: center
  }

  .sm\:tw-justify-center {
    justify-content: center
  }

  .sm\:tw-justify-between {
    justify-content: space-between
  }

  .sm\:tw-gap-4 {
    gap: 1rem
  }

  .sm\:tw-gap-5 {
    gap: 1.25rem
  }

  .sm\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse))
  }

  .sm\:tw-self-end {
    align-self: flex-end
  }

  .sm\:tw-text-clip {
    text-overflow: clip
  }

  .sm\:tw-rounded-md {
    border-radius: 0.375rem
  }

  .sm\:tw-border {
    border-width: 1px
  }

  .sm\:tw-border-r {
    border-right-width: 1px
  }

  .sm\:tw-border-solid {
    border-style: solid
  }

  .sm\:tw-border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity))
  }

  .sm\:tw-border-neutral-200\/60 {
    border-color: rgb(229 229 229 / 0.6)
  }

  .sm\:tw-bg-neutral-900\/50 {
    background-color: rgb(23 23 23 / 0.5)
  }

  .sm\:tw-p-4 {
    padding: 1rem
  }

  .sm\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .sm\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .sm\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .sm\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .tw-group:hover .sm\:group-hover\:\!tw-bg-neutral-100\/60 {
    background-color: rgb(245 245 245 / 0.6) !important
  }
}

@media (min-width: 768px) {
  .md\:tw-mr-4 {
    margin-right: 1rem
  }

  .md\:tw-mt-2 {
    margin-top: 0.5rem
  }

  .md\:tw-block {
    display: block
  }

  .md\:tw-flex {
    display: flex
  }

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

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .md\:tw-items-center {
    align-items: center
  }

  .md\:tw-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .md\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse))
  }

  .md\:tw-self-center {
    align-self: center
  }

  .md\:tw-border-r {
    border-right-width: 1px
  }

  .md\:tw-border-solid {
    border-style: solid
  }

  .md\:tw-border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity))
  }

  .md\:tw-text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .md\:tw-text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }
}

@media (min-width: 1024px) {
  .lg\:tw-sticky {
    position: sticky
  }

  .lg\:tw-top-2 {
    top: 0.5rem
  }

  .lg\:tw-col-span-7 {
    grid-column: span 7 / span 7
  }

  .lg\:tw-mt-0 {
    margin-top: 0px
  }

  .lg\:tw-flex {
    display: flex
  }

  .lg\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .lg\:tw-flex-row {
    flex-direction: row
  }

  .lg\:tw-gap-6 {
    gap: 1.5rem
  }

  .lg\:tw-border-0 {
    border-width: 0px
  }

  .lg\:tw-border-r {
    border-right-width: 1px
  }

  .lg\:tw-border-r-0 {
    border-right-width: 0px
  }

  .lg\:tw-border-solid {
    border-style: solid
  }

  .lg\:tw-border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity))
  }

  .lg\:last\:tw-border-r-0:last-child {
    border-right-width: 0px
  }
}

@media (min-width: 1280px) {
  .xl\:tw-static {
    position: static
  }

  .xl\:tw-col-span-8 {
    grid-column: span 8 / span 8
  }

  .xl\:tw-ml-3 {
    margin-left: 0.75rem
  }

  .xl\:tw-ml-3\.5 {
    margin-left: 0.875rem
  }

  .xl\:tw-mt-0 {
    margin-top: 0px
  }

  .xl\:tw-flex-row {
    flex-direction: row
  }

  .xl\:tw-border-l {
    border-left-width: 1px
  }

  .xl\:tw-border-solid {
    border-style: solid
  }

  .xl\:tw-border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity))
  }

  .xl\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .xl\:tw-pl-3 {
    padding-left: 0.75rem
  }

  .xl\:tw-pl-3\.5 {
    padding-left: 0.875rem
  }

  .xl\:tw-pr-0 {
    padding-right: 0px
  }
}

:is(:where([dir="ltr"]) .ltr\:tw-right-1) {
  right: 0.25rem
}

:is(:where([dir="ltr"]) .ltr\:tw-ml-4) {
  margin-left: 1rem
}

:is(:where([dir="ltr"]) .ltr\:tw-mr-1) {
  margin-right: 0.25rem
}

:is(:where([dir="ltr"]) .ltr\:tw-mr-1\.5) {
  margin-right: 0.375rem
}

:is(:where([dir="ltr"]) .ltr\:tw-space-x-2) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

:is(:where([dir="rtl"]) .rtl\:tw-left-0) {
  left: 0px
}

:is(:where([dir="rtl"]) .rtl\:tw-ml-1) {
  margin-left: 0.25rem
}

:is(:where([dir="rtl"]) .rtl\:tw-ml-1\.5) {
  margin-left: 0.375rem
}

:is(:where([dir="rtl"]) .rtl\:tw-ml-3) {
  margin-left: 0.75rem
}

:is(:where([dir="rtl"]) .rtl\:tw-mr-3) {
  margin-right: 0.75rem
}

:is(:where([dir="rtl"]) .rtl\:tw-mr-4) {
  margin-right: 1rem
}

:is(:where([dir="rtl"]) .rtl\:tw-space-x-reverse) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1
}

:is(:where([dir="rtl"]) .rtl\:\!tw-px-0) {
  padding-left: 0px !important;
  padding-right: 0px !important
}

:is(:where([dir="rtl"]) .rtl\:\!tw-px-0\.5) {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important
}

.\[\&\>p\:last-child\]\:tw-mb-0>p:last-child {
  margin-bottom: 0px
}

.\[\&\>p\:last-child\]\:tw-pb-0>p:last-child {
  padding-bottom: 0px
}

.\[\&_\.form-group\]\:\!tw-mb-0 .form-group {
  margin-bottom: 0px !important
}

.\[\&_\.input-group\]\:\!tw-mb-0 .input-group {
  margin-bottom: 0px !important
}

.\[\&_img\]\:tw-mr-3 img {
  margin-right: 0.75rem
}

.\[\&_p\]\:tw-mb-5 p {
  margin-bottom: 1.25rem
}